@charset "utf-8";

.gmap{
	margin-bottom: 20px;
}

.main{
	border: 1px solid #D6D6D6;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 20px;
	color: #333333;
}
.main th{
	background-color: #E1EEFC;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DF9FBF;
	font-size: 14px;
	line-height: 15px;
}.main td{
	background-color: #F2F1EA;
	width: 430px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 15px;
}

.sch{
	border: 1px solid #D6D6D6;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 20px;
	color: #333333;
	width: 590px;
}
.sch th{
	background-color: #E1EEFC;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DF9FBF;
}.sch td{
	background-color: #F2F1EA;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
}

.pic{
	background-image: url(../img/pic01.jpg);
	background-repeat: no-repeat;
	height: 170px;
	margin-right: 10px;
	padding-right: 225px;
	font-size: 14px;
	line-height: 18px;
	background-position: right top;
}