@charset "UTF-8";
/* news */
h2 {
	margin: 34px 0 80px 0;
	width: 458px;
}

/* archive */
#newsArchives {
	margin-top: 56px;
}

#newsArchives .page {
	display: none;
	margin-left: -22px;
	font-size: 0;
}

#newsArchives .page > div {
	display: inline-block;
	width: 305px;
	height: 305px;
	margin: 0 0 44px 22px;
	background: #fff5c8 url(/store/techo/2016/news/images/bg_archives1.png) repeat-x center top;
	-webkit-box-shadow: 3px 3px 3px 0 #ccc;
	-moz-box-shadow: 3px 3px 3px 0 #ccc;
	box-shadow: 3px 3px 3px 0 #ccc;
	font-size: 10px;
}

#newsArchives .page > div:nth-child(even) {
	background: #dcf5dc url(/store/techo/2016/news/images/bg_archives2.png) repeat-x center top;
}

#newsArchives .page > div > a {
	display: block;
	position: relative;
	padding: 10px;
}

#newsArchives .page > div > a .date {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1;
	color: #000;
}

#newsArchives .page > div > a .date > span {
	display: inline-block;
	margin-right: 10px;
}

#newsArchives .page > div > a .date > .day {
	font-size: 16px;
	margin-left: 10px;
}

#newsArchives .page > div > a .author {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
}

#newsArchives .page > div > a h3 {
	position: relative;
	width: 285px;
	height: 96px;
	margin-top: 30px;
	padding: 0 15px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	background-color: #fff;
	text-align: center;
}

#newsArchives .page > div > a h3 > span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
	color: #3799DC;
}

#newsArchives .page > div > a h3:before {
	content: url(/store/techo/2016/news/images/archives_baloon.png);
	position: absolute;
	top: -20px;
	right: 56px;
	line-height: 1;
}

#newsArchives .page > div > a h3:after {
	content: "";
	display: inline-block;
	height: 96px;
	vertical-align: middle;
}

#newsArchives .page > div > a h3 + div {
	width: 216px;
	margin: 10px auto 0 auto;
}

#newsArchives > .active {
	display: block;
}

/* nav */
.contentsNav {
	margin: 90px 0 120px 0;
	text-align: center;
	letter-spacing: 11em;
}

.contentsNav > li {
	display: inline-block;
}

.contentsNav > li > a {
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: .05em;
	color: #000;
}

.contentsNav > li > a:before, .contentsNav > li > a:after {
	font-family: "techo2016";
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	font-weight: normal;
	position: relative;
	top: -0.08em;
}

.contentsNav > .prev > a:before {
	content: "\e611";
	margin-right: .36em;
}

.contentsNav > .next > a:after {
	content: "\e601";
	margin-left: .36em;
}

.contentsNav > .link_archives > a:before {
	content: "\e611 \e611";
	margin-right: .76em;
	letter-spacing: -0.4em;
}

.contentsNav > .latest > a:after {
	content: "\e601 \e601";
	margin-left: .76em;
	letter-spacing: -0.4em;
}

/* article */
.newsArticles {
	width: 712px;
	margin: 0 auto;
}

.newsArticles > div {
	margin: 70px 0;
}

.newsArticles .date {
	font-size: 14px;
	line-height: 1;
}

.newsArticles .date > span {
	display: inline-block;
	margin-right: 12px;
}

.newsArticles .date > .day {
	font-size: 20px;
	margin-left: 12px;
}

.newsArticles .subject {
	position: relative;
	width: 712px;
	height: 182px;
	margin-bottom: 30px;
	background: url(/store/techo/2016/news/images/baloon1.png) no-repeat;
}

.newsArticles .subject > h3 a {
	display: inline-block;
	width: 712px;
	padding-top: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color: #000;
}

.newsArticles .subject > h3:after {
	content: "";
	display: inline-block;
	height: 182px;
	vertical-align: middle;
}

.newsArticles > div:nth-child(even) .subject {
	background: url(/store/techo/2016/news/images/baloon2.png) no-repeat;
}

.newsArticles .author {
	position: absolute;
	width: 60px;
	height: 60px;
	top: -40px;
	right: 5px;
}

