@charset "UTF-8";
/***********************************
 .detail-sect
*********************************** */
.detail-sect {
  margin-bottom: 40px;
}
.detail-sect .block-tit {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 4px solid #d41c30;
  font-size: 18px;
  font-size: 1.8rem;
}
.detail-sect ul {
  width: 100%;
  margin-bottom: 30px;
  /*border-top: 1px #DCDDDD solid;
  border-bottom: 1px #DCDDDD solid;*/
  border-top: 1px #222 solid;
  border-bottom: 1px #222 solid;
  letter-spacing: 0.05em;
}
.detail-sect ul li {
  /*border-top: 1px #DCDDDD dotted;*/
  border-top: 1px #222 dotted;
}
.detail-sect ul li dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: table;
  padding: 12px 0px;
}
.detail-sect ul li dl::after {
  content: "";
  display: block;
  clear: both;
}
.detail-sect ul li dt {
  display: table-cell;
  /*width: 120px;*/
  width: 130px;/*20170929*/
  color: #9d6918;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding-left: 10px;
}
.detail-sect ul li dd {
  display: table-cell;
}
.detail-sect ul li:first-child {
  border-top: none;
}
.detail-sect .attention {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.detail-sect .attention dt {
  color: #d41c30;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 1;
}
.detail-sect .attention dt span {
  background: #FFF;
  display: inline-block;
  padding: 0 20px;
}
.detail-sect .attention dd {
  padding: 35px 30px 30px;
  margin-top: -15px;
  /*border: 2px solid #EFEFEF;*/
  border: 2px solid #222;
}
.detail-sect .attention dd li:first-child:before {
  content: "1. ";
}
.detail-sect .attention dd li:nth-child(2):before {
  content: "2. ";
}
.detail-sect .attention dd li:nth-child(3):before {
  content: "3. ";
}
.detail-sect .attention dd li:nth-child(4):before {
  content: "4. ";
}
.detail-sect .attention dd li:nth-child(5):before {
  content: "5. ";
}
.detail-sect .attention dd li:nth-child(6):before {
  content: "6. ";
}
.detail-sect .attention dd li:nth-child(7):before {
  content: "7. ";
}
.detail-sect .attention dd li:nth-child(8):before {
  content: "8. ";
}
.detail-sect .attention dd li:nth-child(9):before {
  content: "9. ";
}
.detail-sect .attention dd li:nth-child(10):before {
  content: "10. ";
}
.detail-sect .attention dd li:nth-child(11):before {
  content: "11. ";
}
.detail-sect .attention dd li:nth-child(12):before {
  content: "12. ";
}
.detail-sect .attention dd li:nth-child(13):before {
  content: "13. ";
}
.detail-sect .attention dd li:nth-child(14):before {
  content: "14. ";
}
.detail-sect .attention dd li:nth-child(15):before {
  content: "15. ";
}
.detail-sect .attention dd li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-top: 5px;
}


.detail-sect .attention dd li span {
  color: #d41c30;
}
.detail-sect .attention dd li a {
  text-decoration:underline;
}

.detail-sect .attention dd li:first-child {
  margin-top: 0px;
}
.detail-sect .attention dd li:nth-child(10) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(11) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(12) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(13) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(14) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(15) {
  text-indent: -2em;
  margin-left: 1.5em;
}

