@charset "UTF-8";
/*------------------------------------------------------------
	default	style
------------------------------------------------------------*/
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;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
	letter-spacing: 0.04em;
}

body,
table,
input, textarea, select, option {
	font-family: 'Lato', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

img {
	vertical-align: top;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}
::-moz-selection{background:rgba(200,200,200,0.4)}
::selection{background:rgba(200,200,200,0.4)}
::-moz-selection{background:rgba(200,200,200,0.4)}



/*------------------------------------------------------------
	font style
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	margin
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}



/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #000;
	font-size: 12px !important;
	text-align: center;
	line-height: 1.5;
}

#container{
	text-align: left;
	min-width: 1080px;
}

#main {
	margin-top: 50px;
	margin-bottom: 100px;;
}
#container > #contents,
#container > .contents,
#container > #main,
#container > #docs,
#container > #header,
#pagePath, #footer, .shopBox {
	opacity: 0;
	filter: alpha(opacity=0);
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

a.rd {
	color: #e40000;
}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header .headerBox {
	margin: 0 auto;
	max-width: 1360px;
	min-width: 1080px;
}

#header .hInner {
	padding: 12px 60px 22px;
}

#header .hInner .lBox {
	padding-top: 13px;
	float: left;
}

#header .hInner .lBox h1 {
	float: left;
	position: relative;
	z-index: 10001;
	padding-top: 12px;
}

#header .hInner .lBox h1 img {
	width: 128px;
}

#header .hInner .lBox #gNavi {
	padding: 8px 0 0 30px;
	float: left;
}

#header .hInner .lBox #gNavi li {
	padding: 0 10px 0 15px;
	float: left;
	font-size: 9px;
	line-height: 1.15;
	text-align: left;
}

#header .hInner .lBox #gNavi li a {
	padding-right: 16px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	background: url(../img/usr/common/icon09.png) no-repeat right 18px;
}

#header .hInner .lBox #gNavi li a.on::after,
#header .hInner .lBox #gNavi li a.hover::after {
    background-color: #000;
    bottom: -8px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
	z-index: 1002;
}

#header .hInner .lBox #gNavi li a.on::after,
#header .hInner .lBox #gNavi li a.hover:hover::after {
    transform: scaleX(1);
    transform-origin: left center 0;
}

#header .hInner .lBox #gNavi li span {
	font-size: 18px;
	display: block;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

#header .hInner .lBox #gNavi li .menuBox {
	display: none;
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}

#header .hInner .lBox #gNavi li .maxBox {
	max-width: 1600px;
	margin: 0 auto;
	padding: 54px 0 30px;
	border-bottom: 1px solid #000;
}

#header .hInner .lBox #gNavi li .menuBox .brandsList {
	margin: 0 auto;
	width: 880px;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox {
	margin: 0 auto;
	width: 960px;
}

#header .hInner .lBox #gNavi li .menuBox .brandsList li {
	padding: 0 2% 32px;
	width: 29.3%;
}

#header .hInner .lBox #gNavi li .menuBox .brandsList li a {
	padding: 0;
	background: none;
	display: block;
}

#header .hInner .lBox #gNavi li .menuBox .brandsList li .pho {
	margin-bottom: 2px;
}

#header .hInner .lBox #gNavi li .menuBox .brandsList li .pho img {
	display: block;
	width: 100%;
	margin: 0 auto 12px !important;
}

#header .hInner .lBox #gNavi li .menuBox .brandsList li img {
	width: 100%;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li a {
	padding:  0;
	background: none;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li a:hover {
	text-decoration: underline;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li {
	padding: 0 38px;
	width: 128px;
	border-right: 1px solid #DDD;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li ul li {
	padding: 0 0 14px;
	font-size: 14px;
	float: none;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	border: none;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li:first-child {
	padding: 0;
	width: 130px;
	border-right: 1px solid #000;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li ul li:first-child {
	padding: 0 0 14px;
	border: none;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li ul li ul {
	margin: 11px 0 5px;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li ul li ul li {
	padding: 0 0 9px;
	font-size: 12px;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li ul li ul li:first-child {
	padding: 0 0 9px;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul li ul li ul li a {
	color: #888;
	font-weight: normal;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul .liStyle01 {
	border: none;
	width: 68px;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul .liStyle02 {
	padding-right: 0;
	border: none;
	width: 72px;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul .liStyle03 {
	padding-right: 52px;
	border-right: 1px solid  #000;
	width: 68px;
}

#header .hInner .lBox #gNavi li .menuBox .ulBox ul .liStyle04 {
	padding-bottom: 30px;
}

#header .hInner .rBox {
	float: right;
	position: relative;
	padding-top: 33px;
}

#header .hInner .rBox .top {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 11px;
	text-align: right;
	overflow: hidden;
}

#header .hInner .subBox .listUl {
	margin-top: -1px;
	float: left;
}

#header .hInner .subBox .listUl li {
	padding-left: 14px;
	display: inline;
	font-size: 12px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}

#header .hInner .subBox .listUl li img {
	margin: -2px 0px 0 0;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#header .hInner .subBox .listUl li a {
	position: relative;
	text-decoration: none;
}

#header .hInner .subBox .listUl li a::after {
    background-color: #000;
    bottom: -4px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
}

#header .hInner .subBox .listUl li a:hover::after {
    transform: scaleX(1);
    transform-origin: left center 0;
}

#header .hInner .subBox .infoBox {
	margin-left: 2px;
	float: right;
}

#header .hInner .subBox .infoBox .imgList {
	float: left;
}

#header .hInner .subBox .infoBox .imgList li {
	padding-left: 14px;
	float: left;
}

#header .hInner .subBox .infoBox .imgList li a {
	display: block;
	position: relative;
}

#header .hInner .subBox .infoBox .imgList li .num {
	position: absolute;
	right: 1px;
	top: -2px;
}

#header .hInner .subBox .infoBox .inputBox {
	margin-left: 17px;
	padding-bottom: 4px;
	width: 143px;
	float: right;
	position: relative;
	border-bottom: 1px solid #000;
	z-index: 1002;
}

#header .hInner .subBox .infoBox .inputBox .big {
	position: absolute;
	left: 1px;
	top: 0;
}

#header .hInner .subBox .infoBox .inputBox .fText {
	padding-left: 20px;
	border: none;
	width: 142px;
	background: none;
}

.fixSpace {
	height: 102px;
	transition: height 0.25s ease;
	-webkit-transition: height 0.25s ease;
	position: relative;
	z-index: 1003;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background: url(../img/usr/common/com_bg.png) repeat left top;
}

#header.smt {
	position: relative !important;
}

#header.on {
	background: #FFF;
}

#header .hInner .rBox .top,
#header .hInner,
#header .hInner .lBox,
#header .hInner .lBox h1,
#header .hInner .lBox h1 img,
#header .hInner .lBox #gNavi,
#header .hInner .rBox {
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.fixedHeader #header .hInner .rBox .top {
	margin: 0;
	height: 0;
}

.fixedHeader #header .hInner {
	padding: 12px 60px 0;
}

.fixedHeader #header .hInner .lBox {
	padding-top: 0 !important;
}

.fixedHeader #header .hInner .lBox h1 {
	padding-top: 15px;
}

.fixedHeader #header .hInner .lBox h1 img {
	width: 98px;
	margin-top: -3px;
}

.fixedHeader #header .hInner .lBox #gNavi {
	padding: 0 0 0 22px !important;
}

.fixedHeader #header .hInner .lBox #gNavi li {
	padding-bottom: 22px;
	padding-top: 4px;
}

.fixedHeader #header .hInner .rBox {
	padding-top: 12px;
}

/*------------------------------------------------------------
	breadcrumbs list
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto;
    max-width: 1245px;
    padding: 0 60px;
}

#pagePath li {
	margin-right: 3px;
	display: inline;
	font-size: 11px;
}

#pagePath li a {
	margin-right: 8px;
}

#pagePath li span {
	color: #aaa;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	padding: 58px 0 42px;
	background-color: #F5F5F5;
}

#footer .subBox01 {
	margin-bottom: 8px;
}

#footer .fBox {
	margin: 0 auto;
	width: 88.7%;
	max-width: 1220px;
}

#footer .fNavi {
	margin-right: 2.5%;
	width: 20%;
	float: left;
}

#footer .fNavi li {
	font-size: 13px;
	line-height: 3.08;
}

#footer .naviBox {
	margin: 11px 2% 0 0;
	width: 18.7%;
	float: left;
}

#footer .naviBox p {
	margin-bottom: 16px;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 900;
}

#footer .naviBox li {
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 2.31;
}

#footer .naviBox .liStyle {
	font-family: "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#footer .naviBox01 {
	margin: 11px 0 0;
	width: 420px;
}

#footer .naviBox01 ul {
	width: 100px;
	float: left;
}

#footer .naviBox01 .naviList01 {
	margin-right: 47px;
}

#footer .naviBox01 .naviList02 {
	width: 120px;
}

#footer .naviBox01 .naviList03 {
	width: 92px;
	float: right;
}

#footer .fLinkList {
	margin-top: 18px;
	float: right;
}

#footer .fLinkList li {
	margin-left: 5px;
	display: inline-block;
}

#footer .fLogo {
	margin-top: 33px;
	float: left;
}

#footer .rBox {
	float: right;
	text-align: right;
}

#footer .fImg {
	margin-bottom: 20px;
}

#footer .rBox p {
	font-size: 10px;
	line-height: 1.8;
}

/*------------------------------------------------------------
	conetent
------------------------------------------------------------*/
#main .content {
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1245px;
	margin: 0 auto;
}
#help .content .content,
.cart .content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.brand .content {
	margin-bottom: 130px !important;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01,
#bag .headLine01,
#shoplist .headLine01 {
	margin-bottom: 8px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}


