@charset "utf-8";

/*基本*/
html{ height: 100%; }

body {
	color: #000000 !important;
	background-color: #ffffff !important;
	font-size: 17pt !important;
	margin-top:30px
}

#main_box{
	width: 100% !important;
	margin: auto !important;
}

/*モバイル時には非表示*/
.mb_none {
	display: none;
	visibility: hidden;
}

#header, #Blue_area, #voice_data_tt, #voice_data, #footer,
 .main_box .inner, #header-top,
 .header-nav, h1#logo, .header-area,
 .tabs
{ display: none; visibility: hidden; }

/*-------------
タレントページ
-------------*/

/*パーソナルデータ部分*/
#talent_data{
	width: 100% !important;
	float: none !important;
	background-color: #ffffff;
	padding: 0 !important;
}

#talent_data_box{
	overflow: hidden;
}

#voice_data_balloon{
	display: none;
	visibility: hidden;
}

/*名前と画像とプロフ部分*/
#talent_name{
	width: 100%;
	font-size: 0.7em;
	vertical-align: bottom;
	border-top: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
	line-height: 1.5em;
	margin-bottom: 10px;
	display: flex;
}
#talent_name h2{
	color: #000000 !important;
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 20px;
	padding-top: 10px;
}

#talent_img_prof_box{
	width: 99% !important;/*余白調整*/
	float: none !important;
	overflow: visible !important;
	min-height: 310px;
}
#talent_img{
	float: none !important;
	position: absolute;
	top: 0;
	right: 10px;
	background-color: #ffffff;/*余白調整*/
	border-left: 50px solid #ffffff !important;/*余白調整*/
}

#talent_img img{
	border: 2px solid #000000 !important;
	width: auto !important;
	height: 290px;
}

#talent_profile{
	float: none !important;
	width: 100% !important;
	line-height: 1.2em;
	font-size: 0.7em;
}

#talent_profile th{
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	width: 100px !important;
	color: #000000 !important;
	font-weight: bold;
	border-bottom: 1px solid #000000 !important;
}

#talent_profile td{
	padding: 8px 0;
	width: auto !important;
	border-bottom: 1px solid #000000 !important;
}

table#talent_profile tr:nth-last-child(1) th{ border: none !important; }
table#talent_profile tr:nth-last-child(1) td{ border: none !important; }

.border_none{ border:none; }

/*出演履歴部分*/

#talent_history_box{ margin-top: 20px; }

#talent_history_tt{
	text-align: center;
	background-color: #ffffff !important;
	border: 1px solid #000000 !important;
	color: #000000 !important;
	font-weight:bold;
	line-height: 1.5em;
}

#talent_history_box .history_tt{
	font-size: 0.8em;
	font-weight:bold;
}

#talent_history_box ul li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.7em;
	letter-spacing: 1px;
	line-height: 1.6;
}

#talent_content .history_genre_box,
#talent_content .history_genre_box_1line{
	border-bottom: 1px solid #000000 !important;
	line-height:1.3em;
	padding: 20px 0;
	overflow: hidden;
}

.history_genre_box ul,
.history_genre_box_1line ul{
	margin-left: 10px;
	list-style-type: disc !important;
	list-style-position:inside;
	font-size: 0.85em;
	overflow: hidden;
}

.history_genre_box ul{/*1列2列切り替え*/
	float: left !important;
	width: 47% !important;
}


/*連絡先部分関係*/

/*縦サイズを指定して何枚目に印刷するか場所を指定する*/
.h100{ height: 100%; min-height: 100%; }/*1枚目の下に表示*/
.h200{ height: 200%; min-height: 200%; }/*2枚目の下に表示*/
.h300{ height: 300%; min-height: 300%; }/*3枚目の下に表示*/
.h400{ height: 400%; min-height: 400%; }/*4枚目の下に表示*/
.h500{ height: 500%; min-height: 500%; }/*5枚目の下に表示*/


/*Firefox、表示崩れ対策*/
@-moz-document url-prefix() {
.h200, .h300, .h400, .h500{
	height: 100% !important;
	min-height: 100% !important;
}

#print_contact{ position: static !important; }

#talent_content .history_genre_box,
#talent_content .history_genre_box_1line,
.history_genre_box ul,
.history_genre_box_1line ul{
	overflow:visible !important;
}
#talent_content .history_genre_box:after,
#talent_content .history_genre_box_1line:after,
.history_genre_box ul:after,
.history_genre_box_1line ul:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
}

#talent_content{
	width: 100%;
	position: relative;
    height: auto !important;
}

#main_box{ padding-bottom: 100px; }

#print_contact{
	width: 100%;
	font-size: 0.6em;
	display: inline;/*表示用*/
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: -20px;
}

#print_contact table{
	line-height: 1.5em;
	text-align: center;
}

#print_contact table th{
	border: 1px solid #ffffff;
	width: 47%;
	font-weight: normal;
	font-size: 1.2em;
	/* text-align: right; */
	vertical-align: middle;
}

#print_contact table td{
	border: 1px solid #ffffff;
	width: auto;
	/* padding-left: 20px; */
	text-align: left;
}
.grecaptcha-badge { visibility: hidden; }

@page {
	size: A4;
	margin: 1cm; /* 余白 */ 
}

