@charset "utf-8";

.content-asset {
  /* 基本のフォントサイズを移行前のサイズに合わせる */
  font-size: 16px;
}
.content-asset img {
  width: auto;
  display: initial;
}

.content-asset a {
  color: #195596;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
}
.content-asset a:active,
a:hover {
  outline: 0;
}

.content-asset .sp {
  display: initial !important;
}
.wrapCaution.sp {
  display: block !important;
}

.description-content {
  min-width: 280px;
  max-width: 720px;
  width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
}

.images-content {
  min-width: 240px;
  max-width: 720px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

.images-big-content {
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .images-big-content {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.description-content a {
  display: block;
  margin: 0 auto;
}

.description-content ul li {
  list-style: none outside;
}

/*--------------------------------------------*/
/*�g�b�v�y�[�W*/
/*�㕔�i�r*/
#spInxNav {
  margin: 10px 0 0;
}

#spInxNav table.ftBtn {
  width: 100%;
  background: url(../img/rohto/foot_btn_back.gif) repeat-x top #082e7c;
  table-layout: fixed;
}

#spInxNav table.ftBtn td {
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #346ec2;
}

#spInxNav table.ftBtn td.f03 {
  border-right: none;
}

#spInxNav table.ftBtn td a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 50px 0 13px;
}

#spInxNav table.ftBtn td a span {
  display: block;
  font-size: 80%;
}

#spInxNav table.ftBtn td.f04 a {
  padding: 34px 0 7px;
}

#spInxNav table.ftBtn td.f01 {
  background: url(../img/rohto/foot_btn_01.png) no-repeat 50% 15px;
  background-size: 35px auto;
}

#spInxNav table.ftBtn td.f02 {
  position: relative;
  background: url(../img/rohto/foot_btn_02.png) no-repeat 50% 15px;
  background-size: 35px auto;
}

#spInxNav table.ftBtn td.f03 {
  background: url(../img/rohto/foot_btn_03.png) no-repeat 50% 15px;
  background-size: 35px auto;
}

/*#spInxNav table.ftBtn td.f04 {
	background: url(../img/rohto/foot_btn_04.gif) no-repeat top;
}
#spInxNav table.ftBtn td.f05 {
	background: url(../img/rohto/foot_btn_05.gif) no-repeat top;
}*/

#spInxNav table.ftBtn td.f02 a span.cartCnt {
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -30px;
  background: #ea2e4b;
  padding: 3px 8px;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  border-radius: 15px;
  text-decoration: none;
  font-family: "arial", "MS PGothic", "sans-serif";
  font-weight: bold;
  color: #ffffff;
}

/*-----------------*/
/*�L�[���[�h����*/
.spInxKey {
  padding: 10px;
  margin: 0;
  background: url(../img/rohto/keyword_back.gif);
  background-size: 2px 2px;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
  text-align: left;
}

.spInxKey h2 {
  font-size: 1em;
  line-height: 1;
  color: #1064b1;
  font-weight: bold;
}

/*-----------------*/
/*h2*/
h2.spInx {
  margin: 0;
  padding: 7px 10px;
  background: #0c419a;
  color: #ffffff;
  font-size: 1em;
  line-height: 1;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
  background: -moz-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
  background: -o-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
  background-color: #0c419a;
  box-shadow: 0 1px 3px rgba(214, 211, 209, 1);
  -webkit-box-shadow: 0 1px 3px rgba(214, 211, 209, 1);
}

/*-----------------*/
/*�|�C���g*/
.spInxRohtta {
  margin: 0 -10px;
  border-bottom: 1px solid #cfcfcf;
}

.spInxRohtta .rohhta {
  padding: 10px;
  display: block;
}

/*-----------------*/
/*���[�g�ʔ̂�������*/
.inxOsusume {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.inxOsusume li.linkbox {
  clear: both;
  display: table;
  width: 100%;
  background: url(../img/rohto/osusume_line.gif) bottom repeat-x, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3)) #f3f3f3;
  background: url(../img/rohto/osusume_line.gif) bottom repeat-x, -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background: url(../img/rohto/osusume_line.gif) bottom repeat-x, -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background: url(../img/rohto/osusume_line.gif) bottom repeat-x, -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-color: #f3f3f3;
  background-repeat: repeat-x;
  background-position: bottom;
  vertical-align: middle;
}

.inxOsusume li.linkbox a {
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 15px 20px 15px 15px;
  vertical-align: middle;
  background: url(../img/rohto/icon_link05.png) 100% 50% no-repeat;
  color: #3e3e3e;
  text-decoration: none;
}

.inxOsusume a img {
  position: absolute;
  top: 20px;
  left: 15px;
}

.inxOsusume a span {
  display: block;
  padding: 5px 20px 5px 70px;
  min-height: 40px;
  color: #3e3e3e;
  font-size: 0.9em;
}

.inxOsusume a strong {
  display: block;
  padding: 0 0 5px 0;
  color: #1064b1;
  font-weight: bold;
  font-size: 110%;
  text-decoration: underline;
}

.inxOsusume li.linkbox a:hover strong {
  text-decoration: none;
}

.inxOsusume .linkbox:last-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3)) #f3f3f3;
  background: -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-color: #f3f3f3;
}

/**/
div.inxOsusume2ele {
  padding: 15px 10px;
}

div.inxOsusume2ele:nth-child(odd) {
  background: #efefef;
}

div.inxOsusume2ele:nth-child(even) {
  background: #ffffff;
}

/*div.inxOsusume2ele:nth-child(odd):hover,div.inxOsusume2ele:nth-child(even):hover{
	background:#ffffff;
}*/
div.inxOsusume2ele a {
  display: block;
  display: table;
  width: 100%;
  text-decoration: none;
  font-size: 0.95em;
  color: #1064b1;
}

