@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;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

a:hover img{
  opacity:0.8;
}

/* 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 #ccc;
}

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

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

.list_link {
  padding: 7px 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;
  color:#b71212;
  text-align:left;
}
.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;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
  z-index: 50;
}

.header_top {
  width: 100%;
  height: 50px;
  /* border-bottom: 1px solid #eee; */
  position: absolute;
  top: 0;
  background-color: #1d324d;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}
.header_top_inner ul.header_nav_headline li{
  padding:0;
  padding-left: .5em;
}
.header_top_inner ul.header_nav_headline li.kaitori-link{
  margin-right:1em;
  margin-top: 5px;
  font-size:14px;
}
.header_top_inner ul.header_nav_headline li.kaitori-link a i{
  display:inline-block;
  vertical-align: middle;
}
.header_top_inner ul.header_nav_headline li.kaitori-link a i:before{
  font-size:1em;
}
.header_top_inner .sp-kaitori{
  display:none;
}
.header_top_inner ul.header_nav_headline li a{
  margin-right:0;
}
.header_top .fa-shield,
.header_top .fa-question{
  margin-right:5px;
  font-size: 20px;
  vertical-align:top;
}
.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

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

.search_box {
  width: 260px;
}

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

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

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

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

.header_nav_headline li a i:before{
  font-size: 1.8rem;
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}
.header_nav_headline li a span{
  font-size: 1.3rem;
}

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

.header_nav_headline .headline_viewcart {
  padding-left: 5px;
}

.header_nav_headline .headline_viewcart a{
  
  /* display: flex; */
  align-items: center;
}


.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #333;
  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 {
}

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

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #333;
  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_wrapper {
  border-bottom:1px solid #1d324d;;
  background: #1d324d;
}

.header_btm {
  max-width: 980px;
  padding-top: 53px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end
  /* background:#fff url("https://img04.shop-pro.jp/PA01012/303/etc/bg_header.jpg?cmsp_timestamp=20160801182617") 100% 100% no-repeat; */
}

 .header_btm .lead{
   margin-bottom: 7px;
   padding:10px 0 0;
   font-size: 0.85em;
   color:#fff;
 }

.header_btm .logo-area{
  overflow: hidden;
  width: 560px;
}
.header_logo {
  margin: 0 20px 0 0;
  float: left;
  max-width: 320px;
}
.header_btm .link-area{
    width: calc(100% - 600px);
    display: flex;
    justify-content: flex-end;
    
}
.header_btm .link-area li{
    display: inline-block;
    margin-right: 1.5em;
    text-align: center;
}

.header_btm .link-area li a{
    font-size: 1.05em;
    /* font-weight: bold; */
}

.header_btm .link-area li a:hover{
    color: #ccc;
}

.header_btm .link-area li:last-child{
    margin-right: 0;
}

.header_btm .link-area a{
    color: #fff;
}
.header_btm .logo-area .free-shipping{
  float:left;
  display: inline-block;
  margin-top: 18px;
  padding: 5px 10px;
  color:#fff;
  border: 1px solid #fff;
}

.header_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #fff;
  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: 8px 0;
  font-size:1.2em;
}
.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%;
}


#AQ_Favorites_List span{
    top: 10px !important;
}
#AQ_Favorites_List p{
    padding: 5px !important;
    background: #1d324d !important;
}

#AQ_Favorites_List li{
    border-bottom: 1px dotted #ccc;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

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

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

/* news */
.news {
  margin-bottom: 60px;
  /* border-bottom:1px solid #1d324d; */
}
.news h2{
    position:relative;
    padding: 15px 8px 5px;
    margin-bottom: 15px;
    border-bottom:1px solid #ccc;
    /* border-bottom:none; */
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0;
}

.news h2:after{
    position:absolute;
    content:"";
    bottom:-1px;
    left:0;
    height:1px;
    width:200px;
    background-color:#1d324d;
}

.news h2 span{
    font-size: 0.6em;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 15px;
    vertical-align: middle;
}

.news .inner{
  overflow: auto;
  max-height:165px;
  padding: 15px;
}
.news ul{
  padding: 0 10px;
}
.news li{
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom:2px dotted #ccc;
}

.news li:last-child{
    border-bottom: none !important;
}
.news a{
    display: block;
    font-weight: normal;
    text-decoration: underline;
}
.news a:hover{
    text-decoration: none;
}
.news .inner dl{
  overflow:hidden;
  margin: 0 auto 8px;
}
.news dl dt{
  float: left;
  width: 95px;
  color:#7d7d7d;
  text-align:right;
  font-weight:normal;
}
.news dl dd{
  float:right;
  width:500px;
}


/* product-list */
.new_items,.hot-selling {
  margin-bottom: 60px;
}

.new_items .col,.hot-selling .col{
  float: none;
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: top;
  letter-spacing: normal;
}
.new_items .new_items_heading,.hot-selling .info_heading {
  position:relative;
  padding: 15px 8px 5px;
  margin-bottom: 15px;
  border-bottom:1px solid #ccc;
  /* border-bottom:none; */
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0;
}

.new_items .new_items_heading:after,.hot-selling .info_heading:after {
  position:absolute;
  content:"";
  bottom:-1px;
  left:0;
  height:1px;
  width:200px;
  background-color:#1d324d
}

.new_items .new_items_heading  span,.hot-selling .info_heading  span{
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-left: 15px;
  vertical-align: middle;
}

.new_items .new_items_detail .itembox,.hot-selling .itembox,.recommend_list{
  display:inline-block;
  width:32.8888%;
  padding:0 6px;
  vertical-align:top;
  letter-spacing:0;
}

