@charset "UTF-8";
/* ==================================================
product.css
================================================== */

#products {
  background: #E7E7E7;
  border-top: solid 1px #CDCDCD;
  padding: 20px 0;
}

#products .inner {
  background: none;
  box-shadow: none;
  margin: 0 auto;
}

.number_applicable {
  float: left;
  position: relative;
  top: -5px;
  font-size: 16px;
  margin: 0 0 10px;
}

.number_applicable span {
  color: #ED720A;
  font-size: 26px;
  margin: 0 5px 0 0;
}

.number_useful {
  float: right;
  position: relative;
  top: -5px;
  font-size: 12px;
  margin: 0 0 10px;
}

.number_useful a {
  display: block;
  background: #fff;
  color: #333;
  padding: 4px 12px 2px;
  border: solid 1px #C9C9C9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.number_useful a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.number_useful span {
  color: #ED720A;
  font-size: 18px;
  margin: 0 5px 0 0;
}

/*products01*/

#product_categories {
  position: relative;
  width: 952px;
  background: #fff;
  border: solid 1px #C9C9C9;
  margin: 0 auto 10px;
  overflow: hidden;
  letter-spacing: -.40em !important;
}

#product_categories .product_category {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 1px;
  width: 190px;
  height: 55px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #E6E6E6;
  border-left: solid 1px #fff;
  border-top: none;
  cursor: pointer;
  letter-spacing: normal !important;
}

#product_categories .active.product_category {
  z-index: 100;
  background: #F5F5F5 !important;
  border-bottom: solid 1px #F5F5F5;
  border-left: solid 1px #F5F5F5;
}

#product_categories .product_category:hover span {
  text-decoration: underline;
}

#product_categories .product_category:after {
  position: absolute;
  right: 9px;
  top: 17px;
  content: "+";
  display: block;
  color: #AAA;
  font-size: 16px;
  font-weight: bold;
}

#product_categories .active.product_category:after {
  display: block;
  position: absolute;
  right: 6px;
  top: 17px;
  content: "ー";
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 2px 5px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#product_categories .product_category span {
  position: absolute;
  top: 52%;
  left: 10px;
  width: 80%;
  font-size: 14px;
  line-height: 1.4em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
}

.gridder-show {
  z-index: 10;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  background: #F5F5F5;
  text-align: left;
  padding: 0 0 15px;
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  overflow: hidden;
  letter-spacing: 0 !important;
}

.gridder-show ul {
  border-bottom: solid 1px #DDD;
  padding: 0;
  margin: 15px 10px;
}

.gridder-show ul:after {
  content: "";
  clear: both;
  display: block;
}

.gridder-show ul li {
  display: block;
  float: left;
  width: 20%;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.gridder-show ul li a {
  display: block;
  /*height: 55px; 3�s�p*/
  color: #333;
  font-size: 13px;
  padding: 0 0 10px 10px;
}

.gridder-show p {
  display: block;
  color: #333;
  font-size: 13px;
  text-align: right;
  padding: 0 10px;
  line-height: 1em;
}

.gridder-show p a {
  color: #333;
}

.gridder-content {
  display: none;
}

.gridder-navigation {
  display: none;
}

.gridder_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: right;
  padding: 0 16px 0 0;
  margin: 0 0 20px;
}

/*products02*/

#product_freewords {
  padding: 10px 0;
  margin: 0 0 20px;
}

#product_freewords dl {
  position: relative;
  background: #fff;
  padding: 1px;
  margin: 0;
  border: solid 1px #DDD;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#product_freewords dl:after {
  content: "";
  clear: both;
  display: block;
}

#product_freewords dt {
  float: left;
  width: 98%;
}

#product_freewords dt input {
  height: 40px;
  width: 925px;
  color: #ABABAB;
  font-size: 15px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#product_freewords dt input[type="text"] {
  color: #ABABAB;
}

#product_freewords dt input[type="text"]:focus {
  color: #333;
}

#product_freewords dd {
  position: absolute;
  right: 1px;
  width: 50px;
}

#product_freewords dd button {
  background: #333 url(/files/user/img/product/icon_search.png) center center no-repeat;
  background-size: 24px 24px;
  height: 40px;
  width: 100%;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-top-right: 3px;
  -moz-border-radius-bottom-right: 3px;
  cursor: pointer;
}

/*products03*/

