@charset 'utf-8';

body {
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background-color: #e60012;*/
}
strong {
	font-weight: bold;
}
small {
	font-size: 87.5%;
}

.indent {
	padding-left: 1em;
}

/* -------------------- override techo.css -------------------- */
/*#header > ul:after {
	background-color: #e60012;
}
#header > ul {
	border-color: #f28088;
}
#header > ul:after {
	color: #FFF;
}
#header > ul li {
	border-color: #f28088;
}
#header > ul li a {
	color: #FFF;
}
#header div > ul > li:first-child a {
	background-color: #FFF;
	color: #ed2200;
}
#header > ul li:first-child + li:before {
	color: #FFF;
}
#header div > ul a {
	color: #FFF;
}

#global > div {
	border-color: transparent;
}*/

/* ------------------------------------------------------------ */

#footers {
	background-color: #FFF;
}





#wrapper #contents {
	font-family: 'UD新ゴ B', "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0;
	padding-bottom: 1px;
}
#contents h2 + div {
	padding: 0;
	margin: 40px auto;
	width: 590px;
	background-color: #FFF;
}
#contents h2 + div > p {
	padding: 40px;
	font-size: 180%;
	font-weight: bold;
	line-height: 2em;
}
#contents h2 + div + div.photo {
	width: 640px;
	margin: 40px auto 80px;
}
#contents h2 + div + div.photo > p {
	padding: 0;
	margin-top: 10px;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.5em;
}
#contents h2 + div + div.photo > p span {
	display: inline-block;
	margin-left: 2em;
}
#contents h2 + div + div.photo > p span:first-child {
	margin-left: 0;
}

#contents .section {
	width: 640px;
	margin: 40px auto;
	/*padding: 0 40px;*/
	border-radius: 4px;
	background-color: #FFF;
}
#contents .section h3 {
	margin: 40px 0 20px;
	padding-bottom: 10px;
	font-size: 200%;
	font-weight: bold;
	text-align: left;
}
#contents .section h3:first-child {
	margin-top: 0;
}
#contents .section h3 small {
	font-size: 77.7777778%;
}
#contents .section h3 strong {
	display: block;
	margin-left: 65px;
	font-weight: bold;
	color: #000;
}
#contents .section h3 + p {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}
#contents .section h4 {
	width: 510px;
	margin: 40px auto 20px;
	padding-bottom: 10px;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
}
#contents .section .conv h4 {
	font-size: 125%;
	margin-bottom: 0;
}
#contents .section p {
	margin: 0.5em 0;
	font-size: 160%;
	line-height: 2em;
}
#contents .section p + p img {
	margin-top: 10px;
}
#contents .section img.sub {
	float: right;
}
#contents .section img.bag {
	margin-right: -40px;
	margin-top: -20px;
}
#contents .section .navi {
	text-align: center;
}
#contents .section .navi a.deep {
	display: inline-block;
	padding: 10px 30px;
	font-size: 180%;
}
#contents .date {
	margin: 40px auto;
	text-align: center;
	font-size: 140%;
}
#contents .section .conv + div p {
	width: 510px;
	margin: 40px auto;
}

#contents .section p b,
#contents .cover h4 + p b {
	color: #EE0000;
	font-size: 92.8571429%;
}
#contents .section p b {
	font-size: 81.25%;
}
.sequel {
	font-style: italic;
	color: #679;
}

#contents .gmap {
	margin: 40px auto;
}

#contents .info {
	border: 4px solid #e60012;
	border-radius: 4px;
	padding: 30px;
	margin-top: 40px;
}
#contents .info h4 {
	font-size: 180%;
	font-weight: bold;
}
#contents .info h4 small {
	font-size: 77.7777778%;
	line-height: 1.5em;
}


ul#share {
	text-align: center;
	margin: 40px auto;
}
ul#share li {
	display: inline-block;
	margin: 0 10px;
}
ul#share li a.deep {
	background-color: #FFF;
	padding: 4px 0px;
	width: 160px;
	font-size: 160%;
	color: #e60012;
}


.sp {
	display: none;
}



@media (max-width: 600px) {
	body {
		background-color: #FFF;
	}
	#wrapper {
		width: 600px;
	}
	#contents {
		font-size: 13px;
	}
	#contents h2 + div {
		width: auto;
	}
	#contents h2 + div > p {
		padding: 15px;
		width: auto;
		letter-spacing: 0;
	}
	#contents h2 + div > p.sp {
		padding-top: 0;
		color: #e60012;
		line-height: 1.5em;
	}
	#contents .section  {
		width: auto;
		padding: 20px;
	}
	#contents .section h3 img {
		width: 100%;
	}
	#contents .section img {
		width: auto;
	}
	#contents .section img.sub {
		width: 128px;
		float: right;
	}
	#contents .section img.bag {
		/*width: 240px;*/
		margin-right: -20px;
	}
	#contents a.deep img {
		width: auto;
	}
	.sp {
		display: block;
	}
}










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

/* 名前のセル */
.conv dt {
	width: 80px;
	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 p.continue {
	font-size: 87.5% !important;
}
.conv .photo {
	margin: 40px auto 8px;
}
.conv .photov {
	margin: 40px auto 8px;
	padding-left: 90px;
}
.conv .photo img {
	margin: 0 !important;
}

.conv .photo p {
	font-size: 87.5% !important;
}

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


/* ----------------------------------------
 *
 * 対談用 スタイルシート（定義リスト版）スマホ対応
 *
 * ------------------------------------- */
@media (max-width: 600px) {
	#contents {
	}
	#contents h2 + div > p {
		float: none;
		width: auto;
		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: auto;
		padding-right: 0px;
		padding-left: 0px;
		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;
	}
	.conv .photo img {
		width: 100% !important;
	}
}










