body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}
.cate_bn{width: 96%;
    margin: 0 2% 10px 2%;}
fieldset, img {
  border: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
}
address, caption, cite, code, dfn, em, strong, th, var, p {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

html {
  font-size: 11px;
  color: #505050;
  line-height: 1.5;
  font-family:  "Swiss 721 BT", Helvetica;
}


a {
  color: #505050;
  text-decoration: none;
}

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


/* layout */

body {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 20px;
    left: -132px;
    box-sizing: border-box;
    width: 922px;
    padding: 20px 2%;
    background: #f5f5f5;
	border-radius:4px;
	z-index:9999;
}

li.menu__mega:hover ul.menu__second-level {
    top: 20px;
    visibility: visible;
    opacity:0.95;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 33%;
    border: none;
	padding:8px 0;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

ul.menu__second-level li a{display:block; font-size:14px;}
ul.menu__second-level>li>a{ margin:0;}
#container {
  padding: 0;
  width: 960px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}



/* header */
.header {
  text-align: center;
  width: 960px;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  display: inline;
  line-height: 11px;
  color: #9F9F9F;
}

h1 a {
  color: #9F9F9F;
  font-weight: normal;
  text-decoration: none;
}

h1 a:hover {
  color: #9F9F9F;
  font-weight: normal;
  text-decoration: none;
}

/* navi */
#navi {
  padding: 0;
  width: 960px;
  margin: 0 0 10px 0;
}

#navi ul {
  list-style: none;
  margin: 18px 0 0 0;
}

#navi li {
  display: inline;
  margin: 0;
}

#navi li img {
  margin: 0;
}

/* menu */
#menu_area {
  width: 96%;
  margin: 0 2%;
  padding: 10px;
  background-color: #f5f5f5;
}

#menu01 {
  width: 700px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 151px;
  text-align: left;
  z-index: 550;
}

#menu01 ul {
  list-style: none;
  margin: 0;
}

#menu01 li {
  display: block;
  margin: 0;
  float: left;
}

#menu01 li img {
  margin: 0;
}

#navi li a:hover img ,.foot_logoarea a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#menu02 {
  padding: 30px 0 0 0;
  width: 900px;
  margin: 0 auto;
}

#menu02 ul {
  list-style: none;
  margin: 0;
}

#menu02 li {
  display: inline;
  margin: 0;
}

#menu02 li img {
  margin: 0;
}


/* main image */

.main_img {
  margin: 0 0 11px 0;
}

.info {
  width: 96%;
  border-bottom: 1px solid #8d8d8d;
  margin: 0 2% 20px 2%;
}

/* --------------------- */

/* main */

.main {
	width: 960px;
	text-align: left;
	margin: 10px 0 0 0;
}


span.icon {
  position: absolute;
  top: -10px;
  left: 0px;
  display: block;
  z-index: 500;
  width:100%;
}
span.icon img{width:100%; height:3px; max-width: 200px;}
  .itemarea a {
  color: #505050;
  text-decoration: none;
}

.itemarea a:hover {
  color: #999999;
}
.title {
	margin: 20px 2%;
}

.title40 {
  margin: 40px 2% 20px 2%;
  font-weight: bold;
　font-size: 14px;
}


/* brand list */
#brandlist_all {
  width: 100%;
}

.brandlist_100 {
  width:97%!important;
}

.brandlist {
  float: left;
  margin: 0 1% 16px 1%;
  width: 31%;
  position: relative;
}

.brandlist a {
text-decoration:none;
}

.brandlist a:hover {
text-decoration:none;
}

.brandlist span.over {
  display: none;
  z-index: 555;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
}

.brandlist span.brandlist_name {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: #000000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 6px;
  z-index: 500;
}

.brandlist span.brandlist_name {
  display: none;
}

a:hover span.brandlist_name {
  text-decoration: none;
  display: block;
}

a:hover span.over {
  text-decoration: none;
  display: block;
}




#top_area {
  margin: 17px 0 0 0;
}

