@charset "UTF-8";
/* CSS Document */

/*========== RESET ==========*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
	overflow-y: scroll;
	font-size: 62.5%; /*10px 以下のsize指定はrem*/
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  line-height: 1.0;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.0;
}

input, button,
textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

ol,ul {
  list-style: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:10px 0;
	padding:0;
}

del {
  text-decoration: line-through;
}

/*=========== BAISC =============*/

body{
	background:#fff url(../../images/bg_top.gif) repeat-x;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
	line-height: 1;
	color:#333;
	text-align:left;
	position: relative;
}

img{
	vertical-align: bottom;
}

a{
	color:#333;
	text-decoration:underline;
}
a:visited{
	color:#666;
}
a:hover{
	color:#999;
}

.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}

.pb10{
	padding-bottom: 10px !important;
}

/*===========HEADER=============*/

header{
	width:980px;
	margin:0 auto 20px;
}
header #logo{
	padding:5px 0px;
}

/*===========MAIN=============*/

#main{
	width:980px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
}

/*===========NAV=============*/

nav{
	width:200px;
}

nav ul{
	padding:0 0 10px;
}

nav ul li a{
	display: block;
	box-sizing: border-box;
	width:100%;
	background:url(../images/ic_arrow02.png) left 10px center no-repeat;
	padding:0 0 0 30px;
	line-height:30px;
	border:1px solid #ccc;
	border-radius: 15px;
	margin: 0 0 10px;
	text-decoration:none;
}
nav ul li a:hover{
	background-color: #d3eefb;
}


/*===========ARTICLE=============*/

article{
	width:750px;
}

.gotop{
	text-align:right;
	margin:0 0 10px;
}

/*===　所属タレント一覧　===*/

#profile h1{
	margin:0 0 30px;
}

/*index*/
#profile .box01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px dotted #ccc;
	padding: 0 0 10px;
	margin:0 0 20px;
}
#profile .box02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 40px;
}
#profile .item{
	width:365px;
	display: flex;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px;
}
#profile .item .txt{
	padding: 0 0 0 10px;
}
#profile .item h3{
	color:#36f;
	font-size:1.6rem;
	font-weight:700;
	margin:3px 0px 5px;
}
#profile .item p{
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0 0 5px;
}
#profile .item span{
	color: #333;
	font-weight: 400;
	font-size: 1.2rem;
}

/*profile*/
#profile .prof{
	width:100%;
	border: 2px solid #39f;
	padding: 18px 13px 5px;
	margin: -20px 0 50px;
}
#profile .prof h2{
	border-bottom: 2px solid #009f3c;
	padding: 0 0 5px;
	margin: 0 0 20px;
}
#profile .prof .fbox{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
#profile .prof .pic_box{
	display: flex;
	padding: 0 30px 0 0;
}
#profile .prof .pic_box .main_pic{
	width:300px;
}
#profile .prof .pic_box .thum_list{
	width:60px;
	padding: 0 0 0 5px;
}
#profile .prof .pic_box .thum_list li{
	margin: 0 0 5px;
}
#profile .prof .fbox > div{
	width:100%;
}
#profile .prof .fbox table,
#profile .prof .tb2{
	width:100%;
	border-collapse: collapse;
}
#profile .prof .tb2{
	margin-bottom: 30px;
}
#profile .prof .fbox th,
#profile .prof .fbox td,
#profile .prof .tb2 th,
#profile .prof .tb2 td{
	border-collapse: collapse;
	border:1px solid #ccc;
	padding: 3px 5px;
	font-size: 1.2rem;
	line-height: 1.5;
	vertical-align: top;
}
#profile .prof .fbox th,
#profile .prof .tb2 th{
	background-color:#C0DAFD;
	font-weight: 700;
}
#profile .prof .tb2 .th2{
	background-color:#ddd;
}
#profile .prof .fbox p{
	font-size: 1.2rem;
	margin: 5px 0 0;
}
#profile .prof .fbox2{
	display: flex;
	margin: 0 0 15px;
}
#profile .prof .fbox2 > div:nth-of-type(1){
	margin-right: 50px;
}
#profile .prof h3{
	margin: 0 0 10px;
}
#profile .prof .list01{
	margin: 0 10px 10px;
}
#profile .prof .list01.u_line{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px;
}
#profile .prof .list01 li{
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 0 0 5px 18px;
	position: relative;
}
#profile .prof .list01 li::before{
	content: '★';
	position: absolute;
	top:2;
	left:0;
}
#profile .prof .tx01{
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0 10px 20px;
}
#profile .prof .link_btn{
	margin: 0 5px 15px;
}
#profile .prof .link_btn a{
	display: inline-block;
	padding: 5px 15px;
	border:1px solid #ccc;
	border-radius: 15px;
	background: #e5fdfd;
	color:#06f;
	text-decoration: none;
}
#profile .prof .tb{
	width:710px;
	margin: 0 auto 15px;
	border-collapse: collapse;
}
#profile .prof .tb th,
#profile .prof .tb td{
	border-collapse: collapse;
	border:1px solid #ccc;
	padding: 3px 5px;
	font-size: 1.2rem;
	line-height: 1.5;
	vertical-align: top;
}
#profile .prof .tb th{
	background-color:#CCFFCC;
	color:#060;
	font-weight: 700;
}
#profile .prof .tb .w50{
	width:50px;
}
#profile .prof .tb .nw{
	white-space: nowrap;
}

/*脚本・演出作品ページ*/

#profile .direc{
	line-height: 1.75;
}
#profile .direc .year{
	background: #eee;
	font-size: 14px;
	font-weight: bold;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	padding: 5px 5px;
	margin: 20px 5px 10px;
}
#profile .direc .stage{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 5px;
	margin: 0 5px 10px;
}
#profile .direc .stage.no_bd{
	border-bottom:none;
	padding: 0;
}
#profile .direc h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75;
	margin: 0 0 10px 5px;
}
#profile .direc h4 span{
	display: block;
	color:#06f;
	font-size: 12px;
	font-weight: bold;
	text-indent: -10px;
}
#profile .direc h4 em{
	display: inline-block;
	border-bottom: 3px double #06f;
	font-style: normal;
}

#profile .direc .stage ul{
	margin: 0 0 0 5px;
}
#profile .direc .stage ul li{
	display: flex;
}
#profile .direc .stage ul li span{
	font-weight: bold;
	white-space: nowrap;
}
#profile .direc .stage a{
	cursor: pointer;
}

/*MODAL*/

.modalOpen{
	display: block;
	background: #ccc;
	border-radius: 15px;
	border:none;
	padding: 3px 10px;
	margin: 5px auto 0;
	cursor: pointer;
}
.md_overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 10000;
}
.md_contents{
  display: none;
  width: 640px;
  height: auto;
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11000;
}
.md_close{
	background: #ccc url("/common/images/btn_close.png") no-repeat;
	width: 50px;
  height: 50px;
	border-radius: 25px;
	border:none;
	position: absolute;
  top: -25px;
  right: -25px;
  z-index: 11000;
  cursor: pointer;
}
.md_inner{
	display: flex;
	position: relative;
}

/*===========FOOTER=============*/


footer{
	width:100%;
	background:#39F;
	padding:8px 0px 3px;
}

footer p{
	font-size:11px;
	color:#fff;
	text-align:center;
	padding:0 0 5px;
}




