@charset "utf-8";
/* CSS Document */


body {
  background-color: #2f3238;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fff;
}


a:visited {
    color:#fff;
}

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

.font_mincho {
	font-family: YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

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

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

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

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

.list_link {
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.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: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

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

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
  color: #fff;
  background:#607d8b;
  border: #607d8b;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
  margin: 0;
  padding: 0;
}

.header_top {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #26292e;
	position: absolute;
	top: 0;
	background-color: #26292e;
	z-index: 10;
}

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


h1.header_lead {
  padding-top: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
  letter-spacing: 0.1em;
  text-align: right;
  
  position: absolute;
  top: 0;
  right: 0;
}

.header_logo {
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left:0;
}


.header_top_phone {
  padding-top: 51px;
  text-align: center
  margin: 0 auto;
}

.header_logo_phone {
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}
  
.header_lead_phone {
  padding-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
  letter-spacing: 0.1em;
  text-align: center;
  }

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

  position: absolute;
  top: 45px;
  right: 0;
}

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

.header_nav_headline li a {
  color: #fff;
  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 #666;
}


/* search_form 検索 */ 
.search_form {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px dotted #666;
}

.search_form_title {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
	}
	
.search_select {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
    width: 75%;
    float: left;
  }

.btn_search {
    width: 15%;
    float: right;
	padding: 2px 5px 3px 5px;
  	border: 1px solid #101010;
}

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

/* 条件を指定して検索ページへlink  */
a.product_search_query_link {
	width: 100%;
	display: block;
	margin: 3px 0;

	padding: 5px 0;
	font-size: 1.0em;
	text-align: center;
	vertical-align: middle;

	background:url(https://img21.shop-pro.jp/PA01336/032/etc/btn_arrow_w01.png) no-repeat right 11px center;
	background-color: #666;
	
	border-radius: 3px;        /* CSS3 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	}

a.product_search_query_link:hover {
	color: #333;
	background-color: #999;
}
	
	

.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #37474f;
  position: absolute;
  top: 101px;
  background-color: #37474f;
  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 {
}

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

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #2f3238;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999; 
  border-right: 1px solid #999;
  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_box_lists a {
	color: #333;
}

.header_nav_global_box_lists a:hover {
  color: #ccc;
}

.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: 151px;
  margin: 0 auto;
}*/


  
.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 #666;
  background: #37474f;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #666;
  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: #26292e;
  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;
  padding-top: 181px;
}

/*
 * contents
 */

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

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

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

.info_detail {
	margin: 0;
	padding : 1em;
    color: #333;
    background: #eee;
	height: auto;
	line-height : 1.2em; 
}

.info_detail dt span.date {
	font-weight: 300;
	padding-right: 1em;
}

.info_detail dd {
    margin-left: 10px;
    padding: 0.25em 0 1em 0;
}

/* ranking（seller） */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

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

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

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

.recommend_heading {
}

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

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

/* free_space */
.free_space {
}


.link_img:hover {
	opacity: 0.7;
  	filter: alpha(opacity=70);
  	-ms-filter: "alpha(opacity=70)";
}

/*
 * side */

.side {
  padding: 0;
}

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

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

.side_category {
  margin: 0;
  margin-top: 30px;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #999;
  background-color: #607d8b;
  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 {
}
.footer_lists {
  margin-top: 8px;
}




.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_list_img:hover {
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.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: #37474f;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}

.footer_pagetop a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #607D8B;
}
.footer_notice_heading {
  padding-bottom: 35px;
  border-bottom: none;
  color: #fff;
}
.footer_notice_lists {
  margin: 0;
}

.footer_notice_list_dt {
  padding: 20px 0 10px;
  font-size: 16px;
   font-weight: normal;
 }
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.6;
  color: #ddd;
}

.footer_notice_list_link {
	margin: 0;
	padding-top: 20px;
	}
.footer_notice_list_link a {
  text-decoration:underline;
	}


.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: #37474f;
}

.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: 30px;
}

.slider img:hover {
	opacity: 0.8;
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
}

.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;
  font-size: 16px;
  font-weight: normal;
}

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

.skpr_detail_list_dd {
  margin: 0;
  color: #afafaf;
}


