@charset "UTF-8";

#contents .form-errTxt {
	margin-bottom: 10px;
	color: #cc0000;
}

#contents .form-errTxt em {
	font-style: normal;
	font-weight: bolder;
	color: #00349a;
}

th.errBg, td.errBg {
	background: #ffeee6;
}

/* form style */

table {
	border: 1px solid silver;
	border-collapse: collapse;
	width: 600px;
	margin: 0 0 1em 1em;	
}

caption {
	text-align: left;
	margin-left: 1em;
}

th, td {
	border: 1px solid silver;
	padding: 0.2em;
	vertical-align: top;
}



table#applicationForm th {
	width: 190px;	
	text-align: left;
	font-weight: normal;
}

table#applicationForm td p {
	margin: 0;
	padding: 0;
}

table#applicationForm em {
	font-style: normal;
	font-weight: bolder;
	color: #00349a;
}

table#applicationForm .courseForm {
	width:400px;
}

table#applicationForm .courseForm input {
	float:left;
}

table#applicationForm .courseForm label {
	float:left;
	width:175px;
}

table#applicationForm .courseForm br {
	clear:both;
}

table#applicationForm .courseForm_left {
	float:left;
	width:200px;
}

table#applicationForm .courseForm_right {
	float:right;
	width:200px;
}

form p.submit {
	width: 560px;
	background: #FFFFFF
	margin-left:2em;
	padding: 5px;
	text-align: center;
}

form p.submit input {
	width: 200px;
	background: #FFA533;
	color: white;
	padding: 5px;
	font-weight: bolder;
}

form input.submitButton {
	margin-top: 10px;
	height: 40px;
}

form .extend {
	width: 25em;
}

form .extendArea {
	width: 300px;
	height: 80px;
}

form textarea { font-size: small; }


/* SSL style */

#contents .sub .ssl {
	width: 200px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 1px solid #4d4d4d;
}

#contents .sub p strong {
	color: #00349a;
}

#contents .sub p.privacy {
	font-size: x-small;
	color: #555;
	
}

#contents .sub p.end {
	border-top: 1px solid white;
}


/* experience.html style */

#contents .main .note {
	font-size: x-small;
}

#contents .main table col.exData {
	width: 6em;
}

#contents .main table#inst th {
	text-align: left;
}

#contents .main ul.point {
	background: #eee;
	padding: 5px;
	padding-left: 2em;
	border: 1px solid #ccc;
}

#contents .main table#instConfirm th {
	text-align: left;
}

#contents .main table#instConfirm col.instName {
	width: 190px;
}

#contents .main table col.exDataConfirm {
	width: 190px;
}

.thanks {
	margin-bottom: 10em;
}

.formEndTitle {
	font-size: large;
	font-weight: bold;
	margin: 30px 10px 10px 10px;
	padding: 0.2em;
}

.formEnd {
	margin-left: 2em;
}

