@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_notice a{
font-size: 12px;
  color: #006699;}
.footer_notice a:hover {
    color: #006699;
    text-decoration: underline;
}


h5{font-size: 14px;
  margin: 16px auto 8px;}
h6{font-size: 13px;
color: #938160;}

.categoly_link{
 	color:#005895;
   font-size:16px;
}

.categoly_link a{
 	color:#005895;
   text-decoration:underline;
}

.categoly_link a:hover{
 	color:#005895;
 	 text-decoration:none;
   
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
 /* border-bottom: 1px solid #333;*/
}

.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}
.list_link_c_name{ 
  display: block;
  padding-right: 30px;
  padding-left: 50px;
}
.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #474747;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #a8a78e;
}

.rank_box_color_2 {
  background-color: #969696;
}

.rank_box_color_3 {
  background-color: #938160;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
}

.header_top {
  width: 100%;
	padding-top:20px;
  height: auto;
  border-bottom: 0px solid #eee;
  position: absolute;
  top: 0;
  background-color: #403010;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #cccccc;
  font-size: 12px;
}

.search_box {
  width: 260px;
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #cccccc;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #333;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}

/*--chiladd--*/
.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}
a.head-logo {
	display:inline-block;
	width:180px;
	margin-top:20px;
}
.header_nav_headline li a:hover {
  color: #eee;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 0px solid #000;
}
/*--chiladd--*/

.header_mid {
  width: 100%;
  height: auto;
  border-bottom: 0px solid #938160;
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
  font-weight:600;
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #422c1d;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  padding-top: 141px;
  margin: 0 auto;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

.header_lead {
  padding-top: 40px;
  font-size: 16px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
  margin:24px 0;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking鐚&#136;seller鐚&#137; */
.seller {
  margin: 20px 0;
}

.seller_heading {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #938160;
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
}

.recommend_heading {
}

.recommend_lists {
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
/*
 * ?&#130;泣&#130;ゃ&#131;&#137;?&#131;&#144;?&#131;若&#130;?&#131;&#134;?&#130;眼&#131;?&#131;?
 */
.side_icon{
  position: relative;
  background-size:40px 40px;
background-position: left;
background-repeat: no-repeat;
}

.side_c_kc_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_k_2.gif);
}

.side_c_l_list{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_lobi.gif);
}

.side_c_livt_list{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_liv.gif);
}

.side_c_dt_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_dt.gif);
}

.side_c_dc_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_dc.gif);
}

.side_c_otto_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_otto.gif);
}

.side_c_tv_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_tv.gif);
}

.side_c_sonc_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_sonoc.gif);
}

.side_c_shunou_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_shunou.gif);
}

.side_c_cavi_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_cab.gif);
}

.side_c_parts_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_parts.gif);
}


.side_c_sonota_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_sonota.gif);
}

.side_c_set_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_set.gif);
}

.side_c_desk_list {
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_desk.gif);
}

