@charset "UTF-8";

/****************************************
	GENERAL SETTING 
*****************************************/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, small, cite, code,
del, dfn, em, strong, font, img, ins, kbd, q,
s, samp, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
table, tbody, tfoot, thead, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	}

/*--------------------------------------
	CLEARFIX CLASS
--------------------------------------*/

.clear { clear: both; line-height: 0; }

.clearfix: after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	}

.clearfix {
	overflow: hidden;
	}

/* FOR MAC IE */
* html .clearfix {
	height: 1%;
	overflow: visible;
	}

.clearfix {
	display: block;
	}
	

/* SCROLL */
html {
	overflow-y: scroll;
	height:100%;
	margin-bottom:1px;
	}

body {
	color: #000000;
	font-size: 12px;
	font: 14px/1.4 osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 0 0 20px;
		}

/* DELETE LINE */
a { overflow: hidden; outline: none; }


#wrap_title {
	width: 100%;
	height: 630px;
	background-image: url(../img/index/index_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}


#wrap {
	display: block;
	position: relative;
	width: 1050px;
	height: 600px;
	margin: 0 auto;
	}

#btn_trailer {
	display: block;
	position: absolute;
	top: 460px;
	right: 12px;
	}


#fb_like {
	position: absolute;
	top: 3px;
	left: 675px;
	width: 350px;
	height: 250px;
	background: url(../img/index/fb_bg.png);
	}
	
#box_attention {
	display: block;
	position: absolute;
	top: 566px;
	left: 4px;
	width: 495px;
	}


#box_btn {
	display: block;
	position: absolute;
	top: 39px;
	left: 45px;
	width: 530px;
	}
	
#box_btn ul li {
	float: left;
	margin: 0 5px 5px 10px;
		list-style: none;
	text-decoration: none;
	font-size: 1px;
	}
#box_btn2 {
	display: block;
	position: absolute;
	top: 30px;
	left: 439px;
	width: 218px;
	overflow: hidden;
	}
#box_btn2 ul li {
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
	text-decoration: none;
	font-size: 1px;
	}

#box_sns {
	display: block;
	position: absolute;
	top: 0px;
	left:440px;
	width: 260px;
	}

#box_sns ul li{
	float: left;
	}

#box_sns .twitter_f {
	margin: 0 100px;
	}

#box_sns iframe {
	/*background: #9ea7b5;*/
	margin: 5px 10px 0 0;
	}
#box_sns.twitter-share-button {
    width: 105px!important;
}	
/*======GNAVI======*/

#wrap_gnavi {
	display: block;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,1);
	background-repeat: repeat-x;
	}

#gnavi {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	}


#gnavi ul li {
	float: left;
	height: 32px;
	margin-top:5px;
	list-style: none;
	text-decoration: none;
	font-size: 1px;
	}

/*======STATUS======*/

#wrap_status {
	display: block;
	width: 100%;
	height: 48px;
	text-align: center;
	background-color: #482E00;
	}

#wrap_status img {
	margin: 10px 0 0;
	}

/*======CRIDIT======*/

#wrap_foot {
	display: block;
	position: relative;
	width: 1035px;
	height: 280px;
	margin: 10px auto;
	}
#attention {
	froat:left;
	width:620px;
	magin:5px 0 0 10px;
	padding:0 0 0 5px;
	height: 30px;
	background: url(../img/index/index_attention.png) no-repeat center top;
	}
#credit {
	froat:left;
	width:415px;
	height: 90px;
	padding:0 0 0 5px;
	margin:0 0 0 15px;
	background: url(../img/index/index_credit5.png) no-repeat center top;
	}
	
#banner {
	    froat:left;
		width: 635px;
		margin:20px 0 0 15px;
		text-align: left;
		}
	
	#banner img { 
		margin: 0 5px 10px 5px;
		border: 0;
		}
