@charset "UTF-8";

/*====== コース ======*/

#body .course li.hosoku {
	font-size:10px;
	color:#666;
	line-height:140%;
	margin:3px 5px 15px 0;
	float:left;
}

#body .course li.hosoku a{
	color:#666;
	text-decoration: underline; 
}

#body .course li.hosoku a:hover{
	color:##2FC0D7;
	text-decoration: underline; 
}

#body .course .box-gaiyo{
	margin:0 0 20px 0;
}
#body .course .box-gaiyo h5{
	font-size:14px;
	color:#FF3A4F;
	font-weight:normal;
	margin:0 0 7px 0;
}

#body .course .box-gaiyo .image{
	widht:265px;
	float:right;
	padding-left:10px;
}
#body .course .box-gaiyo .image img{
	border:solid 1px #CCC;
	margin-bottom:5px;
}
#body .course .box-gaiyo p.text{
	color:#666;
	margin:0 0 15px 0;
}
#body .course p.title{
	color:#000;
	margin:0 0 20px 0;
}

#body .course p a{
color:#FF3A4F;
text-decoration:underline;
}


#body .course p a:hover{
color:#FF6600;
text-decoration:underline;
}


/*====== スペック ======*/

#body .course .box-spec h6{
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin-bottom:5px;
}
#body .course .box-spec table.school{
	width:525px;
	height:28px;
	border:1px solid #000;
	border-collapse:collapse;
	border-spacing: 0px;
	margin-bottom:20px;
}
#body .course .box-spec table.school th.green{
	width:92px;
	background:#70C8D7;
	border-right:1px solid #000;
	color:#000;
	text-align:center;
	font-weight:normal;
}
#body .course .box-spec table.school th.gray{
	width:92px;
	background:#CCCCCC;
	border-right:1px solid #000;
	color:#666666;
	text-align:center;
	font-weight:normal;
}
#body .course .box-spec table.school td.white{
	width:37px;
	background:#FFF;
	border-right:1px solid #000;
	color:#333333;
	text-align:center;
	font-weight:normal;
}
#body .course .box-spec table.juko{
	width:525px;
	border:1px solid #000;
	border-collapse:collapse;
	border-spacing: 0px;
	margin-bottom:10px;
}
#body .course .box-spec table.juko th{
	width:132px;
	height:26px;
	text-align:center;
	background-color:#333333;
	font-size:12px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	border-left:none;
	border-top:none;
	border-bottom:none;
	font-weight:normal;
}
#body .course .box-spec table.juko th.sogaku{
	width:132px;
	height:26px;
	text-align:center;
	background-color:#333333;
	font-size:12px;
	color:#FFFFFF;
	border-right:1px solid #000000;
	border-bottom:none;
	border-left:none;
	border-top:none;
	font-weight:normal;
}
#body .course .box-spec table.juko td{
	width:132px;
	height:26px;
	text-align:center;
	background-color:#FFFFFF;
	font-size:12px;
	color:#333333;
	border:1px solid #000;
	border-left:none;
}
#body .course .box-cnts{
	width:525px;
	margin-bottom:10px;
}

#body .course .box-cnts h6{
	width:320px;
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin-bottom:7px;
}
#body .course .box-cnts .image{
	width:192px;
	float:right;
	text-align:right;
	margin-bottom:5px;
}
#body .course .box-cnts .image img{
	border:solid 1px #CCC;
	margin-bottom:5px;
}
#body .course .box-cnts .box-text{
	width:320px;
	margin-bottom:5px;
	float:left;
	color:#666;
}

#body .course .box-cnts .box-album{
	margin-bottom:5px;
	color:#666;
}