.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 60px;
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_heading {
    padding: .25em 0 .25em .75em;
  border-left: 6px solid #938160;
  margin-top: 12px;
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #422c1d;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #e5e1dc;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
  background-color: #422c1d;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #cccccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-unc-b.icon-chevron_down { background-position: -528px -192px; }
.icon-unc-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-unc-b,
.icon-unc-w {
  width: 24px;
  height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
.icon-unc-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-unc-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

/*--chiladd--*/
.icon-lg-b.icon-user { background:url("https://img16.shop-pro.jp/PA01094/225/etc_base64/aWNvLWFjb3VudA.png?cmsp_timestamp=20240408204616");background-size:contain; }
.icon-lg-b.icon-cart { background:url("https://img16.shop-pro.jp/PA01094/225/etc_base64/aWNvLWNhcnQ.png?cmsp_timestamp=20240408204616");background-size:contain; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 670px;
  }

  .contents_detail {
    width: 100%;
  }

  .side, .topside {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: 10%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0 5%;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
   max-width:none;
    padding-top: 65px;
    text-align: center;
  z-index: 11;
  }

.header_logo {
	  padding-top:10px;
    float: none;
  position: fixed;
	top:0;
  left:0;
	width:100%;
	height:auto;
  z-index: 1100;
	  text-align: center;
  }
	.header_logo img {
		display:block;
		margin:0 auto;
		max-width:140px;
filter: invert();
	}
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0px 10px 0px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 17px;
    font-weight: bold;
    /* padding: 0 10px 20px; */
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
 /*   background-color: #422c1d;*/
   /*   color: #fff; */
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #422c1d;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }

}


img.left{float:left;margin:0 28px 16px 0;}
.colum{background-color:#e5e1dc;
padding:20px;
  border-top: 1px solid #938160;
margin: 32px 0 0 0;}
.colum h4{font-size: 12pt;
color: #666666;
  margin: 0 0 6px 0;}
.colum h5{font-size: 10pt; margin: 0 auto 6px;}
@media screen and (max-width: 480px){
  img.left{width:auto;}
  img.left.w100{width:100%;}}
.clear{clear: both;}

/*  ?&#130;泣&#130;ゃ&#131;&#137;?&#131;&#144;?&#131;取?&#139;?&#135;冴&#129;&#151; */

h3.side_category_heading, h3.side_group_heading, h3.side_freepage_heading { background: #e5e1dc;
    padding: 8px 8px 8px 16px;
    border-left: 6px solid #938160;
}

/*  ?&#129;&#138;?&#129;&#151;?&#130;&#137;?&#129;&#155;荀&#139;?&#135;冴&#129;&#151; */
.info_heading {
    border-bottom: none;
    padding: 8px;
    background-color: #e5e1dc;
}

.side_b img{margin-bottom:16px;}

 /* 筝&#128;荀с&#131;&#154;?&#131;若&#130;吾&#130;≪&#130;ゃ&#130;潟&#131;? */
.original-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1;
  border-radius: 4px;
}

.icon-green {
  color: #fff;
  background-color: #72933d;
}
.icon-gray {
    color: #fff;
  background-color: #666666;
}
.icon-pink {
  color: #fff;
  background-color: #eb6363;
}
.icon-red {
  color: #fff;
  background-color: #ff0000;
}
 /* ?&#137;拷&#155;&#134;?&#131;&#154;?&#131;若&#130;? */
