@charset "utf-8";

body{
	padding: 16px;
}

#container{
	margin: 0 auto;
	padding: 12px 20px;
	/* max-width: 440px; */
	/* background: #ffec67; */
}
/* 
#container:before{
	content:"land:480<= * <767";
	position: absolute;
	bottom: 10%;
	right: 10%;
	padding: 4px;
	font-weight: bold;
	background: #8c8c8c;
	color: #fff;
	opacity:0.8;
} */

figure#main{
	max-width: 480px;
	width: 100%;
	height: 262px;
	text-align: center;
	overflow: hidden;
}

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

nav.nav-collapse{
	width: 100%;
	height: auto;
	height: 0;
	background: #181818;
	float: none;
	overflow: hidden;
}

header nav a{
	display: block;
	padding: 0 0 0 8px;
	height: 40px;
	line-height: 40px;
}

nav.subMenu{
	display: none;
	line-height: 40px;
}

nav.subMenu a{
	display: block;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
}
/* 
header{
	position: absolute;
	top: 0;
	left: 0;
} */

#pTitle{
	padding: 0 0 0 4px;
	font-size: 16px;
	line-height: 40px;
}


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

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

#scroll article {
	margin: 0 0 16px;
	
}

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


#primary article figure,
#primary article figure img{
	width: 100%;
	max-width: 440px;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;

}

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

#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 0  24px;
	width: 100%;
	background: #e8e8e8;
	float: none;
}

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

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

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


