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,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	word-break:break-all;
}
body {
	font-size: 13px;
	font-family:'¥á¥¤¥ê¥ª',Meiryo,'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	background: #ffffff url(https://file001.shop-pro.jp/PA01328/446/images/header/header-bg.jpg) repeat-x;
	color: #313131;
	text-align: left;
	line-height:1em;
	-webkit-text-size-adjust: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin-bottom: 1.6em;
	line-height: 1.8;
}
.textCenter {
	text-align: center;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.disc {
	margin-bottom:30px;
}
ul.disc li {
	margin-bottom:10px;
	margin-left:10px;
	list-style: disc;
	list-style-position: inside;
	line-height: 1.2;
}
dt, dd {
	float: left;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}
caption, th, td {
     text-align: left;
     font-weight: normal;
}

:focus {
     outline: 0;
}
a {
	text-decoration:underline;
	color:#1a3787;
	
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
a:visited {
	text-decoration:underline;
	color:#1a3787;
}
a:hover {
	text-decoration: none;
	color:#b5b5b5;
}
a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
a img {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
a:hover img {
     -moz-opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
.sideCatList li a:hover img,
.catListTop li a:hover img,
.catListBrd li a:hover img {
	-moz-opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.linkBtn a, .linkBtn a:visited {
	width: 300px;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	
	border: 1px solid #313131;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	-webkit-box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	
	color: #313131;

}
.linkBtn a:hover {
	width: 300px;
	padding: 10px 20px;
	background: #f5f2f2;
	display: inline-block;
	color: #313131;
}

.linkBtnM {
	text-align: right;
}
.linkBtnM a, .linkBtnM a:visited {
	width: 140px;
	padding: 2px 20px;
	background: #218592;
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	/* font-family: 'Jura', sans-serif; */
	font-size: 15px;
	font-weight: bold;
}
.linkBtnM a:hover {
	width: 140px;
	padding: 2px 20px;
	background: #b5b5b5;
	display: inline-block;
	/* font-family: 'Jura', sans-serif; */
	font-size: 15px;
	font-weight: bold;
}
.prevBtn a, .prevBtn a:visited,
.nextBtn a, .nextBtn a:visited {
	width: 150px;
	margin: 0 10px;
	padding: 10px;
	display: inline-block;
	color: #313131;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	
	border: 1px solid #313131;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	-webkit-box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	box-shadow: 3px 4px 2px rgba(6,0,1,.15);
}

.prevBtn a:hover,
.nextBtn a:hover {
	width: 150px;
	margin: 0 10px;
	padding: 10px;
	background: #f5f2f2;
	display: inline-block;
}
.nextBtn a, .nextBtn a:visited, nextBtn a:hover {
	text-align: right;
}

/*¡¡¥È¥Ã¥× ¥«¥Æ¥´¥ê¡¼°ìÍ÷¡¡*/
.col6 a, .col6 a:visited {
	text-decoration: none;
}
.col6 a:hover {
	color: #b5b5b5;
}

/*
.productContainer a:hover img,
.viewContainer a:hover img,
.sizeInfo a:hover img,
#relateArea a:hover img,
.topRank a:hover img {
	outline: 1px solid #b5b5b5;
}
*/

#footerMenu li a, #footerMenu li a:visited {
	color: #fff;
	text-decoration: none;
}
#footerMenu li a:hover {
	color: #b5b5b5;
}

::selection{ /* Safari and Opera */ background:#313131; color:#218592; } 
::-moz-selection{ /* Firefox */ background:#313131; color:#218592; }

.clearfix:after {   content: ".";  
  display: block;  
  height: 0;  
  clear: both;  
  visibility: hidden; 
} 
.clearfix { display: inline-table; } 
.clear {clear: both; }


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥ì¥¤¥¢¥¦¥È
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

#wrapper {
	width: 100%;
}
.w100 {
	width: 100%;;
}
.col1 {
	width: 960px;
	margin: 0px auto;
}
.col2 {
	width: 460px;
	float: left;
	margin: 0 10px 20px;
}
.col4 {
	position: relative;
	width: 220px;
	height: 220px;
	float: left;
	margin: 0 10px 20px;
	overflow: hidden;
}
.main3 {
	position: relative;
	width: 193px;
	float: left;
	margin: 0 10px 20px;
}
.col6, .main4 {
	position: relative;
	width: 140px;
	float: left;
	margin: 0 10px 20px;
	text-align: center;
	font-size: 11px;
	
	-o-text-overflow: ellipsis;   
	text-overflow:    ellipsis;   
}
.col6b {	/*¡¡¥Ö¥é¥ó¥É¡¡*/
	width: 123px;
	float: left;
	margin: 0 10px 20px;
	text-align: center;
	font-size: 11px;
	
	-o-text-overflow: ellipsis;   
	text-overflow:    ellipsis;   
}
.col4 img {		/*¡¡¥È¥Ã¥×¡¡*/
	max-width: 220px;
	height: auto;
}

.main3 img {		/*¡¡¥«¥Æ¥´¥ê¡¼ÊÌ¡¡*/
	max-width: 193px;
	height: auto;
}
.col6 img, .main4 img {
	max-width: 140px;
	height: auto;
}
.col6b img {	/*¡¡¥Ö¥é¥ó¥É¡¡*/
	max-width: 123px;
	height: auto;
}


#main {
	width: 700px;
	float: left;
	margin: 20px 10px 60px;
}
#sidebar {
	width: 220px;
	float: left;
	margin: 70px 10px 60px;
}

.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.ml40 {
	margin-left:40px !important;
}
.ml90 {
	margin-left:90px !important;
}

.text11 {
	font-size: 11px;
}
.text18 {
	font-size: 18px;
}
.text24 {
	font-size: 24px;
}
.textH {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden; 
}

.lh12 {
	line-height: 1.2;
}
.ofh {
	overflow: hidden;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥Ø¥Ã¥À¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

.headerOuter {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #313131;
}
#header {
	position: relative;
	overflow: hidden
	margin-bottom:10px;
}
h1 {
	text-indent: -1000px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 10px;
}
h1 a, h1 a:visited {
	width: 282px;
	height: 115px;
	margin-top:80px;
	display: block;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/header/logo.jpg) no-repeat;
	font-size: 11px;
}
h1 a:hover {
	width: 282px;
	height: 115px;
	margin-top:80px;
	display: block;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/header/logo-on.jpg) no-repeat;
	font-size: 11px;
}
.subNavArea {
	position: absolute;
	top: 105px;
	right: 0;
	width: 300px;
	height: 64px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/header/bg-subnav.jpg) no-repeat 130px 0;
}
.subnavi {
	float: left;
	margin-top: 10px;
}
.subnavi li {
	margin-left:20px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
.subnaviB {
	float: right;
}
.snsBtnHead li {
	float: left;
}
.snsBtnHead li a, .snsBtnHead li a:visited {
	display: block;
	padding: 10px 0;
}

#headerContact {
	position: absolute;
	top: 0;
	right: 0;
	width: 181px;
	height: 54px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/header/header-contact-bunny.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥Ê¥Ó
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

#gnavi {
	width: 100%;
	margin-top: 70px;
	margin-left: 10px;
}
#gnavi li {
	margin-left:85px;
	float:left;
	white-space: nowrap;
	overflow: hidden; 
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
#gnavi li:first-child {
	margin-left: 0;
}
#gnavi li a, #gnavi li a:visited {
	display: block;
	padding: 20px 0;
	color: #313131;
	text-decoration: none;
}
#gnavi li a:hover {
	color: #b5b5b5;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥È¥Ã¥×¥Ú¡¼¥¸
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.bx-wrapper {
	margin-top: 15px !important;
	margin-bottom: 20px !important;
	width: 940px;
}
.bx-wrapper .bx-viewport {
	border: 0 !important;
	left: 0 !important;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: none !important;
}
.bx-wrapper .bx-caption {
	background: rgba(255, 255, 255, 0.9) !important;
	text-align: center;
}
.bx-wrapper .bx-caption span {
	color: #313131 !important;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 1 !important;
}
.bx-wrapper .bx-prev {
	left: -50px !important;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/top/arrow-left.svg) no-repeat center center !important;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