.point{color: #938160;}

h4{color: #938160;margin: 24px auto 8px;font-size: 13pt;}

ul.a_link li{
  list-style-type:none;
  background-color: #e5e1dc;
  margin:0 0 1px 0;
  padding:10px;
 }

.box01 ul.a_link li{
  margin: 20px 0 8px 0;
 }

ul.a_link {margin:0;padding:0;}

ul.a_link03 li{
  list-style-type:none;
  background-color: #ffffff;
  margin:0 0 6px 0;
  padding: .25em 0 .25em .75em;
border-left: 4px solid #938160;
 }
ul.a_link03 {margin:0 30px 0 0;padding:0; float:left;
width: 193px;}

/*?&#129;泣&#129;&#141;?&#129;??&#129;&#151;*/
/*?&#128;&#128;@media screen and (min-width: 0px) and (max-device-width: 589px) {
  .fukidashi {
    width: 100%;
?&#128;&#128;  margin: 28px auto;
}
img.left_f{?&#128;&#128;}
  .owner {
    margin-left: 0%;}
}
@media screen and (min-width: 590px) {*/
.fukidashi {
    width: 65%;
    position: relative;
?&#128;&#128;  margin: 28px auto;
  float:right;
}
.fukidashi.left p {
    border: 2px solid #e5e1dc;
    border-radius: 5px;
    padding: 5%;
  background-color: #e5e1dc;
}
.fukidashi.left p:after,  
.fukidashi.left p:before {
    content: ' ';
    position:absolute;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #e5e1dc;
    top: 24px;
    left: -12px;
}
.fukidashi.left p:before {
    border-right-color: #e5e1dc;
    left: -15px;
  } /*}*/
.clear{clear:both;}
p{
font-size: 14px;
line-height: 150%;
}

h3.seller_heading {margin:80px 0 24px;}

/* 膣??&#157;&#144;?&#131;&#154;?&#131;若&#130;? */
.a_link02{
 width: 96%; 
  padding:2%;
border: dotted #938160;
}
.link_list{float:left;margin:0 30px;}
.list_footer{
	clear: both;
	background: #ffffff;
	width: 100%;
	height: 10px;
	padding: 0;
}
/*膣??&#157;&#144;筝&#128;荀у&#155;?*/
.sozai_color{
 width: 96%; 
  padding:2%;
border: solid 1px #d6cfc8;
  margin-bottom:8px;
  font-size: 12px;
}
/*羈?&#132;?&#130;剛?&#128;荀у&#155;?*/
.box_tyuui h4{margin: 0 auto 8px;}
.box_tyuui{
 width: 96%; 
  padding:2%;
border: solid 1px #938160;
  margin-bottom:8px;

}
.box_tyuui ul{font-size:12px;}
h4.teire{background-color: #e5e1dc;
padding: 8px;
border-top: 1px solid #938160;
  color:#666666;
  margin:32px 0 8px 0 ;
}
h1{margin: 0 auto 16px;color: #523825;}
.box01{margin:0 0 32px 0;padding:0 0 24px 0;
border: 0;
border-bottom: 1px dotted #d6cfc8;
}

.s_txt{font-size:12px;}
.red{font-size:12px;color:#eb6363;}
.red2{font-size:12px;color:#ff0000;}

table.shousai td {
   border-width: 1px 0px; 
   border-color: #cccccc;   
   border-style: solid; 
   padding: 0.6em 0.3em;
}

 /*googlemap?&#131;?&#130;鴻&#131;&#157;?&#131;潟&#130;激&#131;&#150;*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*フリーページ配送方法など*/

.section_shipping{
	margin-bottom: 25px;
	overflow:hidden;
}

.section_shipping h4{
	margin-bottom: 15px;
	padding:0px;
	text-align:center;
}

.section_shipping h5{
	margin-top: 0px;
	margin-bottom: 8px;
	padding:0px;
	text-align:center;
	font-size: 1.5em;
}

.section_shipping h6{
	font-size: 1.1em;
	color: #938160;
	margin-top: 0px;
	margin-bottom: 8px;
}

.bana_free_shipping{
	margin-bottom: 10px;
	margin-top: 25px;
}

.bana_free_shipping img{
	max-width:100%;
	height:auto;
}


.section_shipping_left{
	float: left;
	width: 48%;
	margin-right: 4%;
	background-color: #f0eed2;
}
  
  
.section_shipping_right{
 	float: right;
	width: 48%;
	background-color: #c1d0df;

}

.section_shippping_white{
	width: 85%;
	padding: 5%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

@media screen and (min-width: 0px) and (max-device-width: 400px) {
  .block2_left{
  width: auto;
}
.block2{
  width: auto;}
}
@media screen and (min-width: 401px) {
.block2_left{
  float: left;
  width: 47%;
  margin-right: 6%;}
.block2{
  float: left;
width: 47%;}
  }


@media screen and (min-width: 620px) {
 .tiws{
 width: 67%;
  margin: 0 auto;
}
.tiws_tel{
width: 41%;
padding: 4%;
height: 42px;
  border: solid 1px #e5e1dc;
  margin-bottom:8px;
  text-align: center;
  float: left;
  font-weight: bold;
}
.tiws_mail{
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #422c1d;
    background: #e5e1dc;
    transition: .4s;
width: 41%;
padding: 4%;
height: 42px;
  border: solid 1px #e5e1dc;
  margin-bottom:8px;
float: left;
text-align: center;}
.tiws_mail:hover {
    background: #422c1d;
    color: #ffffff;
    border: solid 1px #422c1d;
}
.collum2 li {
		width:47%;
		float:left;
	margin-right:6%;
	}
.collum2 li:nth-child(2n) {
	margin-right:0;
	}
}

@media screen and (min-width: 0px) and (max-device-width: 619px) {
.tiws{
 width: 67%;
  margin: 0 auto;
}
.tiws_tel{
width: 100%;
padding: 4%;
border: solid 1px #e5e1dc;
margin-bottom:0px;
text-align: center;
font-weight: bold;
}
.tiws_mail{
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #422c1d;
    background: #e5e1dc;
    transition: .4s;
width: 100%;
padding: 4%;
border: solid 1px #e5e1dc;
margin-bottom:8px;
text-align: center;}
.tiws_mail:hover {
    background: #422c1d;
    color: #ffffff;
    border: solid 1px #422c1d;
}

/*ロゴ*/
/*h1.header_logo img{
	max-width:60%;
	height:auto;
	}*/

/*検索*/
.search_top{
	display:none;
}
}


table{width:100%;}


li {
	list-style-type: none;

}
.list_m li{  margin: 4px 0px 4px;}
.list_m li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #938160;
	position: relative;
	left: -15px;
	top: -3px;
}

table h4{margin:0;}

/*h1.header_logo{width:223px;}*/




img.left_f{float:left;
margin: 0 0 0 0;width:27%}

.owner{color: #938160;margin-left: 35%;}

.sozai_i{  position: relative;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 24px;
    margin: 4px 6px;
    display: inline-block;}

.nats{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_walln.jpg);
}

.darkwall{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_darkwalln.jpg);
}
.wallnuts{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_walln.jpg);
}

.mocab{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_mocab.jpg);
}

.matb{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_matb.jpg);
}

.natuss{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_natss.jpg);
}

