@charset "utf-8";

/* =======================================

	admission CSS

 -----------------------------------------
 	

========================================== */

/* admission/explanation/index.html
========================================== */

body#explanation_index #document #main #contents .indent_type {	margin-left:20px;}

body#explanation_index #document #main #contents .wtype01 {
	width:580px;
	margin:auto;
}

body#explanation_index #document #main #contents .center {text-align:center;}

body#explanation_index #document #main #contents .column_type:after{
	content:""; clear:both; height:0; display:block; visibility:hidden;	
}

body#explanation_index #document #main #contents .column_type dt {
	clear:both;
	float:left;
	width:200px;
}

body#explanation_index #document #main #contents .column_type dd {
	float:left;
	width:450px;
}

body#explanation_index #document #main #contents .clear {clear:both;}

#explanation_table{
	width:720px;
	margin:0 auto 30px;
}

#explanation_table th,#explanation_table td{
	padding:5px 10px;
	background:#FFF;
	vertical-align:middle;
	border:1px solid #999;
}

#explanation_table th{
	text-align:center;
	background:#217a2e;
	color:#FFF;
}

#explanation_table td span{text-decoration:line-through;}

.explanation_th_with01{width:80px;}

.explanation_th_with02{width:290px;}

.explanation_th_with03{width:180px;}

.explanation_th_with04{width:90px;}

