@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_main06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}


#wrap {
	display: block;
	position: relative;
	width: 1050px;
	height: 630px;
	margin: 0 auto;
	}

#btn_trailer {
	display: block;
	position: absolute;
	top: 460px;
	right: 12px;
	}


#fb_like {
	position: absolute;
	top: 430px;
	left: 0px;
	width: 350px;
	height: 200px;
	background: url(../img/index/fb_bg.png) ;
	}
	
#box_attention {
	display: block;
	position: absolute;
	top: 510px;
	left: 520px;
	width: 495px;
	}


#box_btn {
	display: block;
	position: absolute;
	top: 566px;
	left: 388px;
	width: 660px;
	}

#box_btn 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: 597px;
	left:555px;
	width: 263px;
	}

#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: 34px;
	border-top: 1px solid #FF771C;
	border-bottom: 1px solid #FF771C;
	background-color: #FF771C;
	background-repeat: repeat-x;
	}

#gnavi {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
	}


#gnavi ul li {
	float: left;
	height: 32px;
	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: 1000px;
	height: 130px;
	margin: 15px auto;
	background: url(../img/index/index_credit2.png) no-repeat center top;
	}

	
#banner {
		width: 1020px;
		margin: 0 auto;
		text-align: center;
		}
	
	#banner img { 
		margin: 0 2px 10px 2px;
		border: 0;
		}