.bx-wrapper .bx-next {
	right: -50px !important;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/top/arrow-right.svg) no-repeat center center !important;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}

.topSizeList {
	display: inline-block;
	margin: 10px auto 20px;
}
.topSizeList li {
	float: left;
	margin: 0 30px;
	font-size: 30px !important;
}
.topSizeList li a, .topSizeList a:visited {
	display: block;
	padding: 30px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	background: #fff;
	color: #313131;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.topSizeList li a:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #e6e4e4;
}

#indexSearchTop {
	margin: 40px 0;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

#news {
	width: 775px;
	margin: 60px 0 0 0;
	float: left;
	line-height: 1.2;
	overflow: hidden;
}
#news dt {
	width: 120px;
	margin: 0 20px 10px 0;
}
#news dd {
	width: 635px;
	margin-bottom:10px;
}

.catListTop {
	
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
}
.catListTop li a, .catListTop li a:visited {
	display: block;
	padding: 10px 0;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-align: center;
	text-decoration: none;
	color: #313131;
}
.catListTop li a:hover {
	color: #b5b5b5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #e6e4e4;
}

/*¡¡¤ª¤¹¤¹¤á¾¦ÉÊ¡¡*/

.col4 {
	overflow: hidden;
}
.col4 span {
	position: absolute;
	top: 0;
	left: 0;
/*
	width: 61px;
	height: 61px;
*/
	width: 220px;
	height: 220px;
	z-index: 100;
	overflow: hidden;
}
.col4 span img {
	width: 220px;
	height: 220px;
}
/*
.col4 span span {
	display: none;
}
*/