#top_area h2 {
  margin: 0 2% 20px 2%;
  width: 96%;
  font-size: 12px;
  border-bottom: 1px solid #8d8d8d;
  padding: 0 0 5px 0;
  font-weight: normal;
}

#title_area h2 {
  margin: 0 2% 10px 2%;
  width: 96%;
  height: 20px;
  font-size: 12px;
  border-bottom: 1px solid #8d8d8d;
  padding: 0 0 5px 0;
  font-weight: normal;
}

.top_area h3 {
  margin: 0 0 20px 20px;
  width: 660px;
  height: 20px;
  font-size: 12px;
  border-bottom: 1px solid #8d8d8d;
  font-weight: normal;
  padding: 0 0 5px 0;
}
#item_all{margin-bottom:20px;}
.itemarea {
  width: 200px;
  margin: 0 20px 20px 20px;
}
.item_name{position:relative;}
.item_img img {
  margin: 0 0 10px 0;
  width:100%;
  max-width: 200px;
max-height: 233px;
}

.main_area {
  float: left;
  height:310px;
}

.item_name {
  display: block;
}

.item_price {
  color: #221f20;
}

.pan {
  font-size: 12px;
  margin: 17px 20px 35px;
}

.scg_fr01 {
  margin: 17px 20px 35px;
}


.noitem {
  text-align: center;
  margin: 150px 0 200px 0;
}

.pageokuri {
  text-align: right;
  font-size: 14px;
  margin: 10px 20px 20px 0;
}

/* tokutei */

#tokutei_all{
}
#tokutei_left{
width:690px;
float:left;
}

#tokutei_right{
width:220px;
float:right;
line-height:25px;
}

#tokutei_right ul{
margin:0 0 0 40px
}

/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */
.tokutei table {
font-size:12px;
	width:660px;
	background:#D4D4D4;
	}

.tokutei table th {
	font-weight:normal;
	text-align:left;
	background:#E4E4E4;
	padding:7px 5px 7px 5px;
}

.tokutei table td {
	font-weight:normal;
	background:#FFF;
	padding:7px 5px 7px 5px;

}




/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */


#payment,
#delivery {
	width:660px;
	margin:10px 0px 50px 0px;
	border-top:1px solid #CCCCCC;
}


dl#payment dt,
dl#delivery dt {
	background:#F8F8F8;
	padding:5px;
	border-bottom:1px dotted #CCCCCC;
}

dl#payment dt img,
dl#delivery dt img {
	vertical-align:middle;
}

dl#payment dd,
dl#delivery dd {
	padding:10px 10px 30px 10px;
	background:#FFF;
	border-bottom:1px solid #CCCCCC;
}

dl#payment img,
dl#delivery img {
	margin:3px;
	}

.size_box{
margin:20px 0 0 0;
}
.size_title{
margin:0 0 10px 0;
}

.ppcontents {
  width: 660px;
  margin: 10px 0 40px 20px;
}
.tokutei_box{
  margin: 0 0 40px 0;
}

.tokutei_contents_last {
  margin: 10px 0 14px 20px;
}

.daibiki {
  font-size: 12px;
  background: #D4D4D4;
  margin: 0 0 5px 0;
}

.daibiki th {
  font-weight: normal;
  text-align: center;
  background: #E4E4E4;
  padding: 3px;
}

.daibiki td {
  font-weight: normal;
  background: #FFF;
  padding: 3px;
}

.souryou {
  font-size: 12px;
  background: #D4D4D4;
}

.souryou th {
  font-weight: normal;
  text-align: left;
  background: #E4E4E4;
  padding: 5px 5px 5px 5px;
}

.souryou td {
  font-weight: normal;
  background: #FFF;
  padding: 5px 5px 5px 5px;
}

.top_txt_right {
  width: 171px;
  float: left;
  margin-top: 3px;
}


/* shop guide */
#shopguide_all {
  margin: 20px 20px 14px 20px;
  padding: 0 0 14px 0;
}

#shopguide_box {
  width: 918px;
  border: 1px solid #cccccc;
}

#shopguide {
  width: 868px;
  margin: 25px 25px 25px 25px;
}

