@charset "UTF-8";
/*common.css*/

/* =========================================================
 common
========================================================= */
body{background-color:#ffffff; min-weight: 1920px; min-height: 1090px; overflow: hidden; }/*background-color:#221805;*/

/* ----- btnClass ----- */
/* btnClass */
.btnClass a{background-position:left top;background-repeat:no-repeat;width:100%;height:100%;display:block;text-indent:-9999px;}
.btnClass a:hover{background-position:left bottom;}

/* =========================================================
 change-img
========================================================= */
#change-img{ display:block; position:relative; width: 1920px;
	margin:0 auto !important; top: 0; right: 0; bottom: 0; left: 0; } 
	/* margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; */
#view li img{position:absolute; top:0; left:0; display:none;}

#arrow ul{ width:100%; height:32px; position:relative; top:-200px; }
#arrow li,
#arrow p{position:absolute;width:240px; height:45px;}

#arrow li a,
#arrow p a{display:block; width:100%; height:100%;}
#arrow .current a{display:none;}

#arrow-back{ right:-200px; top:-200px;}
#arrow-left{left:-200px;}
#arrow-right{right:-200px;}

@media screen and ( min-width : 1808px )  {
html,body{ overflow:hidden; }
}


.wid100{
//	width: 100%;
}

/*ie用*/
body {text-align:center;}
#container { display:block; text-align:center; } 
