@charset "utf-8";

#container{
	padding: 12px 20px;
	/* background: #a8bf6b; */
}
/* 
#container:before{
	content:"ipad:768<= * <991";
	position: absolute;
	bottom: 10%;
	right: 10%;
	padding: 4px;
	font-weight: bold;
	background: #737373;
	color: #fff;
	opacity:0.8;
}
 */
#mq figure#main{
	width: 712px;
	min-width: 280px;
	height: 388px;
	/* height: 262px; */
	background-size:  auto 388px;
	-webkit-background-size:  auto 388px;
    -moz-background-size:  auto 388px;
    -o-background-size:  auto 388px;

}

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

#nav-collapse{
	display: none;
}

nav.nav-collapse{
	height: auto;
	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 16px;
	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 {
}

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

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

#container{
	margin: 0 auto;
	width: 712px;
}

#primary{
	margin: 0;
	float: none;
}

#secondary{
	margin: 0 0 32px;
	width: 100%;
	float: none;
}

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


#secondary aside{
	margin: 0 24px 24px 0;
	width: 344px;
	background: #e8e8e8;
	float: left;
}

#secondary aside:nth-child(2){
	margin: 0 0 24px 0;
}

#secondary aside:last-child{
	margin: 0;
}


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


/* SetCss3 ++++++++++++++++++ */

header hgroup figure#brMark{
    background-size:  auto 32px;
	-webkit-background-size:  auto 32px;
    -moz-background-size:  auto 32px;
    -o-background-size:  auto 32px;
}