#shopguide p {
  margin: 0 0 10px 0;
}

#shopguide h3 {
  margin: 0 0 20px 0;
  width: 868px;
  height: 20px;
  font-size: 13px;
  font-weight: normal;
}

.shop_guide_title {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 5px 0;
}

.shop_guide_box {
  margin: 0 0 25px 0;
}

#shopguide_left {
  width: 430px;
  float: left;
}

#shopguide_right {
  width: 416px;
  float: right;
}

#shopguide_box p {
  text-align: left;
}

.caution {
  color: #053f95;
}

.caution01 {
  color: #d84826;
}

/* footer */
.footer {
	margin: 26px 20px 0 20px;

}

#foot_all{
	width: 920px;
	border-top: 1px solid #8d8d8d;
	font-size: 10px;
}

#foot ul {
  list-style-type: none;
}

#foot_menu {
  width: 550px;
  margin: 15px 0 15px 0;
  text-align: left;
  float: left;
}

#foot_menu li a {
  margin: 0;
  background-image: url(https://img14.shop-pro.jp/PA01140/892/etc/curt_icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
}

.foot_navi01 {
  float: left;
  width: 110px;
  margin: 0 10px 0 0;
  list-style: none;
}

.foot_navi02 {
  float: left;
  width: 140px;
  margin: 0 20px 0 0;
  list-style: none;
}

.foot_navi03 {
  float: left;
  width: 140px;
  margin: 0 20px 0 0;
  list-style: none;
}
.foot_navi04 {
  float: left;
  margin: 0 20px 0 0;
  list-style: none;
}

.foot_logoarea {
  float: right;
  width: 219px;
  margin: 10px 0 0 4px;
  padding: 0;
  text-align: left;
  font-size: 10px;
}
.foot_logoarea .fa {font-size:28px; margin:0 5px;}
.foot_address {
  margin: 0 auto;
}

img.foot_logo {
  margin: 0 0 10px 35px;
}

img.foot_blog {
  margin: 15px 0 15px 4px;
}

.copyright {
	font-size: 10px;
	background: white url(https://img14.shop-pro.jp/PA01140/892/etc/footer_bg.gif) no-repeat left top;
	text-align: center;
	padding: 30px 0 35px 0;
}

/* link */
.link {
  margin: 0 0 20px 0;
}

/* Search */
#searchform form {
  float: left;
  margin: 0;
  padding: 0;
}

#searchform {
  width: 164px;
  height: 20px;
  position: absolute;
  margin: 0;
  left: 495px;
}

#keywords {
  width: 138px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px 0 3px 7px;
  border: 0px;
  background-color: #e2e2e2;
  color: #a3a3a3;
  font-size: 9px;
}

#searchBtn {
  position: absolute;
  top: 0px;
  left: 149px;
}

/* shop */
.shop_address{
	  margin: 180px 0 0 0;
	  line-height:150%;
}
.shop_address h3{
	  font-weight:bold;
}

.shop_disc{
 margin: 10px 0 40px 0;
}

/* link */
#contents_left {
  width: 690px;
  float: left;
}

#contents_right {
  width: 250px;
  line-height: 25px;
  float: left;
}

#contents_right ul {
  margin: 0 0 0 40px;
}

.contents {
  margin: 0 0 0 20px;
}

#contents_left table th {
  font-weight: normal;
  text-align: left;
  background: #ffffff;
  padding: 7px 5px 7px 5px;
}

#contents_left table td {
  font-weight: normal;
  background: #ffffff;
  padding: 7px 5px 7px 5px;
}

.link{
margin:0 0 20px 20px;
}

.link_last{
margin:0 0 14px 20px;
}


.margin20_10 {
  margin: 20px 0 10px 0px;
}

.margin40_01{
 margin: 0 0 40px 0;
}

.margin_bottom5 {
  margin: 0 0 5px 0;
}

.margin_bottom10 {
  margin: 0 0 10px 0;
}

.margin_top10 {
  margin:10px  0 0 0;
}



/* blog */


#blog_searchform form {
  margin: 0;
  padding: 0;
}

