@charset "utf-8";

/**************************************
	URL       : http://cyberstep.com/kdj/
	Copyright : CyberStep
	Name      : home.css
	Ver       : 1.0
	file      : home.php
**************************************/

/* ==========================================
	Global
========================================== */
html, body {
	border-top:3px solid #830404;
}
body {
	background: url(../../../common/images/home/home_bg.jpg) 50% 0 no-repeat;
	margin:0 auto;
	min-width:1200px;
	height:1200px;
}
iframe {
	border: 0;
}

/* ==========================================
	Container
========================================== */
#container{
	width:1010px;
	margin:0 auto;
	}

#header,
#pankuzu,
#contents,
#footer {
	width: 1010px;
	margin: 0px auto;
}
#container {
	padding-bottom: 10px;
}

/* ==========================================
	Notification
========================================== */

#notif {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	left: 0;
	background: #fff;
	color: #000;
	display: none;
	max-width: 300px;
	width: 100%;
	padding: 30px;
	animation-duration: 0.7s;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	border-radius: 0 10px 0 0;
}
#notif a {
	font-weight: bold;
	color: #830404;
}
#notif .notif-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
}

/* ==========================================
	Header
========================================== */
#header {
	height: 81px;
	background: url(../../../common/images/home/sprite_home.png) 0 -20px no-repeat;
	margin-bottom:33px;
}
#header h1 {
	float: left;
	display: inline;
	margin-top: 5px;
}
#header #description {
	float: right;
	display: inline;
	margin-top: 40px;
}

/* ==========================================
	Language
========================================== */
/* Language */
#language {
	float: right;
	display: inline;
	height: 20px;
}
	#language .select_language {
		float: left;
		display: inline;
		width: 98px;
		color: #FFFFFF;
		text-align: left;
	}
	#language .select_language p {
		padding-left:12px;
		background: /*url(../../../common/images/arrow_down.gif) 70px 5px no-repeat*/ #830404;
		border-radius:0 0 5px 5px;
		position:relative;
		height:20px;
	}
	#language .select_language ul {
		display: none;
		width: 98px;
		top: 24px;
	}
	#language .select_language li {
		background: url(../../../common/images/arrow_right.gif) 4px 6px no-repeat;
		position:relative;
	}
	#language .select_language li a {
		display: block;
		margin-right: 5px;
		color: #FFFFFF;
		padding-left:12px;
	}
	#language .select_language:hover ul {
		display: block;
	}
	#language .select_language img {
		position:absolute;
		right:2px;
	}

/* ==========================================
	Contents
========================================== */
/* Area
--------------------------------------- */
#area_left {
	float: left;
	display: inline;
	width: 470px;
}
#area_right {
	float: right;
	display: inline;
	width: 480px;
}

/* Nav Global */
#nav_global {
	float: left;
	display: inline;
	margin-left:10px;
}
#nav_global ul {
	height: 80px;
	background: -moz-linear-gradient(top, rgba(81,0,1,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,0,1,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(81,0,1,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(81,0,1,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(81,0,1,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(81,0,1,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3510001', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
	#nav_global li {
		width: 190px;
		height: 80px;
		background: url(../../../common/images/nav_line.png) 0 0 no-repeat;
	}
		#nav_global li a {
			display: block;
			width: 189px;
			height: 80px;
			text-align: center;
			margin-left:1px;
		}
		#nav_global li a:hover {
			background: rgb(81,0,1); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(81,0,1,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,0,1,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(81,0,1,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(81,0,1,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(81,0,1,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(81,0,1,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#510001', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		}
		#nav_global li a * {
			float: none;
			padding-top: 30px;
		}
		
		#nav_global li a.long * {
			float: none;
			padding-top: 5px;
		}
/* youtube
--------------------------------------- */

#youtube_player {
	background: url(../../../common/images/home/movie_bg.png) 0 0 no-repeat;
	margin-top: 30px;
	width: 495px;
	padding: 5px;
	height: 370px;
}

#youtube_player #youtube_frame {
	margin: 10px;
}

/* top_news
--------------------------------------- */
#top_news {
	background: url(../../../common/images/home/flame_bg.png) 0 0 repeat;
	padding: 10px 15px;
	box-shadow: 2px 2px 5px #000;
	/*height: 280px;*/
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 -20px 20px;
}

#top_news h3 {
	border-bottom:1px solid #666;
	font-size:108;
}
#top_news p{
	margin-bottom:10px;
	text-align: left;
}

#top_news p span {
	font-weight:bold;
	font-size: 17px;
	
	}
	.english #top_news {
	font-size: 13px;
	height: 290px;
}