#product_keywords {
  margin: 20px 10px 0;
}

#product_keywords:after {
  content: "";
  clear: both;
  display: block;
}

#product_keywords li {
  float: left;
  line-height: 1.1em;
  border-right: solid 1px #A2A2A2;
  padding: 2px 0 0;
  margin: 0 12px 15px 0;
}

#product_keywords li:last-child {
  border-right: none;
}

#product_keywords li a {
  color: #444;
  font-size: 15px;
  padding: 0 12px 0 0;
}

/*information*/

#informations {}

#informations.inner {
  background: transparent;
  box-shadow: none;
  padding: 20px 0 0;
}

#informations .sublines {
  padding-top: 15px;
}

.carousel {
  margin: 0 0 50px;
}

.carousel:after {
  content: "";
  clear: both;
  display: block;
}

.information {
  position: relative;
  left: -5px;
  background: #fff;
  height: auto;
  padding: 2px;
  margin-left: 10px;
}

.information:after {
  content: "";
  clear: both;
  display: block;
}

.information a {
  display: block;
  color: #333;
}

.information a:hover {
  opacity: .7;
  cursor: pointer;
}

.information h4 {
  float: right;
  width: 122px;
}

.information h4 img {
  width: 122px;
}

.information .no_image {
  position: relative;
  float: right;
  width: 122px;
  height: 105px;
  background: #F5F5F5;
}

.information .no_image img {
  width: 70px;
  height: auto;
  min-width: 70px;
  min-height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.information dl {
  float: left;
  width: 181px;
  padding: 20px 10px 0;
}

.information dt {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 3px;
}

.information dt span {
  position: absolute;
  top: 0;
  left: 10px;
  background: #CF541B;
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
}

.information dd {
  font-size: 12px;
  line-height: 1.25em;
}

#products_search {
  background: #E7E7E7;
  border-top: solid 1px #D4D4D4;
  padding: 20px 0;
}

#products_search .inner {
  background: none;
  box-shadow: none;
  margin: 0 auto;
}

.reset_category {
  clear: both;
  text-align: right;
  margin: 0 0 15px;
}

.reset_category a {
  background: url(/files/user/img/product/icon_arrow.png) left 3px no-repeat;
  background-size: 10px 10px;
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 0 0 10px;
}

#search_detail {
  clear: both;
  background: #fff;
  margin: 0 0 10px;
  /*box-shadow: 0px 1px 2px 1px rgba(204,204,204,0.1);*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#search_detail h2 {
  position: relative;
  font-size: 15px;
  text-align: center;
  padding: 13px;
  border-bottom: solid 1px #DDD;
  cursor: pointer;
}

#search_detail h2:after {
  content: "+";
  display: block;
  position: absolute;
  right: 18px;
  top: 7px;
  color: #E3E3E3;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  padding: 3px 5px 2px;
  border: solid 2px #E3E3E3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#search_detail h2.open:after {
  content: "ー";
  display: block;
  position: absolute;
  right: 18px;
  top: 7px;
  color: #E3E3E3;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  padding: 6px 5px 4px 6px;
  border: solid 2px #E3E3E3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#search_detail h2:hover {
  opacity: 0.75;
}

#search_detail dl {
  margin: 20px;
}

#search_detail dl:after {
  content: "";
  clear: both;
  display: block;
}

#search_detail dt {
  font-weight: bold;
  float: left;
  width: 20%;
  margin: 0 0 10px;
}

#search_detail dd {
  float: right;
  width: 80%;
}

#search_detail dd dl {
  background: #F5F5F5;
  padding: 15px 15px 5px;
  margin: 0;
}

#search_detail dd dl a {
  display: block;
  color: #333;
}

#search_detail dd dl:after {
  content: "";
  clear: both;
  display: block;
}

#search_detail dd dl dt {
  float: left;
  width: 19%;
}

#search_detail dd dl dd {
  float: right;
  width: 81%;
}

#search_detail dd dl dd ul {}

#search_detail dd dl dd ul:after {
  content: "";
  clear: both;
  display: block;
}

#search_detail dd dl dd ul li {
  float: left;
  width: 24%;
  margin: 0 5px 10px 0;
}

#search_detail dd dl dd p {
  border-bottom: dotted 1px #ccc;
  padding: 0 0 10px;
}

#search_detail .current {
  font-weight: bold;
}

#search_detail_soldout {
  width: 210px;
  display: block;
  float: right;
  text-align: right;
  font-size: 12px;
  margin: -15px 0 0;
}

#search_detail_soldout.checkbox input {
  position: static !important;
}

#search_detail_years {
  border-bottom: solid 1px #DDD;
  padding: 0 0 20px;
}

#search_detail_years dt {}

#search_detail_years dd {}

#search_detail_years dd p {
  display: inline-block;
  position: relative;
  top: 0;
}

#search_detail_categories {
  border-bottom: solid 1px #DDD;
  padding: 0 0 20px;
}

#search_detail_categories dt {
  float: none;
}

#search_detail_categories dd {
  float: none;
  width: 100%;
}

#search_detail_categories .current {
  color: #aaa;
}

#search_detail_keywords {
  padding: 0;
  margin: 20px 20px 0 !important;
}

#search_detail_keywords ul {
  margin: 0;
}

/*�悭�g�����i�ꗗ--------------------------------------*/

