@charset "UTF-8";

/* event_common */
section.content > header {
	background-image: url(../images/contents/events/bg-h2.jpg);
}

section.content > div.body > div.entry-body > div.event-info {
	width: 100%;
}



/* events, event-reports */
section.content > div.body > div.entry-body > dl.event-list {
	width: 100%;
	font-size: 100%;
	letter-spacing: -.1em;
	margin-bottom: 0.3em;
}

section.content > div.body > div.entry-body > dl.event-list > dt {
	color: #ffffff;
	background-color: #666666;
	width: 120px;
	height: auto;
	font-size: 73.3%; /* 11px */
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	vertical-align: text-top;
	border-radius: 3px;
	margin: 0;
	padding: 5px;
	display: inline-block;
	word-break: break-all;
}

section.content > div.body > div.entry-body > dl.event-list > dd {
	width: 685px;
	font-size: 100%; /* 15px */
	line-height: 1.4;
	letter-spacing: normal;
	margin: 0px 0px 0px 10px;
	display: inline-block;
	vertical-align: top;
}

section.content > div.body > div.entry-body > p.event-date {
	font-size: 80%; /* 12px */
	line-height: 1;
	margin-left: 170px;
}

section.content > div.body > div.entry-body > p.event-date > span {
	color: #ee0000;
	padding-left: 1em;
}

section.content > div.body > div.entry-body > p.event-overview {
	font-size: 80%; /* 12px */
	line-height: 1.4;
	margin: 0.3em auto 0px 170px;
}

section.content > div.body > div.entry-body > p.event-overview + dl.event-list,
section.content > div.body > div.entry-body > p.event-date + dl.event-list {
	margin-top: 30px;
}

section.content > div.body > div.entry-body > ul.event_to-archive {
	margin-top: 30px;
}


/* events > 詳細ページ */
section.content > div.body > div.title > p.event-category {
	color: #ffffff;
	background-color: #666666;
	width: auto;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	vertical-align: text-top;
	border-radius: 3px;
	margin: 30px 30px -15px 30px;;
	padding: 10px 15px;
	display: inline-block;
}

section.content > div.body > div.entry-body > div.event-info > div.ai1ec-single-event {
	display: none;
}

section.content > div.body > div.entry-body > div.event-info > table {
	width: 800px;
}

section.content > div.body > div.entry-body > div.event-info > table tr > th,
section.content > div.body > div.entry-body > div.event-info > table tr > td:first-child {
	color: #ffffff;
    background-color: #3e9694;
    border: 1px solid #cccccc;
	width: 140px;
    line-height: 1.4;
    padding: 10px 15px;
    white-space: normal !important;
}

section.content > div.body > div.entry-body > div.event-info span.event_entry-caution {
	color: #ff0000;
}



/* event-calendar */
section.content > div.body > div.entry-body > div.event-calendar_wrapper {
	width: 100%;
	height: 600px;
}

section.content > div.body > div.entry-body > div.event-calendar_wrapper > iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 736px){
	section.content > div.body > div.entry-body > dl.event-list > dd {
		width: 100%;
		margin-left: 0;
	}
	section.content > div.body > div.entry-body > p.event-date {
		margin-left: 0;
	}
	section.content > div.body > div.entry-body > div.event-info > table {
		width: 100%;
	}
	section.content > div.body > div.entry-body > div.event-info > table tr > th {
		width: 80px;
	}
	section.content > div.body > div.title > p.event-category {
		margin: 20px 30px -10px 20px;
		font-size: 12px;
		padding: 7px 10px;
	}
	section.content > div.body > div.entry-body > dl.event-list > dt {
		margin-bottom: 5px;
	}
	section.content > div.body > div.entry-body > p.event-overview + dl.event-list, section.content > div.body > div.entry-body > p.event-date + dl.event-list {
		margin-top: 20px;
	}
	section.content > div.body > div.entry-body > p.event-date {
		margin-top: 5px;
	}
}