@charset "utf-8";

#container{
	margin: 0 auto;
	width: 960px;
	padding: 12px 20px;
}
/* 
#container:before{
	content:"deskTop:992<= * <1175";
	position: absolute;
	bottom: 10%;
	right: 10%;
	padding: 4px;
	font-weight: bold;
	background: #262626;
	color: #fff;
	opacity:0.8;
}
 */
#mq figure#main{
	min-width: 280px;
	height: 432px;
	/* height: 262px; */
	background-size:  auto 432px;
	-webkit-background-size:  auto 432px;
    -moz-background-size:  auto 432px;
    -o-background-size:  auto 432px;
}

/* HEADER ++++++++++++++++++ */

header hgroup{
	height: 56px;
}

header hgroup h1{
	position: static;
	height: 56px;
	font-size: 44px;
	line-height: 56px;
	float: left;
}

header hgroup h2{
	position: static;
	width: 500px;
	height: 56px;
	font-size: 20px;
	text-align: center;
	line-height: 56px;
	float: left;
}

header hgroup figure#brMark{
	top: 4px;
	right: 4px;
	width: 48px;
	height: 48px;
}

#naviBox{
	height: 56px;
}

#nav-collapse{
	display: none;
}

nav.nav-collapse{
	height: 56px;
	line-height: 56px;
	text-align: center;
}

header button{
	display: none;
}

#extMenu{
	float: right;
}

a.subMenuButton{
	position: relative;
	left: 0;
	top: 0;
}

nav.subMenu{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	line-height: 40px;
}

nav.subMenu a{
	display: block;
	padding: 0 4px 0 28px;
	width: auto;
	min-width: 160px;
	height: 40px;
	line-height: 40px;
}

#pTitle{
	display: none;
}

/* CONTENTS ++++++++++++++++++ */
#container h1#main,
#scroll{
	margin: 0 auto 16px;
	width: 711px;
}

#scroll:after{
	content:" ";
	height: 0;
	clear: both;
	display: block;
}

#scroll article {
    margin-right: 24px;
	width: 221px;
	float: left;
}

#scroll article:nth-child(3) {
    margin-right: 0;
}

/* ASIDE +++++++++++++++ */

#primary{
	width: 712px;
}

#secondary aside{
	margin: 0 0 24px;
}

aside #info{
}

/* CSS3 ++++++++++++++++++
header nav a{
	 background: -moz-linear-gradient(
	 top,
	 #181818 0%,
	 #303030);
	 background: -webkit-gradient(
	 linear, left top, left bottom, 
	 from(#181818),
	 to(#303030));
}
 */