@charset "utf-8";
/* CSS Document */
/*---------------------indexと同じ---------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color:#FFFFFF;
	text-decoration: none;
}
small{
	font-size:12px;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
html{
	/*background:url(../image/common/body_bg.jpg) no-repeat center top #000000;*/
	background:url(../../image/common/body_bg.jpg) repeat center top #000000;
	text-align: center;
}
@media screen and (max-width : 767px) {/*768i未満(SP)*/
	html{
		background-size :180%;
	}
}
body {
	-webkit-text-size-adjust : 100%!important;
	font-size: 14px;
	color:#FFFFFF;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

/*【ヘッダー】*/
/*h1テキスト*/
h1{
	background:rgba(0,0,0,0.60);
	padding:5px 0;
	font-size:10px;
}

/*【フッター】*/
footer{
	padding-bottom:10px;
}
/*デバイスサイト*/
.c_sitebtn{
	margin-bottom:15px;
}
.c_pcsite_btn{
	margin-right:25px;
}
.c_mbsite_btn{
	margin-left:25px;
}

/*電話btn*/
.c_tel_btn{
	width:90%;
	max-width:580px;
	margin:0 auto 30px;
	font-size:10px;
	background:#555555 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#333333));
	background:#555555 linear-gradient(#555555, #333333);
	 border-radius:10px;
	 -webkit-border-radius:10px;
	 -moz-border-radius:10px;
}
.c_tel_btn a{
	width:100%;
	padding:10px 0;
	box-sizing:border-box;
	display:block;
}
.c_tel_btn a span{
	color:#C077F9;
}
.c_tel_btn strong{
	font-size:24px;
	font-weight:normal;
}

/*ページトップへ*/
#page-top {
	position:fixed ;
	right:10px ;
	bottom:0px ;
}
#page-top a {
	position: relative;
	background:rgba(6,175,249,0.7);
	color:#FFFFFF;
	box-sizing:border-box;
	width: 50px;
	height:50px;
	line-height:50px;
	text-align: center;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#page-top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 14px;
	margin: -5px -8px 0 0;
	border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*---------------------indexと同じ---------------------*/

/*--------------------パンくず--------------------*/
.topicpath{
	font-size:10px;
	height:20px;
	background:rgba(0,0,0,0.60);
	line-height:20px;
	padding:0 2%;
}
.topicpath li {
	display: inline;
}
/*--------------------パンくず--------------------*/

/*--------------------header--------------------*/
h1{
	text-align:center;
}
header{
	box-sizing:border-box;
	margin:10px auto 15px;
	padding:0 5px 0px 0px;
	max-width:580px;
	color:#141D64;
	position:relative;
}
.c_logo{
	width:48%;
	max-width:320px;
	float:left;
	margin-right:2%;
}
.c_header_telbtn,.c_header_mailbtn,#build-menu-button{
	text-align:center;
	width:15%;
	padding:1%;
	box-sizing:border-box;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	margin-top:4%;
}
.c_header_telbtn,.c_header_mailbtn{background:rgba(6,175,249,0.70);}
#build-menu-button{background:rgba(255,0,153,0.70);}
.c_header_telbtn,.c_header_mailbtn{
	margin-right:2.2%;
}
#build-menu-button{
	display: block;
}
.c_header_time{
	position:absolute;
	text-align:center;
	width:50%;
	right:0;
	bottom:0;
	color:#FFFFFF;
}
.c_header_time span{
	background:rgba(0,0,0,0.60);
	padding:2px 10px;
}
.c_header_time small{
	color:#0099FF;
	font-size:10px;
}

@media screen and (max-width : 767px) {/*768i未満(SP)*/
	.c_header_time{
		right:0;
		bottom:0;
		font-size:12px;
	}
}
@media screen and (max-width : 479px) {/*480i未満(SP)*/
	.c_header_time{
		right:10px;
		font-size:10px;
		white-space: nowrap;
	}
}

/*--------------------header--------------------*/