div.inxOsusume2ele a span {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

div.inxOsusume2ele a span.image {
  width: 50%;
  padding: 0 10px 0 0;
}

div.inxOsusume2ele a span.image img {
  width: 100%;
  height: auto;
}

div.inxOsusume2ele a span.txt {
  width: 50%;
}

/*-----------------*/
/*3�̂���*/
div.linkPromise {
  margin: 0 0 10px 0;
}

div.linkPromise p {
  text-align: center;
  font-size: 12px;
}

div.wrapPromise {
  margin: 40px 0 0 0;
  background: #f7f6f2;
  padding: 0 0 20px 0;
}

div.wrapPromise h2 {
  border-top: 1px solid #a48b59;
  border-bottom: 1px solid #88744a;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  background: #826541;
  background: linear-gradient(to bottom, #826541, #a48a59);
  background: -moz-linear-gradient(top, #826541 0%, #a48a59);
  background: -webkit-gradient(linear, left top, left bottom, from(#826541), to(#a48a59));
}

div.wrapPromise h2 span {
  display: block;
  padding: 10px;
}

div.wrapPromise strong {
  font-weight: bold;
}

div.wrapPromise h3 {
  margin: 20px 10px 10px 10px;
  text-align: center;
  color: #886c2e;
  font-size: 1.2em;
  font-weight: bold;
}

div.wrapPromise h3.line {
  padding: 20px 0 0 0;
  border-top: 1px dotted #886c2e;
}

div.wrapPromise p {
  padding: 0 10px;
  color: #333333;
  font-size: 14px;
  text-align: center;
}

/*-----------------*/
/*���m�点*/
.inxNews {
  padding: 10px 0;
  font-size: 0.9em;
}

.inxNews .btn {
  margin-right: 10px;
  padding: 18px 0;
  text-align: right;
}

.inxNews td {
  padding: 5px 10px;
  font-size: 0.9em;
}

/*-----------------*/
/*�V���i�ꗗ�ւ̃����N 20160419add��*/
div.newProducts {
  display: table;
  border-top: 1px solid #0c419a;
  width: 100%;
  border-top: 1px solid #e3d9ca;
  border-bottom: 1px solid #949494;
}

div.newProducts a {
  display: block;
  display: table-cell;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 0 8px 8px;
  vertical-align: middle;
  width: 100%;
  color: #1064b1;
  font-size: 0.9em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cdcdcd)) #cdcdcd;
  background: -ms-linear-gradient(top, #fdfdfd, #cdcdcd);
  background: -moz-linear-gradient(top, #fdfdfd, #cdcdcd);
  background: -o-linear-gradient(top, #fdfdfd, #cdcdcd);
  border-top: 2px solid #0c419a;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}

div.newProducts a span {
  display: block;
  vertical-align: middle;
  background: url(../img/rohto/icon_link05.png) 100% 50% no-repeat;
}

div.newProducts a img {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

/*�V���i�ꗗ�ւ̃����N 20160419add��*/
/*�V���i�ƓX���ւ̃����N 20181213add��*/
div.newProducts2 {
  padding: 15px 5px 8px;
}

div.newProducts2 ul.linkBnr {
  display: table;
  width: 100%;
}

div.newProducts2 ul.linkBnr li {
  display: table-cell;
  width: 50%;
  padding: 0 5px;
  text-align: center;
}

div.newProducts2 ul.linkBnr li img {
  width: 100%;
  height: auto;
}

/*�V���i�ƓX���ւ̃����N 20181213add��*/
/*-----------------*/
/*�J�e�S������T��*/
.inxCategory {
  background-color: #f9efe3; /*	border-bottom: solid 1px #4c4c4c;*/
}

.inxCategory ul {
  display: table;
  width: 100%;
}

.inxCategory li {
  position: relative;
  display: table-cell;
  width: 50%;
  text-align: center;
  border-left: solid 2px #ffffff;
  border-right: solid 1px #e3d9ca;
  border-bottom: solid 2px #ffffff;
}

.inxCategory li a {
  display: block;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(30%, #ffffff), color-stop(70%, #f9efe3));
  background: -moz-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(30%, #ffffff), color-stop(70%, #f9efe3));
  background: -o-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(30%, #ffffff), color-stop(70%, #f9efe3));
  background-color: #f9efe3;
  text-decoration: none;
}

.inxCategory li a.dyn {
  font-size: 13px;
  font-weight: bold;
  color: #87744c;
}

.inxCategory li a.dyn2 {
  padding: 15px 10px;
  font-size: 12px;
  color: #ffffff;
  background: #87744c;
}

.inxCategory li.dyn {
  border-right: none;
}

.inxCategory li:first-child {
  border-left: none;
}

.inxCategory li span {
  display: block;
  text-align: left;
  /*	font-size: 0.75em;*/
  font-size: 11px;
  text-decoration: none;
  color: #3e3e3e;
}

.inxCategory li span.about {
  padding: 10px;
}

.inxCategory li img {
  margin: 15px 0 0 0;
  text-align: center;
  width: 100%;
  height: auto;
}

.inxCategory li span.dyn {
  text-align: center;
  color: #87744c;
  /*	font-size: 0.9em;*/
  font-size: 0.95em;
  font-weight: bold;
}

.inxCategory li a:hover span.dyn {
  text-decoration: underline;
}

/*-----------------*/
/*PC�ւ̃{�^��*/
.btnPc {
  margin: 0 10px 10px;
  text-align: center;
}

.btnPc a {
  padding: 7px;
  display: block;
  border: solid 1px #f4f1ec;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(2%, #ffffff), color-stop(3%, #fdfcfc), color-stop(100%, #f4f1ec));
  background: -moz-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(2%, #ffffff), color-stop(3%, #fdfcfc), color-stop(100%, #f4f1ec));
  background: -o-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(2%, #ffffff), color-stop(3%, #fdfcfc), color-stop(100%, #f4f1ec));
  background-color: #f4f1ec;
  box-shadow: 0 1px 0 #cac5b9;
  -webkit-box-shadow: 0 1px 0 #cac5b9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 0.75em;
  text-decoration: none;
  color: #1064b1;
  font-weight: bold;
}

/*--------------------------------------------*/
/*�������J�S�ȍ~*/
#spContents .btnOrange {
  margin: 0;
  padding: 15px 10px;
  display: block;
  width: 100%;
  /*	text-align: left;*/
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -ms-linear-gradient(top, #ff9700, #ff6600);
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -moz-linear-gradient(top, #ff9700, #ff6600);
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -o-linear-gradient(top, #ff9700, #ff6600);
  background-color: #ff6600;
  background-repeat: no-repeat;
  background-position: right center;
  /*filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff9700',EndColorStr='#ff6600');*/
  color: #ffffff;
  text-shadow: 0 0 4px #ff4e00;
  border: none;
  font-weight: bold;
  font-size: 1.2rem;
}

#spContents .btnOrange.dyn2L {
  /*width:280px;
    margin: 0 auto;
    padding: 15px 20px;
    white-space: pre-line;
    word-break: break-all;
    font-size: 6vw;*/
  /*font-size:14px;*/
  font-size: 5vw;
}

#spContents a.btnOrange {
  text-decoration: none;
  width: auto;
}

#spContents .btnOrange02,
#spContents .btnOrange03 {
  margin: 20px 0 7px;
  padding: 10px 10px 10px 0;
  display: block;
  text-align: left;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url(../img/rohto/icon_link04.gif) right center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background: url(../img/rohto/icon_link04.gif) right center no-repeat, -ms-linear-gradient(top, #ff9700, #ff6600);
  background: url(../img/rohto/icon_link04.gif) right center no-repeat, -moz-linear-gradient(top, #ff9700, #ff6600);
  background: url(../img/rohto/icon_link04.gif) right center no-repeat, -o-linear-gradient(top, #ff9700, #ff6600);
  background-color: #ff6600;
  background-repeat: no-repeat;
  background-position: right center;
  color: #ffffff;
  text-shadow: 0 0 4px #ff4e00;
  border: none;
  font-weight: bold;
  font-size: 0.875em;
}

#spContents .btnOrange03 {
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -ms-linear-gradient(top, #ff9700, #ff6600);
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -moz-linear-gradient(top, #ff9700, #ff6600);
  background: url(../img/rohto/icon_link02.gif) right center no-repeat, -o-linear-gradient(top, #ff9700, #ff6600);
  background-color: #ff6600;
  background-repeat: no-repeat;
  background-position: right center;
}

#spContents .btnOrange02 img,
#spContents .btnOrange03 img {
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}

#spContents .btnOrange04 {
  background: url(../img/rohto/icon_link02.gif) right center no-repeat;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 10px 10px 30px;
  width: 100%;
  font-weight: bold;
  font-size: 0.875em;
  color: #ffffff;
  text-shadow: 0 0 4px #ff4e00;
  text-align: left;
  text-decoration: none;
  border: none;
}

#spContents .btnOrangeLogin {
  margin: 10px 0;
  padding: 0 0 0 25px;
  background: url(../img/rohto/login_btn_01.gif) left center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background: url(../img/rohto/login_btn_01.gif) left center no-repeat, -moz-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background: url(../img/rohto/login_btn_01.gif) left center no-repeat, -o-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background-color: #ff6600;
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

#spContents .btnOrangeFirst {
  margin: 10px 0;
  background: url(../img/rohto/login_btn_02.gif) left center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background: url(../img/rohto/login_btn_02.gif) left center no-repeat, -moz-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background: url(../img/rohto/login_btn_02.gif) left center no-repeat, -o-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600)) #ff6600;
  background-color: #ff6600;
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

#spContents .btnGray {
  margin: 0;
  padding: 8px 30px 8px 15px;
  text-align: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url(../img/rohto/icon_link03.gif) right center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#535252)) #535252;
  background: url(../img/rohto/icon_link03.gif) right center no-repeat, -ms-linear-gradient(top, #7a7a7a, #535252);
  background: url(../img/rohto/icon_link03.gif) right center no-repeat, -moz-linear-gradient(top, #7a7a7a, #535252);
  background: url(../img/rohto/icon_link03.gif) right center no-repeat, -o-linear-gradient(top, #7a7a7a, #535252);
  background-color: #535252;
  background-repeat: no-repeat;
  background-position: right center;
  color: #ffffff;
  text-shadow: 1px 1px 0 #494949;
  border: none;
  font-weight: bold;
  font-size: 0.75em;
  text-decoration: none;
}

#spContents .btnGray.w100 {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}

#spContents .btnGray02 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#535252)) #535252;
  background: -ms-linear-gradient(top, #7a7a7a, #535252);
  background: -moz-linear-gradient(top, #7a7a7a, #535252);
  background: -o-linear-gradient(top, #7a7a7a, #535252);
  background-color: #535252;
  color: #ffffff;
  text-shadow: 1px 1px 0 #494949;
  border: none;
  font-weight: bold;
  text-decoration: none;
}

#spContents .btnGray02.wide {
  display: block;
  margin: 15px 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 100%;
}

#spContents .btnGray03 {
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#9b9b9b)) #9b9b9b;
  background: -ms-linear-gradient(top, #bbbbbb, #9b9b9b);
  background: -moz-linear-gradient(top, #bbbbbb, #9b9b9b);
  background: -o-linear-gradient(top, #bbbbbb, #9b9b9b);
  background-color: #9b9b9b;
  color: #ffffff;
  text-shadow: 1px 1px 0 #7f7e7f;
  border: none;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.75em;
}

#spContents .btnGray04 {
  display: block;
  padding: 5px 10px;
  margin: 0 0 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e4e4e4)) #9b9b9b;
  background: -ms-linear-gradient(top, #fafafa, #e4e4e4);
  background: -moz-linear-gradient(top, #fafafa, #e4e4e4);
  background: -o-linear-gradient(top, #fafafa, #e4e4e4);
  background-color: #e4e4e4;
  color: #0f64b1;
  border: none;
  text-decoration: none;
  font-size: 0.75em;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

/*--------------------------------------------*/
/*�t�H�[���S��*/
#spContents .conWidth input,
#spContents .conWidth select {
  width: 100%;
  padding: 5px;
}

#spContents .conWidth textarea {
  width: 100%;
  padding: 5px;
  height: 50px;
}

#spContents .conWidth input[type="radio"] {
  width: auto;
}

#spContents .conWidth input[type="submit"] {
  padding: 10px;
}

#spContents .conWidth .media label {
  padding: 0 30px 0 0;
}

/*--------------------------------------------*/
/*�������J�S*/

.cart p.teiki {
  margin: 20px 0 0;
}

.cart a.teiki {
  padding: 6px;
  color: #005aac;
  text-decoration: none;
  background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background: #f2f2f2 -moz-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background: #f2f2f2 -o-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  color: #1064b1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 1px #e1e0e0;
  -webkit-box-shadow: 1px 1px 1px #e1e0e0;
}

.cart img {
  vertical-align: middle;
}

table.cartGoods {
  margin: 10px 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #e0e0e0;
}

table.cartGoods td {
  font-size: 1.2em;
  color: #464646;
  font-weight: bold;
  word-break: break-all;
}

table.cartGoods td a {
  word-break: break-all;
}

table.cartGoods td img {
  /*	margin: 5px 15px 0 5px;*/
}

table.cartGoods .money {
  padding: 15px 10px 15px;
  color: #ff8f00;
  background: #f2f2f2;
}

table.cartGoods .teiki {
  margin: 5px;
  padding: 7px 0;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #eb4242;
  text-align: center;
  border: 2px solid #eb4242;
}

/*table.cartGoods .teiki{
margin:5px;
padding:7px 0;
background:#eb4242;
border-radius: 3px;
	-webkit-border-radius: 3px;
color:#ffffff;
text-align:center;
}*/
table.cartGoods02 {
  margin: 40px 0;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #e0e0e0;
  background: #fff9d1;
}

table.cartGoods tr.cartItemeEleBtm + input + tr.cartItemeEleTop td {
  border-top: 1px dotted #e0e0e0;
}

table.cartGoods select {
  padding: 10px 5px;
}

/*--------------------------------------------*/
#spContents .bdrGray {
  margin: 10px 0 0;
  padding: 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #e0e0e0;
}

#spContents .bdrGray h3 {
  margin: 0 0 10px;
  font-size: 0.875em;
  font-weight: bold;
}

#spContents .bgYellow {
  padding: 15px;
  background: #fff9d1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #606060;
  font-size: 0.875em; /*font-weight:bold;*/
}

#spContents .bgGray {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #606060;
}

#spContents .bgGray h3 {
  font-size: 0.75em;
}

#spContents .bgYellow li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: dotted 1px #7f7f7f;
}

#spContents .bgYellow li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

#spContents ul.bgYellowGoods {
  padding: 15px;
  margin: 0 0 10px;
  background: #fff9d1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #606060;
  font-size: 0.875em;
  font-weight: bold;
}

#spContents .bgYellowGoods li {
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: dotted 1px #7f7f7f;
  display: block;
}

#spContents .bgYellowGoods li:last-child {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: none;
  display: block;
}

#spContents span.red {
  color: #eb4242;
}

#spContents span.orange {
  color: #ff6800;
}

#spContents p.naked {
  font-size: 0.75em;
  color: #606060;
  margin: 0 10px;
  padding: 0;
}

#spContents p.naked + p.naked {
  margin-top: 15px;
}

#spContents p.naked.attention {
  margin: 15px 10px;
  color: #dd0000;
  padding: 10px;
  border: 1px solid #dd0000;
  background: #feefef;
}

