/* 2016年度体験レッスン */

p#desc{
	color: #ff6666;
	padding-top: 10px;
}


#contents strong{
	color: #e65182;
	font-size: 16px;
}

#contents span{
	color: #ff5d73;
	font-weight: bold;
}



.lesson{
	
}

.lesson_box{
	border: 1px solid #777777;
	padding: 5px 10px;
	margin: 10px 0 25px 0;
}

.lesson table{
	/*width: 550px;*/
	width: 100%;
	margin: 10px 0 25px 0;
	table-layout: fixed;
}

.lesson table th,
.lesson table td{
	border: 1px solid #777777;
	padding: 5px 10px;
	vertical-align: middle;
}

.lesson table th{
	width: 100px;
}

.lesson table th span.zan{
	padding-left: 10px;
}

.shadow{
	position:relative;
	background: #ffffff \9;
	behavior: url("PIE/PIE.htc");
	box-shadow: 3px 3px 3px #dad3c7;
	-moz-box-shadow: 3px 3px 3px #dad3c7;
	-webkit-box-shadow: 3px 3px 3px #dad3c7;
}

#btn_form{
	padding: 0 0 20px 0;
	text-align: center;
}


#privacy{
	padding: 15px 0;
	text-align: center;
}

#privacy a{
	display: inline-block;
	width: 200px;
	height: 24px;
	text-indent: -9999px;
	background: url("../img/form/button.png") no-repeat top left;
}

#kaijo a{
	color: #ff6666;
}

#description{
	font-weight: bold;
}

#kakunin .item{
	text-align: left;
	padding-bottom: 10px;
}


form select optgroup{
	font-style: normal;
}
