@import "common.css";

/*  
 お問い合わせ・予約 [  
----------------------------------------------------------- */ 
#head_container { margin:0 15px 20px; }
#head_container .txt_box { padding:5px 30px; line-height:1.6; }

/*  
 remark [  
----------------------------------------------------------- */ 
.remark_box p {
	background-image: url(../images/kome.gif);
	background-repeat: no-repeat;
	line-height: 1.4;
	background-position: left 5px;
	padding-left: 15px;
	margin-bottom:5px;
}
.font_green { color:#66912C; font-size:14px; }
.font_red { color:#E71F19; }

#form table {
	width: 760px;
	margin:10px auto 20px;
	border-collapse:collapse;
}
#form th, #form td {
	padding:10px;
	vertical-align: top;
}
#form th {
	background-color: #DAE7E7;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 25%;
}
#form td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#form .course_name { color:#C36463; font-weight:bold; }
#form .course_face { color:#639434; font-weight:bold; }
#form .course_vip { color:#C16291; font-weight:bold; }