.wrapRecommend {
	position: relative;
	margin-bottom: 32px;
}

.dv_recommend .dv_rc_title {
	position: absolute;
	top: 1.3em;
	left: 200px;
}

#main .headLine01 span,
.dv_recommend .dv_rc_title,
#bag .headLine01 span,
#shoplist .headLine01 span {
	font-size: 12px;
	color: #777;
	font-weight: normal;
	letter-spacing: .08em;
	margin-left: 14px;
}

#main .headLine01.news {
	margin-bottom: 17px;
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	margin-top: 3em;
}
#main .headLine01.news img {
	margin-right: 1em;
	vertical-align: baseline;
}




/*------------------------------------------------------------
	recommendArea
------------------------------------------------------------*/

.index .dv_recommend,
.recommend .dv_recommend {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.index .dv_recommend .dv_rc_title {
	left: 170px;
}

.index .dv_recommend .dv_rc_items,
.recommend .dv_recommend .dv_rc_items {
	padding: 0 2.3% 0;
	width: 12.8%;
	float: left;
}

.index .dv_recommend div.dv_rc_items:nth-child(3),
.index .dv_recommend div.dv_rc_items:nth-child(6n+3),
.recommend .dv_recommend div.dv_rc_items:nth-child(3),
.recommend .dv_recommend div.dv_rc_items:nth-child(6n+3) {
	padding: 0 2.3% 0 0;
}

.index .dv_recommend div.dv_rc_items:nth-child(6n+2),
.recommend .dv_recommend div.dv_rc_items:nth-child(6n+2) {
	padding: 0 0 0 2.3%;
}

.index .dv_recommend .dv_rc_items a,
.recommend .dv_recommend .dv_rc_items a {
	padding-top: 42px;
	display: block;
	text-decoration: none;
}
.index .dv_recommend .dv_rc_items a:hover,
.recommend .dv_recommend .dv_rc_items a:hover {
	color: #aaa;
}


.index .dv_recommend .dv_rc_items .dv_rc_img img,
.recommend .dv_recommend .dv_rc_items .dv_rc_img img {
	margin-bottom: 9.5%;
	width: 100%;
}

.index .dv_recommend .dv_rc_items .dv_rc_name .text,
.recommend .dv_recommend .dv_rc_items .dv_rc_name .text {
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
}

.index .dv_recommend .dv_rc_items .dv_rc_name .title,
.recommend .dv_recommend .dv_rc_items .dv_rc_name .title,
.StyleT_Item_ .title {
	font-size: 13px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	display: block;
}

.index .dv_recommend .dv_rc_items .dv_rc_price,
.recommend .dv_recommend .dv_rc_items .dv_rc_price {
	color: #999;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 8px;
}


/*
.index .dv_recommend .dv_rc_items.wid,
.recommend .dv_recommend .dv_rc_items.wid {
	width: 27%;
}
.index .dv_recommend .dv_rc_items.wid img,
.recommend .dv_recommend .dv_rc_items.wid img {
	margin: 12.5% 0 15%;
}
.index .dv_recommend .dv_rc_items.wid01,
.recommend .dv_recommend .dv_rc_items.wid01 {
	float: right;
}
.index .dv_recommend .dv_rc_items.wid01 img,
.recommend .dv_recommend .dv_rc_items.wid01 img {
	margin: 12.5% 0 5%;
}*/
.index .dv_recommend .dv_rc_items.wid02 img,
.recommend .dv_recommend .dv_rc_items.wid02 img {
	margin: 12.5% 0 10%;
}

.index .dv_recommend .dv_rc_items .dv_rc_price .sales,
.recommend .dv_recommend .dv_rc_items .dv_rc_price .sales {
	color: #e40000;
	display: inline-block;
	margin: 0 0 0 0.5em;
}



/*------------------------------------------------------------
	featureArea
------------------------------------------------------------*/
#main .featureArea {
	margin-bottom: 25px;
	padding: 68px 78px 52px;
	position: relative;
	border: 2px solid #000;
}