/*
 * 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 #101010;
  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-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.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-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.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-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.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-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-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  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); }

@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 {
    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: 0;
	margin-top: 45px;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}


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

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

.header_top {
	height: 50px;
}

.header_logo {
	display: none;
	}
.header_lead {
	display: none;
}

.header_nav_phone {
	margin-top: 0;
  }

/*  .header_btm {
    padding-top: 51px;
    text-align: center
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    text-align: center
  }*/

  
.header_nav_global_social {
    padding-left: 0;
  }


.main {
  padding-top: 0;
}


.search_form {
	display: none;
	}
.search_form {
	border: none;
	 padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 20px;
	}


  .slider {
    margin-bottom: 20px;
  }

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

  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }
  
  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
	margin-top: 0px
    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 #666;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .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: #607d8b;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #999;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #999;
  }
  .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: #37474f;
    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 #666;
  }

  .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: #37474f;
    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;
  }
}


/* ==================================================
   font
================================================== */
.font-b {
	font-weight: bold;
}

.font-n {
	font-weight: normal;
}


.font_24 {
	font-size: 24px;
}

.font_20 {
	font-size: 20px;
}

.font_18 {
	font-size: 18px;
}

.font_16 {
	font-size: 16px;
}

.font_14 {
	font-size: 14px;
}

.font_13 {
	font-size: 13px;
}
.font_12 {
	font-size: 12px;
}

.font_11 {
	font-size: 11px;
}

.font_10 {
	font-size: 10px;
}


.font_mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ==================================================
   余白
================================================== */

.mgntop5 {
	margin-top: 5px;
}

.mgntop10 {
	margin-top: 10px;
}

.mgntop15 {
	margin-top: 15px;
}

.mgntop20 {
	margin-top: 20px;
}

.mgntop30 {
	margin-top: 30px;
}

.mgntop40 {
	margin-top: 40px;
}

.mgnlt10 {
	margin-left: 10px;
}

.mgnlt15 {
	margin-left: 15px;
}

.mgnlt20 {
	margin-left: 20px;
}

.mgnlt25 {
	margin-left: 25px;
}

.mgnlt40 {
	margin-left: 40px;
}

.mgnrt5 {
	margin-right: 5px;
}

.mgnrt10 {
	margin-right: 10px;
}

.mgnrt20 {
	margin-right: 20px;
}

.mgnrt40 {
	margin-right: 40px;
}

.mgnbtm5 {
	margin-bottom: 5px;
}

.mgnbtm10 {
	margin-bottom: 10px;
}

.mgnbtm15 {
	margin-bottom: 15px;
}

.mgnbtm20 {
	margin-bottom: 20px;
}

.mgnbtm30 {
	margin-bottom: 30px;
}

.mgnbtm40 {
	margin-bottom: 40px;
}

.pdgbtm20 {
	padding-bottom: 20px;
}

.float_clear{ clear:both;}


/* ==================================================
   カラー
================================================== */
.black {
	color: #000;
}

.white {
	color: #fff;
}

.gray {
	color: #999;
}

.red {
	color: #c00;
}

.red01 {
	color: #cc3333;
}

.red02 {
	color: #de5e60;
}

.orange {
	color: #f29a1c;
}

.blue {
	color: #00bbf2;
}

.blue02 {
	color: #3890b5;
}

/* ==================================================
   display
================================================== */

.display_none {
	display: none;
}


/* ==================================================
   商品一覧・検索共通
================================================== */
/* productlist */
.productlist_heading {
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.subcategorylist_lists {
  font-size: 12px;
  margin: 0 0 20px 0;
  padding: 20px 10px 10px 10px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
  text-decoration: underline;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;









}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 5px;
}

/* ページャ pagerlist   desktop */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
}
.pagerlist li a {
  border: 1px solid #2f3238;
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #2f3238;
  background-color: #999;
  color: #333;
}
.pagerlist li span {
  border: 1px solid #666;
  background-color: #2f3238;
  color: #fff;
}

/* ページャ pagerlist   phone*/
.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_sp li a {
  border: 1px solid #2f3238;
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}
.pagerlist_sp li a:hover {
  border: 1px solid #2f3238;
  background-color: #999;
  color: #333;
}

.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

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

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
}


/* ==================================================
   フリーページ
================================================== */


/*   お買物ガイド
================================================== */

.okaimono_guide {
	margin: 0 0 20px 0;
	padding: 0 0;
	}
	