.new_items .new_items_detail .itembox .AQ_Favorites_Product,.hot-selling .itembox .AQ_Favorites_Product,.recommend .recommend_lists .recommend_list a .AQ_Favorites_Product{
  top: 7px !important;
  left: 7px !important;
  width: 25px !important;
  height: 25px !important;
}

.AQ_Favorites_Product_Device{
  width: 25px !important;
  height: 25px !important;
  background-size:cover !important;
}

.footer_list a .AQ_Favorites_Product_Device{
  margin:5px 0 0 5px;
  width: 20px !important;
  height: 20px !important;
}


.info_detail {
  margin: 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;
}

/* 新入荷 */
.new_items .new_items_detail{
  letter-spacing:0;
}

.new_items .new_items_detail *{
  box-sizing: border-box;
}

.new_items .new_items_detail ul{
  margin: 0;
}


/* .new_items .new_items_detail .itembox .item-img{
  position: relative;
  width:100%;
  height:auto;
  padding:0;
  border:1px solid #e7e7e7;
  text-align:center;
} */

.new_items .new_items_detail .itembox h3{
  font-size: 1.05em;
  font-weight: normal;
}

.new_items .new_items_detail .itembox h3 .price{
  color:#cc0000;
  display: block;
  font-weight: bold;
}


/* hot-selling */
.hot-selling *,.recommend *,.new_items *{

    box-sizing: border-box;
}
.hot-selling ul{
    margin: 0;
    letter-spacing: 0;
}

.hot-selling .itembox .item-img,.recommend .recommend_lists .recommend_list .item-img,.new_items .new_items_detail .itembox .item-img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width:200px;
    height:200px;
    padding:0;
    border:1px solid #e7e7e7;
    text-align:center;
}

.hot-selling .itembox .item-img img,.recommend .recommend_lists .recommend_list .item-img img,.new_items .new_items_detail .itembox .item-img img{
    height: 100%;
    object-fit: cover;
}

.hot-selling .itembox h3{
    font-size: 1.05em;
    font-weight: normal;
}
.hot-selling .itembox .price{
    color:#cc0000;
    font-weight: bold;
    display: block;
}


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

.seller_heading {
}

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

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

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

.recommend .recommend_heading {
  position:relative;
  padding: 15px 8px 5px;
  margin-bottom: 15px;
  border-bottom:1px solid #ccc;
  /* border-bottom:none; */
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0;
}
.recommend .recommend_heading:after {
  position:absolute;
  content:"";
  bottom:-1px;
  left:0;
  height:1px;
  width:200px;
  background-color:#1d324d;
}

.recommend .recommend_heading  span{
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-left: 15px;
  vertical-align: middle;
}

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

.recommend .recommend_lists .recommend_list a{
    position: relative;
  text-align:left;
}


/* .recommend .recommend_lists .recommend_list .item-img{
  padding: 0;
  margin: 0 0 10px 0;
  box-sizing:border-box;
  display:block;
  width:100%;
  padding:15px;
  border:1px solid #e7e7e7;
  text-align:center;
} */

.recommend .recommend_lists .recommend_list h3{
  font-size: 1.05em;
  font-weight: normal;
}
/* 
.recommend .recommend_lists .recommend_list h3 span{
  font-weight: normal;
} */


/* 最近チェックした商品 */
.footer_checked_heading {
  position: relative;
  padding: 15px 8px 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  /* border-bottom: none; */
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0;
}

.footer_checked_heading:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 200px;
  background-color: #1d324d;
}

.footer_checked_heading  span{
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-left: 15px;
  vertical-align: middle;
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
  overflow:hidden;
  margin-bottom:40px;
}
.side_banner_list {
  margin-top: 19px;
  padding:0;
}
.side_banner_list:first-child {
  margin-top: 0;
}
.side .product{
    margin-left: 0;
    padding: 20px;
    background: #ebeff3;
}

.side .product h4{
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;

}
.side .product .item-img{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    /* border: 1px solid #e7e7e7; */
    text-align: center;
}

.side .product .item-img .AQ_Favorites_Product{
    top: 7px !important;
    left: 7px !important;
}

.side .product .price{
    color:#cc0000;
    display: block;
}


.side_category ,.side_group{
  margin: 0 auto 40px;
}
.side_category .heading,.side_group_heading{
     background-color: #1d324d;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 10px 2px;
    text-align: center;
}
.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;
}
.m-guide {
  margin:0 auto 20px;
  padding:15px 10px 10px;
  border-top:2px solid #1d324d;
  background-color:#f0ede7;
}
.m-guide .title{
  margin-bottom:10px;
  color: #1d324d;
  font-weight:bold;
  text-align: center;
}
.m-guide ul{
  margin:0;
}
.m-guide ul li{
  margin-bottom: 5px;
  list-style-type:none;
}
.m-guide ul li a{
  position:relative;
  padding-left: 25px;
}
.m-guide ul li a .icon-lg-b{
  position: absolute;
  left:0;
  top:5px;
  width:20px;
  height:15px;
}
.m-guide ul li a .icon-lg-b.icon-chevron_right{
  background-position: -121px -222px;
}



/* .side_group {
  margin-top: 60px;
} */