#products_registered {
  background: #E7E7E7;
  border-top: solid 1px #D4D4D4;
  padding: 0 0 20px;
}

.products {
  padding: 30px 0 0;
  border-top: solid 1px #fff;
}

.products:after {
  content: "";
  clear: both;
  display: block;
}

.product {
  position: relative;
  clear: both;
  width: 950px;
  background: #fff;
  padding: 2px;
  margin: 0 auto 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 1px 2px 1px rgba(204, 204, 204, 0.1);
}

.product:after {
  content: "";
  clear: both;
  display: block;
}

.product .product_infos {
  position: relative;
  border-bottom: solid 1px #DDD;
}

.product .product_infos_inner {
  background: #F5F5F5;
  border-bottom: solid 1px #fff;
  padding: 10px 15px;
}

.product .product_infos_inner:after {
  content: "";
  clear: both;
  display: block;
}

.product .headlines {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
  margin: 0 !important;
}

.product span.tag {
  position: absolute;
  top: -12px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px 3px;
  line-height: 1em;
}

.product span.tag.new {
  background: #E85E1E;
}

.product span.tag.soldout {
  background: #A3A2A2;
}

.product .category_list {
  padding: 5px 0 10px;
}

.product .category_list li {
  position: relative;
  float: left;
  color: #aaa;
  font-size: 12px;
  padding: 0 12px 0 0;
}

.product .category_list li:after {
  position: absolute;
  top: 6px;
  right: 4px;
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background: url(/files/user/img/common/ico_arrow.png) left top no-repeat;
  background-size: 4px 8px;
  color: #666;
}

.product .category_list li:last-child:after {
  content: "";
  display: block;
  background: none;
}

.product .category_list li a {
  display: block;
  background: #fff;
  color: #666464;
  padding: 1px 7px;
  border: solid 1px #CFCFCF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.product .category_list li a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.product .product_infos p {
  float: right;
  display: inline-block;
  position: relative;
  right: 0;
  top: 5px;
}

.product .product_links {
  position: relative;
  float: left;
  width: 50%;
  margin: 20px 0 0 10px;
}

.product .product_links:after {
  content: "";
  clear: both;
  display: block;
}

