@charset "utf-8";
/* CSS Document */

/* reset */
html {
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, a,
ul, ol, li, dl, dt, dd, strong, em, small, sub, sup,
img, table, tr, th, td, address, cite, code, q, form,
footer, header, hgroup, menu, nav, section, aside, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:1.5;
	vertical-align:baseline;
	background:transparent;
	word-break:normal;
	word-wrap:break-word;
}

img {
	vertical-align:bottom;
}
ul,
ol {
	list-style-type:none;
}

table,h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

table {
	border-collapse:collapse;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover,
a:active {
	color:#666;
}

body {
	background:#242426 url("../img/bgi_body_01.gif");
	font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size:14px;
	color:#fff;
}

li a,
a img {
	transition:0.3s;
}

li a:hover,
a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity:0.5;
}

#wrapper {
	margin:0 auto;
	width:1400px;
	height:auto;
	position:relative;
}

/*-----Loading-----*/

#loader {
	width: 65px;
	height: 65px;
	display: none;
	background-color: #000000;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

/*-----header-----*/

#header {
	width:1400px;
	*width:1401px;
	height: 50px;
	position:fixed;
	top:0;
	overflow: hidden;
	background-color:#282828;
	z-index:3;
}

#logo{
	width:210px;
	height:50px;
	float:left;
	margin:0 0 0 50px;
	}

/* nav */
#nav {
	width:600px;
	height:50px;
	margin:0 30px 0 0;
	float:right;
	clear:right;
	z-index:5;
}

#nav ul {
	width:600px;
	overflow:hidden;
}

#nav li {
	width:120px;
	height:50px;
	float:left;
	text-align:center;
}

#nav a {
	display:block;
	font-size:16px;
	line-height:50px;
	color: #fff;
}

#nav a:hover{
	color: #848484;
	text-decoration:underline;
}

#toTOP{
	width:64px;
	height:65px;
	position:fixed;
	bottom:20px;
    right:20px;
	z-index:3;
	}


/*-----content-----*/

#content{
	width:1400px;
	/*padding:50px 0 0 0;*/
	height:auto;
	background:#000;
}

#box_01{
	width: 1400px;
	height: 676px;
	position:relative;
	background:#000;
}

	#title_top{
		width:993px;
		height:326px;
		position:absolute;
		top:180px;
		left:206px;
		z-index:2;
		}
		
	#main_image01{
		width:1400px;
		height:676px;
		position:absolute;
		top:0px;
		left:0px;
		z-index:1;
		}
		
	#next_btn01{
		width:47px;
		height:47px;
		position:absolute;
		top:570px;
		left:680px;
		z-index:2;
		}
	
	
	

#box_02{
	width:1400px;
	height:755px;
	position:relative;
	background:url(../img/main_image02.png)50% 0 no-repeat fixed;
	text-align:center;
}

#box_02 {
*background:url(../img/main_image02.png) no-repeat fixed;
}

	#theme_title{
		width:150px;
		height:38px;
		padding:160px 0 0 0;
		margin:0 auto;
		background:none;
		}
		
	#theme_text{
		width:604px;
		height:307px;
		margin:50px auto 0 auto;
		padding:0;
		}
		
	#next_btn02{
		width:47px;
		height:47px;
		position:absolute;
		top:600px;
		left:680px;
		z-index:2;
	}

#box_03{
	width:1400px;
	height:670px;
	position:relative;
	border-top:1px #666 solid;
	border-bottom:1px #666 solid;
	/*background:url(../img/main_image03.png)50% 0 no-repeat fixed;*/
}

