@charset "utf-8";

body { min-width: 1000px;
background-color:#f4f1d7;
background-image:url(../images/bg_main.jpg) ; }

html > body > iframe {
	display: none;
	height:0;
}

#contents {
	width:1000px;
	margin:0 auto;
}
/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
background-image:url(../images/bg.jpg) ;
}


/* SNSボタン */
#btn-sbm {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }

/* #side */
#side { padding: 10px 0px 0px; }

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/*-----------------------------
以下、削除可能
-------------------------------*/

#header {
	width: 675px;
}
.ca-header-logo {
	line-height: 1;
}
.ca-header-logo img {
	display: block;
	width: 100%;
	height: auto;
}
.ca-header-programTitle {
	padding: 12px 20px;
	background-color: #1f1f1f;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.ca-header-date {
	padding: 10px 20px 10px;
	background-color: #9B0000;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
}

#article .nav-menu { margin-bottom: 30px; }

#article .nav-menu > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
  padding:0;
}

#article .nav-menu li {
	display: table-cell;
	font-size: 20px;
  text-align: center;
  vertical-align: top;
	border-right: 1px solid #fff;
	font-size:1.1em;
}
#article .nav-menu li:last-child { border-right: none; }

#article .nav-menu li a,
#article .nav-menu li span {
	display: block;
	padding: 0.9em 0;
	background-color: #513A00;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#article .box {
  margin-bottom: 30px;
  padding-bottom: 1em;
  color: #222;
}

#article .box .box_tit {
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #8f0000;
	border-bottom: 4px solid #490001;
	color: #FFFDDB;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;

}

#article .box .box_inner {
	padding: 20px 30px;
	border: 8px solid #E7DFB1;
	margin: 0 20px;
	background-color: #FCF8E3;
}

#article .box .box_txt  {
	margin: 20px 0px 10px;
	background-image: url(../images/detail_sub.png);
	background-repeat: no-repeat;
	width: 555px;
	height: 84px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display:block;

}
#article .box .outline_txt {
	font-weight:bold;
	font-size:0.95em;
	line-height:1.6em;
	text-shadow:#FFFFFF 1px 1px;
	text-align:center;
	padding:30px 0px;}

#article .box_outline_list {
	overflow: hidden;
	padding-bottom:0px;
	font-size:0.95em;
	}
#article .outline_tit {
	padding:10px;
	background-color:#151515;
	color:#FFFE50;
	font-weight:bold;
	border-radius:5px;
	width:auto;
	float:left;
	margin:0px 10px 10px 0 ;
	line-height:1.6em;
	clear:both;
	}
#article .outline_detail {
	padding:10px 0px;
	margin:0px 0 10px 0 ;
	text-shadow:#FFFFFF 1px 1px;
	line-height:1.6em;
	}
#article .outline_detail span {
background-color:#CC0000;
color:#FFFFFF;
font-weight:bold;
padding:5px;
	text-shadow:#570001 1px 1px;
	border-radius:5px;}
#article .thumarea {
	overflow:hidden;
	}
#article .thumarea .box_thum {
	width:50%;
	float:left;
	text-align:center;
	padding-bottom:10px;}
.small { font-size:0.7em;}
#article .thumarea .box_thum img,
#top #wrapper #contents #main #article #box_cast .box_inner img {
	border:#E7DFB1 solid 4px;}
#top #wrapper #contents #main #article #box_cast .box_inner .thum_mc {
	width:320px;
	float:right;
	margin-top:15px;}
.innerlink-head { margin-top: 10px; }
.innerlink-head a {
	display: block;
	width: 14em;
	margin: 0 auto;
	padding: 1em 0;
	background-color: #930000;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}
.ca-tweetBox {
	width: 595px;
  margin: 40px auto 0;
  height: 300px;
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

.ca-castList {
	font-size: 1.6em;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	vertical-align: top;
}
.ca-castList li .castRole {
	color: #8d8d8d;
}
.ca-castList li .subText {
	font-size: .8em;
}
.ca-actressArea {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.ca-actress-subTitle {
	font-size: 1.6em;
  margin-bottom: 1em;
  line-height:1.4;
  float:left;
}
.ca-actress-text01 {
	font-size: 1.4em;
	letter-spacing: .1em;
	line-height: 1.4;
}
.ca-actress-subTitle span { font-weight:bold;}
.ca-actress-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: auto;
}
.oa_area {
	margin-top:0px;
	padding-top:0px;
	font-size: 1.4em;

 }
.oa_area .oa_tit {
	font-weight:bold;
	line-height: 1.8;
	}
.oa_area .oa_detail	{
	padding-bottom:15px;
	padding-left:1.4em;
	line-height: 1.8;
}
#top #box_cast .box_inner .box_cast_list {
	overflow:hidden;
	font-size:1em;
	clear:both;
	}
#top #box_cast .box_inner .box_cast_list .cast_tit {
	padding:7px 8px;
	margin: 0px 0 7px 0px;
	clear:both;
	font-weight:bold;
	background-color:#8F0000;
	color:#FCF8E3;
	border-radius:5px;
	float:left;

	}
