
/*----------------------------------------------------------------------------------------
     矯正スケジュール
----------------------------------------------------------------------------------------*/
table.sche{
	line-height:1.4;
	width:98%;
	font-size:100%;
	margin:0 auto;
}

table.sche th{
	background:#4171cc;
	padding:5px;
	white-space:nowrap;
	color:#ffffff;
}



.ve_t{
	vertical-align:top;
}

#index table.sche td.line
{
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	border-right:1px dotted #ccc;
	padding:15px 15px 15px 25px;
	
}
#index table.sche th.line{
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;
	padding:15px;
	}
table.sche td.line p{
	line-height:1.25;
	margin:0;
	padding:0;
	
}

table.sche td p.tit{
	background:#e2e4e9;
	width:100%;
	padding:4px 0;
}


table.sche td {
}

table.sche td.ya{
	padding:8px 0;
	background:url(../images/arrow_02.gif) no-repeat 50% 50%;
}

table.general td.line dl{
	width:100%;
	text-align:left;
	margin:0;
	
}

table.general td.line dl dt{
	margin:0;
	color:#039;
	font-weight:bold;
	
}

table.general td.line dl dd{
	margin:0 0 15px 0;
	
}
