@charset "UTF-8";

@import url(basic.css);


/*センターボックス
----------------------------------------------- */
#center-body {
	width: 497px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}
h1 {
	width: 497px;
}
#center-body h2 {
	clear: both;
	padding-top: 25px;
}
#center-body h3 {
	clear: both;
	padding-top: 30px;
}
#center-body h4 {
	clear: both;
	padding-top: 45px;
}
#center-body p {
	font-size: 80%;
	float: right;
	width: 470px;
	margin-top: 13px;
	line-height: 1.7;
	overflow: hidden;
	display: block;
}
.inquiry-text-box {
	padding-bottom: 45px;
}


/*記事インタビュー
----------------------------------------------- */
.interview-container {
	width: 497px;
	background-image: url(../img/recommend/main-intaview-box-back.gif);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	height: 145px;
}
.interview-box {
	color: #001f90;
	width: 370px;
	font-size: 75%;
	line-height: 1.6;
	margin-top: 50px;
	margin-left: 125px;
}
.movie-box {
	width: 340px;
	margin-left: 125px;
	margin-top: 10px;
	overflow: hidden;
	clear: both;
}
.movie-box-left {
	float: left;
	height: 36px;
	width: 80px;
}
.movie-box-center {
	float: left;
	margin-left: 20px;
	height: 36px;
	width: 109px;
}
.movie-box-right {
	float: left;
	height: 36px;
	width: 109px;
	margin-left: 2px;
}
