﻿@charset "UTF-8";



/*loader*/
/*------------------------------------------------------------------------------*/

#loader {
    width:80px;
    height:80px;
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-50px;
    z-index:9999;
    background-image: url(../img/common/loader.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 80px 80px;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
}
 
#fade {
    width:100%;
    height:100%;
    display:none;
    background-color:#FFF;
    position:absolute;
    top:0px;
    left:0px;
    z-index:50;
}

#loader{
    position: absolute;
}
#loader{
}


/*layout*/
/*------------------------------------------------------------------------------*/


header{
	width:100%;
	height:auto;
	position: fixed;
	top:0;
	left:0;
    z-index:9999;
}

.header_box{
	width:100%;
	height:auto;
	background-color: #FFF;	
	margin:0px auto;
	padding:0px;
	clear:both;
	overflow:hidden;
}
.header_box:before, .header_box:after { content: ""; display: block;}
.header_box:after { clear: both;}


.header_left{
	width:260px;
	height:90px;
	float:left;
}
.header_logo{
	width:260px;
	height:90px;
	float:left;
	background-image: url(../img/common/header_logo.png);
	background-repeat:no-repeat;
	background-size:260px 90px;
	-webkit-background-size: 260px 90px;
	-moz-background-size: 260px 90px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

.header_right{
	width:480px;
	height:90px;
	float:right;
}
.header_tel{
	width:300px;
	height:90px;
	float:left;
	background-image: url(../img/common/header_tel.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
}
.header_line{
	width:90px;
	height:90px;
	float:left;
}
.header_mail{
	width:90px;
	height:90px;
	float:left;
}


.header_menu{
	width:100%;
	height:70px;
	background-color:#FFF;
	overflow:hidden;
}
.header_menu ul {
  font-size: 0;
  text-align: center;
}
.header_menu li{
    display:inline-block;
	font-size:16px;
	letter-spacing:2px;
	font-weight:bold;
}
.header_menu li a {
	color:#333;
	position: relative;
	display: inline-block;
    padding:26px 20px 16px 20px;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.header_menu li a:hover{
	color:#ff7676;
	text-decoration:none;
}
.header_menu li a:active,a:visited{
	color:#333;
	font-family: "Mincho";
}
.header_menu li a::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#ff7676;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.header_menu li a:hover::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.header_menu li.current{
	border-bottom: 8px solid #ff7676;
}


footer{
	width:100%;
	height:auto;
	background-color:#5bbee5;
	margin:0px;
	padding:120px 0px 50px;
	text-align:center;
	color:#FFF;
}
.footer_logo{
	width:100px;
	height:200px;
	background-image: url(../img/common/footer_logo.png);
	background-repeat:no-repeat;
	background-size:100px 200px;
	-webkit-background-size: 100px 200px;
	-moz-background-size: 100px 200px;
	padding:0px;
	margin:0px auto 15px;
	text-indent:-9999px;
}
.footer_tel{
	width:290px;
	height:160px;
	background-image: url(../img/common/footer_tel.png);
	background-repeat:no-repeat;
	background-size:290px 160px;
	-webkit-background-size: 290px 160px;
	-moz-background-size: 290px 160px;
	padding:0px;
	margin:0px auto 20px;
	text-indent:-9999px;
}

.footer_box{
	width:100px;
	height:40px;
	margin:0px auto 50px;
	padding:0px;
	clear:both;
	overflow:hidden;
}
.footer_box:before, .footer_box:after { content: ""; display: block;}
.footer_box:after { clear: both;}

.footer_left{
	width:40px;
	height:40px;
	float:left;
}
.footer_right{
	width:40px;
	height:40px;
	float:right;
}

.footer_copy{
	font-size:14px;
    font-family: "century_gothic";
}


#wrapper{
	width:100%;
	min-width:1100px;
	height:100%;
}
#wrapper::before {
	background-image:url(../img/common/back01.jpg);
	background-image:no-repeat;
	background-image:center;
	background-size: cover;
	content: "";
	position:fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

#content{
	width:100%;
	height:auto;
	margin-top:160px;
}

.content_area{
	width:1100px;
	height:auto;
	margin:0px auto;
}
.content_area02{
	width:900px;
	height:auto;
	margin:0px auto;
}

