@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
		base
---------------------------------------- */
.clearfix:after {
	display: block;
	visibility: hidden;
	content: ".";
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#content {
	background: #ffffff;
	margin-bottom: 0;
	width: 100%;
}
#contentBody {
	margin: 0 auto;
}
.inner {
	margin: 0 auto;
	width: 960px;
}
#specialContent {
	margin: 0 auto;
	width: 960px;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
	color: #1a1a1a;
}
#specialContent h2 {
	margin: 0;
	border: none;
}
#specialContent h3 {
	margin: 0;
}
#specialContent h4 {
	border: none;
}
#specialContent a {
	text-decoration: none;
	color: #1a1a1a;
}





/* ----------------------------------------
		common
---------------------------------------- */
#specialContent h2 {
	margin: 0 auto 40px auto;
	width: 200px;
}
#specialContent h2 img {
	width: 100%;
}
#specialContent #summary {
	text-align: center;
}
#specialContent #summary p {
	margin-bottom: 12px;
	font-size: 1.17em;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#specialContent #summary p:last-child {
	margin-bottom: 0;
}

#specialContent h3 {
	margin: 88px 0 60px 0;
	text-align: center;
	font-size: 3em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.18em;
}

#specialContent #feature ul {
	margin-bottom: -38px;
	font-size: 0;
}
#specialContent #feature li {
	display: inline-block;
	margin: 0 42px 38px 0;
	width: 292px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	cursor: pointer;
}
#specialContent #feature li:nth-child(3n) {
	margin-right: 0;
}
#specialContent #feature li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
#specialContent #feature img {
	margin-bottom: 14px;
	width: 100%;
}
#specialContent #itemList {
	margin-bottom: 36px;
}