.newsArticles .body {
	padding-left: 100px;
	font-size: 16px;
	line-height: 1.86;
}

.newsArticles .body img[src*="/seisakuchu/"] {
	width: auto;
	vertical-align: bottom;
}

.newsArticles .body a {
	text-decoration: none;
	color: #3366CC;
}

.newsArticles .body a:visited {
	color: #3366CC;
}

.newsArticles .articleImg {
	display: block;
	width: auto;
	max-width: 100%;
	margin-top: 20px;
}

/* 本文装飾 */
.newsArticles .body .cap {
	font-size: 13px;
	color: #999;
}

.newsArticles .body .mail {
	display: block;
	width: 32em;
	margin: 1em 0;
	padding: 1em 2em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #666;
}

.newsArticles .body .mail:before {
	content: "\e606";
	font-family: "techo2016";
	font-size: 30px;
	color: #5c2849;
	display: block;
	float: left;
	position: relative;
	left: -0.5em;
	top: -0.5em;
}

.newsArticles .body .black {
	color: #000;
}

.newsArticles .body .gray {
	color: #666;
}

.newsArticles .body .red {
	color: #c00;
}

.newsArticles .body .size12px {
	font-size: 12px;
}

.newsArticles .body .size13px {
	font-size: 13px;
}

.newsArticles .body .size14px {
	font-size: 14px;
}

.newsArticles .body .size15px {
	font-size: 15px;
}

.newsArticles .body .size16px {
	font-size: 16px;
}

.newsArticles .body .size17px {
	font-size: 17px;
}

.newsArticles .body .size18px {
	font-size: 18px;
}

.newsArticles .body .size19px {
	font-size: 19px;
}

.newsArticles .body .size20px {
	font-size: 20px;
}

.newsArticles .body .black12px {
	color: #000;
	font-size: 12px;
}

.newsArticles .body .black13px {
	color: #000;
	font-size: 13px;
}

.newsArticles .body .black14px {
	color: #000;
	font-size: 14px;
}

.newsArticles .body .black15px {
	color: #000;
	font-size: 15px;
}

.newsArticles .body .black16px {
	color: #000;
	font-size: 16px;
}

.newsArticles .body .black17px {
	color: #000;
	font-size: 17px;
}

.newsArticles .body .black18px {
	color: #000;
	font-size: 18px;
}

.newsArticles .body .black19px {
	color: #000;
	font-size: 19px;
}

.newsArticles .body .black20px {
	color: #000;
	font-size: 20px;
}

.newsArticles .body .gray12px {
	color: #666;
	font-size: 12px;
}

.newsArticles .body .gray13px {
	color: #666;
	font-size: 13px;
}

.newsArticles .body .gray14px {
	color: #666;
	font-size: 14px;
}

.newsArticles .body .gray15px {
	color: #666;
	font-size: 15px;
}

.newsArticles .body .gray16px {
	color: #666;
	font-size: 16px;
}

.newsArticles .body .gray17px {
	color: #666;
	font-size: 17px;
}

.newsArticles .body .gray18px {
	color: #666;
	font-size: 18px;
}

.newsArticles .body .gray19px {
	color: #666;
	font-size: 19px;
}

.newsArticles .body .gray20px {
	color: #000;
	font-size: 20px;
}

.newsArticles .body .red12px {
	color: #C00;
	font-size: 12px;
}

.newsArticles .body .red13px {
	color: #C00;
	font-size: 13px;
}

.newsArticles .body .red14px {
	color: #C00;
	font-size: 14px;
}

.newsArticles .body .red15px {
	color: #C00;
	font-size: 15px;
}

.newsArticles .body .red16px {
	color: #C00;
	font-size: 16px;
}

.newsArticles .body .red17px {
	color: #C00;
	font-size: 17px;
}

.newsArticles .body .red18px {
	color: #C00;
	font-size: 18px;
}

.newsArticles .body .red19px {
	color: #C00;
	font-size: 19px;
}

.newsArticles .body .red20px {
	color: #000;
	font-size: 20px;
}

.newsArticles .body strong, .newsArticles .body b, .newsArticles .body .bold {
	font-weight: bold;
}