/*--------------------content--------------------*/
article{
	padding-bottom:30px;
}
/*タイトル*/
h3{
	background:#000000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#006699));
	background:#000000 linear-gradient(#000000, #006699);
	font-size:20px;
	font-weight:bolder;
	color:#0099FF;
	padding:8px 15px;
	border-top:#333333 solid 1px;
	border-bottom:#000000 solid 1px;
}
h3 small{
	margin-left:10px;
	font-size:12px;
	color:#FFFFFF;
}
h4{
	text-align:center;
	padding:6px 0;
	box-sizing:border-box;
	color:#FFFFFF;
	background:#000000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#000000));
	background:#000000 linear-gradient(#333333, #000000);
	border-top:#666666 solid 1px;
	border-bottom:#222222 solid 1px;
}
h4 span{
	color:#FFFF00;
}
/*ボタン*/
.c_btn{
	text-align:center;
}
.c_btn a{
	display:block;
	width:80%;
	height:34px;
	line-height:34px;
	margin:0 auto;
	font-size:16px;
	color:#FFFFFF;
	background:#555555 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#333333));
	background:#555555 linear-gradient(#555555, #333333);
	 border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
.c_btn a small{
	font-size:10px;
	color:#C077F9;
}
input[type="submit"],input[type="button"]{
	display:block;
	width:80%;
	margin:0 auto;
	padding:10px 0;
	font-size:16px;
	color:#FFFFFF;
	background:#FF00AA -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF00AA), to(#AD0074));
	background:#FF00AA linear-gradient(#FF00AA, #AD0074);
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border:none;
}
/*キャスト関係*/
.c_cast{
	width:98%;
	max-width:600px;
	margin:0 auto;
	padding-top:2%;
}
.c_cast a{
	display:block;
	float:left;
	width:50%;
	padding:2% 0;
	text-align:center;
	box-sizing:border-box;
	font-size:12px;
	margin-bottom:10px;
}
.c_cast .c_castphoto{
	margin:0 3% 5px;
	position:relative;
}
.c_castphoto img{
	padding:1px;
	border:#999999 solid 1px;
}
.c_castphoto img.c_newface{
	padding:0;
	border:none;
}
.c_newface{
	position:absolute;
	left:-8px;
	bottom:-8px;
}
.c_castname{
	line-height:1.6;
	height:1.6em;
	overflow:hidden;
}
.c_castprofile{
	line-height:1.2;
	height:3.6em;
}
/*.c_castname strong{
	font-size:16px;
}*/
.c_castsize{
	margin-bottom:5px;
}
.c_cast a .c_time{
	color:#FF0099;
}
.c_cast a .c_confirm{
	color:#FF0000;
}
/*--------------------content--------------------*/

/*---------------------footerのnav---------------------*/
.c_nav{
	margin-bottom:20px;
	border-top:#000000 solid 1px;
}
.c_nav span{
	font-weight:bolder;
}
.c_nav a span{
	color:#CC66FF;
}
.c_nav small{
	/*color:#999999;*/
	display:block;
	font-size:10px;
}
.c_nav li{
	width:50%;
	float:left;
	position:relative;
	background: #000000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#000000));
	background: #000000 linear-gradient(#333333, #000000);
}
.c_nav li a{
	display:block;
	padding:15px 5px 13px 8px;
	border-bottom:#222222 solid 2px;
}
.c_nav li:nth-child(odd) a{
	border-right:#000000 solid 1px;
}
.c_nav li a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #FFFFFF;
}
.c_nav li a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background:#111111;
}
/*バナー*/
.c_bnr{
	text-align:center;
	margin:0 2% 40px;
}
.c_bnr li{
	margin-bottom:10px;
}
.c_bnr li:last-child{
	margin-bottom:0px;
}
/*---------------------footerのnav---------------------*/

/*---------------------footer---------------------*/
footer{
	text-align:center;
}
/*バナー*/
#c_bnr_over{
	margin:0 auto 0px;
}
#c_bnr_under{
	margin:0 auto 30px;
}
.c_bnr{
	max-width:490px;
	width:96%;
}
.c_bnr li{
	width:240px;
	margin-bottom:10px;
}
.c_bnr li:nth-child(odd){
	float:left;
}
.c_bnr li:nth-child(even){
	float:right;
}
.c_copy{
	font-size: 12px;
}
/*
#c_bnr_under li:nth-child(odd){
	float:right;
}
#c_bnr_under li:nth-child(even){
	float:left;
}*/

/*
#c_bnr_under li:first-child{
	width: 100%;
	float: none;
}
*/

#c_bnr_under li.c_bnr_100{
	width: 100%;
	float: none;
}
@media screen and (max-width : 767px) {/*768i未満(SP)*/
	.c_bnr li{
		width:48.4%;
	}
}
/*---------------------footer---------------------*/