p.naked2 {
  font-size: 1.2em;
  line-height: 160%;
  margin: 15px 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  p.naked2 {
    font-size: 1em;
    line-height: 160%;
    margin: 15px 0;
    padding: 0;
  }
}

#spContents p.naked3 {
  font-size: 0.85em;
  line-height: 160%;
  margin: 15px 15px 0 15px;
  padding: 0;
}

#spContents .bgYellow p.naked {
  font-size: 0.857em;
}

/*#spContents .bdrGray p.nakedW{
font-size:0.75em;
margin:0;
padding:0 20px;
color:#606060;
}
*/
/*#spContents .estimate{
font-size:0.875em;
color:#606060;
margin:10x 0;
padding:15px;
border:2px solid #cc5555;
background: #ffeeee;
text-align:center;
}*/
#spContents .estimate {
  font-size: 1em;
  color: #ee5555;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

#spContents p.Reserve img {
  vertical-align: -0.1em;
}

#spContents ul.kome li {
  font-size: 0.75em;
  line-height: 140%;
  margin: 10px 0;
  padding: 0 0 0 10px;
  background: url(/shop/user_data/packages/white/img/rohto/icon_kome.gif) no-repeat 0 5px;
}

/*--------------------------------------------*/
/*�J�e�S���[*/
/*��������*/
#Category .osusume {
  padding: 0 0 2px;
  border-top: 3px solid #0f64b1;
  background: url(../img/rohto/keyword_back.gif);
  background-size: 2px 2px;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
  position: relative;
  z-index: 10;
}

#Category .osusume:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #ffffff;
}

#Category .osusume h2 {
  background: url(../img/rohto/keyword_back.gif);
  padding: 5px 0 0;
  background-size: 2px 2px;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
}

#Category .osusume h2 span {
  display: block;
  padding: 5px 22px 0;
  margin: 0 0 0 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #0f64b1;
  background: url(../img/rohto/category/icon_osusume.png) left center no-repeat;
  background-size: 20px 19px;
  -webkit-background-size: 20px 19px;
  -moz-background-size: 20px 19px;
  -o-background-size: 20px 19px;
  -ms-background-size: 20px 19px;
}

#Category .osusume h2 img {
  vertical-align: -0.25em;
}

/**/
ul.osusumeBnr {
  margin: 20px;
}

ul.osusumeBnr li + li {
  margin-top: 20px;
}

ul.osusumeBnr a {
  display: block;
}

/*-----------------*/
/*���X�g*/
#Category table.title,
#Category table.list td font.before {
  display: none;
}

#Category div.list {
  padding: 10px 0 6px;
  background: #ececec url(../img/rohto/category/category_list_top.gif) top repeat-x;
  background-size: 5px 10px;
  -webkit-background-size: 5px 10px;
  -moz-background-size: 5px 10px;
  -o-background-size: 5px 10px;
  -ms-background-size: 5px 10px;
}

#Category table.list {
}

#Category table.list td {
  padding: 0 0 6px;
  background: url(../img/rohto/category/category_list_btm.gif) bottom repeat-x;
  background-size: 5px 6px;
  -webkit-background-size: 5px 6px;
  -moz-background-size: 5px 6px;
  -o-background-size: 5px 6px;
  -ms-background-size: 5px 6px;
}

#Category table.list td span {
  display: block;
  background: url(../img/rohto/icon_link05.png) right 52% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)) #ffffff;
  background: url(../img/rohto/icon_link05.png) right 52% no-repeat, -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background: url(../img/rohto/icon_link05.png) right 52% no-repeat, -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background: url(../img/rohto/icon_link05.png) right 52% no-repeat, -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 52%;
}

#Category table.list td a {
  display: block;
  padding: 16px 10px 14px;
  font-size: 15px;
  line-height: 100%;
  text-decoration: none;
  color: #1064b1;
}

#Category table.list td span.supplement01 a {
  background: url(../img/rohto/category/category_supplement_l01.png) right bottom no-repeat;
}

#Category table.list td span.supplement02 a {
  background: url(../img/rohto/category/category_supplement_l02.png) right bottom no-repeat;
}

#Category table.list td span.supplement03 a {
  background: url(../img/rohto/category/category_supplement_l03.png) right bottom no-repeat;
}

#Category table.list td span.supplement04 a {
  background: url(../img/rohto/category/category_supplement_l04.png) right bottom no-repeat;
}

#Category table.list td span.supplement05 a {
  background: url(../img/rohto/category/category_supplement_l05.png) right bottom no-repeat;
}

#Category table.list td span.supplement06 a {
  background: url(../img/rohto/category/category_supplement_l06.png) right bottom no-repeat;
}

#Category table.list td span.supplement07 a {
  background: url(../img/rohto/category/category_supplement_l07.png) right bottom no-repeat;
}

#Category table.list td span.supplement08 a {
  background: url(../img/rohto/category/category_supplement_l08.png) right bottom no-repeat;
}

#Category table.list td span.supplement09 a {
  background: url(../img/rohto/category/category_supplement_l09.png) right bottom no-repeat;
}

#Category table.list td span.supplement10 a {
  background: url(../img/rohto/category/category_supplement_l10.png) right bottom no-repeat;
}

#Category table.list td span.supplement11 a {
  background: url(../img/rohto/category/category_supplement_l11.png) right bottom no-repeat;
}

#Category table.list td span.supplement12 a {
  background: url(../img/rohto/category/category_supplement_l12.png) right bottom no-repeat;
}

#Category table.list td span.supplementObagi a {
  background: url(../img/rohto/category/category_supplement_obagi.png) right bottom no-repeat;
}

#Category table.list td span.supplementPromedial a {
  background: url(../img/rohto/category/category_supplement_promedial.png) right bottom no-repeat;
}

#Category table.list td span.supplementSWater a {
  background: url(../img/rohto/category/category_supplement_senobic_water.png) right bottom no-repeat;
}

#Category table.list td span.supplementV5 a {
  background: url(../img/rohto/category/category_supplement_v5.png) right bottom no-repeat;
}

