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

/*---------------------------------
		KitおためしLP用
---------------------------------*/

/* スライダー */


*{ margin: 0; padding: 0; border: 0;
list-style: none; }
.slider {position: relative;width: 100%;height: 240px;overflow: hidden;}
.slides {height: 100%;overflow: hidden;*zoom: 1;}
.slide {height: 100%; float: left;clear: none;}
.slide img {width: 100%;}
.slider-arrow {position: absolute;display: block;margin-bottom: -20px;padding: 20px;}
.slider-arrow--right {bottom: 50%;right: 5px;background: url(../img/arrow--right.png) no-repeat;}
.slider-arrow--left {bottom: 50%;left: 5px;background: url(../img/arrow--left.png) no-repeat;}
.slider-nav {position: absolute;bottom: 30px;}
.slider-nav__item {width: 12px; height: 12px;float: left;clear: none;display: block;margin: 0 5px;border: 1px solid #fff;border-radius: 8px;}
.slider-nav__item:hover {background: #fff;}
.slider-nav__item--current {background: #fff;}

/* 表紙 */
.shinkicontent_socialarea{text-align:center;padding-top:15px;margin-top:25px;margin-bottom:15px;border-top:1px solid #e3dcd0}.shinkicontent_socialarea .fb-like{margin-left:5px;float:left;width:115px !important}
.topBtn {padding:0;}
.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0; overflow: hidden;}
.video-container iframe,  
.video-container object,  
.video-container embed {position: absolute; top: 0; left: 0;width: 100%;height: 100%;}

/* Facebookナイズ */
.fb_title {background-color: #06F;color: #FFF;padding: 10px 0;background: -moz-linear-gradient(top, #6c83b6, #2f4c89);background: -webkit-gradient(linear, left top, left bottom, from(#6c83b6), to(#2f4c89));box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);}
a.OrderButton img {width: 263px;height: 67px;margin: 10px 0px;}

/* ついてくるカウントダウン */
.nav {width:100%;}
.fixed {position: fixed;top: 0;left: 0;width: 100%;}

/* ？ */
.taikenComment {background-color:#fef1d9; padding: 0 0 20px;}
.taikenComment img {width:100%;}
.taikenCommentList {padding:10px; margin: 0 10px 10px; background:#fff; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.16); -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.16); -o-box-shadow: 1px 1px 4px rgba(0,0,0,.16); box-shadow: 1px 1px 4px rgba(0,0,0,.16);}
.taikenCommentList .thumb {float:left; width:23%; margin-right:10px; margin-bottom: 10px;}
.taikenCommentTitle {color:#ff5b6b; font-weight: bold; font-size:18px; line-height:1.1; margin-top:5px; margin-bottom: 10px;}
.taikenCommentName {font-size:11px; line-height:1.5; margin-bottom: 10px;}
.taikenCommentMain {clear:both;font-size:13px; line-height:1.5;color:#4e4e4e;}

/* Facebookユニット */
.shinkicontent_socialarea{text-align:center;padding-top:15px;margin-top:25px;margin-bottom:15px;border-top:1px solid #e3dcd0}.shinkicontent_socialarea .fb-like{margin-left:5px;float:left;width:115px !important}



.Timer{
	background-color:#c00;
	text-align:center;
	padding-bottom:5px;
}
.Timer #TimeLeft{
	font-size:16px;
	font-weight:bold;
}
.Timer span{
	font-size:12px;
	color:#fff;
}

#timebtn{
	font-size:20px;
	padding-top:10px;
	text-align:center;
	background-color:#c00;
	color:#fff;
	font-weight:bold;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1000;
	}
	#timebtn a {
		display:block;
		color:#fff;
		}
		
		
.kitvoice {
	padding:10px;
	line-height:150%;
	border-bottom:#999 solid 1px;
	}	
	
.kitvoice span {
	padding:5px 0;
	font-weight:bold;
	line-height:1.5em;
	font-size:16px;
	color:#fa6674;
	}	
	