/*メニュー*/

#header #nav ul {
	overflow: hidden;
    
}	
#header #nav ul li:first-child,
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	width: auto;
	border: 0;
}
#header #nav a {
	padding: 15px;
}

/* ２段組み */
article div[itemprop="articleBody"]
	{display: -webkit-box;
	display: -moz-box;
	display: -ms-box}

article section{
	width: 600px;
	margin-right: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: visible;
}

article section h1{
	height: 48px;
	line-height: 1.2;
}

article section:nth-of-type(1n) figure{
	float: none;
	margin: 0;
}

article section:nth-of-type(1n) figcaption{
	text-align: center;
	margin-bottom: 15px;
}

/* ３段組み IE8～9 & Opera */
article section{
	clear: none;
	float: left;
	position: relative;
}