#blog_searchform {
position:relative;	
  width: 164px;
  height: 20px;
  margin: 20px 0;
}

#blog_keywords {
  width: 138px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px 0 3px 7px;
  border: 0px;
  background-color: #e2e2e2;
  color: #a3a3a3;
  font-size: 9px;
}

#blog_searchBtn {
  position: absolute;
  top: 0px;
  left: 149px;
}

.linktitle{
	  margin: 0 0 0 40px;
}
.linktext{
  margin: 5px 0 20px 0;
  }

.linktext li{
  margin: 0 0 6px 1em;
  line-height:170%;
  }

.blog_body{
 margin:0 0 0 20px;
width:640px;
  }

.entry_date {
     font-weight: normal;
       font-size: 10px;
	margin: 0px 20px 0px 0px;
	color: #999999;
}

.entry_title {
	font-weight: normal;
	font-size: 12px;
	margin:0 0 10px 0;
        line-height:30px;
	border-bottom: 1px solid #8d8d8d;
}

.entry_title a {
  color: #505050;
    text-decoration: none;
}

.entry_title a:hover{	
  color: #999999;
  text-decoration: none;
}


.entry_body {
margin: 0px 20px 20px 0;
	line-height: 160%;
font-size: 12px;
}

.entry_state{
	text-align:right;
	margin: 0 0 30px 0;
}

.navi_list{
text-align:center;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------------------------------------- 
 *	商品オプション 表形式
 * ------------------------------------- */

#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
 }

.stock_error{
font-size: 10px;
font-weight:bold;
color: #FF0033;
}