.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_lists {
  margin-top: 20px;
  text-align: center;
  letter-spacing:-0.4em;
}
.footer_list {
  margin-right:0.916%;
  padding:0;
  letter-spacing:0;
}
.footer_list:last-child {
  margin-right:0;
}
.footer_list a {
  display:flex;
  justify-content: center;
  align-items: center;
  box-sizing:border-box;
  border:1px solid #e7e7e7;
  height: 132px;
}
.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: #1d324d;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #f0ede7;
}
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: #1d324d;
}
.footer_nav .footer_inner{
  color:#fff;
}
.footer_nav .footer_inner .left{
  float:left;
  width:40%;
}
.footer_nav .footer_inner .left .logo{
  margin-bottom:40px;
}
.footer_nav .footer_inner .right{
  float:right;
  width:55%;
  text-align:right;
}
.footer_nav .footer_inner .right .contact-area{
  overflow:hidden;
}
.footer_nav .footer_inner .right .contact-area dl{
  display:inline-block;
  margin-bottom:8px;
  vertical-align:top;
}
.footer_nav .footer_inner .right .contact-area dl:first-child{
  margin-right:7px;
}
.footer_nav .footer_inner .right .contact-area dl dt{
  display:inline-block;
  padding:0 15px;
  background-color:#fff;
  color:#1d324d;
  text-align:center;
  vertical-align:top;
}
.footer_nav .footer_inner .right .contact-area dl dd{
  display:inline-block;
  font-size: 1.8em;
  text-align:left;
}
.footer_nav .footer_inner .right .contact-area dl dd a{
  color:#fff;
  text-decoration:none;
}
.footer_nav .footer_inner .right .contact-area dl dd span{
  display:block;
  font-size: 0.5em;
  line-height:2.2;
}
.footer_nav .footer_inner .right .btn-contact{
  display:inline-block;
  margin-bottom:10px;
}
.footer_nav .footer_inner .right .btn-contact a{
  position:relative;
  display:block;
  padding:5px 40px;
  border:2px solid #fff;
  color:#fff
}
.footer_nav .footer_inner .right .btn-contact a i{
  position:absolute;
  right:8px;
  top:8px;
}
.footer_nav .footer_inner .right .btn-contact a:hover{
  background-color:rgba(255,255,255,.2);
}
.footer_nav .footer_inner .right .copyright{
  color:#99a3b0;
}
.footer_nav .infoarea{
  max-width:980px;
  margin:0 auto 2em;
  color: #fff;
}
.footer_nav .infoarea a{
  color:#fff;
  text-decoration:underline;
}
.footer_nav .infoarea a:hover{
  text-decoration:none;
}
.footer_nav .infoarea address{
  margin-bottom:0;
}
.footer_nav .bn-area{
  max-width:980px;
  margin: 0 auto 2em;
}
.footer_nav .bn-area ul{
  margin:0;
  text-align:center;
  letter-spacing:-0.4em;
}
.footer_nav .bn-area ul li{
  display:inline-block;
  margin-right:.5em;
  margin-bottom:.5em;
  letter-spacing:0;
  list-style-type:none;
}
.footer_nav .bn-area ul li:last-child{
  margin-right:0;
}
.footer_nav .bn-area ul li a{
  display:block;
}

.footer_nav .bn-area ul li a img{
  max-width: 190px;
}
.footer_nav .sns-area {
  margin-bottom: 2em;
}
.footer_nav .sns-area ul {
  display: flex;
  justify-content: center;
}
.footer_nav .sns-area ul li {
  margin: 0 0.7em;
}
.footer_nav .sns-area ul li img {
  width: 50px;
}
.footer_nav .copyright{
  max-width:980px;
  margin:0 auto;
  color:#99a3b0;
  text-align:center;
}

/*
 * 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 #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: -113px -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); }

/*****************************************
ノースブックセンター | フリーページ
*****************************************/



/* ------------------------------------- 
 * 仮freepage1
 * ------------------------------------- */
 

#freepage a,#freepage1 a{color:#06C;}
#freepage, #freepage1{font-size: 14px;}
#freepage1 h1,#freepage2 h1,#freepage3 h1,#freepage4 h1{font-size:18px; color:#00A7C9; padding-bottom:5px;}


/* em{font-size: 12px;font-weight:normal;font-style:normal;color:#ff0000;} */
#freepage1 h2{color:#000; font-size:14px; border-bottom:1px solid #999; padding:4em 0px 0.5em; font-weight:bold;}
#freepage1 h3{font-weight:bold; color:#999;}
#freepage1 em{font-size: 12px;color:red;}
#freepage1 span{color:red;}
#freepage1 .yajirushi{display:block; padding-top:1em; padding-bottom:1em; color:#000; font-weight:bold;}
#freepage1 #dit{padding-bottom:3em;}
#freepage1 #takuhai dd{display:inline; padding-left:2em;}
#freepage1 #takuhai dd#left{padding-left:0px;}
#freepage1 dl#addr{padding-top:1.5em;}
#freepage1 ul#list1 li{padding-top:10px; padding-bottom:10px; border-top:1px solid #999;}
#freepage1 ul#list1 li#bot{border-bottom:1px solid #999;}
#freepage1 ul.list2 li{padding-left:1em; text-indent:-1em; padding-top:1em;}
#freepage1 ul.list2 li.top{padding-top:1em;}


hr{margin:10px 0 20px;}


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

li{list-style:none;}

.right {float: right;}

.left {float: left;}

.small{font-size: 10px;}

p{padding-bottom: 10px;}

/* ------------------------------------- 
 * 画像置き換え
 * ------------------------------------- */

.rp a{
display:block;
background-repeat: no-repeat;
/*\*//*/
  overflow: hidden;
  display:inline-table;
/**/
font-size: 14px;
}

.rp a strong{
display:block;
position:relative;
z-index:-1;
overflow: hidden;
/*\*//*/
  display:inline-table;
/**/
}

.rp2 {
position:relative;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */
}

.rp2 span{
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
}


/* ------------------------------------- 
 * freepage
 * ------------------------------------- */
 
#freepage {
	width:625px;
	padding:10px 0;
	margin:0 auto;
} 
 
 
h3#order, h3#order span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDorder.png');
}