#main .featureArea h2 {
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -110px;
}
#main .featureArea h2 img {
	height: 230px;
}

#main .featureArea ul {
	margin: 0 -1.6%;
}

#main .featureArea li {
	width: 30.1%;
	padding: 0 1.6%;
	float: left;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 900;
}

#main .featureArea li img.lazy {
	width: 100%;
}

#main .featureArea li .en {
	margin: 15px 0 8px;
	display: block;
}

#main .featureArea li a {
	display: block;
	text-decoration: none;
}

#main .featureArea li a:hover {
	color: #aaa;
}

#main .featureArea li a:hover .en img {
	opacity: 0.7;
	filter: alpha(opacity=7);
}


/*------------------------------------------------------------
	brandsList
------------------------------------------------------------*/
#main .brandsList {
	margin: -1.5% -1.5% 160px;
}

#main .brandsList li {
	padding: 2.5% 2% 0;
	width: 29.3%;
	float: left;
}

#main .brandsList li a {
	display: block;
}

#main .brandsList li img {
	width: 100%;
	display: block;
	vertical-align: baseline;
}

#main .brandsList li .pho {
	margin-bottom: 12px;
	display: block;
}

#main .brandsList li .pho img {
	display: block;
	width: 100%;
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin-bottom: 130px;
}

