@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: インタビュー個別記事CSS                                                    */
/* 作成日: 2011-3-30                                                                */
/* 最終更新日: 2011-3-30        　                                                  */
/*                                                                                  */
/* ################################################################################ */



div#interview {
	width: 880px;
}

div#interview:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* -------------------------------------------------------------------------------- */
/*      メインエリア                                                                */
/* -------------------------------------------------------------------------------- */

div#interview div.mainArea {
	margin-left: 35px;
	padding: 10px;
	border: solid 1px #CCCCCC;
	float: right;
	width: 592px;
	overflow: hidden;
}

/* 新着情報 ========================================================================*/
div#interview div.mainArea h2.news {
	margin-bottom: 10px;
}

div#interview div.mainArea dl.news {
	padding: 0 13px 13px;
	border: solid 1px #CCCCCC;
	height: 180px;
	overflow: auto;
}

div#interview div.mainArea dl.news dt {
	padding-top: 12px;
	color: #575757;
	background-color: inherit;
	font-size: 13px;
	font-weight: bold;
}

div#interview div.mainArea dl.news dd {
	padding-bottom: 10px;
	line-height: 1.4;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
}

/* インタビュー ========================================================================*/
div#interview div.mainArea div.interview {
	margin: 0 auto 15px;
	width: 590px;
}

div#interview div.mainArea div.interview div.pickup {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #BBBBBB;
	margin-bottom: 16px;
	width: 590px;
}

div#interview div.mainArea div.interview div.pickup:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#interview div.mainArea div.interview div.pickup h3 {
	padding: 8px 0 0px;
	text-align: center;
}

div#interview div.mainArea div.interview div.pickup p.photo {
	margin: 0 12px 0 7px;
	padding: 0;
	display: inline;
	float: left;
	width: 156px;
}

div#interview div.mainArea div.interview div.pickup div.entry {
	float: left;
	width: 396px;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryHeader {
	margin-bottom: 4px;
	position: relative;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryHeader h4 {
	margin: 0;
	padding: 0;
	font-size: 27px;
	color: #575757;
	background-color: inherit;
	background-image: none;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryHeader p.date {
	position: absolute;
	top: 14px;
	left: 295px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryBody p {
	line-height: 1.4;
	font-size: 13px;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryBody p.copy {
	margin-bottom: 4px;
	color: #2D7FB9;
	background-color: inherit;
	font-size: 18px;
	font-weight: bold;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryBody p.detailLink {
	margin-top: 13px;
	padding-left: 355px;
	background-image: url(../images/shared/arrow-icon1.png);
	background-repeat: no-repeat;
	background-position: 340px 2px;
}

div#interview div.mainArea div#journal_detail strong {
	font-weight: bold;
}

div#interview div.mainArea div#journal_detail em {
	font-style: italic;
}

div#interview div.mainArea div#journal_detail ul {
	margin-bottom: 1em;
	margin-left: 40px;
}

div#interview div.mainArea div#journal_detail div.wp-caption {
	margin-bottom: 1em;
	padding-top: 5px;
	border: solid 1px #CCCCCC;
	background-color: #FEFEFE;
	text-align: center;
}

div#interview div.mainArea div#journal_detail div.wp-caption p.wp-caption-text {
	margin-bottom: 0;
}

div#interview div.mainArea div#journal_detail div.alignleft,
div#interview div.mainArea div#journal_detail img.alignleft {
	margin-right: 12px;
	float: left;
}

div#interview div.mainArea div#journal_detail div.alignright,
div#interview div.mainArea div#journal_detail img.alignright {
	margin-left: 12px;
	float: right;
}

div#interview div.mainArea div#journal_detail div.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

div#interview div.mainArea div.gallery dl.gallery-item dt {
	margin-bottom: 0;
	padding: 0;
	background-image: none;
}

div#interview div.mainArea div.gallery dl.gallery-item dd.gallery-caption {
	margin-bottom: 0;
	padding: 0;
	background-image: none;
}

div#interview div.mainArea div#journal_detail .gallery {
	margin: auto;
}

div#interview div.mainArea div#journal_detail .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

div#interview div.mainArea div#journal_detail .gallery img {
	border: 2px solid #cfcfcf;
}
div#interview div.mainArea div#journal_detail .gallery-caption {
	margin-left: 0;
}



/* 新着 ========================================================================*/
div#interview div.mainArea h2.interviewList {
	margin-bottom: 10px;
}

div#interview div.mainArea div.interviewList {
	margin-bottom: 16px;
	border: solid 1px #CCCCCC;
}

div#interview div.mainArea div.interviewList div.entry {
	margin: 0 auto;
	padding-top: 13px;
	width: 588px;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#interview div.mainArea div.interviewList div.last {
	background-image: none;
}

div#interview div.mainArea div.interviewList div.entry dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#interview div.mainArea div.interviewList div.entry dl {
	width: 592px;
}

div#interview div.mainArea div.interviewList div.entry dl dt {
	margin-right: 8px;
	padding-bottom: 6px;
	float: left;
	width: 99px;
}

div#interview div.mainArea div.interviewList div.entry dl dd {
	float: left;
	width: 481px;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader {
	margin-bottom: 4px;
	padding-bottom: 2px;
	position: relative;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #2D7FB9;
	background-color: inherit;
	background-image: none;
	font-weight: normal;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader h4 a {
	text-decoration: none;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader h4 a:hover {
	text-decoration: underline;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader p.date {
	position: absolute;
	top: 5px;
	left: 395px;
	color: #999999;
	font-size: 12px;
	text-align: right;
}

div#interview div.mainArea div.interviewList div.entry dl dd p.detailLink {
	margin-top: 3px;
	padding-bottom: 8px;
	padding-left: 395px;
	background-image: url(../images/shared/arrow-icon1.png);
	background-repeat: no-repeat;
	background-position: 380px 3px;
}

div#interview div.mainArea div.interviewList p.indexLink {
	margin-top: 13px;
	padding-bottom: 15px;
	padding-left: 450px;
	background-image: url(../images/shared/arrow-icon1.png);
	background-repeat: no-repeat;
	background-position: 435px 3px;
}

div.footerNav {
	margin: 0 auto;
	padding: 6px;
	width: 888px;
	color: #FFFFFF;
	background-color: #9D9D9D;
	font-size: 10px;
}

div.footerNav p {
	margin-bottom: 3px;
}

div.footerNav ul li {
	display: inline;
}

div.footerNav ul li a {
	color: #FFFFFF;
	background-color: inherit;
}



/* -------------------------------------------------------------------------------- */
/*      サイドバー                                                                  */
/* -------------------------------------------------------------------------------- */

div#interview div.sidebar {
	float: right;
	width: 212px;
}

div#interview div.sidebar h2 {
	padding: 0;
}

div#interview div.sidebar dl {
	padding-top: 14px;
	border-right: solid 1px #EFEFEF;
	border-bottom: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
	padding-left: 8px;
	color: inherit;
	background-color: #FCFCFC;
}

div#interview div.sidebar dl dt {
	margin-bottom: 2px;
	padding-left: 10px;
}

div#interview div.sidebar dl dd {
	margin-bottom: 20px;
}

div#interview div.sidebar div.localNav ul {
	margin-left: 19px;
	list-style-type: none;
}

div#interview div.sidebar div.localNav ul li {
	padding-left: 9px;
	background-image: url(../images/interview/marker01.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

div#interview div.sidebar div.localNav ul li a {
	color: #3F59D8;
	font-size: 13px;
}

div#interview div.sidebar div.localNav ul li a:hover {
	background-position: 0 0;
}
