@charset "UTF-8";
/* about_CSS Document */


/**************************************************************************************************

■ examination 共通 設定

**************************************************************************************************/

/* noindent */
.content_inner p.noindent {
	text-indent:0;
}

/* margin-bottom */
.content_inner .mb0 {
	margin-bottom: 0;
}
.content_inner .mb10 {
	margin-bottom: 10px;
}
.content_inner .mb20 {
	margin-bottom: 20px;
}
.content_inner .mb30 {
	margin-bottom: 30px;
}
.content_inner .mb40 {
	margin-bottom: 40px;
}

/* p em */
.content_inner p em {
	font-style: normal;
	font-weight: bold;
}


/**************************************************************************************************

■ examination index 設定

**************************************************************************************************/
/* tbl_method */
table.tbl_method {
	border-collapse:collapse;
	width:100%;
}
table.tbl_method th {
	border:1px solid #888;
	padding:8px 5px;
	font-weight:500;
	color:#000;
	text-align:center;
	vertical-align:middle;
	background-color:#DDD;
}
table.tbl_method td {
	border:1px solid #888;
	padding:8px 5px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.tbl_method td.al_left{
	text-align:left;
}
table.tbl_method td.al_left p.kijun{
	text-indent: -5.5em;
	padding-left: 5.5em;
	margin-bottom: 0;
}

/* tbl_document */
table.tbl_document {
	border-collapse:collapse;
	width:100%;
}
table.tbl_document th {
	border:1px solid #888;
	padding:8px 5px;
	font-size:10px;
	font-weight:500;
	color:#000;
	text-align:center;
	vertical-align:middle;
	background-color:#DDD;
}
table.tbl_document td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:10px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.tbl_document td.al_left{
	text-align:left;
}
table.tbl_document th.widebox{
	width: 22%;
}
table.tbl_document th.checkbox{
	width: 8%;
}

/* document_notes_right */
.content_inner p.document_notes_right {
	text-align:right;
	margin-bottom: 10px;
}

/* document_notes */
.content_inner p.document_notes {
	text-indent: -3.3em;
	padding-left: 3.3em;
	margin-bottom: 0;
}

/* list */
ul.examination_list {
	margin-left:20px;
}
ul.examination_list li {
	list-style-type: disc;
}
ol.examination_num_list {
	margin-left:20px;
}



.link_address{
	border: 1px solid #82CDD0;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	padding:20px;
	font-weight: bold;
}

/* AO入試 */
.ao_step{
	font-weight:bold;
	text-align:center;
	width:200px;
}
table.ao_table td{
	vertical-align:middle;
	padding:5px;
	font-size:11px;
}
td.ao_cursor{
	text-align:center;
	padding:0 !important;
}

/**************************************************************************************************

■ examination schedule 設定

**************************************************************************************************/
/* tbl_schedule */
table.tbl_schedule {
	border-collapse:collapse;
	width:100%;
}
table.tbl_schedule th {
	border:1px solid #888;
	padding:8px 5px;
	font-size:10px;
	font-weight:500;
	color:#000;
	text-align:center;
	vertical-align:middle;
	background-color:#DDD;
}
table.tbl_schedule td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:11px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.tbl_schedule td.al_left{
	text-align:left;
}
table.tbl_schedule th.date{
	width: 30%;
}
table.tbl_schedule th.period{
	width: 34%;
}
table.tbl_schedule th.checkbox{
	width: 12%;
}

/* schedule_notes */
.content_inner p.schedule_notes {
	text-indent: 0;
	margin-bottom: 40px;
}



/**************************************************************************************************

■ examination cost 設定

**************************************************************************************************/
/* tbl_cost */
table.tbl_cost {
	border-collapse:collapse;
	width:100%;
}
table.tbl_cost th {
	border:1px solid #888;
	padding:8px 5px;
	font-size:12px;
	font-weight:500;
	color:#000;
	text-align:center;
	vertical-align:middle;
	background-color:#DDD;
}
table.tbl_cost td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:12px;
	color:#000;
	text-align:center;
	vertical-align:middle;
	width: 17%;
}
table.tbl_cost th.year {
	width: 15%;
}

/* tbl_cost_2time */
table.tbl_cost_2time {
	border-collapse:collapse;
	width:100%;
}
table.tbl_cost_2time th {
	border:1px solid #888;
	padding:8px 5px;
	font-size:8px;
	font-weight:500;
	color:#000;
	text-align:center;
	vertical-align:middle;
	background-color:#DDD;
}
table.tbl_cost_2time td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:8px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.tbl_cost_2time th.unit{
	text-align:right;
	vertical-align:bottom;
}

/* tbl_cost_4time */
table.tbl_cost_4time {
	border-collapse:collapse;
	width:100%;
}
table.tbl_cost_4time th {
	border:1px solid #888;
	padding:8px 3px;
	font-size:10px;
	font-weight:500;
	color:#000;
	text-align:center;
	vertical-align:middle;
	background-color:#DDD;
}
table.tbl_cost_4time td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:10px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.tbl_cost_4time th.unit{
	text-align:right;
	vertical-align:bottom;
	width: 12%;
}
table.tbl_cost_4time td.price{
	width: 11%;
}

/* cost_notes_right */
.content_inner p.cost_notes_right {
	text-align:right;
	margin-bottom: 10px;
}

/* notes_block */
.content_inner .notes_block {
	margin-left:10px;
}

/* list */
ol.cost_num_list {
	margin-left:20px;
}


/**************************************************************************************************

■ examination support 設定

**************************************************************************************************/
/* list */
ol.support_num_list {
	margin-left:20px;
}


h4.content_title_sub02 .notes {
	font-size: 14px;
}


/**************************************************************************************************

■ examination house_support 設定

**************************************************************************************************/



