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

/*------------------------------------------------
	メインコンテンツ
------------------------------------------------*/
.interview{
	clear:both;
	margin-bottom:25px;
	line-height:160%;
}

.interview .editer{
	color:#000;
	margin-bottom:15px;
}

.interview .player{
	color:#0068b7;
	margin-bottom:15px;
}

.interview .adviser{
	color:#ec871b;
	margin-bottom:15px;
}

.interview span.other{color:#13A04F;}
.interview p.other{
	color:#13A04F;
	margin-bottom:15px;
}

.interview .question{color:#090;}

.interview .ttlBar{
	clear:both;
	padding:10px 0;
}


.interview .point{
	clear:both;
	background: url(../common/eiyoupoint_bg.gif) no-repeat left bottom;
	margin-bottom:20px;
}

.interview .point p{padding:15px 20px;}


img.photoL{
	float:left;
	margin:0 15px 10px 0;
}
img.photoR{
	float:right;
	margin:0 0 10px 10px;
}
.photoL {
	float:left;
	margin:0 15px 10px 0;
}
.photoR {
	float:right;
	margin:0 0 10px 10px;
}
.photoL dd, .photoR dd {
	font-size: 12px;
	text-align: right;
}


.editorsNote{
	clear:both;
	background:url(../common/bg_editors_top.gif) no-repeat left top;
	margin:0 0 40px 0;
	padding:35px 0 0 0;
}


.editorsNote .innerBox{
	background:url(../common/bg_editors_bottom.gif) no-repeat left bottom;
	padding:0 0 25px 0;
	overflow: hidden;
}


#Introduction{
	background:url(../common/introduction_bg.gif) bottom left no-repeat;
	width:580px;
	margin-bottom:40px;
	padding-bottom:1px;
}

#Introduction div.name{
	background:url(../common/bg_nameline.gif) no-repeat center bottom;
	width:540px;
	margin:10px 20px;
	padding:0 0 10px 0;
}

#Introduction p {
	margin:0 20px 20px 20px;
}

#Introduction .logo{
	float:right;
	margin:0 20px 0 10px;
}

#Introduction .text{
	margin: 20px;
	color: #333384;
}
#Introduction .text span{
	font-size: 110%;
	font-weight: bold;
}

#Dnc {
	background:url(../common/dnc_bg.gif) bottom left no-repeat;
	width:580px;
	margin-bottom:40px;
	padding-bottom:1px;
}

#Dnc .logo{
	float:left;
	margin: 10px 30px;
}

#Dnc .text {margin: 15px 20px 20px 20px;}
#Dnc .text span {
	font-size: 110%;
	font-weight: bold;
}

/*interviewList*/
#interviewList {
	list-style: none;
	padding: 0;
}
#interviewList .new {padding-bottom: 10px;}
#interviewList li {
	padding: 10px 0;
	clear: both;
	background: url(list_border.gif) bottom repeat-x;
}
#interviewList li .title {float: left;}
#interviewList li .photo {float: right;}
#interviewList li .photo a img:hover {opacity: 0.75;}
#interviewList li.last {background: none;}

a.spcol {color:#FF5E60;}
.interviewDate {
	text-align: right;
	margin-bottom: 20px;
}


/*その他情報*/
.section-info {
	margin-bottom: 40px;
	padding: 20px 40px;
	background: url(bg_info_bottom.gif) repeat-y left bottom;
}
.section-info dt {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.section-info dd {
	text-align: center;
	margin-bottom: 20px;
}
.section-info a:hover img {
	opacity: 0.7; filter: alpha(opacity=70); -ms-filter: “alpha(opacity=70)”;
}


/* 次回更新日 */
#txt-next {
	width: 500px;
	height: 30px;
	color: #ff6821;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	margin: 0 auto 10px;
	padding-top: 35px;
	background: url(bg_next.gif) no-repeat;
}

/* 過去一覧ページ */
#indexList{
	margin-top: 20px;
	padding-bottom: 10px;
}
	#indexList li{
	list-style-type: none;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	}
	#indexList li a:hover{
	position: relative;
	top: 2px;
	}
	#indexList li.backIndex a{
	background: #000968;
	color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 20px;
	}