@charset "utf-8";

/* インタビュー一覧
================================================================================*/
div.interviewBox {
	clear:both;
	margin-bottom:10px;
	padding-bottom:7px;
	background:url(../img/topBoxBottom.gif) 0 100% no-repeat;
}
div.interviewBox div.topBg {
	height:7px;
	overflow:hidden;
	background:url(../img/topBoxTop.gif) 0 0 no-repeat;
}
div.interviewBox div.inner {
	padding:8px 15px 8px;
	background:url(../img/topBoxBg.gif) repeat-y;
}
div.interviewBox div.inner img.thumbnail {
	float:left;
	margin-bottom:5px;
	padding:5px;
	background:url(../img/imageBg.gif);
}
div.interviewBox div.contents {
	float:right;
	width:430px;
}
#content div.interviewBox h3 {
	margin:0 0 10px 0;
	padding-bottom:5px;
	font-size:12px;
	background:url(../img/dotline1.gif) bottom repeat-x;
}
*+html #content div.interviewBox h3 {font-size:100%;}
* html #content div.interviewBox h3 {font-size:100%;}

div.interviewBox div.contents p.btn {
	margin-top:15px;
	text-align:right;
}


/* インタビュー詳細
================================================================================*/
#content h3.interviewT {
	margin:0 0 10px 0;
	padding:0 0 5px 10px;
	font-size:14px;
	background:url(../img/tInterviewDetailH3Bg.gif) 0 100% no-repeat;
}
*+html #content h3.interviewT {font-size:116.6%;}
* html #content h3.interviewT {font-size:116.6%;}

div#interviewContents {
	padding:10px;
}
div#interviewContents div.column {
	padding-bottom:20px;
}

/* プロフィール */
div#interviewContents div.profile {
	float:left;
	width:250px;
	margin:0 10px 10px 0;
}
div#interviewContents div.profile img {
	padding:5px;
	background:url(../img/imageBg.gif);
}
div#interviewContents div.profile div.inner {
	padding:5px 10px 10px 10px;
	background:url(../img/interviewDetailProfileBg.gif) 0 100% no-repeat;
}
div#interviewContents div.profile div.inner h4 {
	margin-bottom:5px;
}
div#interviewContents div.profile div.inner p {
	margin:0;
	font-size:11px;
}
*+html div#interviewContents div.profile div.inner p {font-size:91.6%;}
* html div#interviewContents div.profile div.inner p {font-size:91.6%;}


/* 記事 */
div#interviewContents p {
	margin-bottom:20px;
}
div#interviewContents span.name {
	color:#ff9a00;
	margin-right:1em;
}
div#interviewContents div.right {
	float:right;
	width:250px;
	margin:0 0 10px 10px;
}
div#interviewContents div.left {
	float:left;
	width:250px;
	margin:0 10px 10px 0;
}
div#interviewContents div.right img,
div#interviewContents div.left img {
	margin-bottom:5px;
	padding:5px;
	background:url(../img/imageBg.gif);
}
div#interviewContents div.right span,
div#interviewContents div.left span {
	font-size:11px;
}
*+html div#interviewContents div.right span,
*+html div#interviewContents div.left span {font-size:91.6%;}
* html div#interviewContents div.right span,
* html div#interviewContents div.left span {font-size:91.6%;}





/* 企業プロフィール
================================================================================*/
div#profile {
	clear:both;
	margin:10px 0;
	padding-bottom:5px;
	background:url(../img/interviewProfileBottom.gif) 0 100% no-repeat;
}
div#profile div.inner {
	padding:20px 20px 15px;
	background:url(../img/interviewProfileBg.gif) 0 0 no-repeat;
}
div#profile img.image {
	float:left;
	width:160px;
	padding:3px;
	border:1px solid #eaeaea;
}
div#profile div.main {
	float:right;
	width:417px;
}
#content div#profile h3 {
	margin:0 0 10px 0;
}

