@charset "utf-8";

/*-------------------------------- interview */
h1 .interviewSub{
	font-size: 85%;
	font-weight: normal;
	padding-top: 10px;
	text-align: right;
}
h1 .interviewPhoto{
	float: right;
	padding: 10px 16px;
}
h1 .interviewPhoto img{
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

dl.qa{
	clear: both;
	margin: 0 0 1em 0;
}
dl.qa dt{
	float: left;
	width: 30px;
	font-weight: bold;
	font-size: 95%;
	line-height: 1.8em;
}
dl.qa dd{
	float: left;
	width: 600px;
	font-weight: normal;
	font-size: 95%;
	line-height: 1.8em;
}