#Category table.list td span.supplementKotsumitsu a {
  background: url(../img/rohto/category/category_supplement_kotsumitsu.png) right bottom no-repeat;
}

#Category table.list td span.supplementMigakku a {
  background: url(../img/rohto/category/category_supplement_migakku.png) right bottom no-repeat;
}

#Category table.list td span.supplementMoringa a {
  background: url(../img/rohto/category/category_supplement_moringa.png) right bottom no-repeat;
}

/*-----------------*/
#Category table.list td span.skincare01 a {
  background: url(../img/rohto/category/category_skincare_l01.png) right bottom no-repeat;
}

#Category table.list td span.skincare02 a {
  background: url(../img/rohto/category/category_skincare_l02.png) right bottom no-repeat;
}

#Category table.list td span.skincare03 a {
  background: url(../img/rohto/category/category_skincare_l03.png) right bottom no-repeat;
}

#Category table.list td span.skincare04 a {
  background: url(../img/rohto/category/category_skincare_l04.png) right bottom no-repeat;
}

#Category table.list td span.skincare05 a {
  background: url(../img/rohto/category/category_skincare_l05.png) right bottom no-repeat;
}

#Category table.list td span.skincare06 a {
  background: url(../img/rohto/category/category_skincare_l06.png) right bottom no-repeat;
}

#Category table.list td span.skincare07 a {
  background: url(../img/rohto/category/category_skincare_l07.png) right bottom no-repeat;
}

#Category table.list td span.skincare08 a {
  background: url(../img/rohto/category/category_skincare_l08.png) right bottom no-repeat;
}

#Category table.list td span.skincare09 a {
  background: url(../img/rohto/category/category_skincare_l09.png) right bottom no-repeat;
}

#Category table.list td span.skincare10 a {
  background: url(../img/rohto/category/category_skincare_l10.png) right bottom no-repeat;
}

#Category table.list td span.skincare11 a {
  background: url(../img/rohto/category/category_skincare_l11.png) right bottom no-repeat;
}

#Category table.list td span.skincare12 a {
  background: url(../img/rohto/category/category_skincare_l12.png) right bottom no-repeat;
}

#Category table.list td span.skincare13 a {
  background: url(../img/rohto/category/category_skincare_l13.png) right bottom no-repeat;
}

#Category table.list td span.skincare14 a {
  background: url(../img/rohto/category/category_skincare_l14.png) right bottom no-repeat;
}

#Category table.list td span.skincare15 a {
  background: url(../img/rohto/category/category_skincare_l15.png) right bottom no-repeat;
}

/*-----------------*/
#Category table.list td span.aroma01 a {
  background: url(../img/rohto/category/category_aroma_l01.png) right bottom no-repeat;
}

#Category table.list td span.aroma02 a {
  background: url(../img/rohto/category/category_aroma_l02.png) right bottom no-repeat;
}

#Category table.list td span.aroma03 a {
  background: url(../img/rohto/category/category_aroma_l03.png) right bottom no-repeat;
}

#Category table.list td span.aroma04 a {
  background: url(../img/rohto/category/category_aroma_l04.png) right bottom no-repeat;
}

/*-----------------*/
#Category table.list td span.shun01 a {
  background: url(../img/rohto/category/category_shun_l01.png) right bottom no-repeat;
}

#Category table.list td span.shun02 a {
  background: url(../img/rohto/category/category_shun_l02.png) right bottom no-repeat;
}

#Category table.list td span.shun03 a {
  background: url(../img/rohto/category/category_shun_l03.png) right bottom no-repeat;
}

#Category table.list td span.shun04 a {
  background: url(../img/rohto/category/category_shun_l04.png) right bottom no-repeat;
}

#Category table.list td span.shun05 a {
  background: url(../img/rohto/category/category_shun_l05.png) right bottom no-repeat;
}

#Category table.list td span.shun06 a {
  background: url(../img/rohto/category/category_shun_l06.png) right bottom no-repeat;
}

#Category table.list td span.shun07 a {
  background: url(../img/rohto/category/category_shun_l07.png) right bottom no-repeat;
}

#Category table.list td span.shun08 a {
  background: url(../img/rohto/category/category_shun_l08.png) right bottom no-repeat;
}

#Category table.list td span.shun09 a {
  background: url(../img/rohto/category/category_shun_l09.png) right bottom no-repeat;
}

#Category table.list td span.shun10 a {
  background: url(../img/rohto/category/category_shun_l10.png) right bottom no-repeat;
}

#Category table.list td span.shun11 a {
  background: url(../img/rohto/category/category_shun_l11.png) right bottom no-repeat;
}

/*-----------------*/
#Category table.list td span.body01 a {
  background: url(../img/rohto/category/category_body_l01.png) right bottom no-repeat;
}

#Category table.list td span.body02 a {
  background: url(../img/rohto/category/category_body_l02.png) right bottom no-repeat;
}

#Category table.list td span.body03 a {
  background: url(../img/rohto/category/category_body_l03.png) right bottom no-repeat;
}

#Category table.list td span.body04 a {
  background: url(../img/rohto/category/category_body_l04.png) right bottom no-repeat;
}

#Category table.list td span.body05 a {
  background: url(../img/rohto/category/category_body_l05.png) right bottom no-repeat;
}

#Category table.list td span.body06 a {
  background: url(../img/rohto/category/category_body_l06.png) right bottom no-repeat;
}

#Category table.list td span.body07 a {
  background: url(../img/rohto/category/category_body_l07.png) right bottom no-repeat;
}

#Category table.list td span.body08 a {
  background: url(../img/rohto/category/category_body_l08.png) right bottom no-repeat;
}

#Category table.list td span.body09 a {
  background: url(../img/rohto/category/category_body_l09.png) right bottom no-repeat;
}

/*--------------------------------------------*/
/*�u�����h*/
/*���X�g*/
#Brand {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

#Brand .brandList {
  padding: 10px 0 6px;
  background: #ececec url(../img/rohto/brand_list_top.gif) top repeat-x;
  background-size: 5px 10px;
  -webkit-background-size: 5px 10px;
  -moz-background-size: 5px 10px;
  -o-background-size: 5px 10px;
  -ms-background-size: 5px 10px;
}

#Brand .linkbox {
  padding: 0 0 4px;
  background: #f6f6f6 url(../img/rohto/brand_list_btm.gif) bottom repeat-x;
  background-size: 5px 4px;
  -webkit-background-size: 5px 4px;
  -moz-background-size: 5px 4px;
  -o-background-size: 5px 4px;
  -ms-background-size: 5px 4px;
}

#Brand .fullstory {
  display: none;
}

#Brand .linkbox table {
  width: 100%;
  background: url(../img/rohto/icon_link05.png) right center no-repeat;
  background: url(../img/rohto/icon_link05.png) right center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6)) #f6f6f6;
  background: url(../img/rohto/icon_link05.png) right center no-repeat, -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: url(../img/rohto/icon_link05.png) right center no-repeat, -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: url(../img/rohto/icon_link05.png) right center no-repeat, -o-linear-gradient(top, #ffffff, #f6f6f6);
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: right center;
}

#Brand .linkbox table td.goods {
  width: 112px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  background: url(../img/rohto/brand_list_left.png) right center no-repeat;
  background-size: 2px 56px;
  -webkit-background-size: 2px 56px;
  -moz-background-size: 2px 56px;
  -o-background-size: 2px 56px;
  -ms-background-size: 2px 56px;
}

#Brand .linkbox table td.text {
  vertical-align: middle;
  padding: 10px 38px 10px 10px;
  background: url(../img/rohto/brand_list_right.png) right center no-repeat;
  background-size: 29px 56px;
  -webkit-background-size: 29px 56px;
  -moz-background-size: 29px 56px;
  -o-background-size: 29px 56px;
  -ms-background-size: 29px 56px;
}

#Brand .linkbox table td.text dt {
  color: #1064b1;
  font-weight: bold;
  font-size: 0.85em;
}

#Brand .linkbox table td.text span {
  font-size: 80%;
}

#Brand .linkbox table td.text dd {
  font-size: 0.75em;
  padding: 3px 0 0;
}

#Brand .brandOther {
  padding: 20px 10px 15px;
}

#Brand .brandOther a {
  display: block;
  padding: 7px 10px;
  margin: 0 0 5px;
  color: #414141;
  text-decoration: none;
  background: #e8e8e8 url(../img/rohto/icon_link07.png) right center no-repeat;
  font-size: 0.85em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

p.otherItem.txt {
  padding: 0 10px;
}

p.otherItem.txt a {
  display: block;
  border: 1px solid #cfcfcf;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  color: #444444;
  text-decoration: none;
}

p.otherItem.sub {
  margin: 20px auto;
  text-align: center;
  font-size: 13px;
}

p.otherItem.sub a {
  color: #666666;
}

/*--------------------------------------------*/
/*���i�ڍ׃y�[�W*/
/*�㕔*/
#GoodsDetail {
  padding: 10px 0 0;
}

#GoodsDetail h1 {
  font-size: 1em;
  padding: 0 0 10px;
  border-bottom: 1px dotted #b1b1b1;
}

#GoodsDetail h1 img {
  vertical-align: 0.05em;
  margin: 0 5px 0 0;
}