.okaimono_guide h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  border-bottom: 1px solid #999;
}

.okaimono_guide a:hover {
	text-decoration: underline;
	}

/* 見出し・リスト */	
.okaimono_guide_index {
	margin: 0 0 20px 0;
	padding: 0;
	}

.okaimono_guide_lists {
  font-size: 1.0em;
  margin: 0 0 20px 0;
  padding: 20px 10px 10px 10px;
}

ul.okaimono_guide_lists li {
  margin-bottom: 10px;
  list-style-type: none;
  }
  
.okaimono_guide_sub_lists {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;	
	}
	
ul.okaimono_guide_sub_lists li {
	list-style-type: none;
 	margin: 5px 0;
	background:url(https://img21.shop-pro.jp/PA01336/032/etc/btn_arrow_w01.png) no-repeat 15px 4px;
	padding-left: 30px;
 	}
	

ul.okaimono_guide_sub_lists li a:hover {
	text-decoration: underline;
 	}


/* 詳細 */
.guide_box {
  padding-top: 120px;
  margin-top: -60px
}

.guide_box h3 {
	padding: 8px 0 8px 10px;
	margin: 8px 0;
 	font-size: 1.2em;
  	font-weight: normal;
	background-color: #37474f;
}

.guide_box h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 5px;
  	padding-top: 120px;
  	margin-top: -60px;
 	font-size: 1.2em;
  	font-weight: normal;
	border-bottom: 1px solid #999;
}

.guide_box_lead {
	margin: 0;
	padding: 8px 0;
	font-size: 1.0em;
	font-weight:normal;
}

.guide_box p {
	margin: 0 0;
	padding: 5px;
	font-size: 0.9em;
	font-weight:normal;
	line-height: 1.3em;
	}
	
	
.guide_box img {
	margin: 0 auto;
	padding: 5px 3px;
	vertical-align: middle;
	}
	
.guide_text_box {
	margin: 0;
	padding: 10px 5px 0 5px;
	}
	
.guide_text_box p {
	margin: 0 0;
	padding: 5px 0 5px 0;
	font-size: 0.9em;
	line-height: 1.3em;
	}


.guide_box dl {
	margin: 0;
	padding: 0;
	}
.guide_box dt {
	margin: 0;
	padding: 5px 0 8px 0;
	font-weight: normal;
	font-size: 0.9em;
	}
	
.guide_box dd {
	margin: 0;
	padding: 0 5px 12px 5px;
	font-size: 0.9em;

	color: #999;
	line-height: 1.4em;
	}


.guide_text_box ul {
	margin: 0 5px 8px 5px;
	padding: 0;
	list-style-type: none;
	}

.guide_text_box ul li {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
	}
	
.guide_text_box ol {
	margin: 0 0 8px 15px;
	padding: 0;
	}

.guide_text_box ol li {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
	}



/* ご注文方法 */	
#order_box {}

#order_web {
  	padding-top: 0;
  	margin-top: 20px;
}


.order_fax_sheet_link {
	max-width: 300px;
  	margin: 10px auto 0 5px;
  	padding: 5px;
  	background:#efefef;
  	border: #888 1px solid;
  }
  
.order_fax_sheet_link a {
	display:block;
	color: #333;
	font-size: 15px;
	text-decoration: none;

}

.order_fax_sheet_link a:hover {
}

.order_fax_sheet_pdfsoft_link {
	margin: 8px 5px;
	}
	



/* アフターサービス（返品・交換について） */	
.afterservice_fuzoku {
	max-width: 370px;
	margin-top: 15px;
	padding:0;
	color: #cc6666;
	}
	
.afterservice_fuzoku_img_box {
	max-width: 150px;
	margin: 5px 15px 0;
	padding: 8px 30px;
	background: #fff;
	border: 1px #ccc solid;
	}
		
.afterservice_fuzoku ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type:disc;
	color: #333;
	}

.afterservice_fuzoku ul li {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
	}

/* メンテナンス */
#maintenance_box h4 {
	padding-top: 0;
  	margin-top: 20px;
}

/* contact　お問い合わせ　*/

.contact {
	margin: 30px 0 20px 0;
	padding: 0;
	line-height: 1.4em;
	/*background: #26292e;*/
}

