@charset "utf-8";


@media screen and (min-width : 481px) {

}

@media screen and (min-width : 768px) {

/******************************************************
header
******************************************************/
header{
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	z-index: 11;
}

header .inner{
	position: relative;
	height: 75px;
	width: 85%;
}



/******************************************************
nav #menuList
******************************************************/
#menuList {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 75px;
	z-index: 10;
}



/******************************************************
body
******************************************************/
.img_main {
/*	height: 300px;*/
/*	width: 100%;
	height: auto;*/
	position:relative;
	overflow:hidden;
	width:100%;
	height:300px;
	max-width: initial;
}
.img_main img {
/*	height: 300px;*/
/*	width: 100%;
	height: auto;*/
	position:absolute;
	left:50%;
	width:1200px;
	height:300px;
	margin-left:-600px;
}


}

@media screen and (min-width : 801px) {
}



@media screen and (min-width : 835px) {


}

