@charset "UTF-8";

/*	インタビュー第１回
--------------------------------------------------------------------------------------- */

body#interview h3 {
	margin-bottom: 20px;
}

body#interview .prof {
	font-size:85%;
	line-height:1.5em;
	margin: 30px 0 55px;
}
body#interview .prof img {
	float: left;
}
body#interview .prof .txt {
	float: right;
	overflow: hidden;
	width: 75%;
	margin-bottom: 30px;
}
body#interview .prof .name {
	font-size: 116% !important;
	font-weight: bold;
}
body#interview .prof .career {
	clear: both;
	overflow: hidden;
	font-size:77%;
	line-height:1.4em;
}

body#interview .prof .career > div{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

body#interview .prof .career table {

}
body#interview .prof .career th {
	font-weight: normal;
	width: 19%;
}

body#interview .prof .career th,
body#interview .prof .career td {
	padding: 2px 0;
}

body#interview .graphCap {
	margin: 15px 0 50px;
	background: url(../img/interview001/mlit.gif) right top no-repeat;
}
body#interview .graphCap p {
	width:85%;
	font-size:85%;
	line-height:1.5em;
}

body#interview .intvLeft {
	float: left;
}
body#interview .intvRight {
	float: right;
	width:48.5%;
}

body#interview .graph {
	border-bottom: 1px #999 dotted;
	padding-bottom: 30px;
	margin: 30px 0;
}

@media screen and (max-width:767px) {

body#interview #container .left .mainArea .prof img {
	width: 20%;
}
	
body#interview .graphCap {
	margin: 15px 0 25px;
}
	
body#interview .graphCap p {
    width: 100%;
	padding-top: 3.5em;
}
	
body#interview .intvRight {
	margin-top: 20px;
	width:100%;
}
	
	body#interview .btnCenter{
		width: 30%;
		margin: 0 35%;
	}
	
body#interview #container .intvRight h3 img {
	width: 50%;

}
	
body#interview .prof .career > div{
	width: 100%;
	margin-bottom: 15px;
}
	
	body#interview .prof .career > div:nth-child(2){
		margin-bottom: 0;
	}	
	
}