.col4 a:hover span img {
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.linkBtnTop {
	display: block;
	width: 100%;
	margin: 20px 0 80px;
	text-align: center;
}
.linkBtnTop a, .linkBtnTop a:visited {
	width: 300px;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #313131;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	
	border: 1px solid #313131;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	-webkit-box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	box-shadow: 3px 4px 2px rgba(6,0,1,.15);
	

}
.linkBtnTop a:hover {
	width: 300px;
	padding: 10px 20px;
	background: #f5f2f2;
	display: inline-block;
	color: #313131;
}

.topBrandIntroArea {
	display: block;
	width: 100%;
	margin: 60px 0 0;
	padding: 80px 0;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/top/bg-brand.jpg) no-repeat;
	background-size: cover;
}
.topBrandInner {
	display: block;
	margin: 0 auto;
	padding: 35px 35px 15px;
	width: 652px;
	background: rgba(255,255,255,0.75);
}
.topBrandInner h2 {
	margin-bottom: 20px;
}
.topBrand2col {
	float: left;
	display: block;
	width: 50%;
}
.topBrandBtn {
	margin-top: 40px;
	width: 100%;
}
.topBrandBtn li {
	float: left;
	margin-right: 5px;
	font-family: 'Oswald', sans-serif;
}
.topBrandBtn li a, .topBrandBtn li a:visited {
	width: 140px !important;	
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡²¼ÁØ¥Ú¡¼¥¸
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

.breadcrumb {
	display: block;
	margin:5px 0 0;
	font-size: 11px;
}
.breadcrumb div {
	float: left;
}

.breadcrumb  img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden; 
}
.unitL {
	width: 380px;
	margin: 0 10px;
	float: left;
}
.unitR {
	width: 460px;
	margin: 0 10px;
	float: left;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¼è°·Å¹
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
#headStore {
	min-height: 60px;
	margin-top:40px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/store/header-bg.jpg) 10px top no-repeat;
}
.storeEhime {
	padding-left:80px;
	margin-bottom:60px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/store/index-ehime.jpg) 10px top no-repeat;
	overflow: hidden;
}
.storeDeal {
	padding-left:80px;
	margin-bottom:60px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/store/index-dealer.jpg) 10px top no-repeat;
	overflow: hidden;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡products
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

#headProducts {
	min-height: 60px;
	margin-top:40px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/products/header-bg.jpg) 10px top no-repeat;
}
#headCat {
	min-height: 60px;
	margin-top:40px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/category/header-bg.jpg) 10px top no-repeat;
}
.productContainer {
	width: 720px;
	margin-bottom:60px;
	padding-left:70px;
}


/*¡¡°ìÍ÷¥Ú¡¼¥¸¡¡*/

.prevBtn, .nextBtn {
	width: 310px;
	float: left;
}
.nextBtn {
	text-align: right;
	float: right;
}
.prevBtn {
	margin-left: 80px;
}
.proTitle {
	margin: 10px 0 5px;
	display: block;
	text-align: center;
	font-size: 12px;
}
.proTitle a, .proTitle a:visited {
	display: block;
	color: #313131;
	text-decoration: none;
}
.proTitle a:hover {
	color:#b5b5b5;
}