.product .product_links li {
  position: relative;
  float: left;
  width: 30%;
  height: 36px;
  background: #D0D0D0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 8px 10px;
  margin: 0 5px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.product .product_links li.exist {
  padding: 0;
}

.product .product_links li a {
  display: block;
  height: 36px;
  background: #fff;
  color: #333;
  padding: 8px 10px;
  border: solid 1px #9F9F9F;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.product .product_links li a:hover {
  background: #fff;
  color: #E95F1E;
  border: solid 1px #E95F1E;
  text-decoration: none;
}

.product .product_links li span {
  display: block;
  height: 36px;
  background: #fff;
  color: #333;
  padding: 8px 10px;
  border: solid 1px #9F9F9F;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

.product .product_links li span:hover {
  background: #fff;
  color: #E95F1E;
  border: solid 1px #E95F1E;
  text-decoration: none;
}

.product .product_links li span.active {
  background: #fff;
  color: #E95F1E;
  border: solid 1px #E95F1E;
  text-decoration: none;
}

.modals {
  z-index: 10;
  display: none;
  position: absolute;
}

.modals .modals_inner {
  display: block;
  position: absolute;
  z-index: 10;
  top: -8px;
  left: -38px;
  width: 220px;
  height: auto;
  padding: 10px 0 0;
  cursor: pointer;
}

.modals .modals_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 105px;
  width: 0px;
  border-color: #E95F1E;
  border-style: solid;
  border-width: 6px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

.modals .modals_inner ul {
  background: #fff;
  padding: 15px 10px 10px;
  border: solid 1px #E95F1E;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.modals .modals_inner ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 105px;
  width: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 6px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

.modals .modals_inner li {
  float: none !important;
  background: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  width: 200px;
  /*text-align: left;*/
}

.modals .modals_inner li a {
  display: inline-block;
  height: auto !important;
  background: transparent url(/files/user/resource/pic/arw_orange01_r.png) left 3px no-repeat;
  font-size: 12px;
  line-height: 1.25em;
  padding: 0 0 0 10px !important;
  border: none !important;
}

.modals .modals_inner li a:hover {
  background: transparent url(/files/user/resource/pic/arw_orange01_r.png) left 2px no-repeat !important;
  text-decoration: underline !important;
}

.product_details {
  float: right;
  width: 47%;
  margin: 0 15px 60px 0;
}

.product_details dl {
  position: relative;
  top: -1px;
  background: #F8F7F6;
  border-bottom: solid 1px #DCDCDC;
}

.product_details dl:after {
  content: "";
  clear: both;
  display: block;
}

.product_details dt {
  clear: both;
  float: left;
  width: 30%;
  padding: 10px 0 10px 10px;
  margin: 0 !important;
  line-height: 1.4em !important;
  border-top: solid 1px #DCDCDC;
  /*border-bottom: solid 1px #DCDCDC;*/
}

.product_details dd {
  float: right;
  width: 70%;
  background: #fff;
  padding: 10px 0 10px 10px;
  border-top: solid 1px #DCDCDC;
  /*border-bottom: solid 1px #DCDCDC;*/
}

.product_details dd a {
  color: #333;
}

.product_details ul {}

.product_details ul:after {
  content: "";
  clear: both;
  display: block;
}

.product_details li {
  float: left;
  line-height: 1.1em;
  border-right: solid 1px #A2A2A2;
  padding: 2px 0 0;
  margin: 2px 12px 3px 0;
}

.product_details li:last-child {
  border-right: none;
}

.product_details li a {
  padding: 0 10px 0 0;
}

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

.product_favorite {
  clear: both;
  position: relative;
  bottom: 0;
  right: 0;
  float: right;
  width: 250px;
  font-size: 14px;
  padding: 8px;
  margin: -50px 15px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.product_favorite:hover {
  opacity: 0.75;
}

.product_favorite.registration {
  background: #fff;
  color: #333;
  border: solid 1px #A9A9A9;
  cursor: pointer;
}

.product_favorite.restriction {
  background: #fff;
  color: #333;
  border: solid 1px #A9A9A9;
  cursor: pointer;
}

.product_favorite.registered {
  display: block;
  width: 250px !important;
  background: #D0D0D0;
  color: #fff;
  border: solid 1px #D0D0D0;
}

.product_favorite.delete {
  background: #fff;
  color: #333;
  border: solid 1px #A9A9A9;
  cursor: pointer;
}

.error_favorite_restriction {
  display: none;
  clear: both;
  text-align: center;
  padding: 15px 0 0;
}

#favolite_null {
  clear: both;
  padding: 80px 0 90px;
}

/* ==================================================
PC
================================================== */

@media only screen and (min-width: 768px) {}

/* ==================================================
Smartphone
================================================== */

@media only screen and (max-width: 767px) {
  #products {
    padding: 20px 10px;
  }
  #products .headlines {
    margin: 0 0 10px !important;
  }
  /*�Y������*/
  .number_applicable {
    font-size: 13px;
  }
  .number_applicable span {
    font-size: 18px;
  }
  /*�悭�g�����i����*/
  .number_useful {
    margin: 0 0 10px;
  }
  .number_useful a {
    font-size: 11px;
    padding: 3px 5px 2px;
  }
  .number_useful span {
    color: #ED720A;
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  /*products01*/
  #product_categories {
    left: 1px;
    width: 100%;
  }
  #product_categories .product_category {
    width: 49.95%;
    height: 50px;
    font-size: 12px;
    cursor: normal !important;
  }
  #product_categories .product_category span {
    font-size: 13px;
  }
  #product_categories .product_category:after {
    right: 6px;
    top: 14px;
    font-size: 16px;
  }
  #product_categories .active.product_category {}
  #product_categories .active.product_category:after {
    right: 6px;
    top: 16px;
    font-size: 11px;
    padding: 1px 3px 0;
  }
  /* SubCategories Accordion
  ------------------------- */
  /*.gridder plugins out of service*/
  .gridder-content, .gridder-show {
    display: none !important;
  }
  .gridder-modal {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background: #D1D1D1;
    padding: 3px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transform: translate(0, -50%);
  }
  .gridder-modal div {
    padding: 0 0 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .gridder-modal strong {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.25em;
    padding: 15px 10px;
    border-bottom: solid 1px #B6B6B6;
  }
  .gridder-modal strong img {
    width: 15px;
    position: absolute;
    right: 10px;
  }
  .gridder-modal ul {
    width: auto;
    margin: 20px 20px 15px;
    border-bottom: solid 1px #E7E7E7;
  }
  .gridder-modal ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .gridder-modal ul li {
    float: left;
    width: 50% !important;
    height: auto;
    text-align: left;
    line-height: 1.25em;
    margin: 0 0 15px;
  }
  .gridder-modal ul li a {
    display: block;
    height: auto;
    color: #333;
    font-size: 13px;
    font-weight: normal !important;
    line-height: 1.5em;
    padding: 0 10px 0 0;
  }
  .gridder-modal p {
    text-align: right;
    padding: 0 20px;
  }
  .gridder-modal p a {
    color: #333;
    font-weight: normal;
  }
  /*products02*/
  #product_freewords {
    padding: 0;
    margin: 0 0 30px;
  }
  #product_freewords dl {
    margin: 0 0 0 1px;
    border: solid 1px #AAA;
  }
  #product_freewords dt input {
    width: 102%;
    font-size: 14px;
    padding: 0 10px;
  }
  #product_freewords dd {
    right: 1px;
  }
  #product_freewords dd button {}
  /*products03*/
  #product_keywords {
    margin: 10px 0;
  }
  #product_keywords li a {
    font-size: 13px;
  }
  /*���i����------------------------------------------*/
  #products_search {
    padding: 20px 10px;
  }
  #products_search .inner {}
  #search_detail {
    margin: 0 0 10px;
  }
  #search_detail h2 {
    font-size: 14px;
  }
  /* #search_detail h2:after {
    height: 23px;
    width: 18px;
    font-size: 23px;
    padding: 1px 5px 4px;
    line-height: 23px;
    vertical-align: middle;
    text-align: center;
  } */
  #search_detail h2.open:after {
    height: 23px;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 5px 0px 5px;
  }
  #search_detail dl {
    margin: 0;
  }
  #search_detail dt {
    float: none;
    width: 100%;
    padding: 10px 10px 0;
  }
  #search_detail dd {
    float: none;
    width: 100%;
  }
  #search_detail dd dl {
    padding: 10px;
    margin: 0 1px;
  }
  #search_detail dd dl dt {
    float: none;
    width: 100%;
    padding: 0;
  }
  #search_detail dd dl dd {
    float: none;
    width: 100%;
  }
  #search_detail dd dl dd ul {
    margin: 0;
  }
  #search_detail dd dl dd ul:after {
    content: "";
    clear: both;
    display: block;
  }
  #search_detail dd dl:last-child dd ul {
    border-bottom: none;
  }
  #search_detail dd dl dd ul li {
    display: inline-block;
    float: left;
    width: auto;
    height: 20px;
    font-size: 13px;
    margin: 0 8px 8px 0;
  }
  #search_detail dd dl dd ul li a {
    padding: 0 8px 0 0;
    border-right: solid 1px #ccc;
  }
  #search_detail dd dl dd p {
    text-align: right;
  }
  #search_detail_soldout {
    font-size: 12px;
  }
  /*�Z���N�g�X�^�C���ύX*/
  #search_detail_years {
    padding: 5px 0 0;
    border: none;
    width: auto !important;
    margin: 0;
  }
  #search_detail_years dd {
    text-align: center;
    padding: 0 0 10px;
  }
  #search_detail_years dd:after {
    content: "";
    clear: both;
    display: block;
  }
  /* #search_detail_years dd p {
    display: inline;
    text-align: center;
    top: 9px;
  } */
  /* #search_detail_years div.year_start {
    position: relative;
    display: inline;
    width: 43%;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0 0 0 10px;
    overflow: hidden;
  } */
  #search_detail_years div.year_start .custom_select {
    width: 100% !important;
    height: 38px !important;
  }
  /* #search_detail_years div.year_end {
    position: relative;
    display: inline;
    width: 43%;
    float: right;
    text-align: left;
    padding: 0;
    margin: 0 10px 0 0;
    overflow: hidden;
  } */
  #search_detail_years div.year_end .custom_select {
    width: 100% !important;
    height: 38px !important;
  }
  #search_detail_categories {
    border-bottom: none;
    padding: 0;
  }
  #search_detail_keywords {
    border-top: none;
    padding: 0;
    margin: 0 !important;
  }
  #product_keywords li {
    margin: 0 10px 10px 0;
  }
  .products {
    padding: 20px 10px;
  }
  .product {
    width: auto;
    padding: 1px;
    margin: 0 auto 30px;
  }
  .product .product_infos {
    margin: 0 0 10px;
  }
  .product .product_infos_inner {
    padding: 10px 10px 0;
  }
  .product .headlines {
    padding: 0 10px 0 0;
  }
  .product .headlines span {
    right: 0;
  }
  .product .product_infos p {
    position: relative !important;
    top: 3px;
    right: 3px;
    font-size: 12px;
  }
  .product .category_list {
    clear: both;
    margin: -5px 0 0;
  }
  .product .category_list:after {
    content: "";
    clear: both;
    display: block;
  }
  .product .category_list li {
    margin: 0;
  }
  .product .product_links {
    position: relative;
    float: none;
    width: auto;
    margin: 0 10px;
  }
  .product .product_links li {
    position: static;
    float: left;
    width: 49%;
    margin: 0 0 8px;
  }
  .product .product_links li:nth-child(odd) {
    margin: 0 2% 8px 0;
  }
  .modals {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .modals .modals_inner {
    display: block;
    position: relative;
    top: -7px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0 0;
  }
  .product .product_links li:nth-child(odd) .modals .modals_inner:before {
    position: absolute;
    top: -2px;
    left: 24%;
    width: 0px;
  }
  .product .product_links li:nth-child(even) .modals .modals_inner:before {
    position: absolute;
    top: -2px;
    left: 74%;
    width: 0px;
  }
  .modals .modals_inner ul {}
  .product .product_links li:nth-child(odd) .modals .modals_inner ul:before {
    position: absolute;
    top: -1px;
    left: 24% !important;
  }
  .product .product_links li:nth-child(even) .modals .modals_inner ul:before {
    position: absolute;
    top: -1px;
    left: 74% !important;
  }
  .modals .modals_inner li {
    width: 100% !important;
  }
  .modals .modals_inner li a {
    font-size: 12px;
  }
  .modals .modals_inner li a:active {
    background: #fff;
    text-decoration: underline;
  }
  .product_details {
    float: none;
    width: auto;
    margin: 0 10px 15px;
  }
  .product_details dl {
    top: 0;
    margin: 0;
  }
  .product_details dt {
    font-size: 12px;
  }
  .product_details dd {
    font-size: 12px;
  }
  .product_words {
    font-size: 12px;
  }
  .product_favorite {
    display: block;
    float: none;
    width: auto;
    font-size: 13px;
    padding: 12px 30px 10px;
    margin: 15px auto;
  }
  .product_favorite:active {
    opacity: 0.75;
  }
  #search_detail_keywords ul {
    margin: 0 10px 10px;
  }
  .error_favorite_restriction {
    font-size: 12px;
    padding: 0;
  }
  .carousel {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 50px;
  }
  .information {
    width: 100%;
  }
  .information dl {
    width: 54%;
    padding: 20px 0 0 10px;
  }
}

/* 20170424 */

#products_search {
  border-bottom: 1px solid #fff
}

.products_result {
  border-top: none;
}

.modals .modals_inner li {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #search_detail dd dl dd ul li {
    height: auto !important;
  }
  #search_detail h2::after {
    width: 30px;
    height: 30px;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    content: "＋";
  }
  #search_detail h2.open::after {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 28px;
  }
}
