/* ３段組み
============================================= */
#postheader div[itemprop="articleBody"] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box
}
#postheader section {
	width: 206px;
	margin-right: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: visible
}
#postheader section h1 {
	height: 30px;
	line-height: 1.2
}
#postheader img {
	width: 100%;
	height: auto
}
#postheader section:nth-of-type(1n) figure {
	float: none;
	margin: 0
}
#postheader section:nth-of-type(1n) figcaption {
	text-align: center;
	margin-bottom: 15px
}
/* ３段組み IE8～9 & Opera
============================================= */
#postheader section {
	clear: none;
	float: left;
	position: relative
}
#postheader section + section + section {
	margin-right: 0
}
#prog #prog_1st_day section .event_prog ul, #prog #prog_2nd_day section .event_prog ul {
	margin-left: 10em;
}