/*¡¡ÉÕ²Ã²èÁü¡¡*/
.proTitle img {
	position: absolute;
	top: 0;
	left: 0;
}
.main4 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px !important;
	height: 140px !important;
	overflow: hidden;
}
.main4 span img {
	width: 140px;
	height: 140px;
}
.main4 a:hover span img {
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.proPrice {
	display: block;
	text-align: center;
	font-size: 11px;
}


/*¡¡¸ÄÊÌ¥Ú¡¼¥¸¡¡*/

#headItm {
	position: relative;
	min-height: 60px;
	margin-top:40px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/item/header-bg.jpg) 10px top no-repeat;
}
#headItm h2 {
	line-height: 1.2;
}
#headItm img {
	position: absolute;
	top: 0;
	left: 10px;
}
.mainImg {
	width: 460px;
	margin: 0 auto 20px;
}
.mainImg img {
	width: 460px;
	height: auto;
	margin: O auto;
}
.subImg {
	width: 100%;
	margin: 0 10px;
	float: left;
}
.subImg li {
	float: left;
	margin:10px;
	width: 140px;
}
#descArea {
	min-height: 60px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/item/index-detail.jpg) 10px top no-repeat;
}
.itemInfo {
	width: 100%;
	margin:60px 0;
	line-height: 1.4;
}
.itemInfo th {
	padding-bottom:10px;
	font-size: 24px;
}
.sizeTable {
	width: 460px;
	margin: 20px 10px 60px 0;
	float: left;
	/* display: inline-table; */
	font-size: 12px;
}
.sizeTable th, .sizeTable td {
	padding: 10px;
	border: 1px solid #666;
	text-align: center;
}
.sizeTable th {
	background: #eee;
}
.sizeInfo {
	width: 140px;
	margin-top:20px;
	float: left;
	font-size: 11px;
}
.sizeInfo img {
	margin-bottom:10px;
}

#cartArea {
	min-height: 60px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/item/index-cart.jpg) 10px top no-repeat;
	clear: both;
}
#cartInfo {
	font-size: 24px;
	line-height: 1.2;
}
#cartInfo span {
	font-size: 18px;
}
#option_tbl {
	width: 100%;
	margin: 20px 0 0;
	font-size: 12px;
}
#option_tbl th, #option_tbl td {
	padding: 10px;
	border: 1px solid #666;
	text-align: center;
}
#option_tbl th,
#option_tbl .none {
	background: #eee;
}
.table_price {
	font-size: 10px;
	margin-top:5px;
	display: inline-block;
}
.t_stock_num {
	font-size: 18px;
	margin-top:10px;
	display: inline-block;
	font-weight: bold;
}
.stock_zero {
	font-size: 18px;
	color: #b5b5b5;
	margin-top:13px;
	display: inline-block;
	line-height: 1.1;
}

#cartInfo img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden; 
}
.cartInner {
	margin-top: 20px;
	text-align: center;
}
.cartInner input[type="text"] {
	padding: 10px !important;
}
.cartInner input[type="image"] {
	margin: 20px auto;
	display: block;
}
.cartInner input[type="image"]:hover {
	display: block;
}
.soldBtn {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding:15px 0;
	background: #b5b5b5;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
}


#shareArea {
	min-height: 60px;
	margin-bottom:90px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/item/index-share.jpg) 10px top no-repeat;
	clear: both;
}
.sns li {
	min-width: 130px;
	min-height: 30px;
	margin-bottom:5px;
	float: left;
}
#relateArea {
	width: 720px;
	min-height: 60px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/item/index-relate.jpg) 10px top no-repeat;
	clear: both;
}
.noItem {
	margin-left:20px;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÇãÊª¥¬¥¤¥É
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

#headGuide {
	min-height: 60px;
	margin-top:40px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/guide/header-bg.jpg) 10px top no-repeat;
}
.payContainer {
	width: 720px;
	min-height: 60px;
	margin-bottom:60px;
	padding-left:90px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/guide/index-pay.jpg) 10px top no-repeat;
}
.indexPay {
	margin-bottom:10px;
	padding-left:40px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/guide/icon-pay.png) left center no-repeat;
	font-size: 18px;
	line-height: 31px;
}
.shipContainer {
	width: 720px;
	min-height: 60px;
	margin-bottom:60px;
	padding-left:90px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/guide/index-ship.jpg) 10px top no-repeat;
}
.indexShip {
	margin-bottom:10px;
	padding-left:40px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/guide/icon-ship.png) left center no-repeat;
	font-size: 18px;
	line-height: 31px;
}
.returnContainer {
	width: 720px;
	min-height: 60px;
	margin-bottom:80px;
	padding-left:90px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/guide/index-return.jpg) 10px top no-repeat;
}
.indexReturn {
	margin-bottom:10px;
	padding-left:40px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/guide/icon-return.png) left center no-repeat;
	font-size: 18px;
	line-height: 31px;
}
.viewContainer {
	width: 720px;
	min-height: 60px;
	margin-bottom:60px;
	padding-left:80px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/common/index-view.jpg) 10px top no-repeat;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥Ö¥é¥ó¥É¥Ú¡¼¥¸
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

#headBrd {
	position: relative;
	min-height: 60px;
	margin-top:40px;
	margin-bottom:30px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/brand/header-bg.jpg) 10px top no-repeat;
}
.textBox {
	
	margin-left: 90px; 
}
.indexBrd {
	margin: 60px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}
