@charset "euc-jp";

/* reset */ 
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  color:#333;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
/*  color: #e8e8e8;*/
  color:#666;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
/*  color: #e8e8e8;*/
  color:#666;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-family: 'Open Sans', sans-serif;
/*  background-color: #FFFFFF;*/
  background:#fff;
  border-top: #eee solid 7px;
  border-bottom: #eee solid 7px;
/*  border-top: #ffd9d9 solid 7px;
  border-bottom: #ffd9d9 solid 7px;*/
}
a {
  color: #666666;
}
input[type="text"],
textarea,
select {
  border: 1px solid #e8e8e8;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/66/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  margin: 0 auto;
  width: 1000px;
/*  background-color: #353535;*/
  background:#FFF;
/*  border-left:1px solid #f00;
  border-right:1px solid #f00;*/
}
.layout_header,
.layout_container,
.layout_footer {
  margin: 0 auto;
  width: 94%;
}
.layout_header {
  padding-top: 10px;
  position: relative;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
/*  color: #e8e8e8;*/
  color:#666;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 29.787%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
/*  color: #e8e8e8;*/
  color:#666;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
  display:none;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #000;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #000;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #161616;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
/*  padding: 1em 10% 2em;*/
  padding: 1em 10% 1em;
  text-align: center;
  line-height: 1;
/*  margin-top: 2em;
  border-bottom: 1px solid #333;*/
}

  .shop_name a {
/*  color: #e8e8e8;*/
  color:#666;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }
  .shop_name h1{
	  text-indent:-10000px;
	  padding:0;
	  margin:0;
  }

/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
/*  border-top: 1px solid #333;
  border-bottom: 1px solid #333;*/
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 0.5em;
  padding: 0 0.5em;
  text-align: center;
  font-weight: bold;
  line-height:3.5;
  font-size:23px;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
/*  color: #e8e8e8;*/
  color:#333;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
}
.header_nav_menu a:hover,
.header_nav_menu span:hover {
	color:#666;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  font-size: 20px;
/*  background-color: #000;*/
}
.header_category_lst li {
  display: block;
  float: none;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.0;
  background: #fff;
  /*margin-top:15px;*/
}
.header_category_lst a {
  display: block !important;
  padding: 0.5em;
/*  background-color: #ededed;*/
}
.header_category_lst a:hover {
  background-color: #ededed;
  color:#333;
}
.header_nav_lst .header_nav_menu_category:hover > .header_category_lst{
	display:block;
	margin-top:-20px;
}



/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
/*  color: #e8e8e8;*/
  color:#666;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
/*  color: #e8e8e8;*/
  color:#666;

  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
/*  font-size: 84.615%;*/
}
  .topicpath_nav li {
    display: inline;
/*    margin-right: .2em;*/
  }
  .topicpath_nav li a {
/*    margin-left: .2em;*/
/*  color: #e8e8e8;*/
  color:#666;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
/*  color: #e8e8e8;*/
  color:#666;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin: 0.5em 0;
	font-weight:bold;
    font-size:110%;
  }
  .prd_lst_exp {
    color: #666;
    font-size:90%;
	width:95%;
	margin:0 auto;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-size: 100%;
	text-align:right;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
/*  color: #e8e8e8;*/
  color:#666;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
/*  color: #e8e8e8;*/
  color:#666;
  }
  .prd_lst_pager a {
/*  color: #e8e8e8;*/
  color:#666;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
/*  width: 23%;*/
  width: 28.5%;
}
  .footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0 4em 0;
  border-top: 1px solid #000;
}
.footer_lst {
/*  font-size: 92.307%;*/
  line-height: 1.25;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
/*  color: #e8e8e8;*/
  color:#666;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.social_lst li {
	padding-left: 5px;
}
.social_lst img {
  width: 48px;
  height: 48px;
  vertical-align: bottom;
}
.copyright {
	clear: both;
	padding: 1em 0 0.8em 0;
	font-size: 96.923%;
	text-align:center;
}
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #000;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #000;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

/* 追記 -----------------------------------------------------------------------------------------------------------------------------------*/
.dspNone{
	display:none;
}

