@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: 640px;
	background-color: #FFF;
	border-radius: 4px;
}
#contents h2 + div > p {
	padding: 40px;
	font-size: 180%;
	font-weight: bold;
	line-height: 2em;
}

#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;
	background: url(../images/border.png) center bottom repeat-x;
	font-size: 200%;
	font-weight: bold;
	color: #F26444;
	text-align: center;
}
#contents .section h3:first-child {
	margin-top: 0;
}
#contents .section h3 small {
	font-size: 77.7777778%;
}
#contents .section p {
	margin: 0.5em 0;
	font-size: 160%;
	line-height: 2em;
}
#contents .section p strong {
	font-family: 'UD新ゴ コンデンス80 B', "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 200%;
	line-height: 1.75em;
	color: #F26444;
}
#contents .section .illust.right {
	float: right;
}
#contents .section .illust {
	text-align: center;
}
#contents .section .illust img {
	vertical-align: middle;
}
#contents .section .illust img + img {
	margin-left: 10px;
}
#contents .section p.fin {
	margin-top: 60px;
}
#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 .date {
	margin: 40px auto;
	text-align: center;
	font-size: 140%;
}
#contents .cover {
	margin: 40px auto 0;
	padding: 40px 0 0;
	border-top: 5px solid #e60012;
}
#contents .cover h4 {
	font-size: 160%;
	font-weight: bold;
}
#contents .cover p:first-child {
	margin-bottom: 20px;
}
#contents .cover h4 + p {
	font-size: 140%;
}
#contents .cover h4 + p span {
	float: right;
	font-size:85.7142857%;
	margin-top:-1.75em;
}
#contents .cover a.deep {
	float: right;
	padding: 4px 30px;
	font-size: 160%;
	background-color: #e60012;
}
#contents .cover a.deep img {
	vertical-align: middle;
	margin-left: 5px;
}

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


#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: 20px;
	}
	#contents h2 + div > p.sp {
		padding-top: 0;
		color: #e60012;
		line-height: 1.5em;
	}
	#contents .section  {
		width: auto;
		padding: 20px;
	}
	#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;
	}
}