#GoodsDetail .goodsIntro {
  padding: 0 10px;
}

#GoodsDetail p.comment {
  margin: 10px 0 0;
  font-size: 0.9em;
}

#GoodsDetail .goodsImg {
  margin: 10px 0;
  text-align: center;
}

#GoodsDetail p.goodsIcon {
  margin: 0 0 8px;
  text-align: center;
  font-size: 0.65em;
}

#GoodsDetail p.goodsIcon a {
  color: #636363;
}

#GoodsDetail .goodsCart {
  background: url(../img/rohto/ptn_02.gif);
  background-size: 2px 2px;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
  text-align: center;
  padding: 15px 0;
  font-size: 1em;
}

#GoodsDetail .layCartMgn + form .goodsCart {
  margin: 30px 0;
}

#GoodsDetail .goodsCart span {
  font-size: 0.75em;
  padding: 0 8px 0 0;
}

#GoodsDetail .goodsCart p.price {
  padding: 0 0 10px;
}

#GoodsDetail .goodsCart form {
  margin: 0;
  padding: 0;
  text-align: center;
}

#GoodsDetail .goodsCart form table {
  margin: 0 auto;
}

#GoodsDetail .goodsCart form td {
  vertical-align: middle;
}

#GoodsDetail .review {
  padding: 10px 0 0;
  font-size: 0.85em;
  text-align: center;
}

#GoodsDetail .comment1,
#GoodsDetail .comment2,
#GoodsDetail .comment3,
#GoodsDetail .comment4,
#GoodsDetail .comment5,
#GoodsDetail .comment6 {
  padding: 10px 0;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  #GoodsDetail .comment1,
  #GoodsDetail .comment2,
  #GoodsDetail .comment3,
  #GoodsDetail .comment4,
  #GoodsDetail .comment5,
  #GoodsDetail .comment6 {
    padding: 10px 0;
    font-size: 0.75em;
  }
}

#GoodsDetail .comment6 table {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 10px;
}

#GoodsDetail .comment6 table th,
#GoodsDetail .comment6 table td {
  padding: 5px 10px;
}

#GoodsDetail .listBtn {
  text-align: right;
  padding: 10px 0 0;
}

#GoodsDetail .listBtn img {
  border: 1px solid #d2d2d2;
}

/*-----------------*/
/*�ڍ�*/

#GoodsDetail h2.title {
  margin: 20px 0 0 0;
  padding: 10px 15px;
  font-size: 1.67em;
  background: #0c419a;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #557ab8), color-stop(6%, #557ab8), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
  background: -moz-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
  background: -o-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
  background-color: #0c419a;
  border-bottom: 1px solid #06204d;
}

@media screen and (max-width: 768px) {
  #GoodsDetail h2.title {
    margin: 20px 0 0 0;
    padding: 10px 15px;
    font-size: 1.5em;
    background: #0c419a;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #557ab8), color-stop(6%, #557ab8), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
    background: -moz-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
    background: -o-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
    background-color: #0c419a;
    border-bottom: 1px solid #06204d;
  }
}

@media screen and (max-width: 768px) {
  #GoodsDetail h2.title {
    margin: 20px 0 0 0;
    padding: 10px 15px;
    font-size: 1.5em;
    background: #0c419a;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #557ab8), color-stop(6%, #557ab8), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
    background: -moz-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
    background: -o-gradient(linear, left top, left bottom, color-stop(1%, #0c419a), color-stop(2%, #3d67ae), color-stop(6%, #3d67ae), color-stop(7%, #0c419a), color-stop(100%, #0c419a));
    background-color: #0c419a;
    border-bottom: 1px solid #06204d;
  }
}

h2.bsc {
  margin: 40px 0 20px 0;
  font-size: 1.5em;
  padding: 0 0 20px 0;
  color: #003b9b;
  border-bottom: 1px dotted #003b9b;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h2.bsc {
    margin: 40px 0 20px 0;
    font-size: 1.62em;
    padding: 0 0 20px 0;
    color: #003b9b;
    border-bottom: 1px dotted #003b9b;
  }
}

h3.bsc {
  margin: 20px 0;
  padding: 8px;
  border-left: 1px solid #005aac;
  font-size: 0.9em;
  background: url(../../images/product-detail/back_ptn2.gif);
}

#GoodsDetail table.detail {
  font-size: 0.75em;
  width: 100%;
}

#GoodsDetail table.detail th {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px dotted #d5d5d5;
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  text-align: left;
  white-space: nowrap;
}

#GoodsDetail table.detail td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px 10px 10px;
}

#GoodsDetail .comment4 dl {
  font-size: 0.9em;
}

#GoodsDetail .comment4 dl dt {
  margin: 0;
  padding: 6px 15px;
  color: #005aac;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(2%, #ffffff), color-stop(3%, #efefef), color-stop(55%, #ffffff), color-stop(100%, #ffffff));
  background: -moz-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(2%, #ffffff), color-stop(3%, #efefef), color-stop(55%, #ffffff), color-stop(100%, #ffffff));
  background: -o-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(2%, #ffffff), color-stop(3%, #efefef), color-stop(55%, #ffffff), color-stop(100%, #ffffff));
  background-color: #ffffff;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

#GoodsDetail .comment4 dl dd {
  margin: 15px 15px 20px 15px;
}

#GoodsDetail .comment4 dl dd.sub {
  margin: 5px 15px 15px 15px;
}

#GoodsDetail .comment4 dl dd span.sub,
#GoodsDetail .comment4 dl dd sub {
  font-size: 80%;
  line-height: 1;
}

#GoodsDetail .comment4 ul {
  padding: 0 15px;
  font-size: 0.8em;
}

#GoodsDetail .comment4 dl ul {
  font-size: 100%;
}

#GoodsDetail .comment4 ul li {
  margin: 0 0 4px;
  padding: 0 0 0 8px;
  background: url(../../images/product-detail/icon_detail_ul.gif) left 0.4em no-repeat;
}

#GoodsDetail .comment4 ul.styleDisc li {
  font-size: 0.9em;
}

#GoodsDetail .comment4 ul li:last-child {
  margin: 0;
}

/*-----------------*/
/*����*/
#GoodsDetail .goodsBtm {
  margin: 15px 0 0;
  padding: 25px 10px 15px;
  background: url(../img/rohto/detail_line_btm.gif) top repeat-x;
  background-size: 5px 5px;
  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px 5px;
  -o-background-size: 5px 5px;
  -ms-background-size: 5px 5px;
}

#GoodsDetail .mail {
  padding: 10px 0 20px;
  text-align: center;
  font-size: 0.75em;
}

#GoodsDetail .mail img {
  vertical-align: middle;
}

#GoodsDetail .goodsBtm p.list a {
  display: block;
  padding: 7px 10px;
  margin: 0 0 5px;
  color: #414141;
  text-decoration: none;
  background: #e8e8e8 url(../img/rohto/icon_link07.png) right center no-repeat;
  font-size: 0.7em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*--------------------------------------------*/
/*�u�����h���i�y�[�W*/
#GoodsList {
  text-align: center;
  padding: 0 5px;
}

#GoodsList .goodsList {
  border-collapse: separate;
  border-spacing: 5px 8px;
  width: 100%;
}

#GoodsList .goodsList td {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3)) #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(30%, #ffffff), color-stop(100%, #f3f3f3));
  background: -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-color: #f3f3f3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

#GoodsList .fullstory {
  display: none;
}

#GoodsList .goodsList td.goodsInfo {
  border: 1px solid #e0e0e0;
  width: 98%;
}

#GoodsList .goodsList td.goodsInfo .linkbox {
  margin: 0;
  padding: 10px;
}

#GoodsList .goodsList td.goodsInfo dt {
  color: #1064b1;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 110%;
  padding: 0 0 10px;
}

#GoodsList .goodsList td.goodsInfo dt img {
  vertical-align: -0.15em;
  padding: 0 0 0 3px;
}

#GoodsList .goodsList td.goodsInfo dd.img {
  float: left;
  margin: 0 8px 0 0;
  padding: 5px;
  width: 60px;
  background: url(../img/rohto/goods_img_back.gif) no-repeat;
  background-size: 60px 60px;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  -o-background-size: 60px 60px;
  -ms-background-size: 60px 60px;
}

#GoodsList .goodsList td.goodsInfo dd.text {
  font-size: 0.7em;
  line-height: 120%;
}

#GoodsList .goodsList td.goodsInfo dd.price {
  font-size: 0.8em;
  font-weight: bold;
  margin: 5px 0 0;
}

#GoodsList .goodsList td.goodsCart {
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #ff9a00;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

#GoodsList .goodsList td.goodsCart .linkbox {
  margin: 0;
  padding: 0 1px;
  font-size: 8px;
  color: #ff7300;
  text-align: center;
}

#GoodsList .goodsList td.goodsReserve {
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #349e26;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

#GoodsList .goodsList td.goodsReserve .linkbox {
  margin: 0;
  padding: 0 1px;
  font-size: 8px;
  color: #349e26;
  text-align: center;
}