#top_news div.fb-like {
	left: 0px;
	}
/* explanation
--------------------------------------- */
#explanation {
	background: url(../../../common/images/home/flame_bg.png) 0 0 repeat;
	padding:20px 15px;
	margin-top:20px;
	box-shadow:2px 2px 5px #000;
}
#explanation h3 {
	border-bottom:1px solid #666;
	font-size:108;
}
/* ==========================================
	Footer
========================================== */
#footer {
	margin-top: 30px;
	color: #ccc;
	font-size: 83%; /* 10px */
}
#footer #cyberstep,
#footer #nav_footer,
#footer address,
#footer #copyright {
	float: left;
	display: inline;
}
 footer p#cyberstep{
	 
	 position:relative;
	 left:-240px;;
	 }

/*
css slider

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
*/
div.slider {
	margin: 0px auto;
width: 1200px;
height: 460px;
background:url(../../../common/images/home/line.png) no-repeat;
background-position: 0 410px;

}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
ul#slider3{
	
width: 1010px;
max-width: 1010px !important;
float:left;
	 }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
 
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
	
	
  ul#slider3-pager {
  	width: 200px;
  	position: relative;
  	left: 900px;
  	top: -30px;
  	z-index: 3;

  }
  ul#slider3-pager  a {
  	display:block;
  	background:#D3D3D3;
  	-moz-border-radius: 50px;
  	-webkit-border-radius: 50px;
  	border-radius: 50px;
  	width:12px;
  	height:12px;
  	float:left;
  	margin:5px;
  }
			
	div.slider a.rslides1_nav{
	  width:66px;
		height:70px;
		display:block;
		float:left;
		position: relative;
		z-index: 21;
		opacity:0.5;
		background-repeat: no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		top: 320px;
	}
	div.slider a.rslides1_nav:hover  {
		opacity:0.9;
		}
		div.slider a.next  {
			background-image:url(../../../common/images/slider/arrow_right.png);
			left: -130px;
		}	
		div.slider a.prev  {
			background-image:url(../../../common/images/slider/arrow_left.png);
			right: 1010px;
		}			
	
			
 a.kickst{
  background:url(../../../ja/images/btn/btn_ks.png) no-repeat ;
  display:block;
  width:465px;
  height:125px;
    text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 22px;

	}
 a.kickst_en{
  background:url(../../../en/images/btn/btn_ks.png) no-repeat ;
  display:block;
  width:465px;
  height:125px;
    text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 22px;

	}
 a.kickst:hover,a.kickst_en:hover {
	opacity: 0.8;
position: relative;
top: 1px;
left: 1px;
	
	}
 a.kickst_off{
  background:url(../../../ja/images/btn/btn_ks_off.png) no-repeat ;
  display:block;
  width:465px;
  height:125px;
    text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 22px;
cursor: inherit;
	}
 a.kickst_en_off{
  background:url(../../../en/images/btn/btn_ks_off.png) no-repeat ;
  display:block;
  width:465px;
  height:125px;
    text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: -30px 0 0 22px;
cursor: inherit;
	}

	/*	bottom content*/
div#bottom_contens{
	width:1010px;
	margin: 60px auto;
	height:370px;
	}
	


#bottom_contens section {
	
	height:365px;
	float: left;
	}
#model_big {
  background:url(../../../ja/images/btn/btn_3d.jpg) no-repeat ;
  	margin: 0 27px 0 0;
  width: 343px;
	}
#model_big,#model_big_en div.fb-like{
left: 0px;
	
	}	
#spec {
  background:url(../../../ja/images/btn/btn_set.jpg) no-repeat !important;
  width:343px;
  display:block;
  	margin: 0 27px 0 0;
	}
#model_big_en {
  background:url(../../../en/images/btn/btn_3d_en.jpg) no-repeat ;
  	margin: 0 27px 0 0;
  width: 343px;
	}
#spec_en {
  background:url(../../../en/images/btn/btn_set_en.jpg) no-repeat !important;
  width:343px;
  display:block;
  	margin: 0 27px 0 0;
	}
	#model{
  width: 340px;
  height: 350px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  z-index: 20;
}