h3#howTo, h3#howTo span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDhowTo.png');
}

h3#address, h3#address span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDaddress.png');
}

h3#warning, h3#warning span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDwarning.png');
}

h3#condition, h3#condition span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDcondition.png');
}

h3#condition, h3#inquiry span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDinquiry.png');
}

h1#link, h1#link span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDlink.png');
margin-bottom: 25px;
height:30px;
text-indent:-99999px

}

h3#volunteer, h3#volunteer span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDvolunteer.png');
margin-bottom: 25px;
height:30px;
text-indent:-99999px
}

h3#volunteer2, h3#volunteer2 span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDvolunteer2.png');
margin-bottom: 25px;
height:30px;
text-indent:-99999px
}

h1#faq, h1#faq span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDfaq.png');
margin-bottom: 25px;
height:30px;
text-indent:-99999px
}

h3#pickup, h3#pickup span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDpickup.png');
margin-bottom: 25px;
height:30px;
text-indent:-99999px
}

h1#display, h1#display span{
background-image: url('https://img04.shop-pro.jp/PA01012/303/etc/RDdisplay.png');
margin-bottom: 25px;
height:30px;
text-indent:-99999px
}

#freepage h4,#freepage p{
margin: 10px;
}

#freepage h4{
font-size: 14px;
margin-bottom: 10px;
}

#freepage h5#estimate{
border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 10px 10px 30px;
	padding: 12px 10px 12px 50px;
	font-size: 16px;
background: url('https://img04.shop-pro.jp/PA01012/303/etc/RDestimate.png') no-repeat 0 50%;
}

#freepage h5#form{
border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 10px;
	padding: 12px 10px 12px 50px;
	font-size: 16px;
background: url('https://img04.shop-pro.jp/PA01012/303/etc/RDform.png') no-repeat 0 50%;
}

#freepage .link a{
padding: 0 10px 0 18px;
margin-bottom: 0;
font-size: 14px;
background: url('https://img04.shop-pro.jp/PA01012/303/etc/RDlink.gif') no-repeat 0 2px;
}

#freepage .linkS a{
padding: 0 7px 0 10px;
background:  url('https://img04.shop-pro.jp/PA01012/303/etc/RDlinkS.gif') no-repeat 0 4px;
}

#freepage p.list{
line-height: 2;
}

#freepage ol{
margin: 10px 10px 15px 30px;
}

#freepage ul, #freepage dl{
margin: 10px 10px 30px;
}

#freepage ol ul, #freepage ul ul{
margin: 3px 0 0;
}

#freepage ol.order{
font:italic bold 20px Georgia, Times, serif;
margin: 10px 10px 15px 30px;
color: #6c3207
}

#freepage ol.order li p,#freepage ol.order ul{
font: normal 14px/1.5 Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
}



#freepage ol.order ul{
margin: 0 0 15px 10px;
}

#freepage ol li{
list-style: decimal;
margin-bottom: 20px;
border-bottom:1px dotted #6c3207;
}

#freepage ol li.end{
border: 0;
padding-bottom: 5px;
}

#freepage ol ul li{
list-style: disc;
padding-bottom: 0;
margin-left: 15px;
border: 0;
}

#freepage ol ul.note li{
color:#7f4827;
margin: 0 0 0 25px;
}

#freepage em{
color:#ac0011;
font-style:normal;
font-size: .9em;
}

#freepage strong{
padding: 0 2px 0 4px;
color:#7f4827;
}

#freepage ul.disc{
margin-left: 10px;
}

#freepage ul.disc li{
list-style: disc;
margin-left: 14px;
padding-bottom: 10px;
}

#freepage ul.disc li.noDisc{
list-style: none;
}


#freepage dd{border-bottom:1px dotted #6c3207;margin-bottom: 10px;}

#freepage h5, #freepage h6{
padding-left: 10px;
margin-bottom: 20px;
line-height: 30px;
font-size: 14px;
color: #fff;
background:url('https://img04.shop-pro.jp/PA01012/303/etc/RDheading.png') no-repeat;
}

#freepage h6{
background-image:url('https://img04.shop-pro.jp/PA01012/303/etc/RDheading2.png');
}

.gallery {
position: relative;
top: 0;
left: 0;
width: 120px;
margin-right: 25px;
float: left;
}
.gallery a .large {
display: block;
position: absolute;
width: 1px;
height: 1px;
top: 0;
left: 0;
background: none;
}
.gallery a.popup,
.gallery a.popup:visited {
display: block;
width: 100px;
top: 0;
left: 0;
}
.gallery a.popup:hover {
background-color: #fff;
}
.gallery a.popup:hover .large {
display: block;
position: absolute;
width: 323px;
height: 448px;
top: 10px;
left: 10px;
background: url('https://img04.shop-pro.jp/PA01012/303/etc/RDshadow.gif') no-repeat 100% 100%;
padding: 5px 10px 10px 5px;
}

ul.gap{padding-bottom: 120px;}

.first{z-index: 100;}
.second{z-index: 80;}
.third{z-index: 60;}
.fourth{z-index: 30;}
.fifth{z-index: 20;}
.sixth{z-index: 10;}

dl.faq dt{
margin-bottom: 7px;
padding-left: 30px;
font-weight: bold;
background: url('https://img04.shop-pro.jp/PA01012/303/etc/RDq.gif') no-repeat;
}

#freepage dl.faq dd{
margin-bottom: 15px;
padding: 0 0 10px 30px;
background: url('https://img04.shop-pro.jp/PA01012/303/etc/RDa.gif') no-repeat;
}

#freepage .clear2{clear:both;padding-top: 5px;}