.comLink a {
	width: 154px;
	height: 30px;
	line-height: 30px;
	float: right;
	display: block;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	border: 1px solid #000;
	background-color: #000;
	border-radius: 15px;
	z-index: 10;
	position: relative;
	overflow: hidden;
  behavior: url(/js/pie.htc);
}

.comLink a::before,
.comLink a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.comLink a,
.comLink a::before,
.comLink a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.comLink a:hover {
	color: #000;
}
.comLink a::after {
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.comLink a:hover::after {
	top: 0;
	left: 0;
	background-color: #fff;
}




/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
#main .comUl {
	margin: -4% -3% 50px;
	overflow: hidden;
	clear: both;
}

#main .comUl li {
	padding: 0 2.3% 0;
	float: left;
	max-width: 12%;
	-webkit-flex-grow: 1;
  	flex-grow: 1;
}

#main .comUl li a {
	padding-top: 42px;
	display: block;
}

#main .comUl li a:hover {
	color: #aaa;
}

#main .comUl li img {
	margin-bottom: 9.5%;
	width: 100%;
}

#main .comUl li span {
	display: block;
}

#main .comUl li span.price .strike,
#main .recommendUl li .price .strike {
	text-decoration: line-through;
	display: inline-block;
	margin: 0;
}
#main .comUl li span.price .sale,
#main .recommendUl li .price .sale {
	color: #e40000;
	display: inline-block;
	margin: 0 0 0 0.5em;
}

#main .comUl li a {
	text-decoration: none;
}

#main .comUl li .title {
	font-size: 13px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}

#main .comUl li .text {
	font-size: 11px;
}

#main .comUl li .price {
	color: #999;
	font-size: 12px;
	line-height: 1.3;
}


/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox h2 {
	margin: 0;
	float: left;
}


/*------------------------------------------------------------
	pageNavigation
------------------------------------------------------------*/
#main .pageNavigation {
	margin-bottom: 146px;
	clear: both;
	text-align: right;
}

#main .pageNavigation a {
	margin: 0 3px;
	padding: 6px 12px;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	border: 1px solid #ACACAC;
	background: #fff;
	border-radius: 20px;
	position: relative;
	behavior: url(/js/pie.htc);
	zoom: 1;
}
#main .pageNavigation strong {
	margin: 0 3px;
	padding: 6px 12px;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	border-radius: 20px;
	position: relative;
	behavior: url(/js/pie.htc);
	zoom: 1;
}

#main .pageNavigation .previous,
#main .pageNavigation .next {
	background-image: none;
	background: #000;
	border: 1px solid #000;
	margin: 0 3px;
	padding: 6px 28px;
	text-align: center;
	color: #fff;
}

#main .pageNavigation a:hover,
#main .pageNavigation strong {
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	text-decoration: none;
}

#main .pageNavigation .previous:hover,
#main .pageNavigation .next:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
#main .pageNavigation .previous:hover::before,
#main .pageNavigation .next:hover:before {
	color: #000;
}


