@charset "UTF-8";

/* ===============================
	base
 =============================== */
#wrapper {
	min-width: 970px;
}

article {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
		Meiryo, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	position: relative;
}

sup {
	vertical-align: super;
	color: #00a0e9;
}

img {
	vertical-align: bottom;
	border: 0;
}

a {
	/* スマホのハイライトデザインを無効にする */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
	outline: none;
}

#socialArea li {
	margin-left: 6px;
}

/* ===============================
	utility
 =============================== */
ul.horizon:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}

ul.horizon {
	min-height: 1px;
	zoom: 1;
}

ul.horizon li {
	float: left;
}

ul.disc {
	padding-left: 1em;
}

ul.disc span {
	margin-right: 0.5em;
}

ul.disc li {
	text-indent: -1em;
}

ul.star {
	padding-left: 2em;
}

ul.star span {
	color: #00a0e9;
	margin-right: 0.5em;
}

ul.star li {
	text-indent: -2em;
}

ul.star.double {
	padding-left: 2.5em;
}

ul.star.double li {
	text-indent: -2.5em;
}

ul.ast {
	padding-left: 1.5em;
}

ul.ast span {
	color: #00a0e9;
	margin-right: 0.5em;
}

ul.ast li {
	text-indent: -1.5em;
}

.caption {
	font-size: 0.8em;
	line-height: 1.4em;
}

.fs {
	font-size: 0.77em;
	line-height: 1.2em;
}

/* ===============================
	common
 =============================== */
#mainVisual {
	width: 100%;
	height: 715px;
	position: relative;
	overflow: hidden;
}

#mainVisual h1 {
	position: relative;
}

#mainVisual img {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	position: absolute;
}

#naviBox {
	width: 100%;
	min-width: 950px;
	height: 60px;
	background: url(../images/bg-navi.png) repeat-x center top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#naviBox ul {
	width: 950px;
	height: 92px;
	margin: 0 auto;
}

.baseWidth {
	width: 950px;
	margin: 0 auto;
}

.gray {
	background: url(../images/bg-gray.jpg) repeat center top;
}

#pageTop {
	position: fixed;
	bottom: 50px;
	right: 0;
}

#pageTop a {
	display: block;
	width: 90px;
	height: 60px;
	background: url(../images/arrow.png) no-repeat left bottom;
	text-indent: 100%;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
}

#pageTop a.touch {
	background: url(../images/arrow.png) no-repeat left top;
}

#product {
	padding: 50px 0 20px;
	background: #fff;
}

.capBox {
	padding-top: 40px;
}

.txWhite {
	color: #fff;
}

.txBlack {
	color: #000;
}

@media screen {
	#naviBox.fix {
		position: fixed;
	}
}