@charset "utf-8";
/* ===================================================================
CSS information

 style info :module

 *Last Modified: 2011-11-29
=================================================================== */


/* ----------------------------------------------------
	wrapper
---------------------------------------------------- */
#wrapper {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 0 0;
	z-index:2;
}
.inner {
	padding: 0 10px;
	z-index:-1;
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
/* 上部お知らせ */
header p.info {
    background-color: #f5f5f5;
	color: #333;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px 0 8px 0; 
}
/* 上部お知らせTOP用 */
#info1 {
    background-color: #f5f5f5;
	margin-bottom: 15px;
	padding: 8px 0 8px 0; 
	text-align: center;
}
header span.info2 {
    color: #d25c40;
	font-size: 15px;
	font-weight: bold;
}
/* ロゴ */
header a.logo {
	display: block;
	width: 168px;
	height: 28px;
	float: left;
	margin: 10 0 0 10px;
}
header h1 {
	width: 168px;
	height: 0;
	padding: 28px 0 0 0;
	margin: 0 0 0 10px;
	overflow: hidden;
	background: url(/css/smart/img/img_logo.png) no-repeat 0 0;
    float: left;
}
@media only screen and  (-webkit-device-pixel-ratio: 2) {
	header h1 {
		background: url(/css/smart/img/img_logo_x2.png) no-repeat 0 0;
		-webkit-background-size: 168px 28px;
	}
}
@media only screen and  (-webkit-device-pixel-ratio: 3) {
	header h1 {
		background: url(/css/smart/img/img_logo_x3.png) no-repeat 0 0;
		-webkit-background-size: 168px 28px;
	}
}
header a.logo h1 {
	margin: 0 0 0 0;
}

/* ログインボタン */
header .btn01 {
	margin: 0 10px 0 0;
}
header .btn01 a {
	padding: 6px 10px !important;
}

/* 残ポイント */
header .point {
	float: right;
	clear: right;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1;
}

/* クーポンとスタンプ */
header .stamp_coupon {
	clear: right;
	float: right;
}

/* クーポンとスタンプ */
header .coupon,
header .stamp {
	float: right;
	margin: 4px 10px 0 0;
	font-size: 12px;
	line-height: 1;
}
header .coupon span,
header .stamp span{
	display: inline-block;
	min-width: 12px;
	min-height: 12px;
	color: #FFF;
	padding: 1px;
	margin: 0 0 -2px 4px;
	text-align: center;
	background-color: #d3161d;
	border: 2px solid #FFF;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 0 4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.35);
}
header .coupon span.nothing,
header .stamp span.nothing{
	background-color: #515151;
}

/* カート点数 */
header .cart div.cart_item_amount,
footer .cart div.cart_item_amount {
	display: inline-block;
	margin: 4px 0 0 -13px;
	position: absolute;
	width: 20px;
}
header .cart div.cart_item_amount div,
footer .cart div.cart_item_amount div {
	font-size:12px;
	min-width: 12px;
	min-height: 12px;
	float: right;
	line-height:1;
	color: #FFF;
	padding: 1px;
	text-align: center;
	background-color: #d3161d;
	border: 2px solid #FFF;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 0 4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.35);
}

header .navmt {
	clear: both;
	height: 0;
	margin-bottom: 10px;
}

