
@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.center{
	text-align: center;
}
.lecture{
	margin-bottom: 50px;
}
.lecture p{
	margin-bottom: 26px;
}
.lecture p a{
	color: #B02C2C;
	font-weight: bold;
}
.lecture p.img{
	margin-top: 16px;
}
.lecture p.btn{
	text-align: center;
	margin-top: -10px;
}
.lecture p.box_text{
	border: 3px solid #C2A269;
	padding: 26px 30px;
	margin-top: 30px;
}
.lecture ul.btn{
	overflow: hidden;
	margin-top: 30px;
}
.lecture ul.btn li{
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.lecture ul.btn li:nth-child(2n){
	margin-right: 0;
}
.lecture h4{
	background: url('../image/h4_bg.jpg') repeat-y;
	color: #2C1F12;
	font-weight: bold;
	font-size: 1.18em;
	padding: 3px 15px 3px 20px;
	margin-bottom: 20px;
}

#content table {
	margin: 0 0 10px;
	font-size: 0.85em;
}
#content table th {
	width: 440px;
	background: #E6DBBF;
}
#content table td{
	background: none;
}
#content table th,
#content table td{
	border: 1px solid #C9B47A;
}