.icon_title{
	background-image: url(https://img14.shop-pro.jp/PA01140/892/etc/curt_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.top_list{text-align:right; margin-right:30px;}
.item_price_d{color:#d84826;} 


/*table speck*/
.speck_area{
font-size:12px;
line-height:2;
}

table.speck_area,table.tbl_size{
width:100%;
font-size:12px;
}
table.speck_area{
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.speck_area td{
    border-bottom:1px solid #cccccc;
vertical-align:top;
padding:2px 0;
}

table.tbl_size{
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.tbl_size td{
    border:0;
vertical-align:top;
padding:2px 0;
text-align:center;
}

.brand_listh1{margin-top:10px; display:block;}
#open {
  display: none;
}

.gd_fr01 {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 20px 40px;
}

@media screen and ( max-width:767px )
{
 .sp_footer{display:block!important; font-size:50px; padding:20px 0; border-top:1px solid #4C4C4C; border-bottom:1px solid #4C4C4C; background-color: #666; margin-top:20px;}
  .sp_footer a{width:35%; text-align:center; display:inline-block; color: #fff;}
  .sp_menu_bar{display: block!important; font-size: 30px; background-color: #666; padding: 6px; width: 42px; border-radius: 8px; color: #fff; box-shadow:0px 0px 2px 0px #666666;position: fixed;top: 30px;right: 30px;z-index: 99995;}
 .toggle {
    cursor: pointer;
   display: block!important;
}
  .block{display:block!important;}
#open:checked + #menu {
  top: 0;
  background-color: #f5f5f5;
}
#menu {
    z-index: 9999999;
    position: fixed;
    top: -3000px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}
  .none{display:none;}
  .header,#container,.main{width:100%;}
  #slideshow{width:100%!important;}
  .brandlist_100 {width:95%!important;}
 .brandlist, .main_area{width:29%; margin:10px 2%;}
  .brandlist{height:auto;}
a:hover span.over {display: none;}
  .pan{width:96%; margin:17px 2% 35px 2%;}
  .itemarea{width:100%; margin:0;}
  .logo img{width:40%;}
  .sp_copyright{display:block!important; padding: 20px 0;background-color: #666;color: #fff;}
  #brandlist_all{margin-bottom:20px;}
  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 #contents_left {width: 100%; float: none;} 
  .shop_address {margin: 10px 0 0 0; line-height: 150%;}
  /* ------------------------------------- 
 *	メニュー
 * ------------------------------------- */
  #menu h2 a{display:block;} 
  .sp_menu i{font-size:30px; vertical-align: sub; margin-right:4px;}
  .sp_menu span{font-size:18px;}
  .sp_l_li{margin-bottom:60px;}
  .sttl {
    background-color: #666;
    padding: 14px 2%;
    color: #fff;
}
  .sp_menu {
    text-align: center;
    padding: 10px;
    display: block;
    background-color: #f0f0f0;
}
.sp_menu p {
    font-size: 12px;
}  
ul.link_list li {
    border-bottom: 1px solid #ccc;
}
ul.link_list li a {
    display: block;
    text-decoration: none;
    color: #333;
    background: url(https://img14.shop-pro.jp/PA01140/892/etc/icon_arrow_m2.png) no-repeat center right;
        background-size: auto auto;
    padding: 14px 10px;
    background-size: 20px 13px;
    -moz-background-size: 20px 13px;
    -webkit-background-size: 20px 13px;
    -o-background-size: 20px 13px;
    -ms-background-size: 20px 13px;
}
.sttl_top {
    clear: both;
    overflow: hidden;
}
.sttl_top a {
    display: block;
    text-decoration: none;
    background: url(https://www.rusk-store.com/images/icon_sp_link.png) no-repeat center right;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto auto;
    padding: 10px 15px;
    background-size: 25px 20px;
    -moz-background-size: 25px 20px;
    -webkit-background-size: 25px 20px;
    -o-background-size: 25px 20px;
    -ms-background-size: 25px 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    background-color: #f2f2f2;
    display: block;
    color: #333;
}
ul.link50 li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    font-size: 12px;
    width: 50%;
}
ul.link50 li a {
    background: rgba(0, 0, 0, 0) url("https://img14.shop-pro.jp/PA01140/892/etc/icon_arrow_m2.png") no-repeat scroll right center / 20px 13px;
    color: #333;
    display: block;
    padding: 14px 10px;
    text-decoration: none;
}
  .sp_menu_icon{font-size: 3em; text-align:center;background-color: #d84826;}
  .sp_menu_icon a{color:#fff; margin:0 16px;text-decoration: none;}
  #sp_searchform{margin: 10px;text-align: center;}
  #sp_keywords {
    width: 70%;
    line-height: 2.4em;
    padding:0 10px;
}
 #sp_searchform button {
    width: 35px;
    border: 0;
    margin: 0 4px;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #666;
    font-size: 15px;
}
  .newarrival{width: 100%;
text-align:center;
padding: 14px 10px;
border-bottom: 1px solid #ccc;
  }
.line_c_v{
width: 100%;
border-bottom: 1px solid #ccc;
text-align:center;
padding: 14px 10px;
} 
.line_c_v a{
border-bottom: 3px solid #950705;
  }
.line_c_n{
width: 100%;
text-align:center;
padding: 14px 10px;
border-bottom: 1px solid #ccc;
} 
 .line_c_n a{ 
 border-bottom: 3px solid #053f95;
  }
  .line_c_n a,.line_c_v a,.newarrival a{font-size:16px;}
  #menu a {text-decoration: none;}
 .c_blk{background-color:#4E4B4C;}
  ul.c_blk li a{color:#fff;}
  /* ------------------------------------- 
 *	特定商取引法
 * ------------------------------------- */
  #top_area h2,.top_area h3{margin: 0 2% 20px 2%; width: 96%;} 
  #tokutei_right{width: 100%; float: none; line-height: 25px; margin-bottom: 40px;}
  #tokutei_right ul { margin: 0 0 0 5%;}
  .ppcontents {width: 96%;margin: 10px 2% 40px 2%;}
  .tokutei table,.daibiki table,.size_box table,#tokutei_left{width: 100%;}
  .tokutei table th,.daibiki table td{width: 25%;}
  .tokutei table td,.daibiki table th{width: 65%;}
  .tokutei_contents_last { margin: 10px 2% 14px 2%;}
  .contents {margin: 0 2%;}
}
@media screen and ( max-width:479px )
{
   .brandlist_100 {width:96%!important;}
   .brandlist, .main_area{width:46%;}
}