.breadcrumbs_area{
	width:100%;
	height:auto;
}
.breadcrumbs{
	width:940px;
	margin:0 auto;
	padding: 10px 10px;
	text-align:right;
	font-size:12px;
}




/*global*/
/*------------------------------------------------------------------------------*/


.Title01_box{
	width:100%;
	height:140px;
	background-color:#5bbee5;
	background-image: url(../img/common/bg_blue.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-size: 700px 1000px;
	-webkit-background-size: 700px 1000px;
	-moz-background-size: 700px 1000px;
	text-align:center;
	padding-top:80px;
}
.subTitle01{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:60px;
	line-height:34px;
	letter-spacing:1px;
	color:#fff;
	font-family: "century_gothic";
	font-weight:bold;
}
.subTitle02{
	height: auto;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	background-image: url(../img/common/subTitle02.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 60px 6px;
	-webkit-background-size: 60px 6px;
	-moz-background-size: 60px 6px;
	padding-bottom: 10px;
}
.subTitle02_Eng{
	height: auto;
	font-family: "century_gothic";
	font-size: 28px;
	line-height: 110%;
	color: #000;
	font-weight:bold;
	background-image: url(../img/common/subTitle02.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 60px 6px;
	-webkit-background-size: 60px 6px;
	-moz-background-size: 60px 6px;
	padding-bottom: 20px;
}
.subTitle03{
	width:auto;
	height: auto;
	display:block;
	font-size: 38px;
	line-height: 100%;
	background-image: url(../img/common/subTitle03.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100% 18px;
	-webkit-background-size: 100% 18px;
	-moz-background-size: 100% 18px;
	padding: 8px 40px 5px 10px;
	display:inline-block;
}


span.jpn01{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
	font-size:20px;
	line-height:20px;
	letter-spacing:2px;
}
span.jpn02{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
	font-size:14px;
	line-height:14px;
	letter-spacing:1px;
}


.price01{
	font-family: "century_gothic";
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#eb72aa;
}
.yen01{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
	font-size:34px;
	line-height:34px;
	font-weight:normal;
}
.yen02{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
	font-size:28px;
	line-height:28px;
	font-weight:normal;
}

.Box_gray01{
	width:100%;
	background-color:#fcfcfc;
}
.Box_pink01{
	width:100%;
	background-image: url(../img/common/bg_pink.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-size: 700px 1000px;
	-webkit-background-size: 700px 1000px;
	-moz-background-size: 700px 1000px;
}
.Box_pink01{
	width:100%;
	background-image: url(../img/common/bg_pink.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-size: 700px 1000px;
	-webkit-background-size: 700px 1000px;
	-moz-background-size: 700px 1000px;
}
.Box_green01{
	width:100%;
	background-image: url(../img/common/bg_green.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-size: 700px 1000px;
	-webkit-background-size: 700px 1000px;
	-moz-background-size: 700px 1000px;
}
.Box_purple01{
	width:100%;
	background-image: url(../img/common/bg_purple.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-size: 700px 1000px;
	-webkit-background-size: 700px 1000px;
	-moz-background-size: 700px 1000px;
}


.table01{
	width:500px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
.table01 th{
	display: block;
	color: #FFF;
	font-weight:normal;
	border: 1px solid #eb72aa;  
	padding: 8px 20px;
	background-image: url(../img/common/bg01.jpg);
	background-size: 14px 16px;
	-webkit-background-size: 14px 16px;
	-moz-background-size: 14px 16px;
	background-position: top left;
	background-repeat: repeat;
}

.table01 td{
	display: block;
	border-right: 1px solid #eb72aa;
	border-left: 1px solid #eb72aa;
	padding: 8px 20px;
	background-color: #fcfcfc; 
}
.table01 td:last-child{
	border-bottom: 1px solid #eb72aa;
}


.table02{
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
.table02 th{
	display: block;
	color: #FFF;
	font-weight:normal;
	border: 1px solid #eb72aa;  
	padding: 8px 20px;
	background-image: url(../img/common/bg01.jpg);
	background-size: 14px 16px;
	-webkit-background-size: 14px 16px;
	-moz-background-size: 14px 16px;
	background-position: top left;
	background-repeat: repeat;
}

.table02 td{
	display: block;
	border-right: 1px solid #eb72aa;
	border-left: 1px solid #eb72aa;
	padding: 8px 20px;
	background-color: #fcfcfc; 
}
.table02 td:last-child{
	border-bottom: 1px solid #eb72aa;
}






/*index*/
/*------------------------------------------------------------------------------*/


#index{
	width:100%;
	height:920px;
}
.index_box{
	width:760px;
	height:auto;
	padding:310px 0px 0px;
	margin:0px auto;
}
.index_logo{
	width:620px;
	height:200px;
	background-image: url(../img/index_logo.png);
	background-repeat:no-repeat;
	background-size:620px 200px;
	-webkit-background-size: 600px 200px;
	-moz-background-size: 620px 200px;
	padding:0px;
	margin:0px auto 20px;
	text-indent:-9999px;
}
.index_btn{
	width:340px;
	text-align:center;
	padding:0px;
	margin:0px auto 0px;
}







/*top*/
/*------------------------------------------------------------------------------*/

.TopTitle01{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:60px;
	line-height:34px;
	letter-spacing:1px;
	color:#5bbee5;
	font-family: "century_gothic";
	font-weight:bold;
}
.TopTitle02{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:60px;
	line-height:34px;
	letter-spacing:1px;
	color:#FFFFFF;
	font-family: "century_gothic";
	font-weight:bold;
}

span.Topjpn01{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
	font-size:20px;
	line-height:20px;
	letter-spacing:5px;
}



/*top_banner01*/

#top_banner01{
 	width:100%;
	min-width:1100px;
	height:auto;
	margin:0;
	padding:80px 0 80px 0;
	background-color:#e7f4fa;
	color:#333;
	font-size:12px;
}
#top_banner01 a:hover img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
#top_banner01 a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}


/*top_info_box*/

#top_info_box{
 	width:900px;
	height:100%;
	margin:0 auto;
	padding:100px 0 100px 0;
	clear:both;
	overflow:hidden;
}
.top_info_box:before, .top_info_box:after { content: ""; display: block;}
.top_info_box:after { clear: both;}

.top_info_boxL{
	float:left;
	width:600px;
	height:auto;
	margin:0px;
}
.top_info_boxR{
	float:right;
	width:280px;
	height:auto;
	margin:0px;
	text-align:left;
}

.info_item {
}
.info_item li {
  font-size: 14px;
  margin-bottom: 20px;
}
.info_date {
  display: inline-block;
  font-weight: bold;
  font-family: "century_gothic";
  padding-right: 20px;
}

.info_news {
  display: inline-block;
}
a .info_news {
  color:#000;
}
a .info_news:hover {
  color:#7f1083;
  text-decoration:underline;
}



/*top_member*/

#top_member{
 	width:100%;
	min-width:1100px;
	margin:0;
	padding:100px 0 100px;
	line-height:250%;
    background-image: url(../img/top_member_SH.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; 
}

.top_member_subTitle{
	height: auto;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #000;
	background-image: url(../img/common/subTitle02.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 60px 6px;
	-webkit-background-size: 60px 6px;
	-moz-background-size: 60px 6px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}



/*top_concept*/

.concept_area{
 	width:100%;
	min-width:1100px;
	margin:0;
	padding:100px 0 100px;
	line-height:250%;
    background-image: url(../img/common/bg_pink.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; 
}

.concept_box{
	width:1000px;
	height:auto;
	margin:0px auto;
	text-align: center;
	color: #FFFFFF;
	font-size:18px;
	line-height:300%;
}









/*system*/
/*------------------------------------------------------------------------------*/


.Title_System01{
	width:560px;
	height:80px;
	background-image: url(../img/Title_System01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 560px 80px;
	-webkit-background-size: 560px 80px;
	-moz-background-size: 560px 80px;
	padding:0px;
	margin:0px auto 20px;
	text-indent:-9999px;
}
.Title_System02{
	width:560px;
	height:80px;
	background-image: url(../img/Title_System02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 560px 80px;
	-webkit-background-size: 560px 80px;
	-moz-background-size: 560px 80px;
	padding:0px;
	margin:0px auto 15px;
	text-indent:-9999px;
}
.Title_System03{
	width:560px;
	height:80px;
	background-image: url(../img/Title_System03.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 560px 80px;
	-webkit-background-size: 560px 80px;
	-moz-background-size: 560px 80px;
	padding:0px;
	margin:0px auto 20px;
	text-indent:-9999px;
}
.Title_System04{
	width:560px;
	height:80px;
	background-image: url(../img/Title_System04.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 560px 80px;
	-webkit-background-size: 560px 80px;
	-moz-background-size: 560px 80px;
	padding:0px;
	margin:0px auto 20px;
	text-indent:-9999px;
}
.Title_System05{
	width:210px;
	height:188px;
	background-image: url(../img/Title_System05.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 210px 188px;
	-webkit-background-size: 210px 188px;
	-moz-background-size: 210px 188px;
	padding:0px;
	margin:0px auto 30px;
	text-indent:-9999px;
}

.system_table01{
	margin: 0px auto 20px;
}
.system_table01 th{
	padding:5px;
}
.system_table01 td{
	padding:5px;
}
.rank_silver{
	width:115px;
	height:36px;
	background-image: url(../img/common/rank_silver.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 115px 36px;
	-webkit-background-size: 115px 36px;
	-moz-background-size: 115px 36px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
}
.rank_gold{
	width:110px;
	height:36px;
	background-image: url(../img/common/rank_gold.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 110px 36px;
	-webkit-background-size: 110px 36px;
	-moz-background-size: 110px 36px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
}
.rank_platinum{
	width:160px;
	height:36px;
	background-image: url(../img/common/rank_platinum.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 160px 36px;
	-webkit-background-size: 160px 36px;
	-moz-background-size: 160px 36px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
}


.system_course01{
	width:100%;
	min-height:360px;
	background-image: url(../img/system_course01.png), url(../img/common/bg_pink.jpg);
	background-position: top right, top left;
	background-repeat: no-repeat, repeat;
	background-size: 360px 360px, 700px 1000px;
	-webkit-background-size: 360px 360px, 700px 1000px;
	-moz-background-size: 360px 360px, 700px 1000px;
}
.system_course02{
	width:100%;
	min-height:360px;
	background-image: url(../img/system_course02.png), url(../img/common/bg_green.jpg);
	background-position: top right, top left;
	background-repeat: no-repeat, repeat;
	background-size: 360px 360px, 700px 1000px;
	-webkit-background-size: 360px 360px, 700px 1000px;
	-moz-background-size: 360px 360px, 700px 1000px;
}
.system_course03{
	width:100%;
	min-height:360px;
	background-image: url(../img/system_course03.png), url(../img/common/bg_purple.jpg);
	background-position: top right, top left;
	background-repeat: no-repeat, repeat;
	background-size: 360px 360px, 700px 1000px;
	-webkit-background-size: 360px 360px, 700px 1000px;
	-moz-background-size: 360px 360px, 700px 1000px;
}

.system_title01{
	width:100%;
	height:100px;
	background-color: rgba(231,82,150,0.7);
	background-image: url(../img/system_title01.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 640px 100px;
	-webkit-background-size: 640px 100px;
	-moz-background-size: 640px 100px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	padding-top:20px;
}
.system_title02{
	width:100%;
	height:100px;
	background-color: rgba(9,147,0,0.7);
	background-image: url(../img/system_title02.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 640px 100px;
	-webkit-background-size: 640px 100px;
	-moz-background-size: 640px 100px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	padding-top:20px;
}
.system_title03{
	width:100%;
	height:100px;
	background-color: rgba(127,16,131,0.7);
	background-image: url(../img/system_title03.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 640px 100px;
	-webkit-background-size: 640px 100px;
	-moz-background-size: 640px 100px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	padding-top:20px;
}


.system_option{
	width:100%;
	min-height:360px;
	background-image: url(../img/system_option.png), url(../img/common/bg_blue.jpg);
	background-position: top right, top left;
	background-repeat: no-repeat, repeat;
	background-size: 360px 360px, 700px 1000px;
	-webkit-background-size: 360px 360px, 700px 1000px;
	-moz-background-size: 360px 360px, 700px 1000px;
}
.option_title{
	width:100%;
	height:100px;
	background-color: rgba(91,190,229,0.7);
	background-image: url(../img/option_title.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 640px 100px;
	-webkit-background-size: 640px 100px;
	-moz-background-size: 640px 100px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	padding-top:20px;
}



.option-list dl {
	width:1000px;
	position: relative;
	margin: 0px auto;
	padding: 30px 30px ;
	text-align:left;
}

.option-list dl dt {
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size:30px;
	line-height:100%;
	letter-spacing:1px;
	background-image: url(../img/common/icon01.png);
	background-position: 6px 6px;
	background-repeat:no-repeat;
	background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	text-indent:28px;
	border-bottom: 3px solid #fff;

}
.option-list dl dt::before {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	display: block;
}
.option-list dl dd::before {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	display: block;
}
.option-list dl dd {
	position: relative;
	height: auto;
	margin: 20px 0 0;
	padding: 0 0 0 15px;
	font-size:14px;
	line-height:160%;
	letter-spacing:0px;
}

.option-list dl.yen0{
	background-color:#5bbee5;
	color:#FFF;
	font-weight:bold;
	border: 2px solid #fff;
}
.option-list dl.yen500{
	background-color:#32cfba;
	color:#FFF;
	font-family: "century_gothic";
	font-weight:bold;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.option-list dl.yen1000{
	background-color:#4ed964;
	color:#FFF;
	font-family: "century_gothic";
	font-weight:bold;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.option-list dl.yen1500{
	background-color:#ff6036;
	color:#FFF;
	font-family: "century_gothic";
	font-weight:bold;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.option-list dl.yen2000{
	background-color:#ff9501;
	color:#FFF;
	font-family: "century_gothic";
	font-weight:bold;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.option-list dl.yen3000{
	background-color:#c94581;
	color:#FFF;
	font-family: "century_gothic";
	font-weight:bold;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.option-list dl.yen4000{
	background-color:#7e1083;
	color:#FFF;
	font-family: "century_gothic";
	font-weight:bold;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


.option_box {
	height:auto;
	list-style-type: none;
	color: #FFF !important;
	text-decoration:none;
	padding: 0px;
}
.option_menu {
	height:auto;
	font-size:18px;
	line-height:110%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
	font-weight:normal;
	color:#FFF !important;
	text-decoration:none;
	float: left;
	width: calc(33% - 26px);
	margin:10px 0px;
	display:block;
	background-image: url(../img/common/icon02.png);
	background-position: top left;
	background-repeat:no-repeat;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	padding-left:22px;
}

.option_box li:nth-child(2n+1) {
	clear: none;
}



/*guide*/
/*------------------------------------------------------------------------------*/


.guide_title01{
	width:480px;
	height:80px;
	background-image: url(../img/guide_title01.png);
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 480px 480px;
	-webkit-background-size: 480px 80px;
	-moz-background-size: 480px 80px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:20px;
}
.guide_title02{
	width:480px;
	height:80px;
	background-image: url(../img/guide_title02.png);
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 480px 80px;
	-webkit-background-size: 480px 80px;
	-moz-background-size: 480px 80px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:20px;
}
.guide_title03{
	width:480px;
	height:80px;
	background-image: url(../img/guide_title03.png);
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 480px 80px;
	-webkit-background-size: 480px 80px;
	-moz-background-size: 480px 80px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:20px;
}
.guide_title04{
	width:480px;
	height:80px;
	background-image: url(../img/guide_title04.png);
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 480px 80px;
	-webkit-background-size: 480px 80px;
	-moz-background-size: 480px 80px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:20px;
}
.guide_title05{
	width:480px;
	height:80px;
	background-image: url(../img/guide_title05.png);
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 480px 80px;
	-webkit-background-size: 480px 80px;
	-moz-background-size: 480px 80px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:20px;
}
.guide_title06{
	width:760px;
	height:50px;
	background-image: url(../img/guide_title06.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 760px 50px;
	-webkit-background-size: 760px 50px;
	-moz-background-size: 760px 50px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	margin:0px auto 30px;
}





/*top (pickup newface etc)& cast & schedule*/
/*------------------------------------------------------------------------------*/

.pickup {
    display: block;
	position:absolute;
	right: 5px;
	top: 5px;
	z-index:9999}
.icon_new {
    display: block;
	position:absolute;
	left:10px;
	top:294px;
	z-index:9999;
}

.cast_area{
	width:1040px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border-bottom: 1px solid #5bbee5;
}
.cast_area:after {
    content: "";
    display: block;
	clear: both;
}
.cast_area_nb{
	width:1040px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.cast_area_nb:after {
    content: "";
    display: block;
	clear: both;
}

.cast {
	width:230px;
	height:auto;
	margin:0px 15px 50px 15px;
	padding:0;
	position:relative;
	font-size:0px;
	overflow:hidden;
}
ul.cast{
	float:left;
}
ul.cast li{
	font-size:16px;
	line-height:160%;
	letter-spacing:1px;
}
ul.cast li.thum{
	margin-bottom:15px;
	background-color:#FFF;
}
ul.cast li.thum a:hover img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
ul.cast li.thum a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

ul.cast li.thum{
	margin-bottom:15px;
}
ul.cast li.name{
	height: auto;
	font-size: 20px;
	line-height: 24px;
	background-image: url(../img/common/subTitle02.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 60px 6px;
	-webkit-background-size: 60px 6px;
	-moz-background-size: 60px 6px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
ul.cast li.more{
	line-height:240%;
}
ul.cast li.size{
	font-family: "century_gothic";
	font-weight:bold;
	margin-bottom:10px;
}
ul.cast li.rank{
	margin-bottom:15px;
}
ul.cast li.time{
	margin-bottom:10px;
}

ul.cast li.cast_more a {
	color:#7f1083;
	text-decoration:none;
	position: relative;
	display: inline-block;
	transition: .3s;
}
ul.cast li.cast_more a:hover {
	color:#7f1083;
}
ul.cast li.cast_more a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #7f1083;
	transition: .3s;
	text-decoration:none;
}
ul.cast li.cast_more a:hover::after {
	width: 100%;
}


.schedule_menu{
 	width:1100px;
	height:auto;
	margin:0 auto;
    padding:0;
}
.schedule_menu ul{
 	width:1100px;
	margin:40px auto 40px;
    padding:0;
	list-style:none;
	font-size:0;
	text-align: center;
}
.schedule_menu li{
	font-family: "century_gothic";
    display:inline-block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.schedule_menu li a {
	color:#000;
	text-decoration: none;
	padding:10px 20px;
	margin:0px 2px;
}
.schedule_menu li a:hover{
	color:#FFFFFF;
	background-color:#7f1083;
	text-decoration:none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.schedule_menu li#active a {
	color:#FFFFFF;
	background-color:#7f1083;
	text-decoration:none;
	padding:10px 20px;
	margin:0px 2px;
}
.schedule_menu li.Sat a { color: #008AFD; }
.schedule_menu li.Sun a { color: #FF518C; }
.schedule_menu li.Sat a:hover { color: #FFF; }
.schedule_menu li.Sun a:hover { color: #FFF; }




/*profile*/
/*------------------------------------------------------------------------------*/



/*profile*/
/*------------------------------------------------------------------------------*/



.prof_info_box{
 	width:1100px;
 	height:100%;
 	margin:0 auto;
 	padding:0;
 	clear:both;
 	overflow:hidden;
}
.prof_info_box:before, .prof_info_box:after { content: ""; display: block;}
.prof_info_box:after { clear: both;}

.prof_info_boxL{
 	float:left;
 	width:550px;
 	margin:30px 0 0 0;
}
.prof_info_boxR{
 	float:right;
 	width:510px;
 	margin:30px 0 0 0;
 	text-align:left;
}



.prof_info_size{
	font-family: "century_gothic";
	font-size:20px;
	letter-spacing:2px;
	margin:0 0 20px 0;
	padding:0;
	font-weight:bold;
}
.prof_age{
	font-family: "century_gothic";
	font-size:20px;
	letter-spacing:2px;
	font-weight:bold;
}

.prof_info_item{
	width:100%x;
	height:100%;
	margin:0 auto 55px;
	padding:0 0 0 20px;
}


.prof_sche{
	width:520px;
	height:100%;
	margin:0;
	padding:5px 0 0 0;
	clear:both;
	overflow:hidden;
}
.prof_sche:before, .prof_sche:after { content: ""; display: block;}
.prof_sche:after { clear: both;}

.prof_sche_day{
	font-family: "century_gothic";
	float:left;
    width: 180px;
}
.prof_sche_time{
	float:right;
    width: 340px;
	text-align:left;
}

.prof_sche ul { width: 510px; }
.prof_sche li {
    font-size: 16px;
    display: table;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #5bbee5;
    width: 510px;
	text-indent:20px;
}
.prof_sche .last-child { margin-bottom: 0px; }
.prof_sche li h4 {
    display: table-cell;
    width: 180px;
}
.prof_sche li .Sat { color: #008AFD; }
.prof_sche li .Sun { color: #FF518C; }
.prof_sche li p { display: table-cell; }

.prof_comment {
	font-size:12px;
	line-height:250%;
}

/* .slideShow
------------------------- */
.slideShow {
    margin: 0;
    display: none;
}
 
/* .mainView
------------------------- */
.slideShow .mainView {
    width: 430px;
    position: relative;
    overflow: hidden;
	background-color:#FFF;
}
.slideShow .mainView ul {
    width: 430px;
    overflow: hidden;
    position: relative;
}
.slideShow .mainView ul li {
    top: 0;
    left: 0;
    width: 430px;
    position: absolute;
	clear:both;
}
.slideShow .mainView ul li img {
    width: 430px;
}
 
/* .thumbNail
------------------------- */
.slideShow .thumbNail {
    width: 80px;
    position: relative;
    overflow: hidden;
    float: left;
	margin-left:440px;
	margin-top:-648px;
	background-color:#FFF;
}
 
.slideShow .thumbNail ul {
    width: 100%;
    position: relative;
}
 
.slideShow .thumbNail ul li {
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
	margin-bottom:10px;
}
 
.slideShow .thumbNail ul li img {
    width: 80px;
	height:120px;
}
 
.slideShow .thumbNail ul li.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
  
 
/* =======================================
    ClearFixElements
======================================= */
.slideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.slideShow ul {
    display: inline-block;
    overflow: hidden;
}




/*ｘｘｘｘ*/
/*------------------------------------------------------------------------------*/






/*FAQ*/
/*------------------------------------------------------------------------------*/

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 16px 80px 28px 30px;
    cursor: pointer;
	text-align:left;
	border-bottom: 1px solid #CCC;
}
.qa-list dl:first-child {
	border-top: 1px solid #CCC;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 4px solid #eb72aa;
    border-right: 4px solid #eb72aa;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 14px 0 0 70px;
}
.qa-list dl dt::before {
    font-size: 46px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0px;
    display: block;
    content: 'Q';
    font-weight: bold;
    color: #eb72aa;
    font-family: "century_gothic";	
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0;
    padding: 14px 0 0 70px;
}
.qa-list dl dd::before {
    font-size: 46px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A';
    font-weight: bold;
    color: #eb72aa;
    font-family: "century_gothic";	
}



/*RECRUIT*/
/*------------------------------------------------------------------------------*/


.recruit_title01{
	width:100%;
	height:100px;
	background-color: rgba(231,82,150,1.0);
	background-image: url(../img/recruit_title01.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 640px 100px;
	-webkit-background-size: 640px 100px;
	-moz-background-size: 640px 100px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	padding-top:20px;
}
.recruit_title02{
	width:100%;
	height:100px;
	background-color: rgba(231,82,150,0.7);
	background-image: url(../img/recruit_title02.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 640px 100px;
	-webkit-background-size: 640px 100px;
	-moz-background-size: 640px 100px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	padding-top:20px;
}
.recruit_title03{
	width:100%;
	height:100px;
	background-color: rgba(231,82,150,1.0);
	background-image: url(../img/recruit_title03.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 640px 100px;
	-webkit-background-size: 640px 100px;
	-moz-background-size: 640px 100px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
	padding-top:20px;
}

.recruit_back01{
	width:100%;
	min-height:360px;
	background-image: url(../img/recruit_back01.png), url(../img/common/bg_pink.jpg);
	background-position: top right, top left;
	background-repeat: no-repeat, repeat;
	background-size: 360px 360px, 700px 1000px;
	-webkit-background-size: 360px 360px, 700px 1000px;
	-moz-background-size: 360px 360px, 700px 1000px;
}




