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


.topArea {
		background-image: url(../img/profile/mainvisual.jpg);
	box-sizing: border-box;
	min-height: 300px;
	margin-bottom: 20px;
	background-position:60% top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.profile section h3{
	color: #6D6D6A;
	border-bottom-color: #6D6D6A;
	
}
.profile section a{
border-bottom: 1px solid #808080;
	padding-bottom: 3px;
	
}

.profile .mainTitle{
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 477px;
}
.profile .mainTitle h2{
	position: absolute;
	left: 15px;
	bottom: 40px;
	width: 164px;
}

.profName{
font-size: 2.6rem;
	margin:53px 0 20px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.profName span{
	font-size: 1.6rem;
	display: block;
}
.profile section{
	margin:0 10px 30px;
}
section p {
	line-height: 2.0;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	color: #505050;
}

table th,td{
		line-height: 2.0;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	color: #505050;
	
}
table th{
	white-space: nowrap;
	padding-right: 20px;
	
}
td a{
	border-bottom: 1px solid #808080;
	padding-bottom: 3px;
}

dl.cTable{
	
}

dl.cTable dt{
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.2rem;
	
}

dl.cTable dd{
	line-height: 2.0;
	margin-bottom: 1em;
		font-size: 1.2rem;
}
dl.cTable dd img{
	margin-top: 5px;
}
p.caption{
	font-size: 1.0rem;
		color: #505050;
}
.profDetail .right_pc img{
margin:32px 0 0px;	
}

img.icon-movie{
	width: 30px;
}
/*////////////////////////////////////////////////////////
PC setting 
//////////////////////////////////////////////////////// */
@media screen and (min-width: 1300px){
	.topArea {
	box-sizing: border-box;
	min-height: 610px;
	margin-bottom: 20px;
	background-size: cover; 
	background-position:center center;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 960px){
	.topArea {
	box-sizing: border-box;
	min-height: 610px;
	margin-bottom: 20px;
			background-size: cover; 
	background-position:center center;
	background-repeat: no-repeat;
}
.profile .mainTitle{
	position: relative;
	width: 930px;
	margin: 0 auto;
	height: 477px;
}
.profile section h3{
	font-size: 1.53rem;
	
}

.profName{
	margin:53px 0 62px;
}


.profile section{
	width: 930px;
	margin: 0 auto 65px;
}
.profile section p{
font-size: 1.35rem;
	line-height: 2.0;
}
.profile section p.caption{
	font-size: 1.0rem;
		color: #505050;
}
	.profDetail .left_pc{
		width: 698px;
	}
		.profDetail .left_pc section{
		width: 100%;
	}

	

	.profDetail .right_pc{
		width: 150px;
	}
	
dl.cTable{
	width:  100%;
	overflow: hidden;


}
dl.cTable dt{
	width: 14%;
	float: left;
font-size: 1.35rem;
	margin-bottom: 1em;
	line-height: 1.9;
	font-weight: normal;
}
dl.cTable dd{
	width: 75%;
	float: left;
	margin-bottom: 1em;
font-size: 1.35rem;
		line-height: 1.9;

}
dl.cTable dd:after{
	clear: both;
}

/* PC end */	
	}
/* PC end */	