@charset "utf-8";

.cbox {
	zoom: 1;/*for IE 5.5-7*/
}
.cbox:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.contents-box {
	color: #525252;
	background-color: #fdfbf0;
	padding: 0 0 10px;
}
.contents-box p {
	margin: 0;
	padding: 0;
}
.head-box {
	margin: 0 0 20px;
}
.lead-box {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 20px;
}
.lead-box dl {
	margin: 0 0 50px;
}
.lead-box dt {
	background: url(../images/event_ttl.png) no-repeat center top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #0294b9;
	margin: 0 0 15px;
	height: 40px;
}
.lead-box dd {
	padding: 0 20px;
}
.event-schedule-ttl {
	text-align: center;
	margin: -70px 0 20px;
}
.event-schedule-box {
	background-color: #faf8dc;
	padding: 40px 20px;
}
.event-schedule {
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
	width: 100%;
}
.event-schedule th {
	background-color: #3eb8d7;
	color: #fff;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.event-schedule tr {
	background-color: #fff;
}
.event-schedule tr:nth-child(2n+1) {
	background-color: #fff;
}
.event-schedule tr:nth-child(2n) {
	background-color: #eff9fc;
}
.event-schedule td {
	padding: 10px;
	border: 1px solid #a8e2f0;
	vertical-align: middle;
}
.event-schedule td.taC {
	text-align: center;
}
.event-schedule td.taR {
	text-align: right;
}
.gaiyo-box {
	padding: 40px 20px;
}
.gaiyo-title {
	background: url(../images/gaiyo_ttl.png) no-repeat center top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #0294b9;
	margin: 0 0 15px;
	height: 40px;
}
.gaiyo-body {
	padding: 0 20px;
}
.gaiyo-body dt {
	background: url(../images/bg_ttl.png) no-repeat left top;
	width: 190px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 10px 0;
	padding: 6px 0;
}
.gaiyo-body dd {
	margin: 0 0 10px;
	padding: 6px 0;
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
}
.gaiyo-body dd span {
	color: #f76c8d;
}