@charset "UTF-8";
/*　文字コードＵＴＦ－８　*/
h2{
	text-align:center;
}

table.reason th, table.reson td{
	padding:3px;
}

div.interview{
	text-align:center;
	padding:10px;
	font-size:16px;
	line-height:20px;
	background-color:#FFDEE9;
	font-weight:bold;
	margin-bottom:15px;
}

div.interview h4{
	font-size:16px;
	border-bottom:1px solid #4573B3;
	color:#4573B3;
	margin-bottom:10px;
	margin-top:10px;
}

div.interview a{
	display:block;
	margin-top:10px;
}




div.interview table{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

div.interview table th{
	padding:5px;
	font-size:14px;
	font-weight:normal;
	line-height:120%;
	border:1px solid red;
}

div.interview table td{
	padding:5px;
	font-size:14px;
	font-weight:normal;
	line-height:120%;
	border:1px solid red;
	background-color:white;
}


div.interview_content{
	background-color:#E1F2E3;
	padding:10px;
	margin-bottom:20px;
}

div.interview_content h6{
	border-bottom:3px solid #6D6DD6;
	text-align:center;
	color:blue;
	font-weight:bold;
	font-size:18px;
}

