@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#interview {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #interview {
	height: 500px;
}

#interview a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 メインタイトル　定義
****************************************** */

#interview .sub-title{
	margin-bottom: 18px;
}

#interview .sub-title02{
	margin-bottom: 18px;
}

#interview .sub-title03{
	margin-bottom: 18px;
}

#interview .section-wrapL{
	float: left;
	width: 320px;
	padding: 0 20px 0 10px;
}

#interview .section-wrapR{
	float: left;
	margin-bottom: 30px;
}

#interview .section-wrapL h5{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 150%;
}

#interview .section-wrapL h5.interview-title01{color: #5abaf7;}
#interview .section-wrapL h5.interview-title02{color: #ff7d18;}
#interview .section-wrapL h5.interview-title03{color: #a5d363;}

#interview .section-wrapL p{
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 18px;
}

#interview .section-wrapL div{
	padding: 3px 0 3px 9px;
	margin-bottom: 30px;
}

#interview .section-wrapL div.interview-block01{border-left: 5px #5abaf7 solid;}
#interview .section-wrapL div.interview-block02{border-left: 5px #ff7d18 solid;}
#interview .section-wrapL div.interview-block03{border-left: 5px #a5d363 solid;}
#interview .section-wrapL div.interview-block04{border-left: 5px #5abaf7 solid; margin-bottom:10px;}
#interview .section-wrapL div.interview-block05{border-left: 5px #ff7d18 solid; margin-bottom:10px;}
#interview .section-wrapL div.interview-block06{border-left: 5px #a5d363 solid; margin-bottom:10px;}

#interview div.interview_border{
	height: 10px;
	border-top: 1px #666 dotted;
}

#interview .section-wrapL div p{
	line-height: 160%;
	margin-bottom: 0;
}