#GoodsList .goodsList td.goodsCart .linkbox img,
#GoodsList .goodsList td.goodsReserve .linkbox img {
  margin: 0 0 6px;
}

#GoodsList .goodsList td.goodsText {
  vertical-align: middle;
  padding: 0 3px;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 8px;
  color: #aaaaaa;
  text-align: center;
}

#GoodsList .goodsList td.none {
  background: none;
  border-radius: none;
  width: 0;
  display: none;
}

/*-----------------*/
/*����*/
.NaviPage {
  margin: 7px 0 20px;
}

.NaviPage table {
  border-collapse: separate;
}

.NaviPage table td {
  font-size: 0.7em;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 0;
}

.NaviPage table td.prev {
  padding: 0 0 0 10px;
  white-space: nowrap;
  background: url(../img/rohto/pnavi_prev_act.gif) right bottom no-repeat;
  width: 80px;
  height: 21px;
}

.NaviPage table td.next {
  padding: 0 10px 0 0;
  white-space: nowrap;
  background: url(../img/rohto/pnavi_next_act.gif) left bottom no-repeat;
  width: 80px;
  height: 21px;
}

.NaviPage table td.page {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  color: #464646;
}

.NaviPage table td p {
  border-top: 1px solid #d9d9d9;
  padding: 1px 0 0;
  display: block;
  width: 80px;
  height: 19px;
}

.NaviPage table td.prev a.aNext,
.NaviPage table td.next a.aPrev {
  display: none;
}

.BackLink {
  margin: 12px 10px 20px;
}

.BackLink a {
  display: block;
  padding: 7px 10px;
  margin: 0 0 5px;
  color: #414141;
  text-decoration: none;
  background: #e8e8e8 url(../img/rohto/icon_link07.png) right center no-repeat;
  font-size: 0.85em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.BackLink td {
  background: #ffffff;
}

.BackLink td span {
  font-size: 1.23em;
}

.BackLink td font.before {
  display: none;
}

/*--------------------------------------------*/
/*���̑��y�[�W���� ���X�g*/
.listTitle {
  font-size: 0.95em;
  padding: 10px;
  margin: -10px 0 10px;
  font-weight: bold;
  background-color: #0c419a;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-top: 1px solid #0c419a;
  border-bottom: 1px solid #0c419a;
}

.listTitle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #446db1;
  border-bottom: 1px solid #ced9eb;
}

.listTitle span {
  font-size: 70%;
}

.seriesTitle {
  margin: 12px 0 0;
  background: #ffffff;
}

.seriesTitle h3 {
  padding: 17px 10px 7px;
  font-weight: bold;
  color: #005aac;
  background: url(../img/rohto/sub-title_back.gif) repeat-x;
  background-size: 2px 31px;
  -webkit-background-size: 2px 31px;
  -moz-background-size: 2px 31px;
  -o-background-size: 2px 31px;
  -ms-background-size: 2px 31px;
}

.seriesTitle h3 span {
  font-size: 115%;
}

/*--------------------------------------------*/
p.otherItem {
  text-align: center;
  margin: 20px auto;
}

/*--------------------------------------------*/
div.wrapPW201605 {
  margin: 10px;
}

ul.pwIndex li {
  border-bottom: 1px solid #0c419a;
}

ul.pwIndex li a {
  display: block;
  padding: 10px;
  font-size: 0.85em;
  text-decoration: none;
}

div.wrapPW201605 h3 {
  margin: 40px 0 20px 0;
  padding: 10px;
  font-size: 1em;
  background: #2490d7;
  color: #ffffff;
  border-bottom: 1px solid #06204d;
}

div.wrapPW201605 ul.PWattention {
  margin: 20px 0;
}

div.wrapPW201605 ul.PWattention li {
  margin: 5px 0 10px 25px;
  list-style: outside disc;
  padding: 0;
  font-size: 0.85em;
  color: #a10000;
}

/*--------------------------------------------*/
/*���i�̔̔��Ɋւ���\��*/
div.guideMedical {
  margin: 0 10px 30px 10px;
}

div.guideMedical table.bsc {
  border-top: 1px solid #dddddd;
}

div.guideMedical table.bsc th {
  padding: 2px;
  font-size: 0.9em;
  line-height: 150%;
  border-bottom: 1px solid #dddddd;
}

div.guideMedical table.bsc td {
  padding: 2px;
  font-size: 0.9em;
  line-height: 150%;
  border-bottom: 1px solid #dddddd;
}

div.guideMedical h3 {
  margin: 20px 0;
  line-height: 150%;
  font-size: 0.95em;
  font-weight: bold;
  background: #efefef;
}

div.guideMedical h4 {
  margin: 20px 0 10px 0;
  padding: 4px;
  line-height: 150%;
  font-size: 0.95em;
  background: #005aac;
  color: #ffffff;
}

/*--------------------------------------------*/
.wrapMerit {
  margin: 40px 0;
}

.wrapMerit h2 {
  background: #db327a;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
}

.wrapMerit .divider {
  background: #f0f0f0;
}

.wrapMerit .divider.merit2 {
  background: #ffffff;
}

.wrapMerit .divider a {
  padding: 20px;
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.wrapMerit .divider.merit1 a {
  background: url(../img/rohto/merit_01_icon.png) no-repeat 50% 22px;
  background-size: 70px auto;
}

.wrapMerit .divider.merit2 a {
  background: url(../img/rohto/merit_02_icon.png) no-repeat 50% 22px;
  background-size: 194px auto;
}

.wrapMerit .divider.merit3 a {
  background: url(../img/rohto/merit_03_icon.png) no-repeat 50% 22px;
  background-size: 45px auto;
}

.wrapMerit .divider a span {
  padding: 50px 0 0 0;
  display: block;
  color: #362d08;
}

.wrapMerit .divider a span strong {
  color: #db327a;
}

/*--------------------------------------------*/
/*201808add*/
.wrapGoodsIconVer2 {
  margin: 15px 20px 30px;
  text-align: center;
}

.wrapGoodsIconVer2 li {
  display: inline-block;
  text-align: center;
  margin: 2px;
}

.wrapGoodsIconVer2 li img {
  display: inline-block;
  height: 20px;
  width: auto;
}

.wrapGoodsIconVer2 p.note {
  margin: 10px auto 0;
  padding: 0;
  background: none;
  text-align: center;
  font-size: 0.8em;
  color: #3e3e3e;
}

/**/
.wrapIconVer2Info {
  margin: 0 0 40px;
}

.wrapIconVer2Info h1.page_title {
  margin: 0 0 20px;
  padding: 10px 0;
  background: #0c419a;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  line-height: 1;
}

.wrapIconVer2Info dl {
  margin: 20px 10px;
}

.wrapIconVer2Info dl + dl {
  border-top: 1px dotted #555555;
  padding-top: 20px;
}

.wrapIconVer2Info dt {
  margin: 0 0 5px;
}

.wrapIconVer2Info dt img {
  display: inline-block;
  height: 20px;
  width: auto;
}

.wrapIconVer2Info dd {
  font-size: 0.8em;
  line-height: 1.4;
}

/*--------------------------------------------*/
/*201808add FAQ*/
.wrapFAQ p {
  font-size: 0.8em;
}

/*--------------------------------------------*/
/*�x�X�g�R�X�����*/
.wrapBestCosmetic {
  margin: 20px 0;
}

.wrapBestCosmetic p {
  font-size: 0.75em;
  text-align: right;
  color: #b29a3f;
}

.wrapBestCosmetic p a.iconBC {
  display: inline-block;
  color: #b29a3f;
  padding: 2px 12px 2px 2px;
  background: url(../img/icon/icon_newwin_bc.png) no-repeat 100% 50%;
}

/*--------------------------------------------*/
p.error.cartError {
  font-size: 0.9rem;
  background: #ffff00;
  padding: 10px;
  color: #dd0000;
  margin: 15px 0;
  font-weight: bold;
}

/*--------------------------------------------*/
.wrapCartHeadFlow {
  margin: 0 0 20px;
}

/*--------------------------------------------*/
span.iconBack {
  display: inline-block;
  padding: 0 0 0 15px;
  min-height: 10px;
  background: url("../img/rohto/icon_back.png") no-repeat 0 50%;
  background-size: 10px auto;
}

/*end*/
@charset "utf-8";
div.wrapStockholder {
  clear: both;
  margin: 0 0 40px 0;
}

div.wrapStockholder.sp.dyn {
  margin: 0 10px;
}

/**/
div.wrapCp {
  margin: 0 0 40px 0;
}

div.wrapCp p + p {
  margin-top: 20px;
}

div.wrapStockholder.sp div.wrapCp {
  margin: 20px 0;
}

div.wrapStockholder.sp div.wrapCp p + p {
  margin-top: 10px;
}

#mainEvent div.wrapCp {
  margin: 20px 0;
}

#spContents div.wrapStockholder.sp div.wrapCp {
  margin: 20px 10px 10px;
}

/**/
div.wrapCaution {
  margin: 40px 0;
  padding: 30px;
  border: 5px solid #ffc5c5;
  border-radius: 8px;
  background: #f9dcdc;
  background: #f9dcdc;
  text-align: center;
}