#top #box_cast .box_inner .box_cast_list .cast_name {
	padding:0;
	margin:10px 0 10px 0px;
	text-shadow:#FFF 1px 1px;
	float:left;
	clear:both;
}
#top #box_cast .box_inner .box_cast_list .cast_name2 {
	padding:0;
	margin:10px 20px 10px 0px;
	text-shadow:#FFF 1px 1px;
	float:left;
	}
#top #box_profile .box_inner .box_profile_list {
	overflow:hidden;
	}
#top #box_profile .box_inner .box_profile_list .profile_thum {
	padding:0 0 20px 0;
	margin:0px;
	float: left;
	width:160px;
	clear: both;
	height:140px;
	}
#top #box_profile .box_inner .box_profile_list .profile_date {
	margin-left: 160px;
	line-height:2em;
	border-bottom:#000000 solid 1px;
	margin-bottom:20px;
	display:block;
	}
#top #box_profile .box_inner .box_profile_list .profile_music {
	margin: 15px 0px 20px 160px;
	height:50px;
	color:#513A00;
	}
#top #box_profile .box_inner .box_profile_list .profile_date .name {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	color: #2E1B00;
	}
#top #box_profile .box_inner .box_profile_list .profile_date .country {
	padding: 0 0 10px 0;
	display:block;
	color: #2E1B00;
		 }
.backnumber_list {
	padding:0px;
	margin:0px;
	text-align:left;
	overflow: hidden;
	}
.backnumber_list li {
	list-style:none;
	padding:2% 5%;
	margin:0px;
	text-align:left;
	width: 40%;
	float: left;
	border-bottom: dotted 1px #333;
	}
.backnumber_list li a { text-decoration:none;}


.t_small { font-size:0.9em;}
#top #box_outline .box_inner .bnr_entry a,
#top #box_offer .box_inner .bnr_entry a {
	text-decoration:none;
	width:auto;
	padding:20px;
	border-radius:10px;
	background-color:#930000;
	text-align:center;
	display:block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd800+0,fff200+100 */
background: #ffd800; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd800 0%, #fff200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffd800 0%,#fff200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffd800 0%,#fff200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#fff200',GradientType=0 ); /* IE6-9 */

}
#top #box_outline .box_inner .bnr_entry a .bnr_entry_tit {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:2em;
	display:block;
	color:#FFF;
	text-shadow: 1px 1px 0px #6c613e;
	line-height:1em;
	margin:0px 0 5px 0;
	}
#top #box_offer .box_inner .bnr_entry a .bnr_entry_tit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.8em;
	display:block;
	color:#000;
	text-shadow: 1px 1px 0px #FFF;
	line-height:1em;
	margin:0px 0 5px 0;
	font-weight:bold;
	}
.bnr_entry_txt {
	display:block;
	color:#000;
	font-size:1.1em;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#000000 solid 1px;
	font-weight:bold;
	text-shadow: 1px 1px 0px #fff8cb;
	}
.bnr_entry_engsub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	font-weight:bold;
	text-shadow: 1px 1px 0px #fff8cb;
	}
#top #wrapper #contents #main #article #box_result .box_inner.resultArea {
	background-color:#FFFEE9;
	padding:30px 30px 10px 30px;
	display:block;
	overflow:hidden;
	}
#top #wrapper #contents #main #article #box_result .box_inner.resultArea .result {
	margin:0px;
	padding:0px;
	text-align:center;
	}
#top #box_result .box_inner.resultArea .result .result_tit {
	font-size:1.1em;
	font-weight:bold;
	color:#DD0000;
	padding-bottom:5px;
	}
#top #box_result .box_inner.resultArea .result .result_country {
	margin:0px;
	font-size:1em;
	color:#513A00;
	padding-bottom:5px;
	}
#top #box_result .box_inner.resultArea .result .result_name {
	margin:0px;
	font-size:1.2em;
	font-weight:bold;
	color:#513A00;
	padding-bottom:20px;
	}
.box_txt_offer {
	font-size:1em;
	line-height:1.5em;
	padding-bottom:20px;
	}

	/* SNS自動設置エリア */
	.global_NTV_snsArea .global_NTV_snsList{
		padding: 15px 20px 15px 20px;
		text-align: left;
	}

	.global_NTV_snsArea .global_NTV_snsList li{
		display: inline-block;
		margin-right: 15px;
		vertical-align: top;
	}

	.global_NTV_snsArea .fb_iframe_widget span{
		vertical-align: top!important;
	}