/***********************************
 .gift-sect
*********************************** */
.gift-sect {
  margin-bottom: 40px;
}
.gift-sect h2 {
  text-align: center;
}
.gift-sect ol {
  margin-top: -33px;
  border: 1px solid #bf8c3d;
  padding: 65px 30px 0px;
}
.gift-sect ol::after {
  content: "";
  display: block;
  clear: both;
}
.gift-sect ol li {
  float: left;
  width: 320px;
  margin-bottom: 30px;
}
.gift-sect ol li .list-tit {
  background-color: #bf8c3d;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 10px;
  margin-bottom: 17px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.gift-sect ol li .list-tit .num {
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  margin-right: 10px;
  text-align: center;
  background-color: #FFF;
  display: inline-block;
  color: #bf8c3d;
  margin: 7px 10px 7px 0;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
.gift-sect ol li .list-tit .small {
  font-size: 12px;
  font-size: 1.2rem;
}
.gift-sect ol li .list-txt {
  letter-spacing: 0.05em;
  padding: 0 10px;
}
.gift-sect ol li .list-img {
  text-align: center;
}
.gift-sect ol li .list-attention {
  margin-top: 20px;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.05em;
}
.gift-sect ol li .list-attention:before {
  content: "※";
}
.gift-sect ol li:first-child .list-txt span {
  color: #d41c30;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.gift-sect ol li:nth-child(2) .list-txt {
  margin-bottom: 30px;
}
.gift-sect ol li:nth-child(2) .list-img {
  margin-bottom: 30px;
}
.gift-sect ol li:nth-child(3) .list-txt {
  margin-bottom: 10px;
}
.gift-sect ol li:nth-child(2n) {
  margin-left: 30px;
}
.gift-sect table {
  font-size: 12px;
  width: 300px;
  margin-left: 10px;
  border-collapse:collapse;
}
.gift-sect table tr {
  border-top: 1px solid #9FA0A0 !important;
}
.gift-sect table tr th {
  padding-left: 10px;
  border-top: 1px solid #9d6918;
}
.gift-sect table tr td {
  padding: 8px 10px 8px 0px;
  text-align: right;
}
.gift-sect table tr:first-child {
  border-top: none !important;
}
.gift-sect table tr:first-child th {
  color: #bf8c3d;
  padding-left: 0px;
  padding-bottom: 8px;
  text-align: right;
  border-top: none;
}
.gift-sect table tr:first-child th:first-child {
  text-align: left;
  padding-left: 10px;
}

/***********************************
 .prize-sect
*********************************** */
.prize-sect {
  margin-bottom: 40px;
}
.prize-sect .sect-inner {
  border: 3px solid #c09200;
  padding: 35px;
}
.prize-sect .sect-inner::after {
  content: "";
  display: block;
  clear: both;
}
.prize-sect h2 {
  margin-bottom: 30px;
}
.prize-sect .block-txt {
  text-align: center;
  border-bottom: 1px dotted #DCDDDD;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.prize-sect ul {
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
  margin-left: 25px;
  width: 307px;
}
.prize-sect ul li {
  line-height: 1.8em;
  position: relative;
  padding-left: 13px;
}
.prize-sect ul li:before {
  content: "";
  position: absolute;
  background: url(../images/product/silver_icon.png) 0 50% no-repeat;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0px;
}
.prize-sect ul .gold:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/product/prize_icon.png) 0px 50% no-repeat;
  width: 9px;
  left: -2px;
  top: 7px;
  height: 8px;
}

/***********************************
 .info-sect
*********************************** */
.attention-block {
  /*width: 350px;*/
  /*border: 1px solid #EFEFEF;*/
  border: 1px solid #222;
  border-top: none;
}
.attention-block .block-tit {
  background-color: #222222;
  color: #FFF;
  text-align: center;
  padding: 6px 0px;
}
.attention-block .block-tit span {
  background: url(../images/product/attention_icon.png) 0 50% no-repeat;
  display: inline-block;
  padding-left: 30px;
  padding-top: 2px;
}
.attention-block dl {
  padding: 14px 20px;
  /*border-bottom: 1px dotted #EFEFEF;*/
  border-bottom: 1px dotted #222;
  /*display: table;*/
}
.attention-block dl dt {
  display: table-cell;
  vertical-align: middle;
  padding-right: 13px;
  width: 76px;
  height: auto;
}
.attention-block dl dd {
  vertical-align: middle;
  display: table-cell;
  font-size: 13px;
  font-size: 1.3rem;
}
.attention-block dl dd span {
  color: #d41c30;
}
.attention-block dl dd a {
  color: #a46600;
  /*text-decoration: none;*/
  text-decoration: underline;
}
/*.attention-block dl dd a:hover {
  text-decoration: underline;
}*/
.attention-block .banner {
  text-align: center;
  margin: 15px 0px;
}

