@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: 'Alegreya', "游明朝体", "Yu Mincho", YuMincho, serif;
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
}

#main .pageTop {
	padding: 13px 8px 0 0;
	text-align: right;
}

#main .pageTop a {
	color: #e60011;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#gHeader .hBox h1 {
 	left: 25px;
    position: fixed;
    top: 9px;
}

#gHeader .hBox .shoppingCar {
	right: 39px;
	position: fixed;
	top: 7px;
}

#gHeader .spBox {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 480px;
}

#gNavi ul li {
	padding: 0 22px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

#gNavi ul li a {
	padding: 3px 0 3px;
	display: block;
}

#gNavi ul li a:hover {
	color: #4D4D4D;
	text-decoration: none;

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	clear: both;
	overflow: hidden;
	padding: 19px 0 17px;
	background-color: #000;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 86%;
}

#gFooter .fBox .fLogo {
	padding-top: 1px;
	float: left;
	width: 10%;
}

#gFooter .fBox .rBox {
	float: right;
	width: 80%;
}

#gFooter .fBox .rBox .fNavi {
	float: left;
	width: 77%;
	text-align: right;
}

#gFooter .fBox .rBox .fNavi li {
	margin-right: 3%;
	display: inline;
	font-size: 16px;
}

#gFooter .fBox .rBox .fNavi li a {
	margin-right: 3%;
}

#gFooter .fBox .rBox .shoppingCar {
	margin-right: 3%;
	float: left;
	width: 3%;
}

#gFooter .fBox .rBox .copyright {
	padding-top: 4px;
	font-size: 12px;
	float: left;
	width: 8%;
}

#gFooter .fBox .rBox .facebook {
	padding: 2px 2% 0 0;
	float: right;
}

#gFooter .spBox {
	display: none;
}

@media all and (min-width: 0px) and (max-width: 736px) {
#main {
	margin: 0 auto;
	width: auto;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

#gHeader .menu {
	position: absolute;
	right: 10px;
	top: 9px;
}

#gHeader .hBox {
	display: none;
}

#gHeader .spBox {
	display: block;
}

#gHeader .spBox .hInner {
	display: none;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#gHeader .spBox .hInner h1 {
	margin-bottom: 0;
	padding: 12px 0 10px 12px;
	text-align: left;
}

#gHeader .spBox .hInner .close {
	position: absolute;
	right: 15px;
	top: 9px;
}

#gHeader .spBox .hInner .spMenu {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
}

#gHeader .spBox .hInner .mobileList li {
	padding: 17px 0 16px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #fff;
	background-color: #333;
}

#gHeader .spBox .hInner .mobileList li img {
	padding-right: 15px;
	display: inline;
	vertical-align: -5px;
}

#gHeader .spBox .hInner .mobileList li:last-child {
	border-bottom: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 18px 0 8px;
}

#gFooter .fBox {
	display: none;
}

#gFooter .spBox {
	display: block;
}

#gFooter .spBox .fLogo {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#gFooter .spBox .fNavi {
	margin-bottom: 10px;
	text-align: center;
}

#gFooter .spBox .fNavi li {
	margin-right: 10px;
	display: inline;
	font-size: 10px;
}

#gFooter .spBox .fNavi li a {
	margin-right: 10px;
}

#gFooter .spBox .fBanner {
	margin-bottom: 7px;
	text-align: center;
}

#gFooter .spBox .fBanner li {
	margin-right: 15px;
	display: inline;
}

#gFooter .spBox .fBanner li img {
	display: inline;
}

#gFooter .spBox .copyright {
	font-size: 8px;
	text-align: center;
}

}