.pureb{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_pureb.jpeg);
}
.cafeb{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_cafeb.jpg);
}
.vintagec{
background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/sozai_color_vintagec.jpg);
}


/*?&#131;&#156;?&#130;帥&#131;?*/
.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #422c1d;
    background: #ECECEC;
    transition: .4s;
  margin: 0.25em;
  }

.square_btn:hover {
    background: #422c1d;
    color: white;
}

table.parts{width:100%;}
table.parts ,.parts td,.parts th {
	border: 1px solid #938160;
	border-collapse: collapse;
}
.parts td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.parts th {
	background: #e5e1dc;
}

.parts a{
  	text-decoration:underline;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.summary{background: #e5e1dc;
padding: 1em;}


ol {
  list-style: none;
  counter-reset: ol_li; 
}
ol li:before {
  margin-right: .25em;
  counter-increment: ol_li; 
  content: counter(ol_li); 
  color: #938160; 
}
@media screen and (min-width: 0px) and (max-device-width: 360px) {
.sozai_tokushu{float: auto;
margin: 0 28px 16px 0;
  clear:both;}}
@media screen and (min-width: 361px) {
.sozai_tokushu{float: left;
margin: 0 28px 16px 0;
}}


.footeradd a{color:#fff;}
.footeradd a:hover {
  color: #ccc;
  text-decoration: none;
}

ul.foo {
  width: 100%;
  padding:0;
  font-size:0px;
}

ul.foo li {
  width: 30%;
  border:1px solid black;
  display: inline-block;
  text-align: center;
  font-size:15px;
}




/*---------パーツ交換ここから--------*/
.h2_head_parts{
	margin-bottom: 20px;
	margin-top: 0px;
}

.h2_head_parts img{
	max-width:100%;
	height:auto;
	
}

.h_feature_black01{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 165%;
	text-align: center;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.5em;
}

.text_feature_lead01{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.95em;
	line-height: 175%;
	text-align: center;
}


/*オーナーコメント*/
.section_ownerComment{
	width: 90%;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	background-color: #e5e1dd;
	overflow: hidden;
	margin-bottom: 0px;
}

.article_ownerComment_i_ownter{
	width: 20%;
	float: left;
}

.article_ownerComment_i_ownter img{
	max-width:95%;
	height:auto;
}

.article_ownerComment{
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 25px;
	border-radius: 3px;
	padding-left: 5%;
	float: right;
	width: 70%;
}


.article_ownerComment h3{
	color: #3f230c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 15px;
	text-align:center;
}

.article_ownerComment h3 img{
	max-width:60%;
	height:auto;
}
.text_ownerComment01{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 175%;
	margin-bottom: 15px;
}

.wrap_bana_ownerComment{
}

.wrap_bana_ownerComment ul{
	margin:0px;
	padding:0px;
	border-top: 1px solid #3F230C;
}

.wrap_bana_ownerComment li{
	list-style: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	
	border-bottom: 1px solid #3F230C;
}

.wrap_bana_ownerComment li img{
	max-width:100%;
	height:auto;
}
/*確認事項*/
.article_ownerComment h4{
	margin-bottom: 20px;
	text-align: center;
}

.article_ownerComment h4 img{
	max-width:60%;
	height:auto;
}

.text_confirm{
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3F230C;
	padding-left: 5px;
	padding-right: 5px;
}

.text_parts_ownerProfile{
	color: #3f230c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 0.8em;
	margin-top: 5px;
}

a.btn_parts_pageup {
	display: block;
	width: 120px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 0px 0px 3px 3px;
	transition: .4s;
	background-color: #3f230c;
	font-size: 0.8em;
	float: right;
}
a.btn_parts_pageup:hover {
background: #3f230c;
color: #FFF;
}

/*各カテゴリへのバナー*/
.wrap_parts_category{
	background-color: #f5f5f5;
	margin-bottom: 25px;
	padding-bottom: 25px;
	
}
#section_cagtegory_bana{
	margin-bottom: 20px;
	margin-top: 25px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#section_cagtegory_bana ul{
	margin:0px;
	padding:0px;
}

#section_cagtegory_bana li{
	float:left;
	width:32.5%;
	margin-right:1%;
	list-style:none;
}


