@charset "UTF-8";

/* タイトル周り */
div.h1Group {
	margin-bottom: 10px;
	width: 600px;
	height: 20px;
	clear: both;
}

h1.hnImg01 {
	float: left;
}

div.t_back {
	float: right;
}

/* メインコンテンツ */
#interview,
#interview-index {
	margin-right: auto;
	margin-left: auto;
}

#interview_ph {
	margin-right: 15px;
}

#interview_tt {
	margin-top: 10px;
	color: #ff7070;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0px;
}

#interview_name {
	color: #808080;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
}

#interview_name span {
	display: block;
	font-size: 80%;
}

#interview .url{
	margin: 20px 0 10px;
}

#interview .url a img {
	vertical-align: middle;
}

#interview .repo {
	margin-left: 140px;
}

#interview p.firstParagraph {
	margin-top: 10px;
	padding-top: 10px;
	background: url(../../../interview/img/dot.gif) repeat-x left top;
}

/* レポート */
dl.repo-t {
	margin: 20px 0;
	padding: 20px 20px 10px;
	background: #e4f5f4;
}

dl.repo-t dt p {
	padding-left: 10px;
	border-left: 5px solid #76cac6;
	color: #34a2a4;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5;
}

dl.repo-t dt p span {
	display: block;
	font-size: 75%;
}

dl.repo-t dd {
	clear: both;
}

dl.repo-t dd p img {
	margin-left: 5px;
	float: right;
}

/* 余白調整 */
#interview .mt10 {
	margin-top: 10px;
}

/* トップページ */
#h2Group_top {
	padding-top: 25px;
	background: url("../../../interview/img/fukidashi_top.gif") no-repeat left top;
}

#h2Group_bg {
	background: url("../../../interview/img/fukidashi_bg.gif") repeat-y;
}

#h2Group_bottom {
	width: 600px;
	height: 87px;
	clear: both;
	background: url("../../../interview/img/fukidashi_bottom.gif") no-repeat left bottom;
}

#h2Group_bottom h2 {
	margin-left: 15px;
	float: right;
	width: 520px;
	font-weight: normal;
}

#h2Group_bottom div img {
	float: left;
	width: 65px;
}

#interview-index h3 {
	margin-top: 15px;
	text-align: right;
}

.interview-index-list {
	margin-top: 5px;
	width: 600px;
}

.interview-index-list ul {
	float: left;
	width: 294px;
}

.interview-index-list ul.ml12 {
	margin-left: 12px;
}

.interview-index-list li {
	margin-bottom: 10px;
	width: 294px;
}

.interview-index-list li dl {
	width: 294px;
	background: #b7e3e2;
}

.interview-index-list li dl dt {
	float: left;
	width: 76px;
}

.interview-index-list li dl dd {
	float: right;
	width: 218px;
}

.interview-index-list li dl dd h4 {
	padding: 6px 10px;
	font-weight: normal;
	line-height: 1.2;
}

.interview-index-list li dl dd p {
	margin: 0;
	padding: 0 10px;
	font-size: 80%;
	line-height: 1.2;
}

.interview-index-list li dl dd p a img {
	margin-top: 10px;
	float: right;
	border: none;
}