#box_03 {
/*background:url(../img/main_image03.png) no-repeat fixed;*/
}

	#detail_title{
		width:150px;
		height:38px;
		padding:70px 0 0 0;
		margin:0 auto;
		background:none;
		z-index:3;
		display:block;
		}
		
	#detail_text{
		width:540px;
		height:auto;
		margin:0 auto;
		padding:18px 0 0 80px;
		background:none;
		text-align:center;
	}
	
	#detail_text02{
		width:580px;
		height:auto;
		margin:0 auto;
		padding:30px 0 0 0;
		font-size:13px;
		background:none;
	}
	
	.text_t{
		width:470px;
		font-size:16px;
		line-height:45px;
		text-align:left;
	}
	
	.text_t_racer{
		width:470px;
		margin:-5px 0 15px 0;
		font-size:12px;
		line-height:45px;
		text-align:left;
	}
	/*
	#detail_text table,
	#detail_text table tr{
		width:540px;
		height:25px;
		margin:5px 0 0 0;
		background:none;
		}
		
	#detail_text table td{
		height:25px;
		background:none;
		padding:0;
	}*/
	
	.t_r{
		text-align:right;
		font-size:12px;
		padding:0 100px 0 0;
		}
		
	.t_l{
		text-align:left;
		font-size:12px;
		padding:0 0 0 100px;
	}
	
	.t_l02{
		text-align:left;
		font-size:16px;
		padding:0 0 0 100px;
	}

	.t_l03{
		text-align:left;
		font-size:16px;
		padding:20px 0 5px 0;
	}
	
	.t_l04{
		text-align:left;
		font-size:16px;
		padding:-14px 0 0 0;
	}
	
	.text_access{
		text-decoration:underline;
		font-weight:700;
		}
	
	
	#next_btn03{
		width:47px;
		height:47px;
		position:absolute;
		top:570px;
		left:680px;
		z-index:2;
	}
	
#box_04{
	width:1400px;
	height:756px;
	border-bottom:1px #666 solid;
	position:relative;
	background:url(../img/main_image04.png)50% 0 no-repeat fixed;
}

#box_04 {
*background:url(../img/main_image04.png) no-repeat fixed;
}

	#katsunori_image{
		width:902px;
		height:756px;
		margin:0;
		padding:0;
		position:absolute;
		top:0;
		left:0;
		overflow:hidden;
	}
		
	#katsunori_detail{
		width:523px;
		height:686px;
		position:absolute;
		top:50px;
		right:30px;
		overflow:hidden;
	}
	
	#next_btn04{
		width:47px;
		height:47px;
		position:absolute;
		top:670px;
		left:680px;
		z-index:2;
	}
	

#box_05{
	width:1400px;
	height:740px;
	border-bottom:1px #666 solid;
	position:relative;
	background:url(../img/main_image05.png)50% 0 no-repeat fixed;
}

#box_05 {
*background:url(../img/main_image05.png) no-repeat fixed;
}

	#chiparu_image{
		width:778px;
		height:551px;
		margin:0;
		padding:0;
		position:absolute;
		top:60px;
		right:0;
		overflow:hidden;
	}
		
	#chiparu_detail{
	width: 500px;
	height: 700px;
	position: absolute;
	top: 30px;
	left: 37px;
	overflow: hidden;
	}
	
	#next_btn05{
		width:47px;
		height:47px;
		position:absolute;
		top:645px;
		left:680px;
		z-index:2;
	}
	
#box_06{
	width:1400px;
	height:538px;
	border-bottom:1px #666 solid;
	position:relative;
	background:url(../img/main_image06.png)50% 0 no-repeat fixed;
}

#box_06 {
*background:url(../img/main_image06.png) no-repeat fixed;
}

	#image_38{
		width:955px;
		height:474px;
		position:absolute;
		top:0;
		left:0;
		overflow:hidden;
	}
		
	#detail_38{
		width:467px;
		height:452px;
		position:absolute;
		top:40px;
		right:70px;
		overflow:hidden;
	}
	
	#next_btn06{
		width:47px;
		height:47px;
		position:absolute;
		top:470px;
		left:680px;
		z-index:2;
	}

#box_07{
	width:1400px;
	height:553px;
	border-bottom:1px #666 solid;
	position:relative;
}

