@charset 'utf-8';

body {
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
strong {
	font-weight: bold;
}
small {
	font-size: 87.5%;
}
#wrapper {
	background: url(../001/images/bg.png) repeat center top;
}
#wrapper #contents {
	margin-bottom: 0;
}
#contents h2 + div {
	padding: 40px 0;
	overflow:hidden;
	height: auto;
	font-size: 180%;
	font-weight: bold;
	color: #33804c;
	text-align: center;
}
#contents h2 + div > p {
	text-align: left;
	display: inline-block;
}

/*25/40/20/18*/
#contents .section.main {
	width: 720px;
	padding: 40px;
	margin: 40px auto;
	border-radius: 4px;
	background-color: #39e573;
}
#contents .section h2 {
	width: 600px;
	margin: 0;
	font-weight: bold;
	font-size: 250%;
	line-height: 1.5em;
	color: #FFF;
}
#contents .section h2 > em {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-color: #FFF;
	border-radius: 0 4px 4px 0;
	margin-left: -40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 160%;
	line-height: 60px;
	color: #39e573;
	text-align: center;
}
#contents .section h2 > span {
	display: block;
	margin-left: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 5px solid #FFF;
}
#contents .section h2 > strong {
	display: block;
	margin-left: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 5px solid #FFF;
	font-size: 80%;
	line-height: 1.5em;
}
#contents .section h2 > strong > span {
	font-size: 75%;
}
#contents .section h2 + .photo,
#contents .section .lead + .photo {
	/* この回のヨドガワ上の写真 */
	width: 560px;
	margin:-15px auto 15px;
	padding: 0;
	border-bottom: 5px solid #FFF;
	border-radius: 0;
}
#contents .section .lead {
	/* この回のヨドガワ */
	width: 560px;
	margin: 0 auto 15px;
	padding-bottom: 15px;
	border-bottom: 5px solid #FFF;
	font-size: 180%;
	line-height: 1.75em;
	font-weight: bold;
	color: #FFF;
}

#contents .section .photo {
	overflow: hidden;
	border-radius: 4px;
}

#contents .section ul {
	height: auto;
	overflow: hidden;
}
#contents .section ul li {
	float: left;
	width: 320px;
}
#contents .section ul li h4 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.75em;
	border-left: 1px solid #808080;
	padding: 0.5em 1em;
}
#contents .section ul li .photo {
	margin: 0 auto;
}
#contents .section ul li p {
	margin: 0.5em 0;
	font-size: 140%;
	line-height: 1.75em;
}

#contents .date {
	text-align: center;
	font-size: 140%;
}


#contents .column {
	overflow: hidden;
	height: auto;
	width: 560px;
	margin: 40px auto;
	padding-top: 40px;
	border-top: 5px solid #FFF;
}
#contents .column .photo {
	float: left;
}
#contents .column h3 {
	margin-left: 200px;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.5em;
}
#contents .column p {
	margin-left: 200px;
	margin-bottom: 1em;
	font-size: 160%;
	line-height: 1.75em;
}



#contents .profile {
	width: 560px;
	margin: 40px auto;
	padding-top: 15px;
	border-top: 5px solid #FFF;
}
#contents .profile h3 {
	margin-bottom: 10px;
	font-size: 180%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
}
#contents .profile p {
	margin-bottom: 1em;
	font-size: 160%;
	line-height: 1.75em;
}



#related {
	width: 720px;
	margin: 40px auto;
	padding-top: 15px;
	border-top: 5px solid #FFF;
}
#related h3 {
	margin-bottom: 10px;
	font-size: 200%;
	line-height: 1.5em;
	font-weight: bold;
	color: #33804c;
	text-align: center;
}
#related ul {
	height: auto;
	overflow: hidden;
}
#related li {
	float: left;
	width: 200px;
	margin: 20px;
}
#related li p {
	padding: 5px;
	/*height: 2.5em;*/
	font-size: 140%;
	line-height: 1.25em;
}
#related li p:after {
	content: "";
	display:inline-block;
	height: 50px;
	width: 1px;
	margin-right: -1px;
	vertical-align: middle;
}
#related li p > span {
	display: inline-block;
	vertical-align: middle;
	text-indent: -15px;
	padding-left: 15px;
}
#related li p span span {
	font-size: 85.7142857%;
	font-weight: bold;
}
#related li a {
	display: block;
	overflow: hidden;
	/*border-bottom: 5px solid #FFF;*/
	border-radius: 4px;
	background-color: #39e573;
	color: #FFF;
}
#related li a.current {
	cursor: default;
	opacity: 0.5;
	background-color: #CCC;
	/*border-bottom: 5px solid #CCC;*/
	color: #FFF;
}
#related li a.current:hover {
	opacity: 0.5;
}