#freepage #pagenav a{color: #a88639;}

/* ------------------------------------- 
 * 買取ページ（by surfboard）
 * ------------------------------------- */ 
/* 基本 */
#kaitori{
	width:620px;
	padding:15px 0;
	margin:0 auto;
}
#kaitori h3{
	margin: 0 auto 1.5em;
}
#kaitori p.read{
	margin: 0 auto 1em;
}
#kaitori #flow .read{
	width: 600px;
	margin: 0 auto 1em;
}

/* リンク設定 */
#kaitori a:hover img{opacity:0.7;filter:alpha(opacity=70);}
#kaitori a{color:#00f;text-decoration:underline;}

/* インフォメーション */
/*----------------------*/
#kaitori p#info{
	width:600px;
	margin:0 auto 1.0em;
	padding:10px;
	background:#efefef;
}
#kaitori h1,
#kaitori h2,
#kaitori h3,
#kaitori h4{
	margin:0 0 1.0em;
}

/* pagetop */
/*----------------------*/
.pagetop{
	margin:10px 0;
	text-align:right;
	font-size:0.8em;
}


/* 買取について　flow */
/*----------------------*/
#kaitori #flow #anshin{
	margin: 0 auto 2.5em;
}

/* anshin */
#kaitori #anshin dl{
	margin:0 0 1.0em;
	padding: 0 0 0 20px;
	width: 580px;
}
#kaitori #anshin dd{
	margin:0 0 1.0em;
	padding:0 0 0 60px;
}
#kaitori #anshin ul{
	width:540px;
	margin:0 auto 1.5em;
}

/* clear hack */
#kaitori #anshin ul{zoom:1;}
#kaitori #anshin ul:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/* */

#kaitori #anshin li{
	float:left;
	width:246px;
	margin-left:15px;
}
#kaitori #flow .anshin-box{
	width: 600px;
	margin: 0 auto;
}

/* clear hack */
#kaitori #flow .anshin-box .block{zoom:1;}
#kaitori #flow .anshin-box .block:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #flow .anshin-box .block{
	margin:0 auto 1em;
}
#kaitori #flow .anshin-box .block dl{
	width: 293px;
	height: 140px;
	margin: 0 auto 10px;
	border: 1px solid #cccccc;
	background: #fff4f0;
}
#kaitori #flow .anshin-box .block dl.left{
	float: left;
}
#kaitori #flow .anshin-box .block dl.right{
	float: right;
}
#kaitori #flow .anshin-box .block dt{
	margin:0 auto 5px;
}
#kaitori #flow .anshin-box .block dd{
	padding: 0 15px 10px 15px;
}
#kaitori #flow .anshin-box p{
	margin: 0 auto 1em;
}
#kaitori #flow .anshin-box .txt-mitsumori{
	margin: 0 auto 2em;
	text-align: right;
}
/* clear hack */
#kaitori #flow .anshin-box .contact-form{zoom:1;}
#kaitori #flow .anshin-box .contact-form:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #flow .anshin-box .contact-form{
	margin: 0 auto 3em;
}
#kaitori #flow .anshin-box .contact-form dt{
	float: left;
	width: 380px;
}
#kaitori #flow .anshin-box .contact-form dd{
	float:right;
}

/* 買取の流れ　step */
/*----------------------*/
#kaitori #step{
	width:614px;
	margin:0 auto 1.5em;
}
#kaitori #step h4{
	padding:0 0 5px;
}
#kaitori #step dl{
	margin:0 0 1.5em;
}
#kaitori #step dt{
	float:left;
	width:120px;
}
#kaitori #step dd{
	float:right;
	width:480px;
	margin:0 0 0.8em;
}
#kaitori #step dd img{
	margin:0.5em 0;
	vertical-align:bottom;
}
#kaitori #step dd span{
	color:#a40000;
}

/* clear hack */
#kaitori #step dl{zoom:1;}
#kaitori #step dl:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
#kaitori #step dd{zoom:1;}
#kaitori #step dd:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/* */


/* step01 */
#kaitori #step #step01{
	margin: 0 auto 2.5em;
}
#kaitori #step .banner{
	margin: 0 auto 2em;
}

/* clear hack */
#kaitori #step #step01 .block01{zoom:1;}
#kaitori #step #step01 .block01:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #step #step01 .block01{
	width: 600px;
	margin: 0 auto 2em;
}

#kaitori #step #step01 .block01 dl{
	float: left;
	width: 340px;
}
#kaitori #step #step01 .block01 dt{
	margin: 0 auto 1em;
	width: 320px;
}
#kaitori #step #step01 .block01 dd{
	float: left;
	width: 330px;
}
#kaitori #step #step01 .block01 dt.one{
	padding: 0 0 0 20px;
	background: url('https://img04.shop-pro.jp/PA01012/303/etc/flow01.gif') no-repeat 0 0;
}
#kaitori #step #step01 .block01 dd img{
	margin: 10px 20px;
}
#kaitori #step #step01 .block01 p{
	float: right;
}

/* clear hack */
#kaitori #step #step01 .jizen{zoom:1;}
#kaitori #step #step01 .jizen:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #step #step01 .jizen{
	width: 565px;
	margin: 0 auto 3em;
	padding: 15px 15px 15px 20px;
	border: 1px solid #cccccc;
}
#kaitori #step #step01 .jizen dl{
	float: left;
	width: 310px;
	margin: 0 auto;
}
#kaitori #step #step01 .jizen dt{
	margin: 0 auto 5px;
}
#kaitori #step #step01 .jizen dd{
	width: 310px;
	margin: 0 auto;
}
#kaitori #step #step01 .jizen dd.txt{
	margin: 0 auto 5px;
}
#kaitori #step #step01 .jizen dd img{
}
#kaitori #step #step01 .jizen p{
	float: right;
	padding: 0;
}