/* グローバルナビ */
header nav {
	width: 100%;
	clear: right;
	padding: 0;
}
header nav ul:first-child {
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
}
header nav ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
header nav ul li {
	width: 20%;
	float: left;
	text-align: center;
	border-right: 1px solid #898989;
	background: #fff;
	box-sizing: border-box;
}
header nav ul li:last-child {
	border-right: none;
}
header nav ul li a {
	display: block;
}
header nav ul li a span {
	padding: 35px 0 6px 0;
	font-size: 10px;
	display: inline-block;
	line-height: 1;
}
header nav ul li.brand a span {
	background: url(/css/smart/img/icn_brand.png) no-repeat center 10px;
}
header nav ul li.mailmag a span {
	background: url(/css/smart/img/icn_mailmag.png) no-repeat center 13px;
}
header nav ul li.category a span {/*20141219追加*/
	background: url(/css/smart/img/icn_category.png) no-repeat center 10px;
}
header nav ul li.favorite a span {/*20140122追加*/
	background: url(/css/smart/img/icn_favorite.png) no-repeat center 10px;
}
header nav ul li.member a span {
	background: url(/css/smart/img/icn_enter.png) no-repeat center 10px;
}
header nav ul li.mypage a span {
	background: url(/css/smart/img/icn_my.png) no-repeat center 10px;
}
header nav ul li.cart a span {
	background: url(/css/smart/img/icn_car.png) no-repeat center 10px;
}
@media only screen and  (-webkit-device-pixel-ratio: 2) {
	header nav ul li.brand a span {
		background: url(/css/smart/img/icn_brand_2x.png) no-repeat center 10px;
		-webkit-background-size: 19px 18px;
	}
	header nav ul li.mailmag a span {
		background: url(/css/smart/img/icn_mailmag_2x.png) no-repeat center 13px;
		-webkit-background-size: 21px 14px;
	}
	header nav ul li.favorite a span {/*20140122追加*/
		background: url(/css/smart/img/icn_favorite_2x.png) no-repeat center 10px;
		-webkit-background-size: 20px 19px;
	}
	header nav ul li.member a span {
		background: url(/css/smart/img/icn_enter_2x.png) no-repeat center 10px;
		-webkit-background-size: 21px 20px;
	}
	header nav ul li.mypage a span {
		background: url(/css/smart/img/icn_my_2x.png) no-repeat center 10px;
		-webkit-background-size: 16px 18px;
	}
	header nav ul li.cart a span {
		background: url(/css/smart/img/icn_car_2x.png) no-repeat center 10px;
		-webkit-background-size: 22px 22px;
	}
}
header nav ul.brandlist {
	display: none;
}
header nav ul.brandlist li {
	float: none;
	width: auto;
	text-align: left;
	border: none;
	border-bottom: 1px solid #cacaca;
}
header nav ul.brandlist li:nth-last-child(2) {
	/* border-bottom: 1px solid #959595;/* 
}
header nav ul.brandlist li:last-child {
/* border: none;  */
border-bottom: 1px solid #cacaca;
}
header nav ul.brandlist li a {
	/*background: url(/css/smart/img/icn_arrow01.png) no-repeat right center;*/
	display: block;
	font-size: 14px;
	padding: 15px 0 15px 10px;
	margin: 0 10px 0 0;
	color: #333;
}
@media only screen and  (-webkit-device-pixel-ratio: 2) {
	header nav ul.brandlist li a {
		background: url(/css/smart/img/icn_arrow01_x2.png) no-repeat right center;
		-webkit-background-size: 6px 11px;
	}
}
header nav ul.brandlist li img{
	vertical-align: middle;
}

/* ----------------------------------------------------
ヘッダーナビ固定
---------------------------------------------------- */
div#wrapper{
	z-index:9999999999999;
}
*.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
header nav ul.is-fixed:first-child {
  border-top: none;
}
header nav ul.is-fixed li {
	background: #fff;
}
header nav ul.is-fixed li:last-child {
	border-right: 1px solid #fff;
}

header nav ul.is-fixed.brandlist{
  top: 51px;
  border-top: 1px solid #898989;
}


:target:before {
	margin-top:-68px;
	padding-top:68px;
	content:"";
	display:block;
}
#arv1{
	margin-top:-53px;
	padding-top:53px;
}


/* ----------------------------------------------------
	footer
---------------------------------------------------- */
footer .bg {
	background: #F4F4F4;
	padding: 8px 0 0 0;
}