#cover {
	border-top: 1px #1e1b18 solid;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(255, 255, 255, 0.75);
}
#cover h3 {
	margin-bottom: 60px;
}
#cover > p {
	font-size: 140%;
	width: 560px;
	margin: 40px auto;
}
#cover > ul {
	text-align: center;
	margin: 40px auto 0;
	height: auto;
	overflow:hidden;
}
#cover > ul > li {
	/*display: inline-block;*/
	float: left;
	margin: 0 0 40px;
	vertical-align: top;
}
#cover li a {
	display:block;
	color: #1e1b18;
}
#cover ul > li dl dd:first-child {
	position: relative;
	/*background-color: #FFF;*/
	height: 295px;
	width: 240px;
}
#cover ul > li dl dd:first-child i {
	position: absolute;
	/*top: -1em;
	left: 1em;*/
	top: auto;
	left: auto;
	bottom: 0em;
	right: 1em;
}
#cover ul > li dl dd:first-child i + i {
	/*top: 3.5em;*/
	top: auto;
	right: 5.5em;
}
#cover ul > li a dt span {
	font-size: 120%;
	display: block;
}
#cover ul > li a dt span small {
	font-size: 83.333333%;
	font-weight: normal;
	display: block;
}
#cover ul > li a dd li
{
	font-size: 120%;
}
#cover ul > li a dd li:before {
	font-size: 83.333333%;
	font-weight: normal;
	position: relative;
	top: -.1em;
}
#cover ul > li a dd li small {
	font-size: 83.333333%;
	font-weight: normal;
	position: relative;
	top: -.1em;
}
#cover ul > li a dd li small:after {
	content: ': ';
}
#cover [class^='icon-cover-']:before {
	font-size: 400%;
}








@media (max-width: 600px) {
	#wrapper {
		width: 600px;
	}
	#contents {
		font-size: 13px;
	}
	
	
	#features {
		width: 560px;
		margin: 0 auto;
	}
	#features li {
		width: 50%;
	}
	#features li p {
		width: 100%;
	}
	
	
	#cover {
		width: 560px;
		margin: 0 auto;
	}
}

















/* ----------------------------------------
 *
 * 対談用 スタイルシート（定義リスト版）
 *
 * ------------------------------------- */
.conv {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 40px;
	font-size: 160%;
	line-height: 1.75em;
}
.conv dl {
	display: table;
	width: 100%;
}
.conv dl + dl {
	margin-top: 0px;
}
.conv dt, .conv dd {
	display: table-cell;
	text-align: left;
}

/* 名前のセル */
.conv dt {
	width: 100px;
	padding: 2em 0 0 0;
	font-weight: bold;
	vertical-align: top;
	color: #000;
	line-height: 1.5em;
}
.conv dt.talker0 {
	letter-spacing: -.125em;
}
.conv dt span {
	display: block;
	font-size: 75%;
	letter-spacing: 0;
	line-height: 1.5em;
}
/* 発言のセル */
.conv dd {
	padding-top: 2em;
	vertical-align: middle;
	color: #000;
}

.conv .photo {
	margin: 40px auto 8px;
}
.conv .photov {
	margin: 40px auto 8px;
	padding-left: 90px;
}
.conv .photo img {
	margin: 0 !important;
}


.conv .credit {
	font-size: 75%;
	text-align: right;
}


/* ----------------------------------------
 *
 * 対談用 スタイルシート（定義リスト版）スマホ対応
 *
 * ------------------------------------- */
@media (max-width: 600px) {
	#contents {
		background-image: url(../images/bg_content_sp.png);
	}
	#contents h2 + div > p {
		float: none;
		width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	#contents h2 + div > p + p {
		width: 560px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	#contents #features ul li {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	#contents #features ul li:first-child {
		margin-top: 0;
	}
	
	#cover {
		width: auto;
		padding-left:20px;
		padding-right:20px;
	}
	#cover > ul > li {
		width: 50%;
	}
	#cover ul > li dl dd:first-child {
		width: auto;
		height: auto;
	}
	
	.conv {
		width: 600px;
		padding-right: 20px;
		padding-left: 20px;
		margin-left: auto;
		margin-right: auto;
		background-color: rgba(255,255,255,0.5);
	}
	.conv dl,
	.conv dt,
	.conv dd {
		display: block;
		width: auto;
	}
	.conv dd {
		padding-top: 0.5em;
	}
	.conv dt.talker0 {
		letter-spacing: -0.05em;
	}
}