.contact h4 {
	color:#f29a1c;
	padding: 5px 0;
	margin: 8px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

.contact p {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4em;

}

.freedial {
	margin: 0 0;
	padding: 15px 0;
	}

.freedial_text {
	margin: 5px 0 0 0;
	color: #888;
	font-size: 0.9em;
		}
		

/* pagetopボタン　*/
.pagetop {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 5px;
}
		
.pagetop a {
	opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
		
.pagetop:hover {
	opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/* ==================================================
   条件を指定して検索　フリーページ
================================================== */

/* 検索　form　*/	
#product_search_query {
	width: 90%;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 0.9em;
	}
	
	
.search_select_category {
  width: 220px;
  border: 1px solid #101010;
  font-size: 12ｐｘ;
}


/* 素材、ハンドル形状など説明　link　*/
.search_explain_link {
	margin: 5px 0 0 0;
	padding: 0;
	background: url(https://img21.shop-pro.jp/PA01336/032/etc/btn_paper.png) no-repeat 0 2px;
	}
.search_explain_link a {
	margin: 0 0 0 16px;
	padding: 0;
	color: #de5e60;
	}
.search_explain_link a:hover {
	text-decoration: underline;
	}
	

.search_conditions {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
	}

.search_name {
	margin :0;
	padding :15px 0 3px 8px;
	font-weight:bold;
    font-size: 14ｐｘ;
	}
	
.search_sub_name {
	margin :0;
	padding :8px 0 3px 12px;
	color: #999;
	}

.search_radio_lists label {
	margin: 0 0 0 15px;
	margin-right: 1em;
    padding: 0 0 5px 0;
	display: block;
	float: left;
	width: 6em;
	}
	
.search_radio_lists:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden; 
    clear:both;
}

.search_radio_lists label:hover {
    color: #de5e60;
}

.search_submit_button_box {
	margin: 10px 0;
	text-align :center;
}

/* submit　送信ボタン　*/
.search_submit_button {
	width: 80%; 
    height: 30px;
	background-color: #e7e7e7;
	border: none;
	}

.search_submit_button:hover {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	 opacity: 0.7;
}


/* ==================================================
   シザーの素材について説明　フリーページ
================================================== */

.sozai_explain {
	margin: 0;
	padding: 0;

	}
	
	
.sozai_explain_title_banner {
	margin: 0;
	padding: 20px;
	color: #fff;
	font-size: 2.5em;
	font-weight: normal;
	text-align:center;

	/*Other Browser*/
	background: #666;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
	top,
	#999 0%,
	#666 100%);
	/*For Modern Browser*/
	background: linear-gradient(
	to bottom,
	#999 0%,
	#666 100%);
	}

.sozai_explain_lead {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #666;
	}
	
.sozai_explain_lead h2 {
  	margin: 20px 0 0 0;
 	font-size: 1.2em;
}

.sozai_explain_lead p {
	margin: 15px 0 0 0;
	padding: 0 5px 10px 5px;
	color:#ccc;
	font-weight:normal;
	line-height: 1.2em;
}

/* 素材詳細 */

.sozai_explain_list {
	margin: 0 0 20px 0;
	padding: 0;
	}

.sozai_explain_list h3 {
	margin: 20px 0 0 0;
  	padding:0 8px;
 	font-size: 1.8em;
  	font-weight: normal;
	}
	
.sozai_explain_list img {
	margin: 5px 10px 0;
	}

.sozai_explain_list h4 {
	margin: 20px 0 0 0;
	padding: 0 10px;
 	font-size: 1.2em;
}

.sozai_explain_list p {
	margin: 15px 0;
	padding: 0 15px;
  	color:#ccc;
	font-size: 1.0em;
	font-weight:normal;
	line-height: 1.5em;
	}

.sozai_explain_list ul {
	margin: 10px 0 0 30px;
	padding: 0;
	}

.sozai_explain_list ul li {
	margin: 0;
	padding: 0 0 3px 0;	
	}	

.sozai_explain_link {
	width: 96%;
  	margin: 10px auto 60px;
  	padding: 15px;
  	background:#26292e;
  	border: #999 1px solid;
  }
  
.sozai_explain_link a {
	display:block;
	color: #cc6666;
	text-decoration: none;

}

.sozai_explain_link a:hover {
	text-decoration: underline;
}

.sozai_explain_link img {
	padding-bottom: 7px;
	}



/* ==================================================
   ハンドル形状について　フリーページ
================================================== */
.handle_form {}

.handle_form h2 {
  	font-weight: normal;
	}


/* ハンドル　offset & megane lists */
.handle_form_lists {
	margin: 0 0 60px 0;
	padding: 0;
}

.handle_form_lists dl dt {
	margin: 0 0 10px 0;
	padding: 3px 0 5px 8px;
	border-bottom: 1px #888 solid;
	font-size: 1.3em;
	font-weight: normal;
	}

.handle_form_lists dl dd {
	margin: 0 0 10px 5px;
	font-size: 1.0em;
	color: #ccc;
	}


.handle_form_lists ul {
	margin: 8px 0 0 8px;
	}
	
.handle_form_lists ul li {
	margin: 0 0 5px 10px;
	}

.handle_form_lists ul li a {
	padding: 0 18px 0 0;
	background: url(https://img21.shop-pro.jp/PA01336/032/etc/btn_arrow_gr03.png) no-repeat 98% 3px;
	}
	
.handle_form_lists ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}


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

.handle_form h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #cc6666;
	font-weight: normal;
	line-height: 1.3em;
	}


.handle_form_hand_link_l a {
	padding: 3px 20px 0 0;
	color: #3890b5;
	font-size: 12px;
	text-decoration: underline;
	background: url(https://img21.shop-pro.jp/PA01336/032/etc/btn_arrow_bl02.png) no-repeat right 8px;
	}
	
.handle_form_hand_link_l a:hover {
	color: #ccc;
	text-decoration: none;
	background: url(https://img21.shop-pro.jp/PA01336/032/etc/btn_arrow_gr02.png) no-repeat right 8px;
	}
	
	
.handle_form_hand_link_r a {
	padding: 3px 20px 0 0;
	color: #f29a1c;
	font-size: 12px;
	text-decoration: underline;
	background: url(https://img21.shop-pro.jp/PA01336/032/etc/btn_arrow_or02.png) no-repeat right 8px;
	}
	
.handle_form_hand_link_r a:hover {
	color: #ccc;
	text-decoration: none;
	background: url(https://img21.shop-pro.jp/PA01336/032/etc/btn_arrow_gr02.png) no-repeat right 8px;
	}
	

/* ハンドル形状一覧 */
ul.handle_lists {
	margin: 5px 0 0 0;
}

li.handle_list {
	text-align: center;
  	margin-bottom: 8px;
}

li.handle_list a {
	display: block;
	padding: 8px;
	background: #37474f;
	border: #666 1px solid;
	}
	
li.handle_list a:hover {
	color: #de5e60;
	background: #26292e;
	}


/* ハンドル形状説明 */

/* 余白調整 */
.handle_explain_mgntop01 {
	padding-top: 100px;
  	margin-top: -40px;
	}
.handle_explain_mgntop02 {
	padding-top: 100px;
  	margin-top: -40px;
	background: #fff;
	}
	
.handle_explain_title {
	margin: 0;
	padding: 3px 10px;
	font-size: 2.1em;
	background: #26292e;
	color: #fff;
	border: 1px #666 solid;
	}

.handle_explain {
  	color: #333;
	background: #fff;
}
	
	
.handle_explain img {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	}
	
.handle_explain p {
	margin: 10px 20px 0;
	font-size: 0.9em;
	}
	
/* linkボタン */
.handle_explain_link_001 {
	max-width: 300px;
	margin: 15px auto 0;
	padding: 5px;
  	background:#cc6666;
	}

.handle_explain_link_001 a {
	display:block;
	color: #fff;
	font-size: 0.9em;
  	text-decoration: none;
	}

.handle_explain_link_001 a:hover {
	color: #de5e60;
  	text-decoration: underline;
	}

.handle_explain_link_002 {
	max-width: 300px;
	margin: 8px auto 0;
	padding: 5px;
	}

.handle_explain_link_002 a {
	display:block;
	color: #607d8b;
	font-size: 0.9em;
  	text-decoration: underline;
	}

.handle_explain_link_002 a:hover {
	color: #fff;
  	text-decoration: underline;
	}

/* グループ、フリーページ一覧　非表示リスト*/
/*.group-1272098 {
    display:none;
}*/

.subgroup-HYS-MAX67 {
    display:none;
}

.freepage-条件を指定して検索 {
    display:none;
}
 