/* clear hack */
#kaitori #step #step01 .block02{zoom:1;}
#kaitori #step #step01 .block02:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #step #step01 .block02{
	width: 600px;
	margin: 0 auto;
}

#kaitori #step #step01 .block02 dl{
	float: left;
	margin: 0 auto;
	width: 340px;
}
#kaitori #step #step01 .block02 dt{
	margin: 0 auto 1em;
	width: 320px;
}
#kaitori #step #step01 .block02 dd{
	float: left;
	margin: 0 auto;
	width: 320px;
}
#kaitori #step #step01 .block02 dt.two{
	padding: 0 0 0 25px;
	background: url('https://img04.shop-pro.jp/PA01012/303/etc/flow02.gif') no-repeat 0 0;
}
#kaitori #step #step01 .block02 dt.two span{
	color: #a40000;
}
#kaitori #step #step01 .block02 dd img{
	margin: 10px 5px;
}
#kaitori #step #step01 .block02 p{
	float: right;
}

/* step02 */
#kaitori #step #step02{
	margin: 0 auto 3em;
}
/* clear hack */
#kaitori #step #step02 .hassou{zoom:1;}
#kaitori #step #step02 .hassou:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #step #step02 .hassou{
	margin: 0 auto 0.5em;
	width: 600px;
}
#kaitori #step #step02 .block{
	float: left;
	width: 400px;
}
#kaitori #step #step02 p.s-fig{
	float: right;
	width: 166px;
}
#kaitori #step #step02 .need {
    background: none repeat scroll 0 0 #F4F2E8;
    margin: 0 auto 2.5em;
    padding: 1em 0;
    width: 390px;
}
#kaitori #step #step02 .need .s-title {
    margin: 5px 15px 5px 15px;
}

#kaitori #step #step02 .need dl{
	width: 360px;
	margin: 0 auto;
}
#kaitori #step #step02 .need dt{
	width: 350px;
	margin: 0 auto 5px;
	font-weight: bold;
}
#kaitori #step #step02 .need dd{
	width: 350px;
}
#kaitori #step #step02 .cyuui{
	width: 600px;
	color: #a40000;
	text-align: center;
}
#kaitori #step #step02 ul{
	width: 430px;
	margin: 0 auto;
}
#kaitori #step #step02 li{
	display: inline-block;
	/display: inline;
	/zoom:1;
	margin: 0 10px 0 0;
}

/* step03 */
#kaitori #step #step03{
	margin: 0 auto 3em;
}
#kaitori #step #step03 .satei-block{
	width: 600px;
	margin: 0 auto 3em;
}
#kaitori #step #step03 p.btn{
	text-align: center;
}
#kaitori #step #step03 h4{
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #c6742a;
	background: url('https://img04.shop-pro.jp/PA01012/303/etc/flow_icon.gif') no-repeat 0 2px;
}
#kaitori #step #step03 ul{
	margin: 0 auto 1.5em;
	padding: 0 0 0 20px;
}
#kaitori #step #step03 li{
	list-style-type: disc; 
}
/* clear hack */
#kaitori #step #step03 .ninsyo{zoom:1;}
#kaitori #step #step03 .ninsyo:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #step #step03 .ninsyo{
	margin: 0 auto 1em;
	padding: 0 20px;
}
#kaitori #step #step03 .ninsyo .txt{
	float: left;
	width: 300px;
}
#kaitori #step #step03 .ninsyo .txt span{
	font-weight: bold;
}
#kaitori #step #step03 .ninsyo p{
	float: right;
}
#kaitori #step #step03 .satei-txt{
	margin: 0 auto 2em;
	padding: 10px;
	background: #f0f0f0;
}
/* clear hack */
#kaitori #step #step03 .kifu{zoom:1;}
#kaitori #step #step03 .kifu:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#kaitori #step #step03 .kifu .txt{
	float: left;
	margin: 10px 0 0 25px;
}
#kaitori #step #step03 .kifu .banner{
	float: right;
	margin: 0 auto;
}

/* 発送・集荷手配　ships */
/*----------------------*/

#kaitori #ships{
	margin:0 0 2.0em;
}
#kaitori #ships h4{
	text-align:center;	
}
#kaitori #ships dl{
	width:600px;
	margin:0 auto 0.8em;
}
#kaitori #ships .kibou dt{
	width:160px;
	padding:3px;
	text-align:center;
	background-color:#724221;
	color:#fff;
}
#ships .kibou dd{
	padding:15px;
	background-color:#efefef;
	border:1px #724221 solid;
}
#kaitori #ships .no-kibou dt{
	width:200px;
	padding:3px;
	text-align:center;
	background-color:#755d22;
	color:#fff;
}
#kaitori #ships .no-kibou dd{
	padding:15px;
	background-color:#efefef;
	border:1px #755d22 solid;
}
#kaitori #ships .no-kibou dd .address{
	width:360px;
	margin:5px;
	padding:10px;
	background-color:#fff;
	border:1px #a40000 solid;
}
#kaitori #ships dd span{color:#a40000;}
#kaitori #ships{
	margin:0 auto 3em;
}
#kaitori #ships .syuka{
	text-align: center;
}

/* お問合せ　contact */
/*----------------------*/

#kaitori #contact th,#kaitori #contact td{
	padding:3px 0;
	border-bottom:1px #999 solid;
}
#kaitori #contact th{
	width:80px;
}
#kaitori #contact{
	margin:0 auto 3em;
}
#kaitori #contact .block{
	width: 600px;
	margin: 0 auto;
}


