@charset "utf-8";
body {
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	font-size:12px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:150%;
	background: url(../img/bg_top.jpg) top repeat-x;
	-webkit-text-size-adjust: 100%;
}
div,pre,p,form,input,textarea,select,option,
dl,dt,dd,ul,ol,li,table,th,td,embed,object,h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
}
h2 { padding: 8px 0; font-size: 28px;}
h3,
h4,
h5,
h6 {
	height: 25px;
	margin: 0 0 18px 0;
	padding: 8px 0 0 22px;
	font-size: 16px;
	color: #fff;
}
a { 
	color: #20448E;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration:none;
	color: #bbb;
}
img {
	border: 0;
	vertical-align: middle;
}
input,
textarea { border: 1px solid #ccc;}
li       { list-style: none;}
hr       { border: 2px solid #ddd;}
th {
	vertical-align:top;
	font-weight: normal;
	text-align: left;
}
td { vertical-align: top;}

/* float_clear */
.l {/* コンテンツ */
	width: 615px;
}
.r {/* バナー */
	padding:0 25px 0 0;
	width: 234px;
	font-size: 11px;
}

/* text */
.t_red   { color: #D54000;}
/*.t_blue{ color: #33B3FF;}*/
.t_blue  { color: #069;}
.t_green { color: #89BD00;}
.t_orange{ color: #fc0;}
.t_pink  { color: #F85291;}
.t_glay  { color: #996;}
.t_bold  { font-weight: bold;}
.s       { font-size: 10px;}
.t_c     { text-align: center;}
.t_r     { text-align: right;}
.h1      { font-size: 28px;}

/* class */
.content {
	margin: 0 auto;
	padding: 20px;
	width: 875px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: flex;
	flex-direction: row-reverse;
}
.head {
	margin: 20px auto 0 auto;
	padding: 20px 20px 5px 20px;
	width: 875px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.head table {
	margin: 0 auto;
	width: 875px;
}
.head table td { vertical-align: middle;}
.head .search_box {
	text-align: right;
	vertical-align: middle;
}
.head .search_box p   { line-height: 220%;}
.head .search_box .s1 { font-size: 10px; color: #666;}
.head .search_box .s2 { font-size: 32px; color: #666;}
.headp {
	width: 915px;
	margin: 0 auto;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
}
.company {
	width: 100%;
	border: 1px solid #ccc;
}
.company th,
.company td { padding: 10px;}
.company th { background: #eee; font-weight: bold;}
.company td { background: #f5f5f5;}

.pic { margin: 20px 0 -10px 0;}

.talent { width: 100%;}
.talent th,
.talent td { padding: 0 0 20px 0; text-align: center;}
.talent th a,
.talent td a { color: #333;}

.talent_d table th { padding: 0 10px 10px 0; font-weight: bold;}
.talent_d table td { padding: 0 0 10px 0;}
.talent_d table th,
.talent_d strong { color: #000;/* color: #F42FBA;*/}

#viewer {
	margin: 0 auto;
	width: 915px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
#viewer img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.p,
.photo,
.photo_t { 
	padding: 1px;
	border: 1px solid #ccc;
}
.photo { 
	margin: 0 5px 5px 0;
	width: 120px;
	float: left;
}
.photo_t { 
	margin: 0 0 5px 5px;
	width: 240px;
	float: right;
}
.t {
	margin: 0 0 10px 0;
	padding: 4px 0 0 10px;
	height: 24px;
	font-weight: bold;
	background: url(../img/bg_t.jpg) no-repeat left top;
}
.t_s {
	margin: 0 0 5px 0;
	padding: 4px 0 0 10px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/bg_t_s.jpg) no-repeat left top;
}
input{ padding: 2px; border: 1px solid #666;}
.input{ width: 450px;}
.r li,
.li {
	padding: 8px 5px 8px 20px;
	border-bottom: 1px dotted #999;
	background: url(../img/ic_o.gif) left no-repeat;
}
.r li a { 
	text-decoration: none;
	color: #333;
}
.r li a:hover{ text-decoration: underline;}
.inquiry,
.inquiry_pv {
	margin:0 0 14px;
	width: 100%;
	border: 1px solid #ccc;
}
.inquiry th,
.inquiry_pv th {
	padding: 3px 5px;
	width: 80px;
	background: #f9f9f9;
}
.inquiry td,
.inquiry_pv td {
	padding: 3px 5px;
	background:#f3f3f3;
}
.bn {
	margin: 0 0 8px 0;
	width:100%;
	font-size:0;
	line-height:0;
}
.bn_sub {width:100%;}
.bn_modal {
	margin: 0 0 8px 0;
	width:100%;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.bn img,
.bn_sub img,
.bn_modal img {width:100%;}
.ytube {
	margin:0 0 8px;
	width:100%;
}
.ytube_ref {
	margin:0 0 3px;
	width:100%;
}
.ytube p,
.ytube_ref P {
	margin:0;
	padding: 0 0 0 9px;
	font-size:12px;
	text-align:left;
	position:relative;
}
.ytube p:before,
.ytube_ref p:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
	width: 4px;
	height: 12px;
	background: #b3b3b3;
	border-radius: 2px;
}
.book        { width: 100%;}
.book td img { width: 190px;}
.book td span{ font-size: 10px;}

.foot {
	margin: 0 auto;
	padding: 20px 0;
	width: 915px;
	text-align: center;
	color: #999;
	font-size: 10px;
	background: url(../img/bg_foot_g.jpg) top repeat-x #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* index */
#tv_kokuchi {
	margin-top: 8px;
	margin-left: 14px;
	line-height: 1.63;
	font-weight: bold;
	border-bottom: 1px solid silver;
}
#tv_kokuchi div:last-of-type {
	margin:0 0 52px;
	border-bottom: none;
}
#tv_kokuchi .panel {
	padding: 27px 30px 18px 30px;
	border-bottom: 1px solid silver;
	background: url("../img/ic_o.gif") 22px 24px no-repeat;
}
#tv_kokuchi .panel p {
	margin-bottom: 18px;
}
#tv_kokuchi .panel_2 {
	padding: 21px 30px 0px 30px;
	background: url("../img/ic_o2.gif") 22px 24px no-repeat;
}
#tv_kokuchi .panel_2 p {
	margin-bottom: 6px;
}
#tv_kokuchi .list {
	overflow: hidden;
	line-height: 1.77;
	margin-bottom: 18px;
}
#tv_kokuchi .list dt {
	float: left;
	padding-left: 12px;
	clear: both;
}
#tv_kokuchi .list dd {
	margin-left: 108px;
}
#tv_kokuchi .list dd .tv {
	display: block;
	width: 10em;
	float: left;
}
#tv_kokuchi .list dd .tit {font-size: 14px;}
.inline-dl {
	clear: both;
	overflow: hidden;
	margin-left: 12px;
}
.inline-dl dt,dd {float: left;}
.inline-dl dt {
	clear: both;
	width: 108px;
}

/* index update */
.panel em {
	color:red;
	font-style:normal;
}
.panel span {
	font-size:16px;
}
.p_msg {
	margin:-18px 0 18px 10px;
	font-size:12px;
	font-weight:bold;
	color:#da5723;
}
.p_art {
	margin:-18px 0 18px 10px;
	font-size:12px;
	font-weight:bold;
}
.unlink { 
	margin:0 0 18px;
	display:inline-block;
	color: #20448E;
	text-decoration:underline;
	cursor:pointer;
	transition: all 0.3s ease 0s;
}
.unlink:hover {
	text-decoration:none;
	color: #bbb;
}
.top_talent {
	padding:0;
	margin:10px 0 0;
	width:100%;
	border:0;
	display:inline-table;
}
.top_talent td:nth-child(1) {
	padding:25px 0 25px 20px;
	width:calc(29% - 20px);
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#333333;
	position:relative;
}
.top_talent td:nth-child(1):before {
	content: url("../img/ic_b.gif");
	width: 15px;
	height:16px;
	position:absolute;
	top:28px;
	left:0;
}
.top_talent td:nth-child(2) {
	width:71%;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	border-bottom: 3.5px solid #ddd;
}
.top_talent td a {
	font-size:12px;
	font-weight:normal;
}
.top_talent td {
	padding:25px 0 25px;
}
.nmllead {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.event_wrap {
	margin:0 0 50px;
}
.keytitle {
	font-size:13px;
	font-weight:bold;
}
.maintitle {
	margin:0 0 0 -9px;
	font-size:16px;
	line-height:28px;
}
.sublead {
	font-size:12px;
	font-weight:bold;
	color:#da5723;
}
.notice {
	margin:10px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding-left:1em;
	text-indent:-1em;
}
.guest {
	margin:0;
	font-size:12px;
	font-weight:bold;
}
.kanas_info {
	margin:0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.kanas_infotxt {
	margin:10px 0;
}
.kanas_notice {
	margin:20px 0 0 10px;
}

/* left--area */
.box-liveinfo {
	margin: 0 0 16px -12px;
	font-size: 12px;
	line-height: 1.5;
}
.arrow:before {
	content:"";
	display: block;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left-color: #000;
}
.box-liveinfo .ttl {
	margin: 0 0 8px;
	padding: 0;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.box-liveinfo .ttl span {
	font-size: 12px;
	display: block;
}
.box-liveinfo .ttl strong {
	margin: 0 4px;
	font-size: 16px;
}
.box-liveinfo .sup {
	margin:  6px 0 9px 15px;
	font-size: 11px;
}
.box-liveinfo .dl-info {
	overflow: hidden;
	clear: both;
	margin-left: 8px;
}
.box-liveinfo .dl-info dt {
	clear: both;
	float: left;
}
.box-liveinfo .dl-info dd {
	position: relative;
}
.box-liveinfo .dl-info dd:last-child {
	margin-bottom: 10px;
}
.box-liveinfo .dl-info dd .btn-tgl {
	margin-left: 30px;
	position: relative;
	font-size: 12px;
	position: absolute;
	right: 0;
}
.box-liveinfo .dl-info.tgl dt,
.box-liveinfo .dl-info.tgl dd {
	display: none;
}
.box-liveinfo2 {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
}
.box-liveinfo2 .ttl {
	margin-bottom: 10px;
	font-size: 17px;
	color: #fea75c;
}
.box-liveinfo2 p {
	margin-bottom: 20px;
}
.box-liveinfo2 p strong {
	margin-bottom: 3px;
	color: #fff;
	display: block;
}
.dl-info02 dt {
	position: relative;
}
.dl-info02 dt .btn-right {
	position: absolute;
	right: 0;
	top: 0;
}
.dl-info02 dd {
	padding: 8px 12px 12px 48px;
	margin: 4px 0 12px 8px;
	background-color: rgb(248,248,248);
	display: none;
}
.dl-info02 dd strong {
	margin-left: -36px;
	margin-bottom: 3px;
	display: block;
}
.dl-info02 dd a {
	word-break: break-all;
}

/* common */
.c-ble     {color:#175ab2;}
.c-karashi {color:#da5723;}

.fwn {font-weight:normal;}
.fwb {font-weight:bold;}

.fs11 { font-size: 11px!important;}
.fs12 { font-size: 12px!important;}
.fs13 { font-size: 13px!important;}
.fs14 { font-size: 14px!important;}
.fs15 { font-size: 15px!important;}
.fs16 { font-size: 16px!important;}
.fs17 { font-size: 17px!important;}
.fs18 { font-size: 18px!important;}
.fs19 { font-size: 19px!important;}
.fs20 { font-size: 20px!important;}
.fs21 { font-size: 21px!important;}
.fs22 { font-size: 22px!important;}
.fs23 { font-size: 23px!important;}

.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb16 { margin-bottom: 16px;}
.mb20 { margin-bottom: 20px;}
.mb24 { margin-bottom: 24px;}
.mb30 { margin-bottom: 30px!important;}

.ml10 { margin-left: 12px;}
.ml20 { margin-left: 24px;}

.lh10 { line-height: 1;}

.mtm5  { margin-top: -5px;}
.mlm12 { margin-left: 0;}

.f-mincyo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* -------------------- 画像透過リンク */
.content a img,
.iopen img {
	transition:opacity 0.5s;
}
.content a:hover img,
.iopen:hover img {
	filter :alpha(opacity=70);
	opacity:0.7;
}
/* -------------------- MODAL */
.modal {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	cursor:pointer;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.modal_wrap {
	width: 80%;
	max-width: 800px;
	max-height: 90%;
	padding: 20px;
	margin: auto;
	overflow-y: auto;
	background-color: #FEFEFE;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.modal_wrap img {width:100%;}