/* ページトップ */
.inner p.pageTop,
footer p.pageTop {
	text-align: right;
	padding: 0 10px 10px 0;
}
.inner p.pageTop a,
footer p.pageTop a {
	display: inline-block;
	background: url(/css/smart/img/icn_arrow04.png) no-repeat left 2px;
	padding: 0 0 0 15px;
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and  (-webkit-device-pixel-ratio: 2) {
	.inner p.pageTop a,
	footer p.pageTop a {
		background: url(/css/smart/img/icn_arrow04_x2.png) no-repeat left 3px;
		-webkit-background-size: 10px 10px;
	}
}

/* ナビ */
footer nav {
	width: 100%;
	clear: right;
	padding: 5px 0 0 0;
}
footer nav ul:first-child {
	border-top: 1px solid #fffafa;
	border-bottom: 1px solid #fffafa;
}
footer nav ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
footer nav ul li {
	width: 20%;
	float: left;
	text-align: center;
	border-right: 1px solid #fffafa;
	box-sizing: border-box; 
/*	margin-left: -1px; */
	background-color: #111111;
}
footer nav ul li:last-child {
	border-right: none;
	background-color: #111111;
	margin-right: -4px;
}
footer nav ul li a {
	display: block;
	color: #ffffff;
}
footer nav ul li a:link {
	color: #ffffff;
}
footer nav ul li a span {
	padding: 35px 0 6px 0;
	font-size: 10px;
	display: inline-block;
	line-height: 1;
	color: #ffffff;
}
footer nav ul li.brand_f a span {
	background: url(/css/smart/img/icn_brand_f.png) no-repeat center 10px;
}
footer nav ul li.mailmag a span {
	background: url(/css/smart/img/icn_mailmag_f.png) no-repeat center 13px;
}
footer nav ul li.category a span {
	background: url(/css/smart/img/icn_category_f.png) no-repeat center 10px;
}
footer nav ul li.favorite a span {
	background: url(/css/smart/img/icn_favorite_f.png) no-repeat center 10px;
}
footer nav ul li.member a span {
	background: url(/css/smart/img/icn_enter.png) no-repeat center 10px;
}
footer nav ul li.mypage a span {
	background: url(/css/smart/img/icn_my_f.png) no-repeat center 10px;
}
footer nav ul li.cart a span {
	background: url(/css/smart/img/icn_car_f.png) no-repeat center 10px;
}
@media only screen and  (-webkit-device-pixel-ratio: 2) {
	footer nav ul li.brand_f a span {
		background: url(/css/smart/img/icn_brand_f_2x.png) no-repeat center 10px;
		-webkit-background-size: 19px 18px;
	}
	footer nav ul li.mailmag a span {
		background: url(/css/smart/img/icn_mailmag_f_2x.png) no-repeat center 13px;
		-webkit-background-size: 21px 14px;
	}
	footer nav ul li.favorite a span {
		background: url(/css/smart/img/icn_favorite_f_2x.png) no-repeat center 10px;
		-webkit-background-size: 20px 19px;
	}
	footer nav ul li.member a span {
		background: url(/css/smart/img/icn_enter_2x.png) no-repeat center 10px;
		-webkit-background-size: 21px 20px;
	}
	footer nav ul li.mypage a span {
		background: url(/css/smart/img/icn_my_f_2x.png) no-repeat center 10px;
		-webkit-background-size: 16px 18px;
	}
	footer nav ul li.cart a span {
		background: url(/css/smart/img/icn_car_f_2x.png) no-repeat center 10px;
		-webkit-background-size: 22px 22px;
	}
}
footer nav ul.brandlist_f {
	display: none;
}
footer nav ul.brandlist_f li {
	float: none;
	width: auto;
	text-align: left;
	border: none;
	border-bottom: 1px solid #cacaca;
	background-color: transparent;
}
footer nav ul.brandlist_f li:nth-last-child(2) {
/* border-bottom: 1px solid #959595;*/
}
footer nav ul.brandlist_f li:last-child {
/* border: none;  */
border-bottom: 1px solid #cacaca;
}
footer nav ul.brandlist_f li a {
	/*background: url(/css/smart/img/icn_arrow01.png) no-repeat right center;*/
	display: block;
	font-size: 14px;
	padding: 15px 0 15px 10px;
	margin: 0 10px 0 0;
	color: #333;
}
@media only screen and  (-webkit-device-pixel-ratio: 2) {
	footer nav ul.brandlist_f li a {
		background: url(/css/smart/img/icn_arrow01_x2.png) no-repeat right center;
		-webkit-background-size: 6px 11px;
	}
}
footer nav ul.brandlist_f li img{
	vertical-align: middle;
}

/* guide */
.guide p.pageTop {
	text-align: right;
	padding: 0 10px 5px 0;
}
.guide p.pageTop a {
	display: inline-block;
	background: url(/css/smart/img/icn_arrow04.png) no-repeat left 2px;
	padding: 0 0 0 17px;
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and  (-webkit-device-pixel-ratio: 2) {
	.guide p.pageTop a {
		background: url(/css/smart/img/icn_arrow04_x2.png) no-repeat left 3px;
		-webkit-background-size: 10px 10px;
	}
}

/* 表示 */
footer .bg dl {
	background: #FFF;
	width: 300px;
	-webkit-border-radius: 10px;
	height: 20px;
	line-height: 21px;
	font-size: 13px;
	text-align: center;
	margin: 0 auto 5px auto;
}
footer .bg dl dt {
	display: inline-block;
	margin: 0 10px 0 0;
}
footer .bg dl dd {
	display: inline;
}

/* メニュー */
footer .bg ul {
	text-align: center;
	line-height: 1;
	margin: 0 0 3px 0;
}
footer .bg ul li {
	display: inline-block;
	font-size: 11px;
	vertical-align: middle;
}
footer .bg ul li a {
	color: #666;
	font-size: 12px;
	display: inline-block;
	padding: 0 5px;
}

/* コピーライト */
footer .bg p.copyright {
	background: #000;
	text-align: center;
	color: #FFF;
	line-height: 1;
	padding: 3px 0 5px 0;
	margin: 10px 0 0 0;
}
footer .bg p.copyright small {
	font-size: 10px;
}