/* ------------------------------------- 
 * 古本等寄付しますページ（by surfboard）
 * ------------------------------------- */ 
p.btn{
	margin:0 auto 1.5em;
	width:625px;
	text-align:right;
}

/* 基本 */
#kifu2 h1,#kifu2 h2{
	margin:0 auto 20px;
}

#kifu2 table{
	width:580px;
	margin:5px auto 15px;
	border:1px solid #472000;
  	border-collapse: collapse;
  	border-spacing: 0;
}
#kifu2 table th{
	background:#eab636;
	color:#472000;
	border:1px solid #472000;
	text-align:center;
}
#kifu2 .jiki{
	width:18%;
}
#kifu2 .basyo{
	width:15%;
}
#kifu2 .naiyou{
	width:67%;
}
#kifu2 table td{
	padding:4px 8px;
	border:1px solid #472000;
}
/* 寄付バナーエリア */
#bn-box *{margin:0;padding:0;background:none;}
#bn-box{
	margin:0 auto 1.5em;
	width:510px;
	overflow:hidden;
	zoom:1;
}
#bn-box dl{
	margin:0 auto 2em;
	padding:0;
	line-height:0;
	text-align:center;
}
#bn-box dl dt{
	margin-bottom:0;
	padding:0;
	font-size:0;
}
#bn-box dl dd{
	margin-bottom:0;
	padding:0;
	border:none;
	font-size:0.9em;
	line-height:1.2em;
}
dl.harf{
	width:240px;
}

.b-left{float:left;}
.b-right{float:right;}

/* 寄付step */
#kifu-flow *{margin:0;padding:0;}
#kifu-flow{
	margin:0 auto;
	padding:15px 0;
	background:#eee;
}
#kifu-flow .kifu-step{
	margin:0 auto;
	width:545px;
}
#kifu-flow .kifu-step p.setptxt{
	width:515px;
	text-indent:-30px;
	margin-left:30px;
}
#kifu-flow .kifu-step p.fig{
	width:515px;
	padding-left:30px;
}
/* ------------------------------------- 
 * 古本出張買取いたします（by surfboard）
 * ------------------------------------- */ 
/* 基本 */
#syuccyou h1{
	margin:0 auto 30px;
}

#syuccyou ul.disc{
	margin:0 0 0 16px;
}

#syuccyou ul.disc li{
list-style: disc;
padding-left:0;
}
/* ------------------------------------- 
 * 古本でできるボランティア　　古本などの買取代金を寄付へ（by surfboard）
 * ------------------------------------- */ 
/* 基本 */
#kifu h1,#kifu h2,#kifu h3{
	margin:0 auto 20px;
}
#kifu h3{
	font-size:14px;
	padding:6px 0 4px 10px;
	background:url("https://img04.shop-pro.jp/PA01012/303/etc/sub_t_back.jpg") no-repeat;
}
#kifu p span{
	color:#a40000;
}
#kifu table{
	width:580px;
	margin:5px auto 15px;
	border:1px solid #feda7c;
  border-collapse: collapse;
  border-spacing: 0;
}

#kifu table td{
	padding:4px 8px;
}
#kifu table tr.iro{background:#fdf6e4;}

#kifu dl dt{padding-bottom:10px;}

#kifu span.kingaku{font-weight:bold;}
#kifu table td.kingaku{
	color:#a40000;
	text-align:right;
}
#kifu p.nendo_link{
	margin:45px auto 0;
	text-align:right;
}
#kifu p{
	width:620px;
	margin-left:auto;
	margin-right:auto;
}
/* pagetop */
/*----------------------*/
#kifu .pagetop{
	margin:30px 0 10px;
	text-align:right;
	font-size:0.8em;
}


/* ------------------------------------- 
 * room to read（by surfboard）
 * ------------------------------------- */
#freepage15 {
	padding:10px 0;
	margin:0 auto;
} 
#freepage15 a{color:#06C;}

/* 団体紹介 */
#support h1{
	margin:0 auto 2em;
	_margin:0 auto 1em;
	padding:0;
	width:645px;
	text-align:center;
}
#support .block *{margin:0;padding:0;}
#support .block{
	margin:0 auto 3em;
	padding:20px;
	width:613px;
	background:url('https://img04.shop-pro.jp/PA01012/303/etc/support_bg.jpg') no-repeat center 0;
	font-size:1.15em;
	overflow:hidden;
	zoom:1;
}

#support .block h2{
	padding:0 0 0.5em 30px;
	font-size:1.5em;
	color:#b82e09;
	background:url('https://img04.shop-pro.jp/PA01012/303/etc/support_eye.gif') no-repeat 0 12px;
}
#support .block img.photo-l{float:left;padding-right:15px;}
#support .block img.photo-r{float:right;padding-left:15px;}

h3.support-t{
	margin:0 auto 1.5em;
}

/* 寄付流れ */
.support-flow *{margin:0;padding:0;}
.support-flow{
	margin:0 auto 1.5em;
	width:630px;

}
.flowstep{
	margin-bottom:1.5em;
}
.flowstep h4{
	margin-bottom:1.5em;
}
.flowstep p{
	margin-bottom:1em;
	padding-left:100px;
	width:530px;
	font-size:1.1em;
	line-height:1.6em;
}
.step-detail h5{
	margin:0 0 1em 100px;
	padding-left:15px;
	color:#fff;
	font-size:1.2em;
	background:#cc0000;
	border-bottom:1px solid #753018;
}
.step-detail img.fig{
	padding-left:100px;
	margin-bottom:1em;
}



.side_category_lists,.side_group_lists {
  background: #ecf0f4;
}

