@charset "utf-8";

/* * * * * * * * * * * * * * * * * * *
 * HEADER B
 * * * * * * * * * * * * * * * * * * */

.headerWrap {
	display: table;
	width: 100%;
}
.headerWrap > dt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.headerWrap > dd {
	display: table-cell;
	vertical-align: middle;
}
.catchText {
	font-size: 15px;
	text-align: right;
}
.holdingPeriod {
	font-size: 21px;
	text-align: right;
}

/* * * * * * * * * * * * * * * * * * *
 * Information
 * * * * * * * * * * * * * * * * * * */

/* -- Information -- */

.infoSection {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.infoSection + .infoSection {
	margin-top: 10px;
}

/* -- 開催概要 -- */

.tblInfoStyle {
	border: 1px solid #EDEDED;
	width: 100%;
}
.tblInfoStyle tr {
	border-top: 1px solid #EDEDED;
}
.tblInfoStyle th {
	width: 130px;
	padding: 5px;
	border-right: 1px solid #EDEDED;
	vertical-align: middle;
	font-weight: bold;
}
.tblInfoStyle td {
	padding: 5px;
}

/* -- PICNICERS -- */

.contactBtnWrap {
	margin-top: 5px;
	text-align: right;
}

.contactBtn {
	display: inline-block;
	width: 180px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF !important;
	background: #4B7B4D;
}
.contactBtn:hover {
	background: #66AA69;
}

/* -- ACCESS -- */
.accessInfo {
	margin-top: 15px;
}
.accessInfo > dt {
	color: #4B7B4D;
	font-weight: bold;
}
.carRoute > dt {
	float: left;
	clear: left;
	width: 125px;
	text-align: right;
	padding-right: 5px;
}
.carRoute > dt ~ dt {
	margin-top: 10px;
}
.carRoute > dd {
	float: left;
}
.carRoute > dd ~ dd {
	margin-top: 10px;
}
.picnicersImageWrap {
	float: left;
	margin-top: 25px;
	margin-right: 15px;
}
.picnicersText {
	overflow: hidden;
}