@charset "utf-8";
/* CSS Document */

.interviewBox{
	background-color: #ffffff;
	border:8px solid #f4f4e9;
	width:704px;
	margin-bottom:26px;
}

.interviewInner{
	padding-top:20px;
	width:666px;
	margin:0 auto 46px;
}

.interviewInner .leftPart{
	width:231px;
	float:left;
}

.interviewInner .leftPart .figure{
	display:block;
	margin-bottom:12px;
}

.interviewInner .leftPart .figure img{
	border:1px solid #ff79a8;
}

.innerTtl{
	margin-bottom:18px;
}

.companionInfo dt,.companionInfo dd{
	float:left;
	margin-bottom:20px;
}

.companionInfo dt{
	width:90px;
	clear:both;
	text-align:center;
	color:#ff79a8;
	font-weight:bold;
}

.interviewInner .rightPart{
	background:url(../img/shop/interview/fukidasi.jpg) no-repeat left 50px;
	width:410px;
	float:right;
	padding:0 0 0 20px;
}

.interviewInner .rightPart span{
	border-radius:5px;
	background-color:#fcf4f4;
	display:block;
	width:370px;
	padding:20px;
}

.imgBnr{
	display:block;
	padding-bottom:12px;
	text-align:center;
}

.imgBnr img{
	border:1px solid #ff79a8;
	
}