.side_category_lists .list_link,.side_group_lists .list_link{
  padding: 7px 10px;
} 


  
@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;
  }

  .side {
    width: 270px;
  }

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

@media (min-width: 769px) {
  .footer_checked_lists{
    text-align:center;
  }
  .footer_list {
    display:inline-block;
    width: 13.5%;
    margin-right:0.916%;
    box-sizing:border-box;
  }
  .footer_list:last-child {
    margin-right:0;
  }
  #footer .footer_inner .footer_checked_lists .col{
    /* float:none; */
    text-align:center;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  
  .new_items .new_items_detail .itembox, .hot-selling .itembox, .recommend_list{
    width:32%;
  }

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

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .header_btm .link-area{
    display: none;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
  
  
  .hot-selling .itembox .item-img,.recommend .recommend_lists .recommend_list .item-img,.new_items .new_items_detail .itembox .item-img{
    width: 100%;
    height: 180px;
  }
  .hot-selling .itembox .item-img img, .recommend .recommend_lists .recommend_list .item-img img, .new_items .new_items_detail .itembox .item-img img{
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }
  .header_top_inner .sp-kaitori{
    display:block;
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_top_inner .sp-kaitori a{
    color:#fff;
    text-decoration:underline;
  }
  .header_btm{
    display: block !important;
  }
  .header_btm .logo-area{
    margin: 0 auto .5em;
    width: 300px !important;
  } 

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

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

  .header_logo {
    float: none;
    margin:5px auto 0;
    text-align:center;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }
  
  .header_btm{
    background-image:none;
  }
  
  .header_btm .header_nav_global_social{
    display:none !important;
  }
  
  .header_btm .lead{
    display:none;
    padding:10px 0 0;
  }
  
  .header_btm .logo-area .free-shipping{
    display:block;
    float:none;
    margin-top:10px;
    margin-bottom: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: 0 10px 60px;
  }

  .new_items .new_items_detail ul,.hot-selling ul{
    padding: 0 10px;
  }
  .news dl dt,
  .news dl dd{
    float:none;
    margin-left:0;
    text-align:left;
  }

  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

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

  .side_banner_lists {
    letter-spacing:-0.4em;
    text-align:center;
  }
  
  .side_banner_lists .side_banner_list {
    display:inline-block;
    width:100%;
    text-align:center;
    letter-spacing:0;
  }
  
  .side_banner_lists .side_banner_list a img {
    display:inline;
  }
  
  .m-banner {
    width:95%;
    margin:0 auto 40px;
    text-align:center;
  }
  .side .product li {
    max-width: 300px;
    margin: 0 auto;
  }
  .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: 14px;
    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: #333;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

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

  .footer_list {
    width:32%;
    margin-right:2%;
  }
  
  .footer_list:nth-child(3n) {
    margin-right:0;
  }

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

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }
  
  .side_category_lists .icon-lg-b.icon-chevron_down{
    margin-right:3px !important;
  }
  .side_category_lists .icon-lg-b.icon-chevron_right{
    margin-right:9px;
  }
  


  .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: 40px 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav .footer_inner .left{
    float:none;
    width:100%;
  }
  .footer_nav .footer_inner .left .logo{
    margin-bottom:20px;
    text-align:center;
  }
  .footer_nav .footer_inner .right{
    float:none;
    width:100%;
  }
  .footer_nav .footer_inner{
    width:95%;
    margin: 0 auto;
  }
  .footer_nav .footer_inner .right .contact-area{
    margin-bottom:20px;
  }
  .footer_nav .footer_inner .right .contact-area dl{
    display:block;
    margin:0 auto 8px;
    text-align:left;
  }
  .footer_nav .footer_inner .right .contact-area dl dd{
    display:inline;
    font-size: 1.4em;
  }
  .footer_nav .footer_inner .right .contact-area dl dd span{
    display:inline-block;
    margin-left:10px;
    font-size: 0.6em;
  }
  .footer_nav .footer_inner .right .btn-contact{
    display:block;
    margin-bottom:20px;
    text-align:center;
  }
  .footer_nav .infoarea{
    width:95%;
    max-width:auto;
  }
  .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: #333;
    color: #fff;
  }
  .footer_nav .bn-area{
  	margin-bottom:1em;
  }
  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
    color:#99a3b0;
  }

  .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) {
  .header_logo{
    width: 250px;
    margin: 0 auto;
  }
  .header_top_inner .sp-kaitori{
    left:5%;
    transform: inherit;
  }
  .footer_nav .bn-area ul li a img{
    max-width: 100%;
  }
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
  .new_items .new_items_detail .itembox{
    width:49%;
  }
  .hot-selling .itembox{
    width: 49%;
  }
  .blog .blog-list{
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
  .blog .blog-list .blog-box{
    width: 48% !important;
    margin-right: 0 !important;
  }

  .hot-selling .itembox .item-img, .recommend .recommend_lists .recommend_list .item-img, .new_items .new_items_detail .itembox .item-img{
    height: 150px;
  }
  .new_items .new_items_detail .itembox, .hot-selling .itembox, .recommend_list{
    width: 49%;
  }
  
  /* .hot-selling .itembox .item-img img, .recommend .recommend_lists .recommend_list .item-img img, .new_items .new_items_detail .itembox .item-img img{
    max-height: 150px;
  } */
  /* .recommend .recommend_lists .col{
    width: 48% !important;
  }
  .recommend .recommend_lists .col-sm-3{
    width:50%;
  } */
  .footer_nav .bn-area ul{
  	width: 97%;
    margin: 0 auto;
  }
  .footer_nav .bn-area ul li,
  .footer_nav .bn-area ul li:last-child{
    width:48%;
    margin:0 1% 2%;
  }
}