/*ページトップ*/
.pagetop{
	margin-top:2em;
	text-align:right;
}
.pagetop a{
	background:url(https://img21.shop-pro.jp/PA01339/400/etc/icon_pagetop.png?cmsp_timestamp=20160420013015) right 60% no-repeat;
	padding-right:21px;
}
.pagetop a:hover{
	text-decoration:underline;
}

/*ページ内リンク*/
ul.pageLink li{
	float:left;
	margin:0 2em 0 0;
}
ul.pageLink li a{
	background:url(https://img21.shop-pro.jp/PA01339/400/etc/icon_pagelink.png?cmsp_timestamp=20160423021731) no-repeat;
	padding-left:21px;
	text-decoration:none !important;
}
ul.pageLink li a:hover{
	text-decoration:underline;
}

/*ヘッダーSNS*/
#header #socialIcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    position: absolute;
    right: 0;
}
#header #socialIcon li{
	width:30px;
	height:30px;
	margin-left: 5px;
}





/*-------------------------------------------------------------------------------
	dealers　PC
-------------------------------------------------------------------------------*/
#dealers h2{
	font-size: 3.8em;
	letter-spacing: -3px;
	font-weight: 700;
}
#dealers caption{
	font-size:130%;
	text-align:left;
	font-weight:bold;
	margin:0 0 0.7em 0;
}
#dealers table{
	width:90%;
	margin:0 auto 80px auto;
	border-collapse:collapse;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	line-height:160%;
}
#dealers th{
	width:350px;
	font-weight:normal;
	text-align:left;
	padding:10px;
	border-bottom:1px dotted #CCC;
}
#dealers td{
	width:10em;
	vertical-align:top;
	padding:10px;
	vertical-align:bottom;
	border-bottom:1px dotted #CCC;
}
#dealers th a{
	font-weight:bold;
	background:url(https://img21.shop-pro.jp/PA01339/400/etc/icon_openwin.png?cmsp_timestamp=20160419165019) no-repeat right;
	padding-right:18px;
	text-decoration:none;
}
#dealers th a:hover{
	text-decoration:underline;
}
#dealers p.areaLink{
	margin:3em 0 2em 0;
	text-align:center;
	font-size:120%;
}
#dealers .anchor{
	background:none;
	padding-right:0;
	font-weight:normal;
}
#dealers ul.pageLink li a{
	text-decoration:none;
}


/*-------------------------------------------------------------------------------
	ショッピングサポート　PC
-------------------------------------------------------------------------------*/
#shoppingSupport  h2.ttl_h2m{
	color:#333;
	font-size: 2.4em;
	font-weight: 300;
	margin:1.2em 0 1em 0;
}
#shoppingSupport .pageLinkWrap{
	text-align:center;
}
#shoppingSupport ul.pageLink{
	margin:1.5em 0 3em 0;
	display:inline-table;
}
#shoppingSupport h3.ttl-h2{
	font-size: 1.4em;
	border-bottom: 3px solid #949494;
	margin:1em 45px;
}
#shoppingSupport h3.ttl-h2 span{
	background: #949494;
	font-weight:bold;
	color: #FFF;
	border-left: 2px solid #949494;
	border-right: 2px solid #949494;
	border-top: 2px solid #949494;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px; 
	border-radius:5px 5px 0px 0px;
	padding: 8px 15px;
	display: inline-block;
}

#shoppingSupport dl{
	margin:0 45px 70px 45px;
	line-height:160%;
}
#shoppingSupport dt{
	font-weight:bold;
	font-size:120%;
	margin:3em 0 0.7em 0;
	padding-bottom:0.5em;
	border-bottom:1px dotted #960;	
}
#shoppingSupport dt:nth-child(1){
	margin-top:3em;
}
#shoppingSupport dd{
	margin:0 0 0 1.5em;
}
#shoppingSupport dd.expImg{
	margin-top:0.5em;
}
#shoppingSupport dd span.notes{
	font-size:90%;
	margin-top:0.5em;
	display:block;
	color:#c00;
}
#shoppingSupport ul#deliveryList{
	margin:0 45px 70px 65px;
	line-height:160%;
}







@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/66/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}