/***********************************
 .history-sect
*********************************** */
.history-sect {
  padding: 50px 0;
  background: #f0ead3;
}
.history-sect .inner {
  max-width: 1000px;
}
.history-sect .sect-main .carousel-block .item-list li {
  width: 14.285%;
}
.history-sect .sect-main .carousel-block .item-list li a {
  display: block;
  text-decoration: none;
}
.history-sect .sect-main .carousel-block .item-list li .tit {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.history-sect .sect-main .carousel-block .item-list li .price {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

/***********************************
 .webbnr-sect
*********************************** */
.webbnr-sect {
  margin-bottom: 30px;
  padding-top: 60px;
}
.webbnr-sect .inner {
  max-width: 1000px;
}
.webbnr-sect .bnr-list li {
  float: left;
  width: 24.523%;
  margin-left: .636%;
}
.webbnr-sect .bnr-list li:first-child {
  margin-left: 0;
}
.webbnr-sect .bnr-list li.large {
  width: 49.683%;
}

/***********************************
 add 2016.12.28
*********************************** */
.item_text {
  margin-bottom: 30px;
}
.common_text {
  margin-bottom: 30px;
  /*margin-bottom: 40px;*/
  margin-top: 30px;
}
.seo_text_1 {
  text-align: center;
  margin: 5px;
  color: #FFFFFF;
}
.seo_text_2 {
  margin: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.seo_td_1 {
  background-color: #222;
}
.seo_td_2 {
  border-left: #222 1px solid;
  border-right: #222 1px solid;
  border-bottom: #222 1px solid;
}
.FS2_Review_Detail_Prof_Date {
  font-size: 10px;
}
.FS2_Review_User_Status {
  background: #F60 none repeat scroll 0% 0%;
  color: #FFF;
  padding: 1px 5px 0 5px;
  line-height: 1.2;
  /*border: 1px solid #FFF;*/
  border: none;
  font-size: 11px;
  margin-left: 5px;
}
.userTable_01 td {
    border-color: #222;
}
.vd_text {
  margin-bottom: 30px;
  margin-top: 30px;
}
.vd_text_1 {
  text-align: center;
  margin: 5px;
  color: #FFFFFF;
}
.vd_text_2 {
  margin: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.vd_td_1 {
  background-color: #f00;
}
.vd_td_2 {
  border-left: #f00 1px solid;
  border-right: #f00 1px solid;
  border-bottom: #f00 1px solid;
}
.wd_text {
  /*margin-bottom: 30px;
  margin-top: 30px;*/
}
.wd_text_1 {
  text-align: center;
  margin: 5px;
  color: #FFFFFF;
}
.wd_text_2 {
  margin: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.wd_td_1 {
  /*background-color: #33b09b;*/
  background-color: #f5b247;
}
.wd_td_2 {
  border-left: #f5b247 1px solid;
  border-right: #f5b247 1px solid;
  border-bottom: #f5b247 1px solid;
}
.gi_text {
  margin-bottom: 30px;
  margin-top: 30px;
}
.gi_text_1 {
  text-align: center;
  margin: 5px;
  color: #FFFFFF;
}
.gi_text_2 {
  margin: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.gi_td_1 {
  background-color: #eb6100;
}
.gi_td_2 {
  border-left: #eb6100 1px solid;
  border-right: #eb6100 1px solid;
  border-bottom: #eb6100 1px solid;
}

/***********************************
 add 2017.01.09
*********************************** */
#trace_product td {
/*vertical-align:baseline;*/
}

.item_b15 {
  margin-bottom:15px;
}
.c16_text1 {
  color:#FFFFFF;
  font-size:24px;
  margin:15px 0 20px 0;
}
.c16_text2 {
  color:#FFFFFF;
  margin-bottom:20px;
}