@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

.fixBn{
	max-width: 15%;
	height: auto;
	position: fixed;
	top: 500px;
	left: 0;
}
.fixBn img{
	max-width: 100%;
	height: auto;
}

/* トップ画像
-------------------------------------------------------*/
#toppage #top_image{
	width:100%;
	height:390px;
}

/* 20180309 スライダー変更により #loopslider追加 */
#toppage #loopslider {
	margin: 0 auto;
	width: 100%;
	height: 390px;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index: 20;
}

#toppage #loopslider ul {
	height: 390px;
	float: left;
	display: inline;
	overflow: hidden;
}

#toppage #loopslider ul li {
	width: 1000px;
	height: 390px;
	float: left;
	display: inline;
	overflow: hidden;
}
#toppage #loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#toppage #loopslider ul {
	display: inline-block;
	overflow: hidden;
}


/* ニュース
-------------------------------------------------------*/
#toppage #frameNews{
	padding:12px;
	background:url(../../img/common/bg_stripes_pink.png);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#toppage #frameNews h2{
	width:80px;
	padding:20px;
	float:left;
}
#toppage #frameNews #boxNews{
	padding:5px 15px;
	width:820px;
	background-color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:right;
}
#toppage #frameNews #boxNews li{
	padding: 5px;
	border-bottom:1px dotted #000000;
}
#toppage #frameNews #boxNews li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #toppage #frameNews #boxNews li{
    height: 1em;
}
#toppage #frameNews #boxNews li{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html #toppage #frameNews #boxNews li{
	zoom:1;
}
#toppage #frameNews #boxNews li a{
	text-decoration:none;
}
#toppage #frameNews #boxNews li .date{
	width:100px;
	font-weight:bold;
	float:left;
}
#toppage #frameNews #boxNews li .txt{
	width:700px;
	float:right;
}

/* コンテンツメニュー
-------------------------------------------------------*/
#toppage #frameTraining{
	margin:20px 0;
}
#toppage #frameTraining .box{
	width:494px;
	height:366px;
	float:left;
}
#toppage #frameTraining .box:last-child{
	margin-left:10px;
}
#toppage #frameTraining .box h2{
	padding-left:5px;
	margin-bottom:10px;
}
#toppage #frameTraining .camp{
	background: url(../../img/toppage/bg_camp.png) no-repeat bottom;
}
#toppage #frameTraining .going{
	background: url(../../img/toppage/bg_going.png) no-repeat bottom;
}
#toppage #frameTraining .box p{
	text-align:center;
}
#toppage #frameTraining .box p img{
	margin:2px 5px;
}




/*よくある質問
----------------------------------------------------------------------*/
#toppage .frameFaq{
	background: url(../../img/toppage/bg_blue.png) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
}
#toppage .frameFaq .body{
	display: table;
	width: 100%;
}
#toppage .frameFaq .body .title{
	font-size: 25px;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
#toppage .frameFaq .body .details{
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
#toppage .frameFaq .body .details ul{
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#toppage .frameFaq .body .details ul li{
	display: block;
	width: 32%;
	padding: 10px;
	margin: 5px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background:-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background:-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: linear-gradient(to bottom, #FFF, #e6e6e6);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	border: 1px solid #FFF;
	font-size: 14px;
}
#toppage .frameFaq .body .details ul li a{
	color: #000;
	text-decoration: none;
	display: block;
}




/* SNS
-------------------------------------------------------*/
#toppage #frameSns{
	margin:10px 0;
	width:990px;
}
#toppage #frameSns .box{
	width:330px;
	height:450px;
	float:left;
}
#toppage #frameSns .box:last-child{
	margin-left:0px;
}
#toppage #frameSns .box h2{
	padding-top:12px;
	padding-left:25px;
}
#toppage #frameSns .blog{
	background: url(../../img/toppage/bg_blog.png) no-repeat bottom;
}
#toppage #frameSns .tw{
	background: url(../../img/toppage/bg_tw.png) no-repeat bottom;
}
#toppage #frameSns .insta{
	background: url(../../img/toppage/bg_insta.png) no-repeat bottom;
}
#toppage #frameSns .box p{
	text-align:center;
}
#toppage #frameSns .box p img{
	margin:2px 5px;
}

#toppage #frameSns .body{
	padding: 15px;
}
#toppage #frameSns .body li{
	padding: 7px 0;
}

/*キャンペーン
----------------------------------------------------------------------*/
#toppage #campaign{
	margin:10px 0;
	text-align:center;
}


/*リンク
----------------------------------------------------------------------*/
.frameLink{
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.frameLink .ttl{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
}

.frameLink ul.center li{
	vertical-align: middle;
}