#indexSearchBrd {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden; 
}
#searchBrdArea {
	min-height: 60px;
	margin-top:80px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/brand/index-cat.jpg) 10px top no-repeat;
	clear: both;
}
.catListBrd li a, .catListBrd li a:visited {
	display: block;
	padding: 10px 0;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-align: center;
	text-decoration: none;
	color: #313131;
}
.catListBrd li a:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #e6e4e4;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥µ¥¤¥º¥¬¥¤¥É
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

#headSize {
	min-height: 60px;
	margin-top:40px;
	margin-bottom:60px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/size/header-bg.jpg) 10px top no-repeat;
}
#teeArea {
	min-height: 60px;
	padding-left:70px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/size/index-tee.jpg) 10px top no-repeat;
	overflow: hidden;
}
#shirtsArea {
	min-height: 60px;
	padding-left:70px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/size/index-shirts.jpg) 10px top no-repeat;
	overflow: hidden;
}
#jacketArea {
	min-height: 60px;
	padding-left:70px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/size/index-jacket.jpg) 10px top no-repeat;
	overflow: hidden;
}
#bottomArea {
	min-height: 60px;
	padding-left:70px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/size/index-bottoms.jpg) 10px top no-repeat;
	overflow: hidden;
}
#otherArea {
	min-height: 60px;
	margin-bottom:30px;
	padding-left:70px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/size/index-other.jpg) 10px top no-repeat;
	overflow: hidden;
}
#teeArea img, #shirtsArea img,
#jacketArea img, #bottomArea img,
#otherArea img {
	margin: 0 0 60px 10px;
	float: left;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÆÃÄê¾¦¼è°úË¡
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

#headTerm {
	min-height: 60px;
	margin-top:40px;
	margin-bottom:30px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/terms/header-bg.jpg) 10px top no-repeat;
}
#headPrivacy {
	min-height: 60px;
	margin-top:40px;
	margin-bottom:30px;
	padding-left:90px;
	padding-top:5px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/privacy/header-bg.jpg) 10px top no-repeat;
}
.termTable {
	margin-left:90px;
}
.termTable th, .termTable td {
	padding: 10px;
	border-bottom: 1px solid #666;
	line-height: 1.4;
	font-size: 12px;
}
.termTable th {
	width: 30%;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥µ¥¤¥É¥Ð¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */

.sideCatIndex {
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 18px;
}

#sideCart {
	width: 220px;
	height: 33px;
	margin-bottom: 20px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/sidebar/side-cart.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul {
	margin-bottom:60px;
}
#sidebar li {
	margin: 0 0 15px 20px;
	padding-left:20px;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/common/list-circle.png) no-repeat left center;
	font-size: 15px;
}
#sidebar li a, #sidebar li a:visited {
	color: #313131;
	text-decoration: none;
}
#sidebar li a:hover {
	color: #b5b5b5;
}
.sideCatList, .sideSizeList, .sideSeasonList {
	width: 100%;
}
.sideCatList li {
	float: left;
	width: 50%;
	margin: 10px 0 !important;
	padding: 0 !important;
	font-size: 10px !important;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.sideSizeList li {
	float: left;
	width: 50%;
	margin: 30px 0 !important;
/* 	padding: 0 !important; */
	font-size: 30px !important;
}
.sideSeasonList li {
	float: left;
	width: 50%;
	margin: 10px 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 1.4;
}
.sideCatList li a, .sideCatList li a:visited,
.sideSizeList li a, .sideSizeList li a:visited,
.sideSeasonList li a, .sideSeasonList li a:visited {
	display: block;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.sideCatList li a:hover,
.sideSizeList li a:hover,
.sideSeasonList li a:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #e6e4e4;
}


.subtotal {
	width: 100%;
	padding-bottom:5px;
	margin-bottom:5px !important;
	border-bottom: 1px solid;
}
.subtotal li {
	line-height: 1.2;
	font-size: 12px !important;
}
.total {
	display: block;
	text-align: right;
}


/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥Õ¥Ã¥¿¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
#footer {
	padding: 35px 0;
	background: #313131;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footerMenu {
	text-align: center;
}
#footerMenu li {
	margin: 0 20px 10px;
	float: left;
}

#backTop {
	position: fixed;
	bottom: 70px;
	right: 3%;
}

#backTop a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background: url(https://file001.shop-pro.jp/PA01328/446/images/common/backtop.png) no-repeat;
}
#backTop a:hover {
	background: url(https://file001.shop-pro.jp/PA01328/446/images/common/backtop-on.png) no-repeat;
}

#backTop a:hover span {
	background-color: #777;
}