@charset "UTF-8";

/* ===============================================
   products common
=============================================== */

/* main area
----------------------------- */
.re_mv_products {
  margin-bottom: 40px;
  width: 100%;
}
.re_txt_price {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}


/* ==================================== 
  table page nav
==================================== */

/* page nav
------------------------- */
.re_tbl-page-nav {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.re_tbl-page-nav a:hover {
  text-decoration: none;
}
.re_tbl-page-nav tr {
  border-bottom: solid #FFFFFF 1px;
}
.re_tbl-page-nav tr:last-child {
  border-bottom: 0;
}
.re_tbl-page-nav tr td {
  border-right: solid #FFFFFF 1px;
}
.re_tbl-page-nav tr td a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d5d93;
  background-image: url(/common/images/icon_arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.re_tbl-page-nav tr td a:hover {
  background-color: #304b7a;
}


/* row
------------------------- */
.re_tbl-page-nav__1row td a {
  height: 45px;
  line-height: 45px
}
.re_tbl-page-nav__2row td a {
  height: 60px;
  line-height: 60px;
}
.re_tbl-page-nav__2row td.re_2row {
}
.re_tbl-page-nav__2row td.re_2row a {
  line-height: 20px;
  height: 60px
}
.re_tbl-page-nav__2row td.re_2row a span {
  display: block;
  padding: 10px;
}


/* column
------------------------- */
#re_tbl-3column tr td {
  width: 33.333%;
}
#re_tbl-3column tr td:nth-child(3n) {
  border-right: 0;
}
#re_tbl-4column tr td {
  width: 25%;
}
#re_tbl-4column tr td:nth-child(4n) {
  border-right: 0;
}



/* ==================================== 
  check icon
==================================== */
.re_box-check,
.re_box-check_list li {
  padding-left: 35px;
  margin-bottom: 25px;
  background-image: url(/common/images/icon_check.png);
  background-repeat: no-repeat;
}
.re_box-check .re_hdg-lv3_txt {
  margin-bottom: 0;
}
.re_box-check_list li {
  margin: 0;
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.re_box-check_list li:last-child {
  padding-bottom: 5px;
}




/* ===============================================
   products TOP
=============================================== */

/* products list
----------------------------- */
.re_list-products {
  color: #273f69;
  font-size: 14px;
  line-height: 22px;
}
.re_list-products li {
  width: 380px;
  height: 130px;
  float: left;
  margin: 0 0 40px 40px;
  background-image:url(/products/images/img_list-products_01.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  border-bottom: solid #08c59e 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.re_list-products li:nth-child(2n+1) {
  margin-left: 0;
}
.re_list-products li.re_list-products_super {
  border-bottom: solid #03b6df 6px;
}
.re_list-products li:nth-child(1) {
  background-image:url(/products/images/img_list-products_super.png);
}
.re_list-products li:nth-child(2) {
  background-image:url(/products/images/img_list-products_refine.png);
}
.re_list-products li:nth-child(3) {
  background-image:url(/products/images/img_list-products_lacto.png);
}
.re_list-products li:nth-child(4) {
  background-image:url(/products/images/img_list-products_s62.png);
}
.re_list-products li:nth-child(5) {
  background-image:url(/products/images/img_list-products_carbon.png);
}
.re_list-products li:nth-child(6) {
  background-image:url(/products/images/img_list-products_calcium.png);
}
.re_list-products li:nth-child(7) {
  background-image:url(/products/images/img_list-products_refle.png);
}
.re_list-products li:nth-child(8) {
  background-image:url(/products/images/img_list-products_lapeaude.png);
}
.re_list-products li:nth-child(9) {
  background-image:url(/products/images/img_list-products_oxye.png);
}
.re_list-products li:hover {
  opacity: 0.6;
}
.re_list-products li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image:url(/common/images/icon_arrow-01.png);
  background-repeat: no-repeat;
  background-position: 140px center;
}
.re_list-products_txt {
  position: absolute;
  display: block;
  top: 50%;
  left: 162px;
  margin-top: -1.5em;
}
.re_list-products_hdg {
  font-weight: bold;
  font-size: 16px;
}




/* ===============================================
   super
=============================================== */

/* super
----------------------------- */
.re_btn-super {
  margin: 50px 0;
}
.re_btn-super a {
  width: 466px;
  padding: 15px 0;
}




/* ===============================================
   refle
=============================================== */

/* refle list
----------------------------- */
.re_list-products_refle {
  margin-bottom: 30px;
}
.re_list-products_refle li {
  width: 100%;
  display: block;
  background: #f6e8e8;
  position: relative;
}
.re_list-products_refle li:nth-child(2n) {
  background: #eed3d4;
}
.re_list-products_refle li:nth-child(1) {
  height: 102px;
}
.re_list-products_refle li:nth-child(2) {
  height: 130px;
}
.re_list-products_refle li:nth-child(3) {
  height: 118px;
}
.re_list-products_refle li span {
  display: block;
}
.re_list-products_refle li span:nth-child(1) {
  float: left;
}
.re_list-products_refle li span:nth-child(2) {
  padding: 0 20px 0 98px;
  position: absolute;
  top: 50%;
}
.re_list-products_refle li:nth-child(1) span:nth-child(2) {
  margin-top: -2.2em;
}
.re_list-products_refle li:nth-child(2) span:nth-child(2) {
  margin-top: -3.1em;
}
.re_list-products_refle li:nth-child(3) span:nth-child(2) {
  margin-top: -1.5em;
}




/* ===============================================
   results
=============================================== */

/* results list
----------------------------- */
.re_list-results li {
  width: 135px;
  float: left;
  margin: 0 31px 30px 0;
}
.re_list-results li:nth-child(5n) {
  margin-right: 0;
}
.re_list-results li img {
  border: 1px #edecec solid;
  margin-bottom: 10px;
}
.re_list-results_5colmn {
  margin-bottom: 30px;
}
.re_list-results_5colmn li {
  width: 135px;
  float: left;
  margin-right: 31px;
}
.re_list-results_5colmn li:nth-child(5n) {
  margin-right: 0;
}
.re_list-results_4colmn {
  font-size: 12px;
  margin-bottom: 30px;
}
.re_list-results_4colmn li {
  width: 25%;
  float: left;
}




/* ===============================================
   faecalina365
=============================================== */

/* faecalina365
----------------------------- */
.re_txt-strong {
  font-size: 18px;
  font-weight: bold;
  color: #e2007f;
}