#model a.mod {
display: block;
width: 300px;
height: 303px;
background: none repeat scroll 0% 0% #DE5F61;
position: relative;
z-index: 100;
opacity: 0;

	}
	
#model img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  
}

#intro{
  position: absolute;
  height: 100%;
  padding: 100px 0;
  z-index: 10;
  text-align: center;
  -moz-box-shadow:    inset 0 0 30px #333333;
  -webkit-box-shadow: inset 0 0 30px #333333;
  box-shadow:         inset 0 0 30px #333333;
}
#intro h1{
  text-align: center;
  width: 840px;
  margin: auto;
  font-family: 'Rokkitt', serif;
  text-transform: uppercase;
  color: #333333;
  font-size: 28px;
}
a {
  cursor: pointer;
}


ul#icon {
	width:300px;
	height:10px;
	} 
	ul#icon li {
		float:left;
		width:120px;
		height:100px;
		}
		ul#icon li:first-child {
			position:relative;
			top: -440px;
			left: -35px;
			}
					ul#icon li:last-child {
			position:relative;
			top: -440px;
			left: 350px;
			}

	
/*Social*/ 



#social { margin: 0px 0 0 0 ;
width:270px !important;
background:#FFEDF6;}
#social .tab {
    border: 1px solid #999;
    border-bottom: none;
}
#social .tab ul {
    width: 268px;
    height: 70px;
    background-color: #c9c9c9;
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1),rgba(255,255,255,0.1));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1),rgba(255,255,255,0.1));
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1),rgba(255,255,255,0.1));
    background-image: linear-gradient(to top, rgba(0,0,0,0.1),rgba(255,255,255,0.1));
}
#social .tab ul li {
    display: inline-block;
    cursor: pointer;
	    width: 85px;

}
#social .tab ul li.active {
    background-color: #454545;
    border: 1px solid #565656;
    border-bottom: none;
    width: 85px;
    height: 75px;
    position: relative;
    top: -5px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
}
#social .tab ul li span {
    position: relative;
    display: block;
    margin: 8px 3px 8px 17px;
    width: 50px;
    height: 50px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}
#social .tab ul li span:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
#social .tab ul li.active span {
    top: 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
#social .tab ul li.twitter.active { left: -1px }
#social .tab ul li.facebook.active { left: -1px }
#social .tab ul li.youtube.active { left: 5px }
#social .tab ul li.twitter span {
    background-color: #3ebde0;
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.75);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.75);
    border: solid 2px #3ebde0;
	background-image: url(../../../common/images/icon_social_twitter.png);
	background-repeat:no-repeat;
	background-position: 7px 11px;
	
	
}
#social .tab ul li.twitter span:after {
    width: 35px;
    height: 28px;
	background-image: url(../../../common/images/icon_social_twitter.png);
    background-repeat: no-repeat;
    top: 12px;
    left: 9px;
}
#social .tab ul li.facebook span {
    background-color: #456aae;
    -moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.75);
	background-image: url(../../../common/images/icon_social_facebook.png);
	background-repeat:no-repeat;
	background-position: 24px 7px;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.75);
    border: solid 2px #507ac7;
	
}
#social .tab ul li.facebook span:after {
    width: 18px;
    height: 35px;
	background-image: url(../../../common/images/icon_social_facebook.png);
    background-position: 0 -108px;
    background-repeat: no-repeat;
    top: 8px;
    left: 25px;
}
#social .tab ul li.youtube span {
    background-color: #fff;
	background-image: url(../../../common/images/icon_social_youtube.png);
	background-repeat:no-repeat;
	background-position: 9px 8px;
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.75);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.75);
    border: solid 2px #999;
}
#social .tab ul li.youtube span:after {
    width: 31px;
    height: 34px;
    background-image: url(../../../common/images/icon_social_youtube.png);
    background-position: 0 -173px;
    background-repeat: no-repeat;
    top: 9px;
    left: 9px;
}
#social .box {
    border: 1px solid #5C5C5C;
    padding: 5px;
	width: 258px;