div.wrapCaution p {
  margin: 0 0 10px 0;
  text-align: center;
}

div.wrapCaution ul {
  display: inline-block;
  text-align: center;
}

div.wrapCaution li {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  font-size: 0.95em;
}

div.wrapCaution li.newwin a {
  padding: 0 0 0 15px;
  background: url(../../images/product-detail/medical/dotest/icon_newwin.png) no-repeat 0 50%;
}

div.wrapCaution li.pdf a {
  padding: 0 0 0 20px;
  background: url(../../images/product-detail/medical/dotest/icon_pdf.png) no-repeat 0 50%;
}

div.wrapCaution p.naked.dyn {
  margin: 20px 0 0 0;
  text-align: left;
  font-size: 0.85em;
}

div.linkCartAnker {
  margin: 60px auto;
  text-align: center;
}

/*

/* #オリジナル
-----------------------------------------------------------------*/
.spLay {
  margin: 0 10px;
}

.linkCartAnker {
  text-align: center;
  padding: 40px;
}

.wrapStockholder .top_v {
  width: 700px;
  height: 170px;
  background: url(../../images/product-detail/wakansen/bg_about_mv.jpg) no-repeat 0 -10px;
  background-size: 100% auto;
}

.wrapStockholder.sp .top_v {
  width: 100%;
  height: 120px;
  background: url(../../images/product-detail/wakansen/bg_top_mv_sp.jpg) no-repeat center;
  background-size: 100% auto;
}

.wrapStockholder .outer h2.catch,
#mainEvent .wrapStockholder .outer h2.catch {
  background: none;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
}

.wrapStockholder .outer {
  padding: 50px;
  background: url(../../images/product-detail/wakansen/bg_about_evolution.jpg) 0 -140px;
  background-size: 100% auto;
}

.wrapStockholder.sp .outer {
  padding: 20px;
  height: auto;
  background: url(../../images/product-detail/wakansen/bg_about_evolution_sp.jpg) no-repeat 0 0;
  background-size: 100% auto;
  color: #000000;
}

.wrapStockholder.sp h2.catch {
  margin: 20px 0;
  font-size: 4.6vw;
  text-align: center;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
.section {
  display: block;
  min-height: 1%;
}

/* #mv
-----------------------------------------------------------------*/
.mv {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 30px 0 0;
  background: #e7dcae;
}

.mv.link {
  font-size: 24px;
  padding: 46px 0 50px;
}

.wrapStockholder.sp .mv.link {
  padding: 20px 0;
}

.mv img {
  margin: 5px auto 0;
  display: block;
}

.mv.link ul {
  display: flex;
  justify-content: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 600px;
  margin: 20px auto 0;
}

.wrapStockholder.sp .mv.link ul {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 20px 20px 0;
}

.mv.link ul li {
  width: 312px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.wrapStockholder.sp .mv.link ul li {
  width: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.mv.link ul li a {
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.mv.link ul li a:hover,
.mv.link ul li.active a {
  background: #fff;
}

.mv.link ul li a span {
  display: inline-block;
  height: 68px;
  line-height: 68px;
  padding-right: 14px;
  background: url(../../images/product-detail/wakansen/ico_arrow04.png) no-repeat right center;
}

.mv.link ul li.active a span {
  background: url(../../images/product-detail/wakansen/ico_arrow_anq01.png) no-repeat right center;
}

.mv.link ul li a img {
  width: 37px;
  height: auto;
  margin: 16px 5px 0 0;
  float: left;
}

/* .contentsWrap
-----------------------------------------------------------------*/
.contentsWrap h1,
.contentsWrap h2 {
  text-align: center;
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.contentsWrap h1,
.contentsWrap h2 {
  /*	display: block;
    position: relative;
    top: 80px;
    height: 170px;*/
  padding: 60px 0 20px;
}

.contentsWrap h1 span,
.contentsWrap h2 span {
  font-size: 16px;
  display: block;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-align: center;
}

.wrapStockholder .contentsWrap {
  width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../../images/product-detail/wakansen/bg_product_contents.jpg) no-repeat;
  background-size: 100% auto;
}

.wrapStockholder.sp .contentsWrap {
  width: auto;
  margin: 0 auto;
  background: url(../../images/product-detail/wakansen/bg_product_contents_sp.jpg) no-repeat;
  background-size: 100% auto;
}

.contentsWrap h1 .small {
  font-size: 24px;
}

.contentsWrap h1 rt {
  font-size: 10px;
}

.contentsWrap h1 .small rt {
  font-size: 10px;
}

.contentsWrap .noteImg {
  text-align: right;
  padding: 10px 10px 0 0;
}

.wrapStockholder.sp .contentsWrap h1 {
  top: 0;
  height: auto;
  padding: 60px 0 0 0;
}

.wrapStockholder.sp .contentsWrap .noteImg img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

/* #visualTop
-----------------------------------------------------------------*/
.visualTop {
  width: auto;
  margin: 0 0 20px;
}

/* #contentsTrouble
-----------------------------------------------------------------*/
.contentsTrouble .inner {
  width: auto;
}

.wrapStockholder.sp .contentsTrouble .inner {
  width: auto;
  padding: 0;
}

.wrapStockholder .contentsTrouble h2 {
  background: none;
  padding: 12px;
  box-sizing: border-box;
}

.wrapStockholder .contentsTrouble h3 {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #19283c;
  text-align: center;
  margin: 40px 0;
  border: solid 1px;
  background: none;
}

.wrapStockholder .contentsTrouble h3:after {
  content: "";
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -15px;
}

.wrapStockholder.sp .contentsTrouble h3 {
  position: relative;
  box-sizing: border-box;
  /*	height: 50px;*/
  /*padding-top: 10px;*/
  font-size: 17px;
  color: #19283c;
  text-align: center;
  margin: 0 0 40px;
  border: solid 1px;
  background: none;
}

.wrapStockholder .contentsTrouble .img {
  display: block;
  float: left;
  width: 330px;
  margin: 20 0 20px;
}

.wrapStockholder.sp .contentsTrouble .img {
  display: block;
  float: none;
  width: 100%;
  margin: 10 0 10px;
}

.wrapStockholder .contentsTrouble h4 {
  padding: 0 0 0 490px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.wrapStockholder .contentsTrouble ul + h4 {
  padding: 20px 0 0 490px;
}

.wrapStockholder .contentsTrouble ul {
  padding: 20px 0 0 490px;
}

.wrapStockholder .contentsTrouble h4 + ul {
  padding: 10px 0 0 490px;
}

.contentsTrouble ul li {
  padding-left: 20px;
  background: url(../../images/product-detail/wakansen/dco_check01_sp.png) no-repeat left 0.4em;
  background-size: 11px 8px;
  font-size: 14px;
}

.wrapStockholder .contentsTrouble ul li + li {
  margin-top: 10px;
}

.wrapStockholder .contentsTrouble dl {
  margin: 20px 0 0 490px;
  padding: 20px;
  border: 1px solid #f9f6eb;
  font-size: 12px;
}

.wrapStockholder .contentsTrouble dl dt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
}

.wrapStockholder .contentsTrouble dl dd {
  font-size: 12px;
  line-height: 1.8;
}

.contentsTrouble .improvement {
  clear: both;
  position: relative;
  text-align: center;
  height: 580px;
  margin: 50px 0 0;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contentsTrouble .improvement:after {
  content: "";
  width: 40px;
  height: 20px;
  background: url(../../images/product-detail/wakansen/dco_product_improvement.png);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

.contentsTrouble .improvement span {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  padding: 68px 0 10px;
  letter-spacing: 0.2em;
}

.wrapStockholder .contentsTrouble .improvement img {
  width: 360px;
  margin: 0 auto;
  display: block;
}

.wrapStockholder.sp .contentsTrouble .improvement {
  height: auto;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
}

.wrapStockholder.sp .contentsTrouble .improvement img {
  display: block;
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
}

.wrapStockholder.sp .contentsTrouble ul {
  margin-top: 20px;
}

.wrapStockholder.sp .contentsTrouble .improvement span {
  font-size: 26px;
}

/* #contentsAbout
-----------------------------------------------------------------*/
.wrapStockholder .contentsAbout {
  padding: 20px 0 0;
  position: relative;
}

.wrapStockholder .contentsAbout h2 {
  padding: 0;
  background: none;
  text-align: center;
  font-size: 1.6em;
  width: 100%;
  position: absolute;
  top: -50px;
}

.wrapStockholder .contentsAbout h2 span {
  display: block;
  background: #fff;
  padding: 25px 0 20px;
  margin: 0 20px;
  text-align: center;
  font-size: 1em;
}

.wrapStockholder .contentsAbout div h3 {
  font-size: 24px;
  padding: 0 0 15px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.wrapStockholder .contentsAbout div h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}

.wrapStockholder.sp .contentsAbout h2 {
  position: relative;
  top: 0;
  width: auto;
  margin: 20px 0; /*font-size: 5.3vw;*/
}

.wrapStockholder.sp .contentsAbout h2 span {
  padding: 0;
}

.wrapStockholder.sp .contentsAbout div h3 {
  /*	font-size: 5.5vw;*/
  font-size: 1.4em;
}

/* #features
-----------------------------------------------------------------*/
.features {
  width: auto;
  min-height: inherit;
  padding: 30px 0 0;
  margin: 0 20px;
}

.features div {
  width: auto;
  float: none;
  margin: -50px 0 0;
  padding: 50px 0 0;
}

.features div + div {
  margin: 10px 0 0;
}

.contentsAbout .features h3:after {
  left: 50%;
  margin-left: -50px;
}

.contentsAbout .features h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.contentsAbout .features p {
  margin-top: 20px;
}

.contentsAbout .features .notes {
  margin-top: 10px;
  font-size: 10px;
}

.contentsAbout .features .img02 {
  margin: 20px auto 0;
  text-align: center;
}

.contentsAbout .features .img02 img {
  max-width: 100%;
}

.contentsAbout .features .wide h4 {
  text-align: left;
}

.contentsAbout .features .wide h4:first-child {
  margin-top: 30px;
}

.contentsAbout .features .img,
.contentsAbout .features .wide + .img {
  text-align: center;
  width: 100%;
  top: inherit;
  left: inherit;
  margin-top: 15px;
}

.wrapStockholder.sp .features {
  margin: 20px 10px 0;
  padding: 0;
}

/* #efficacy
-----------------------------------------------------------------*/
.wrapStockholder .efficacy .inner {
  width: 600px;
  margin: 60px auto 0;
  padding: 40px;
  border-style: double;
  border-width: 4px;
  border-color: #e7dcae;
}

.wrapStockholder.sp .efficacy .inner {
  width: auto;
  margin: 60px auto 0;
  padding: 20px;
  border-style: double;
  border-width: 4px;
  border-color: #e7dcae;
}

.wrapStockholder .efficacy .txt {
  float: left;
  width: 300px;
}

.wrapStockholder.sp .efficacy .txt {
  float: none;
  width: 100%;
  text-align: center;
}

.wrapStockholder .efficacy .txt h3 {
  margin-bottom: 30px;
  text-align: left;
}

.wrapStockholder.sp .efficacy .txt h3 {
  margin-bottom: 30px;
  text-align: center;
}

.wrapStockholder .efficacy .txt h3:after {
  left: 0;
  margin-left: 0;
}

.efficacy .txt dl + dl {
  margin: 30px 0 0;
}

.efficacy .txt dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.wrapStockholder .efficacy .txt dl dt span {
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  margin: 2px 5px 0 0;
  background: #ccc;
}

.wrapStockholder.sp .efficacy .txt dl dt span {
  display: inline-block;
  float: none;
  font-size: 12px;
  width: 80px;
  text-align: center;
}

.wrapStockholder .efficacy .txt dl dt span.taisya {
  background: #fd7034;
}

.wrapStockholder .efficacy .img {
  float: right;
  width: 300px;
  margin: 80px -20px 0 0;
}

.wrapStockholder.sp .efficacy .img {
  float: none;
  width: 100%;
  margin: 20px auto 0px;
  text-align: center;
}

.wrapStockholder.sp .efficacy div h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}

/* #technology
-----------------------------------------------------------------*/
#technology {
  padding: 60px 0 0;
}

#technology h4 {
  font-size: 24px;
  text-align: center;
}

#technology h4 + p {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}

#technology h4 + p {
  margin-bottom: 40px;
}

.wrapStockholder.sp #technology h4 {
  /*	font-size: 5.4vw;*/
  font-size: 1.2em;
}

.wrapStockholder.sp #technology h4 + p {
  text-align: left;
}