.pcsp {
	display: none;
}

/*------------------------------------------------------------
	shopList
------------------------------------------------------------*/
.shopList .item {
	margin: 0 7px;
	float: left;
}

.shopList .item a {
	padding: 10px 16px;
	width: 317px;
	height: 80px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-color: #F5F5F5;

	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.shopList .item a:hover {
	background: #e5e5e5;

	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.shopList .item .photo {
	margin-right: 10px;
	float: left;
	width: 93px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}

.shopList .item .photo img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.shopList .item .rBox {
	padding-top: 7px;
	width: 208px;
	float: left;
	line-height: 1.3;
}

.shopList .item .rBox .title {
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}



/*------------------------------------------------------------
	changeDevice
------------------------------------------------------------*/
.changeDevice {
	width: 100%;
	padding: 50px 0 100px;
	background: #F5F5F5;
	text-align: center;
	display: none;
}
.changeDevice a {
	display: inline-block;
	font-size: 35px;
	margin: 0 auto;
	padding: 30px 100px;
	border: 2px solid #333;
	color: #333;
	background: #fcfcfc;
	border-radius: 80px;
	font-weight: bold;
}





/*------------------------------------------------------------
	recommend & historyArea
------------------------------------------------------------*/

#messNothing, #messRedraw {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
}

.dv_recommend, .wrapHistory {
	max-width: 1240px;
	margin: 40px auto 0;
}
.index .wrapHistory,
.brand .wrapHistory {
	padding: 0 60px;
}

.dv_recommend .dv_rc_title {
	width: 500px;
	font-size: 12px;
	color: #555;
	letter-spacing: .05em;
}
.dv_recommend .dv_rc_title:before {
	position: absolute;
	top: 0;
	left: 0;
}
#recommender_pc111 .dv_rc_title:before { content: "あなたにおすすめの新商品"; }
#recommender_pc811 .dv_rc_title:before { content: "あなたにおすすめの商品"; }
#recommender_pc215 .dv_rc_title:before { content: "あなたにおすすめの商品"; }
#recommender_pc311 .dv_rc_title:before { content: "このアイテムを見た人におすすめの商品"; }
#recommender_pc211 .dv_rc_title:before { content: "あなたにおすすめの商品"; }
#recommender_pc711 .dv_rc_title:before { content: "この商品を購入した人におすすめの商品"; }
#recommender_pc411 .dv_rc_title:before { content: "この商品を購入した人におすすめの商品"; }
#recommender_pc412 .dv_rc_title:before { content: "一緒にお手頃価格のこの商品もいかがですか？"; }
#recommender_pc511 .dv_rc_title:before { content: "この商品を購入した人におすすめの商品"; }
#recommender_pc512 .dv_rc_title:before { content: "この商品を購入した人におすすめの商品"; }
#recommender_pc611 .dv_rc_title:before { content: "あなたにおすすめの商品"; }



/*------------------------------------------------------------
	historyArea
------------------------------------------------------------*/


.wrapHistory {
	position: relative;
}

#itemHistory {
	margin-top: 40px;
}

#itemHistoryDetail,
/*#historyCaution*/ {
	display: none;
}


#itemHistoryButton {
	position: absolute;
	top: 0;
	right: 0;
}
.index #itemHistoryButton,
.brand #itemHistoryButton {
	right: 60px;
}

#itemHistoryButton a {
	display: block;
	min-width: 100px;
	text-align: center;
	background: #eee;
	padding: 8px 16px;
	font-size: 11px;
	text-decoration: none;
	-webkit-transition: .1s ease;
	transition: .1s ease;
}
#itemHistoryButton a:hover {
	color: #999;
}


#historyCaution {
	min-height: 200px;
}

.StyleT_Line_ {
	overflow: hidden;
}

.StyleT_Item_ {
	padding: 0 2% 0;
	margin-bottom: 32px;
	width: 16%;
	float: left;
}
.StyleT_Item_:hover .name_ a {
	color: #999;
}


.StyleT_Item_ a {
	display: block;
	text-decoration: none;
}


.StyleT_Item_ img {
	margin-bottom: 9.5%;
	width: 100%;
}


.StyleT_Item_ .name_ {
	font-size: 11px;
	margin-bottom: 4px;
}

.StyleT_Item_ .price_ {
	color: #999;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 8px;
}


.StyleT_Item_ .price_ .sale {
	color: #e40000;
	display: inline-block;
	margin: 0 0 0 0.5em;
}
