@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:420px;
	height:50px;
	margin:0 10px 0 0;
	float:right;
	clear:right;
	z-index:5;
}

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

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


#nav li.list_first{
	width:100px;
	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: 870px;
	position:relative;
	background:#000;
	overflow:hidden;
}
		
	#main_image01{
		width:1400px;
		height:870px;
		position:absolute;
		top:0px;
		left:0px;
		z-index:1;
		}
		
	#next_btn01{
		width:47px;
		height:47px;
		position:absolute;
		top:730px;
		left:680px;
		z-index:2;
		}
	
	
	#caption_text{
		width:660px;
		*width:680px;
		height:120px;
		position:absolute;
		top:930px;
		left:380px;
		*left:370px;
		z-index:2;
		text-align:center;
		text-justify:inter-ideograph; 
		font-weight:300;
		font-size:24px;
		line-height:36px;
		}	
	
	#schedule_text{
		width:660px;
		*width:680px;
		height:120px;
		position:absolute;
		top:1150px;
		left:383px;
		*left:373px;
		z-index:2;
		text-align:center;
		text-justify:inter-ideograph; 
		font-weight:bold;
		font-size:37px;
		line-height:36px;		
		}	
		
		

#box_02{
	width:1400px;
	height:700px;
	margin-top : -50px;
	padding-top : 120px;	
	position:relative;
	background:url(../img/box_02.jpg) no-repeat;
	text-align:center;
}

#box_02 {

}

	#theme_title{
		width:150px;
		height:38px;
		padding:80px 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{
	min-width:1400px;
	height:1150px;
	zoom: 1;
	position: relative;
	/*border-top:1px #666 solid;
	border-bottom:1px #666 solid;*/
	background:url(../img/box_03.jpg) no-repeat #000;
}


	#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:90px 0 0 64px;
		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:1140px;
	position: relative;
	/*background:#000 url(../img/main_image_02.jpg) left 50px no-repeat;*/
}

	
#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;		
		}