/* #information
-----------------------------------------------------------------*/
.information {
  margin: 40px 0;
}

.information dl {
  text-align: center;
}

.information dl dt {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.information dl dt small {
  font-size: 18px;
  font-weight: normal;
}

.information dl dt span {
  font-size: 16px;
  display: block;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-align: center;
}

.information dl dt span.name {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.information dl dt .small {
  font-size: 24px;
}

.information dl dt rt {
  font-size: 12px;
}

.information dl dt .small rt {
  font-size: 10px;
}

.information dl dd {
  font-size: 14px;
  ont-weight: normal;
}

.information dl dd .packageWrap {
  text-align: center;
  margin: 0 auto;
}

.information dl dd .packageWrap .package {
  position: relative;
  display: inline-block;
  width: 210px;
  outline: none;
}

.item01 #information dl dd .packageWrap .package {
  margin: 0 40px;
}

.information dl dd .packageWrap .package p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 2px;
}

.information dl dd .packageWrap .package p span {
  font-size: 10px;
}

.information dl dd .classification {
  width: 137px;
  height: 38px;
  line-height: 38px;
  margin: 30px auto 0;
  text-align: center;
  border: 1px solid;
  font-weight: normal;
}

.information dl dd .type {
  margin: 10px 0 40px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

.information .box + .box {
  margin-top: 30px;
}

.information .box h4 {
  width: 100%;
  padding: 20px 0 15px;
  font-size: 16px;
  border-top: solid 1px;
  text-align: center;
}

.information .box > div {
  line-height: 2;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

/* #item01,#item02
-----------------------------------------------------------------*/
#item01 .txtColor,
#item02 .txtColor {
  color: #8c6300;
}

#item01 .contentsTrouble h3,
#item02 .contentsTrouble h3 {
  border-color: #e7dcae;
}

#item01 .contentsTrouble h3:after,
#item02 .contentsTrouble h3:after {
  background-image: url(../../images/product-detail/wakansen/dco_product_item01_trouble.png);
}

#item01 .contentsTrouble dl,
#item02 .contentsTrouble dl {
  background: #f9f6eb;
}

#item01 .contentsTrouble .improvement {
  background-image: url(../../images/product-detail/wakansen/bg_product_item03_improvement.jpg);
}

#item02 .contentsTrouble .improvement {
  background-image: url(../../images/product-detail/wakansen/bg_product_item01_improvement.jpg);
}

#item01 .contentsAbout .anq li a,
#item02 .contentsAbout .anq li a {
  background-color: #f9f6eb;
}

#item01 .contentsAbout div h3:after,
#item02 .contentsAbout div h3:after {
  background: #e7dcae;
}

#item01 .efficacy .inner,
#item02 .efficacy .inner {
  border-color: #e7dcae;
}

#item01 .purchase,
#item02 .purchase {
  background: #f9f6eb;
}

#item01 .information dl dd .classification,
#item02 .information dl dd .classification {
  border-color: #e7dcae;
}

#item01 .information .box h4,
#item02 .information .box h4,
#item01 .caution .box h4,
#item02 .caution .box h4 {
  border-top-color: #e7dcae;
}

#item01 .information .slick-dots li,
#item02 .information .slick-dots li {
  background: #f9f6eb;
}

#item01 .information .slick-dots li.slick-active,
#item02 .information .slick-dots li.slick-active {
  background: #8c6300;
}

.wrapStockholder #item01 .contentsTrouble ul,
.wrapStockholder #item02 .contentsTrouble ul {
  padding: 50px 0 0 360px;
}

.wrapStockholder.sp #item01 .contentsTrouble ul,
.wrapStockholder.sp #item02 .contentsTrouble ul {
  padding: 0px;
}

/**/
.visualAdvice {
  margin: 40px 0 0;
  text-align: center;
  background: #e7eff8;
}

.visualAdvice p {
  text-align: center;
}

/**/
#spContents div.wrapStockholder.sp p.naked {
  margin: 15px 0;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.6;
}

#spContents div.wrapStockholder.sp .wrapCaution p.naked {
  margin: 0;
}

#spContents div.wrapStockholder.sp .wrapCaution p.naked + ul {
  margin-top: 15px;
}

/*------------------------------------------------------*/
.wrapPresentBath {
  margin: 0 0 40px;
}

.sp .wrapPresentBath {
  margin-top: 20px;
}

.wrapPresentBath p {
  position: relative;
  margin: 30px auto 0;
  background: #fbe8dc;
  border-radius: 15px;
  padding: 25px 30px;
  color: #8e4b23;
  font-size: 0.85em;
  line-height: 1.8;
}

.sp .wrapPresentBath p {
  padding: 15px;
}

.wrapPresentBath p:after {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 20px;
  width: 20px;
  background: #fbe8dc;
}

/*------------------------------------------------------*/
.navIdx {
  margin: 40px auto 60px;
}

.navIdx ul {
  width: 100%;
  margin: 0 auto;
}

.navIdx li {
  float: left;
  width: 350px;
}

.navIdx li a {
  display: block;
  margin: 0 10px;
  padding: 20px;
  background: #720a08;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.navIdx li a span {
  display: block;
  text-align: center;
  padding: 0 0 20px;
  background: url(../../images/product-detail/ico_arrow02.png) no-repeat 50% 100%;
}

.navIdx li a:hover {
  background: #de0018;
  color: #ffffff;
  text-decoration: none;
}

.navIdx.sp {
  margin: 20px 5px 40px;
}

.navIdx.sp li {
  float: left;
  width: 50%;
}

.navIdx.sp li a {
  margin: 0 5px;
  padding: 10px;
}

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

.content-asset p {
  font-size: 1.16em;
}