background: #454545;
}
#social .box>div {
    display: none;
    width: 258px;
	height: 283px;
}
#social .box .twitter { display: block; }
#social .box .facebook { display: none; }
#social .en .twitter { display: none; }
#social .en .facebook { display: block; }
#social .box .facebook .dummy {
    margin: 20px auto;
    display: block;
}
#social .box .youtube>a {
    position: relative;
    line-height: 27px;
    margin: 5px;
    text-align: left;
    text-indent: 50px;
}
#social .box .youtube>a:after {
    width: 40px;
    height: 40px;
    background: url(../../../common/images/icon_social_youtube.png) no-repeat;
    top: 0px;
    left: 0px;
}
#social .box .youtube ul {
    list-style: none;
    overflow: auto;
    max-height: 257px;
}
#social .box .youtube ul li { border-bottom: 1px solid #EAEAEA }
#social .box .youtube ul li.dummy img {
    margin: 20px auto;
    display: block;
}
#social .box .youtube ul li a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 12px;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    position: relative;
}
#social .box .youtube ul li a:hover { background: #ddd }
#social .box .youtube ul li a .left {
    position: relative;
    background: #000;
    width: 100px;
    height: 65px;
    overflow: hidden;
    margin-left: 5px;
}
#social .box .youtube ul li a .left .thumb {
    width: inherit;
    vertical-align: bottom;
}
#social .box .youtube ul li a .left .duration {
    position: absolute;
    right: 1px;
    bottom: 1px;
    padding: 0px 4px;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    font-weight: bold;
}
#social .box .youtube ul li a .right {
    position: absolute;
    width: 135px;
    height: 65px;
    right: 5px;
    top: 5px;
    color: #ccc;
    overflow: hidden;
	font-size: small;
}
#social .box .youtube ul li a .right:hover {
	color:#252525;
	}

#social .box .youtube ul li a .right span { display: block }
#social .box .youtube ul li a .right .title { text-overflow: ellipsis ;
margin-left:15px;
font-weight:bold;
}
.win #social .box .youtube ul li a .right .title { 
text-overflow: ellipsis;
margin-left:15px;
font-weight:bold;
}
#social .box .youtube ul li a .right .author {
    color: #999;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* ==========================================
	twitter
========================================== */
#contents #home_body #contents_right #top_twitter {
	position: relative;
	width: 100%;
	margin-top: 10px;
	/* margin-top: 10px; */
}

#contents #home_body #contents_right #top_twitter  h4 {
	height: auto;
	margin: 0px;
	background: none;
	font-size: 100%;
	text-transform: none;
	text-indent: 0px;
	line-height: normal;
}
	
	
	
	

.wrap-thin {
	margin: 0 auto;
	width: 921px;
}
.demo-thin {
	margin-top: 15px;
}
a {
	text-decoration: none;
}
/* --- Container configuration ---------------------------------------------------------- */
.viewport {
	border: 3px solid #eee;
	float: left;
	height: 299px;
	margin: 0 9px 9px 0;
	overflow: hidden;
	position: relative;
	width: 450px;
}
/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
	display: none;
	font-size: 3.0em;
	font-weight: bold;
	height: 100%;
	padding-top: 120px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.viewport a span em {
	display: block;
	font-size: 0.45em;
	font-weight: normal;
}
/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
	background-color: rgba(15, 15, 15, 0.6);
	color: #fff;
	text-shadow: #000 0px 0px 20px;
}
.dark-background em {
	color: #ccc;
}


	.gallery-image{
cursor:pointer;
		position: relative;
		display: block;
	}

	.gallery-text{
		position: absolute;
		top: 3px;
		right: 0px;
		bottom: 0px;
		left: 3px;
		width: 337px;
		height: 299px;
	    text-align: center;
	    background-color: rgba(0,0,0,0.8);
	    opacity: 0;
	    -webkit-transition: opacity 0.6s;
	    -moz-transition: opacity 0.6s;
	    transition: opacity 0.6s;
       vertical-align:middle;
       line-height:200px;
	}

	.gallery-text:hover{
	    opacity: 1;      
	}

	.gallery-text h4{
	    color: white;
	    display: inline-table;
       vertical-align:middle;
       line-height:100%;   
	   font-size: 30px;
font-weight: bold;
margin: 100px 0 0 0;         
	}
	
	
	/* ---social share -----*/
	
	ul.social_share {
		width:260px;
		height:20px;
		position: relative;
		top: -110px;
		left: 7px;
		z-index: 20;
}
			ul.social_share li {
				float:left;
				width:60px
				}
			ul.social_share li:first-child {
				width:100px;
				}
#top_news ul.social_share {
		top: 0px;
		left: 160px;
	}
#top_news ul.social_share li:nth-of-type(2){
				width:100px;
	}
.english #top_news ul.social_share li:nth-of-type(2){
				width:60px;
	}
