@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");


/* interview1.css */



/*  contents
================================================*/
div.main_contents {
	width: 850px;
	min-height: 460px;
}


/*  title_area_top
================================================*/
div.main_contents div.title_area_top h2 {
	float: left;
	width: 206px;
	padding-bottom: 15px;
}

div.main_contents div.title_area_top h3 {
	float: right;
	width: 200px;
	height: 24px;
	text-align: right;
}


/*  title_area_bottom
================================================*/
div.main_contents div.title_area_bottom {
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px #000000 solid;
}

div.main_contents div.title_area_bottom h3 {
	float: left;
	width: 480px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
}

div.main_contents div.title_area_bottom p {
	float: right;
	width: 340px;
	margin-top: 10px;
	text-align: right;
	font-size: 80%;
}

/*  main
================================================*/
table.main tr td {
	vertical-align: top;
}

table.main h4 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #A91A34;
}

table.main p {
	line-height: 1.3;
}

table.main p.strong {
	font-size: 120%;
	font-weight: bold;
}

table.main tr td.caption {
	padding-top: 5px;
	font-size: 80%;
	text-align: center;
}


table.img tr th {
	text-align: center;
}



/*  解説者
================================================*/
div.kaisetsu {
	width: 242px;
	margin-top: 20px;
	padding: 5px;
	border: 1px #999999 solid;
	background-color: #EBEBEB;
}

div.kaisetsu h5 {
	color: #AF2A41;
}

div.kaisetsu tr td {
	vertical-align: top;
	line-height: 1.3;
}


/*  btn
================================================*/
table.btn {
	width: 225px;
	margin: 40px auto 0 auto;
}