#box_07 {

}

	#secret_title{
		width:183px;
		height:38px;
		padding:170px 0 0 0;
		margin:0 auto;
		background:none;
		z-index:3;
		display:block;
		}

	#secret_image{
		width:677px;
		height:500px;
		position:absolute;
		top:0px;
		left:0;
		overflow:hidden;
	}
		
	#secret_image02{
		width:677px;
		height:500px;
		position:absolute;
		top:40px;
		right:0;
		overflow:hidden;
	}
	
	#secret_text{
		position:absolute;
		top:250px;
		left:495px;
		font-size:14px;
		line-height:30px;
		z-index:2;
		}

	#secret_text01{
		position:absolute;
		top:320px;
		left:50px;
		margin:0;
		padding:0;
		font-size:14px;
		line-height:20px;
		z-index:3;
		overflow:hidden;
		display:block;
	}
		
	#secret_text02{
		position:absolute;
		top:320px;
		right:50px;
		margin:0;
		padding:0;
		font-size:14px;
		line-height:20px;
		z-index:3;
		overflow:hidden;
		display:block;
	}
	
	.bike_name{
		font-size:25px;
		font-weight:bold;	
	}
	
	.bike_text{
		font-size:12px;
	}
	
	#next_btn07{
		width:47px;
		height:47px;
		position:absolute;
		top:470px;
		left:680px;
		z-index:2;
	}

#box_08{
	width:1400px;
	height:679px;
	border-bottom:1px #666 solid;
	position:relative;
	background:url(../img/main_image08.png)50% 0 no-repeat fixed;
}

#box_08 {
*background:url(../img/main_image08.png) no-repeat fixed;
}

	#exhibition_image{
		width:1256px;
		height:446px;
		position:absolute;
		top:170px;
		left:70px;
		overflow:hidden;
	}
		
	
#footer{
	width:1400px;
	height:100px;
	text-align:center;
	background:#000;
	}
	
	#khi_logo{
		width:264;
		height:41px;
		margin:20px 0 0 0;
		padding:0;
	}
		
	.t_s{
		font-size:12px;
	}


/*2016.01.14*/

#box_09{
	width:1400px;
	height:540px;
	border-bottom:1px #666 solid;
	position:relative;
	background:url(../img/main_image07.png)50% 0 no-repeat fixed;
}

#box_09 {
*background:url(../img/main_image07.png) no-repeat fixed;
}

	#image_designer{
		width:756px;
		height:344px;
		position:absolute;
		top:90px;
		right:0;
		overflow:hidden;
	}
		
	#detail_designer{
		width:532px;
		height:241px;
		position:absolute;
		top:140px;
		left:90px;
		overflow:hidden;
	}

	#next_btn08{
		width:47px;
		height:47px;
		position:absolute;
		top:470px;
		left:680px;
		z-index:2;
	}


#box_10{
	width:1400px;
	height:480px;
	border-bottom:1px #666 solid;
	position:relative;
	background:#000;
}

	/*#kids_title{
		width:150px;
		height:38px;
		padding:70px 0 0 0;
		margin:0 auto;
		background:none;
		z-index:3;
		display:block;
		}*/

	#kids_image{
		width:1070px;
		height:322px;
		position:absolute;
		top:80px;
		left:100px;
		overflow:hidden;		
		}

@media screen and (max-device-width: 1024px) {
		
	#box_02{
		width:1400px;
		height:755px;
		position:relative;
		background:url(../img/main_image02.png)50% 0 no-repeat fixed;
	}
		
	#box_03{
		width:1400px;
		height:536px;
		position:relative;
		border-top:1px #666 solid;
		border-bottom:1px #666 solid;
	}
	
	#box_04{
		width:1400px;
		height:756px;
		border-bottom:1px #666 solid;
		position:relative;
		background:url(../img/main_image04.png)50% 0 no-repeat fixed;
	}
	
	#box_05{
		width:1400px;
		height:740px;
		border-bottom:1px #666 solid;
		position:relative;
		background:url(../img/main_image05.png)50% 0 no-repeat fixed;
	}
	
	#box_06{
		width:1400px;
		height:538px;
		border-bottom:1px #666 solid;
		position:relative;
		background:url(../img/main_image06.png)50% 0 no-repeat fixed;
	}
	
	#box_07{
		width:1400px;
		height:553px;
		border-bottom:1px #666 solid;
		position:relative;
	}
	
	#box_08{
		width:1400px;
		height:679px;
		border-bottom:1px #666 solid;
		position:relative;
		background:url(../img/main_image08.png)50% 0 no-repeat fixed;
	}
	
	#box_09{
		width:1400px;
		height:540px;
		border-bottom:1px #666 solid;
		position:relative;
		background:url(../img/main_image07.png)50% 0 no-repeat fixed;
	}

}

