@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "UTF-8";
/* CSS Document */
/* Layout */
@media screen and (max-width: 1079px){
@media screen and (min-width: 835px){

/*img{
max-width: 100%;
height: auto;
width: auto;　
}*/

::selection {
    background: #b01;
    color: #fff;
}

::-moz-selection {
    background: #b01;
    color: #fff;
}

body{
	background: #000;
	padding: 0;
	margin: 0;
	font: 400 12px/16px 'Noto Sans JP', sans-serif;
}

#container {
	width: 100%;
	height: auto;
	margin: 0;
	padding:0;
	box-sizing: border-box;
	background: #000;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -998;
}

#wrapper {
	max-width:1079px;
	min-width:835px;
	margin:0 auto;
	padding:0;
	z-index: -997;
}

#content {
	clear: both;
}

.clear{clear:both;}