#section_cagtegory_bana li:last-child{
	margin-right:0%;
}

#section_cagtegory_bana li img{
	max-width:100%;
	height:auto;
}

.h_black01{
	background-color: #000;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: 700;
	
}

.photo_parts_categoryMain{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.photo_parts_categoryMain img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.photo_parts_categoryMain p{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.95em;
	margin-bottom: 15px;
}

.photo_parts_categoryMain p a{
	color: #000;
	text-decoration:underline;
}


.photo_parts_categoryMain p a:hover{
	color: #000;
	text-decoration:none;
}

.text_parts_tel{
	font-size: 1.5em;
	font-weight: 700;
}

.h_parts_point{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3em;
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px;
}

/*パーツ説明白い枠*/
.wrap_parts_white{
	width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.ttl_parts_category{
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
}

.ttl_parts_category img{
	max-width:12%;
	height:auto;
}

.ttl_parts_category h5{
	color: #000;
	font-weight: 600;
	font-size: 1em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding:0px;
}

.photo_parts_photoDetail{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.photo_parts_photoDetail img{
	max-width:100%;
	height:auto;
}

.h_parts_detail01{
	color: #000;
	font-size: 1em;
	text-align: center;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 15px;
}

.article_parts_OK{
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align:center;
}

.article_parts_OK img{
	max-width:90%;
	height:auto;
}

.text_parts_OK01{
	color: #000;
	font-size: 0.9em;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	line-height: 175%;
}

.text_parts_OK01 a{
	color: #0071bc;
	text-decoration:underline;
}


.text_parts_OK01 a:hover{
	color: #0071bc;
	text-decoration:none;
}

.bk_line_parts_OK{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #000000;
	margin-bottom: 25px;
}

/*ネジの説明*/
.wrap_gray_partsNeji{
	background-color: #f5f5f5;
	width: 90%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.wrap_gray_partsNeji_left{
	width: 40%;
	float: left;
}

.wrap_gray_partsNeji_left img{
	max-width:100%;
	height:auto;
}

.wrap_gray_partsNeji_right{
	width: 55%;
	float: right;
}

.wrap_gray_partsNeji_right h5{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 8px;
	padding:0px;
}

.wrap_gray_partsNeji_right h6{
	color: #c1272d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	padding:0px;
	margin-bottom: 8px;
}

.wrap_gray_partsNeji_right p{
	color: #000;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	line-height: 175%;
}

.wrap_gray_partsNeji_right ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.wrap_gray_partsNeji_right li{
	margin-bottom: 5px;
	margin-left: 15px;
	color: #000;
	font-size: 0.9em;
}

a.btn_parts_contact {
	display: block;
	width: 90%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 3px;
	transition: .4s;
	background-color: #000;
	font-size: 0.8em;
}
a.btn_parts_contact:hover {
background: #666;
color: #FFF;
}


a.btn_parts_contact2 {
	display: block;
	width: 150px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 3px;
	transition: .4s;
	background-color: #000;
	font-size: 0.8em;
}
a.btn_parts_contact2:hover {
background: #666;
color: #FFF;
}
/*価格表*/
.text_parts_price01{
	color: #000;
	font-size: 0.95em;
	line-height: 175%;
	margin-bottom: 15px;
}

.text_parts_red{
	color: #c1272d;
}

.h_parts_price01{
	color: #000;
	font-weight: 600;
	font-size: 1em;
	margin-top: 25px;
	margin-bottom: 8px;
}

.link_parts_confirm{
	color: #0071bc;
	text-decoration:underline;
}


.link_parts_confirm a{
	color: #0071bc;
	text-decoration:underline;
}

.link_parts_confirm a:hover{
	color: #0071bc;
	text-decoration:underline;
}


/*------------------スマホ------------------*/

@media (max-width: 768px) {
}



/*---------パーツ交換ここまで--------*/






/*------------------カリモクの魅力------------------*/



.wrap_bana_ownerComment02{
}

.wrap_bana_ownerComment02 ul{
	margin:0px;
	padding:0px;
	
}

.wrap_bana_ownerComment02 li{
	list-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-top: 1px solid #3F230C;
}

.wrap_bana_ownerComment02 li img{
	max-width:100%;
	height:auto;
}

/*グレーの枠*/
.wrap_karimokuRecommend_gray{
	background-color: #f5f5f5;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	
}


/*グレーの枠の見出し*/
.point_blackbox{
	background-color: #000;
	width: 80px;
	padding: 5px 5px 10px 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 700;
	margin: 0px auto 20px auto;
	font-size: 28px;
}

.point_small{
	font-size:12px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.h_point{
	text-align:center;
	font-size: 20px;
	padding:0px;
	margin:0 0 15px 0px;
}


.text_lead_point{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	color: #000;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	line-height: 175%;

}


/*白い枠*/

.wrap_karimokuRecommend_white{
	width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.photo_karimokuRecommend{
	width: 90%;
	margin-top:35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align:center;
}

.photo_karimokuRecommend img{
	max-width:100%;
	height:auto;
}

.h_karimokuRecommend01{
	color: #000;
	font-size: 1em;
	text-align: center;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 15px;
}

.text_karimokuRecommend01{
	color: #000;
	font-size: 0.9em;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	line-height: 175%;
}



/*説明図あり*/
.wrap_karimokuRecommen_figure{
	width: 90%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.wrap_karimokuRecommen_figure_left{
	width: 60%;
	float: left;
}



.wrap_karimokuRecommen_figure_right{
	width: 35%;
	float: right;
	text-align:right;
}


.wrap_karimokuRecommen_figure_right img{
	max-width:100%;
	height:auto;
	
}



.wrap_karimokuRecommen_figure_left p{
	color: #000;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	line-height: 175%;
}




a.btn_karimokuRecommen_contact {
	display: block;
	width: 50%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 3px;
	transition: .4s;
	background-color: #000;
	font-size: 0.8em;
	margin:auto;
}
a.btn_karimokuRecommen_contact:hover {
background: #666;
color: #FFF;
}

/*---------パーツ交換ここまで--------*/

/*--------商品ページへのリンク--------*/
/*CSSグリッド*/
.wrap_related_product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0;
  margin: 20px 0 2em;
}

@media (max-width: 768px) {
.wrap_related_product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0;
  margin: 0 0 2em;
}
}


@media screen and (max-width: 480px){
.wrap_related_product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0;
  margin: 0 0 2em;
}
}

.wrap_related_product > div {
  background: #FFF;
  overflow: auto;
  min-width: 0;
  padding: 0;
}


.product_bn_main h3{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 8px;
	padding:0px;
	font-size: 0.8em;
}

.product_bn_main h3 a{
	color: #000;
	text-decoration:underline;
}

.product_bn_main h3 a:hover{
	color: #000;
	text-decoration:none;
}

.product_bn_main h3 a:active{
	color: #000;
	text-decoration:none;
}

.product_bn_main h3 a:visited{
	color: #000;
	text-decoration:underline;
}

.product_bn_main p{
	font-size: 1.0em;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 165%;
	font-weight: 700;
}


.icn_product_bn{
}

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

.product_bn_photo img{
	max-width:100%;
	height:auto;
}

/******トップへスクロールボタンのレイアウトCSS*****/
#scroll-top-button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  display: block;
  padding: 20px 10px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  width: 45px;
  z-index: 999;
  border-radius: 5px 5px 5px 5px;
  bottom: 50px;
  right: 10px;
}
#scroll-top-button:hover{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);　rgba(0,0,0,0.8);
}
