@charset "UTF-8";

/*---------------------------------------------
     Browser Default Initialization seo_p_blue
   ---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: none;
}
ul li,
ol li {
  list-style-type: none;
}
input {
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}
a:focus {
  outline: none;
}
/* IE8+, Chrome */
input,
button,
video {
  outline: 0 !important;
}
/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner,
video::-moz-focus-inner {
  border: 0 !important;
}
/*---------------------------------------------
     body
   ---------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  *font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  height: 100%;
  word-wrap: break-word;
}
/*---------------------------------------------
     Anchor
   ---------------------------------------------*/
a {
  outline: none;
}
a:link {
  text-decoration: none;
  color: #111;
}
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
a:active {
  text-decoration: underline;
  color: #555;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
/* General Settings
 ----------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
.text-center {
  text-align: center;
}
#wrapper {
  width: 100%;
  min-width: 1000px;
  background: #fff;
  min-height: 100%;
}
article h1 {
  padding: 0 0 12px 0;
  color: #333;
  font-size: 90%;
  line-height: 165%;
}
article h2 {
  background: none repeat scroll 0 0 transparent;
  font-size: 65%;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
}
#sub-column h2 {
  font-size: 80%;
  line-height: 165%;
}
.w100 {
  width: 100%;
}
.bold {
  font-weight: bold;
}
#contents-pop {
  padding-top: 20px;
  width: auto;
}
/* Header
 ----------------------------------------------- */
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header,
div#wrapper div#enquete-header {
  width: 100%;
  min-width: 1050px;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 78px;
  z-index: 101;
}
#header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  height: 78px;
  position: relative;
  zoom: 1;
}
a[name="return"] {
  margin-top: -80px;
  padding-top: 80px;
}
#header-inner #logo,
#hNav {
  display: table-cell;
  vertical-align: middle;
}
#header-inner #hNav {
  width: auto;
  height: 78px;
  text-align: right;
  position: absolute;
  top: auto;
  right: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header-inner #hNav .login,
#header-inner #hNav .cart,
#header-inner #hNav .mypage {
  font-size: 14px;
  font-weight: bold;
}
#header-inner #hNav .cart {
  padding: 0 0 0 30px;
}
#header-inner #hNav .login img,
#header-inner #hNav .cart img {
  position: relative;
  top: 2px;
}
#header-inner #hNav .mypage {
  margin: 0 20px 0 0;
}
#header-inner #hNav .mypage a {
  display: block;
  position: relative;
  color: #fff;
  background: #c90000;
  padding: 2px 20px;
  box-sizing: border-box;
  border: 1px solid #c90000;
  border-radius: 4px;
  transition: all 0.2s ease;
}
#header-inner #hNav .mypage a:hover {
  opacity: 1;
  text-decoration: none;
  color: #c90000;
  background: #fff;
}
#header-inner #hNav .mypage img {
  position: relative;
  top: 3px;
}
#header-inner #hNav .mypage-in {
  position: absolute;
  top: 51px;
  left: -30px;
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 212px;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease-in;
  box-shadow: 0px 3px 3px rgba(51, 51, 51, 0.3);
  border-top: 1px solid #dcdcdc;
  opacity: 0;
  visibility: hidden;
}
#header-inner #hNav .mypage:hover .mypage-in {
  opacity: 1;
  visibility: visible;
}
#header-inner #hNav .login .svg,
#header-inner #hNav .cart .svg {
  padding: 0 6px 0 0;
}
* html #header-inner div {
  display: inline;
  zoom: 1;
}
*:first-child + html #header-inner div {
  display: inline;
  zoom: 1;
}
#header-inner #logo {
  position: absolute;
  top: 24px;
  left: 32px;
  width: auto;
}
#header-inner h1 {
  max-width: 340px;
  background: none;
  margin: 0;
  padding: 0;
}
#header-inner h1 a img:hover,
#header-inner h2 a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#hNav #searchbox_wrap {
  width: 198px;
  min-height: 27px;
  overflow: hidden;
  margin: 0;
  top: 23px;
  right: 1px;
  border-bottom: 1px solid #222;
  position: absolute;
}
#hNav #searchbox {
  line-height: 160%;
  font-size: 65%;
  color: #999;
  text-align: right;
  float: right;
  overflow: hidden;
}
#hNav #searchbox p.cart-search {
  margin-top: 10px;
}
#hNav #searchbox p {
  display: none;
}
#hNav #searchbox p img {
  display: none;
}
#hNav #searchbox input.searchbox {
  border: none;
  width: 170px;
  height: 15px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 1px;
}
#hNav #searchbox input.searchSubmit {
  position: absolute;
  top: 5px;
  left: 0;
}
#hNav #searchbox input.searchSubmit:hover {
  opacity: 0.7;
}
#hNav ul#keyword {
  line-height: 80%;
  color: #333;
  text-align: right;
  margin-top: 5px;
}
#hNav ul#keyword li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#hNav ul#keyword li a {
  float: left;
  font-size: 60%;
  padding: 0 0 0 10px;
}
#hNav ul#keyword li a:hover {
  padding: 0 0 0 10px;
  color: #333;
}
#hNav ul#header-nav {
  line-height: 100%;
  color: #333;
  margin: 10px 0 10px 0;
}
#hNav ul#header-nav li#header-nav-cart {
  background: url(../img/header_icon_cart.png) no-repeat left;
}
#hNav ul#header-nav li a.header-cart {
  padding-left: 10px;
}
#hNav ul#header-nav li#header-nav-mypage {
  background: url(../img/header_icon_mypage.png) no-repeat left;
}
#hNav ul#header-nav li a.header-mypage {
  padding-left: 10px;
}
#hNav ul#header-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 65%;
  height: 21px;
  padding: 10px 0 1px 25px;
}
#hNav ul#header-nav li a:hover {
  background-color: #d7d7d7;
  color: #333;
  text-decoration: none;
}
#gnav {
  /* position: absolute; */
  /* top: 0px; */
  /* left: 360px; */
  height: 40px;
  padding: 0 20px 0 0;
  margin: 20px 20px 20px 0;
  /* box-sizing: border-box; */
  border-right: 1px solid #666;
}
#gnav ul,
#gnav ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#gnav > ul > li {
  height: 60px;
  margin-left: 30px;
  font-size: 15px;
  font-weight: bold;
  display: block;
  float: left;
}
#gnav > ul > li:last-child {
  margin-right: 0;
}
#gnav > ul > li:hover .menu {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
#gnav > ul > li > a {
  height: 40px;
  line-height: 40px;
  display: block;
  transition: all 0.3s ease-in;
  font-size: 14px;
}
#gnav > ul > li > a:hover {
  color: #c8000a;
  text-decoration: none;
  opacity: 1;
}
#gnav > ul > li .menu {
  width: 710px;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  top: 78px;
  left: -96px;
  text-align: center;
  position: absolute;
  background: #fff;
  z-index: 101;
  transition: all 0.3s ease-in;
  box-shadow: 0px 3px 3px rgba(51, 51, 51, 0.3);
  border-top: 1px solid #dcdcdc;
}
#gnav > ul > li .menu a {
  height: auto;
  line-height: auto;
  text-align: left;
}
#gnav > ul > li:nth-child(1) .menu {
  width: 710px;
  left: -284px;
}
#gnav > ul > li:nth-child(2) .menu {
  width: 420px;
  left: -30px;
}
#gnav > ul > li:nth-child(4) .menu {
  width: 514px;
  left: 80px;
}
#gnav > ul > li:nth-child(4) .menu ul {
  margin: 60px 0 54px;
  text-align: center;
  font-size: 0;
}
#gnav > ul > li:nth-child(4) .menu ul li {
  width: 157px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
#gnav > ul > li:nth-child(5) .menu {
  width: 420px;
  left: 220px;
}
#header-tab-base01 {
  width: 620px;
  margin: 45px auto 60px;
}
#header-tab-base01 input[type="radio"] {
  display: none;
}
#header-tab-base01 #ht01-tab-area {
  font-size: 0;
  margin: 0 10px;
  text-align: center;
}
#header-tab-base01 #ht01-tab-area label {
  margin: 0 20px;
  padding: 0 0 5px;
  color: #111;
  text-align: center;
  font-size: 20px;
  font-family: "Catamaran", sans-serif;
  cursor: pointer;
  transition: ease 0.2s opacity;
  display: inline-block;
  letter-spacing: 1px;
}
#header-tab-base01 #ht01-tab-area label:nth-child(1) {
  margin: 0 20px 0 35px;
}
#header-tab-base01 #ht01-tab-area label:nth-child(3) {
  margin: 0 0 0 20px;
}
#header-tab-base01 #ht01-tab-area label:hover {
  opacity: 0.5;
}
#header-tab-base01 #ht01-panel-area {
  background: #fff;
}
#header-tab-base01 .tab-panel {
  width: 100%;
  padding: 35px 0;
  display: none;
}
#header-tab-base01 #ht01-tab01:checked ~ #ht01-tab-area .tab01-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base01 #ht01-tab01:checked ~ #ht01-panel-area #ht01-panel01 {
  display: block;
}
#header-tab-base01 #ht01-tab02:checked ~ #ht01-tab-area .tab02-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base01 #ht01-tab02:checked ~ #ht01-panel-area #ht01-panel02 {
  display: block;
}
#header-tab-base01 #ht01-tab03:checked ~ #ht01-tab-area .tab03-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base01 #ht01-tab03:checked ~ #ht01-panel-area #ht01-panel03 {
  display: block;
}
#header-tab-base01 #ht01-panel01 ul,
#header-tab-base01 #ht01-panel02 ul,
#header-tab-base01 #ht01-panel03 ul {
  margin: 0 10px 10px 0;
  float: left;
}
#header-tab-base01 #ht01-panel01 ul:nth-child(1),
#header-tab-base01 #ht01-panel02 ul:nth-child(1),
#header-tab-base01 #ht01-panel03 ul:nth-child(1) {
  width: 140px;
  margin-left: 40px;
}
#header-tab-base01 #ht01-panel01 ul:nth-child(2),
#header-tab-base01 #ht01-panel02 ul:nth-child(2),
#header-tab-base01 #ht01-panel03 ul:nth-child(2) {
  width: 140px;
}
#header-tab-base01 #ht01-panel01 ul:nth-child(3),
#header-tab-base01 #ht01-panel02 ul:nth-child(3),
#header-tab-base01 #ht01-panel03 ul:nth-child(3) {
  width: 140px;
}
#header-tab-base01 #ht01-panel01 ul:nth-child(4),
#header-tab-base01 #ht01-panel02 ul:nth-child(4),
#header-tab-base01 #ht01-panel03 ul:nth-child(4) {
  width: 110px;
}
#header-tab-base01 #ht01-panel01 ul li,
#header-tab-base01 #ht01-panel02 ul li,
#header-tab-base01 #ht01-panel03 ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 130%;
  position: relative;
  font-size: 16px;
  background: url(../../../../pic-labo/arrow01.png) no-repeat left 6px;
  display: block;
  letter-spacing: 1px;
  text-align: left;
}
#header-tab-base01 #ht01-panel01 ul li a,
#header-tab-base01 #ht01-panel02 ul li a,
#header-tab-base01 #ht01-panel03 ul li a {
  color: #111;
  text-decoration: none;
}
#header-tab-base01 #ht01-panel01 ul li a:hover,
#header-tab-base01 #ht01-panel02 ul li a:hover,
#header-tab-base01 #ht01-panel03 ul li a:hover {
  text-decoration: underline;
}
/*&#65533;w&#65533;b&#65533;_&#65533;[&#65533;^&#65533;u&#65533;G&#65533;&#65533;&#65533;A02*/
#header-tab-base02 {
  width: 330px;
  margin: 45px auto 60px;
}
#header-tab-base02 input[type="radio"] {
  display: none;
}
#header-tab-base02 #ht02-tab-area {
  font-size: 0;
  margin: 0 10px;
  text-align: center;
}
#header-tab-base02 #ht02-tab-area label {
  margin: 0 20px;
  padding: 0 0 5px;
  color: #111;
  text-align: center;
  font-size: 20px;
  font-family: "Catamaran", sans-serif;
  cursor: pointer;
  transition: ease 0.2s opacity;
  display: inline-block;
  letter-spacing: 1px;
}
#header-tab-base02 #ht02-tab-area label:nth-child(3) {
  margin: 0 0 0 20px;
}
#header-tab-base02 #ht02-tab-area label:hover {
  opacity: 0.5;
}
#header-tab-base02 #ht02-panel-area {
  background: #fff;
}
#header-tab-base02 .tab-panel {
  width: 100%;
  padding: 35px 0;
  display: none;
}
#header-tab-base02 #ht02-tab01:checked ~ #ht02-tab-area .tab01-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base02 #ht02-tab01:checked ~ #ht02-panel-area #ht02-panel01 {
  display: block;
}
#header-tab-base02 #ht02-tab02:checked ~ #ht02-tab-area .tab02-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base02 #ht02-tab02:checked ~ #ht02-panel-area #ht02-panel02 {
  display: block;
}
#header-tab-base02 #ht02-tab03:checked ~ #ht02-tab-area .tab03-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base02 #ht02-tab03:checked ~ #ht02-panel-area #ht02-panel03 {
  display: block;
}
#header-tab-base02 #ht02-panel01 ul,
#header-tab-base02 #ht02-panel02 ul,
#header-tab-base02 #ht02-panel03 ul {
  margin: 0 10px 10px 0;
  float: left;
}
#header-tab-base02 #ht02-panel01 ul:nth-child(1),
#header-tab-base02 #ht02-panel02 ul:nth-child(1),
#header-tab-base02 #ht02-panel03 ul:nth-child(1) {
  width: 100px;
  margin-left: 40px;
}
#header-tab-base02 #ht02-panel01 ul:nth-child(2),
#header-tab-base02 #ht02-panel02 ul:nth-child(2),
#header-tab-base02 #ht02-panel03 ul:nth-child(2) {
  width: 100px;
  margin-left: 65px;
}
#header-tab-base02 #ht02-panel01 ul li,
#header-tab-base02 #ht02-panel02 ul li,
#header-tab-base02 #ht02-panel03 ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 130%;
  position: relative;
  font-size: 16px;
  background: url(../../../../pic-labo/arrow01.png) no-repeat left 6px;
  display: block;
  letter-spacing: 1px;
  text-align: left;
}
#header-tab-base02 #ht02-panel01 ul li a,
#header-tab-base02 #ht02-panel02 ul li a,
#header-tab-base02 #ht02-panel03 ul li a {
  color: #111;
  text-decoration: none;
}
#header-tab-base02 #ht02-panel01 ul li a:hover,
#header-tab-base02 #ht02-panel02 ul li a:hover,
#header-tab-base02 #ht02-panel03 ul li a:hover {
  text-decoration: underline;
}
/*&#65533;w&#65533;b&#65533;_&#65533;[&#65533;^&#65533;u&#65533;G&#65533;&#65533;&#65533;A03*/
#header-tab-base03 {
  width: 330px;
  margin: 0 auto;
}
#header-tab-base03 input[type="radio"] {
  display: none;
}
#header-tab-base03 #ht03-tab-area {
  font-size: 0;
  margin: 0 10px;
  text-align: center;
}
#header-tab-base03 #ht03-tab-area label {
  margin: 0 20px;
  padding: 0 0 5px;
  color: #111;
  text-align: center;
  font-size: 14px;
  /* font-family: 'Catamaran', sans-serif; */
  cursor: pointer;
  transition: ease 0.2s opacity;
  display: inline-block;
  /* letter-spacing: 1px; */
}
#header-tab-base03 #ht03-tab-area label:nth-child(3) {
  margin: 0 0 0 20px;
}
#header-tab-base03 #ht03-tab-area label:hover {
  opacity: 0.5;
}
#header-tab-base03 #ht03-panel-area {
  background: #fff;
}
#header-tab-base03 .tab-panel {
  width: 100%;
  padding: 20px 0;
  display: none;
}
#header-tab-base03 #ht03-tab01:checked ~ #ht03-tab-area .tab01-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base03 #ht03-tab01:checked ~ #ht03-panel-area #ht03-panel01 {
  display: block;
}
#header-tab-base03 #ht03-tab02:checked ~ #ht03-tab-area .tab02-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base03 #ht03-tab02:checked ~ #ht03-panel-area #ht03-panel02 {
  display: block;
}
#header-tab-base03 #ht03-tab03:checked ~ #ht03-tab-area .tab03-label {
  border-bottom: 2px solid #c8000a;
}
#header-tab-base03 #ht03-tab03:checked ~ #ht03-panel-area #ht03-panel03 {
  display: block;
}
#header-tab-base03 #ht03-panel01 ul,
#header-tab-base03 #ht03-panel02 ul,
#header-tab-base03 #ht03-panel03 ul {
  margin: 0 10px 10px 0;
  float: left;
}
#header-tab-base03 #ht03-panel01 ul:nth-child(1),
#header-tab-base03 #ht03-panel02 ul:nth-child(1),
#header-tab-base03 #ht03-panel03 ul:nth-child(1) {
  width: 100px;
  margin-left: 40px;
}
#header-tab-base03 #ht03-panel01 ul:nth-child(2),
#header-tab-base03 #ht03-panel02 ul:nth-child(2),
#header-tab-base03 #ht03-panel03 ul:nth-child(2) {
  width: 100px;
  margin-left: 20px;
}
#header-tab-base03 #ht03-panel01 ul li,
#header-tab-base03 #ht03-panel02 ul li,
#header-tab-base03 #ht03-panel03 ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 130%;
  position: relative;
  font-size: 14px;
  background: url(../../../../pic-labo/arrow01.png) no-repeat left 6px;
  display: block;
  letter-spacing: 1px;
  text-align: left;
}
#header-tab-base03 #ht03-panel01 ul li a,
#header-tab-base03 #ht03-panel02 ul li a,
#header-tab-base03 #ht03-panel03 ul li a {
  color: #111;
  text-decoration: none;
}
#header-tab-base03 #ht03-panel01 ul li a:hover,
#header-tab-base03 #ht03-panel02 ul li a:hover,
#header-tab-base03 #ht03-panel03 ul li a:hover {
  text-decoration: underline;
}
/* Contents
 ----------------------------------------------- */
#contents {
  width: 1024px;
  /*min-width: 1024px;*/
  margin: 0 auto;
  padding-top: 78px;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 0;
  background-color: #fff;
}
#contents:after {
  content: "";
  clear: both;
  display: block;
}
#sub-column {
  float: left;
  width: 200px;
  margin: 0 0 0 20px;
  padding: 0 0 60px 0;
  *zoom: 1;
  word-break: break-all;
}
#main-column {
  float: right;
  width: 750px;
}
#main-column-full {
  width: 100%;
  margin: 0 auto 60px;
}
div#wrapper div#enquete-section,
article section {
  padding: 0;
}
div#wrapper div#enquete-section:first-child,
article section:first-child {
  border-top: none;
}
div.cart-article p,
article p {
  color: #111;
  /* font-size: 14px; */
  overflow: hidden;
}
div.cart-article a:hover p,
article a:hover p {
  color: #666;
}
div#wrapper div#enquete-section ul,
div.cart-article div.cart-section ul,
article section ul {
  font-size: 16px;
  line-height: 160%;
  color: #111;
}
#mainVisual {
  width: 730px;
  line-height: 0;
  margin-left: 20px;
}
#bread-crumb {
  margin: 20px auto;
}
#bread-crumb-listTop,
.bread-crumb-listCate {
  width: 100%;
  padding: 0;
  margin: 0;
}
#bread-crumb-listTop ol,
.bread-crumb-listCate ol {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#bread-crumb-listTop ol li,
.bread-crumb-listCate ol li {
  float: left;
  *float: none;
  *display: inline;
  padding: 5px 10px 0 13px;
  font-size: 14px;
  line-height: 120%;
  /*      background: url(../img/breadcrumb_bg.gif) no-repeat left 0.7em; */
  background: url(https://cart6.shopserve.jp/vol1blog/d/doree.ko.shopserve.jp/docs/hpgen/HPB/theme/img/breadcrumb_bg.gif)
    no-repeat left 0.7em;
  *zoom: 1;
}
#bread-crumb-listTop ol li:first-child {
  padding-left: 0;
  background-image: none;
}
#bread-crumb-listTop,
.bread-crumb-listCate {
  padding: 0;
  margin: 0 auto;
  width: 1024px;
}
.column-set {
  width: 1024px;
  overflow: hidden;
  *zoom: 1;
  margin: 58px auto;
}
.column3 {
  float: left;
  width: 235px;
  padding: 0 8px 0 0;
}
.column3:nth-child(3n) {
  margin: 0 0 15px 1px;
}
.newItem .column3 .itemThumb-wrap {
  margin: 25px 0 10px 0;
}
.newItem .column3 .itemThumb {
  display: table-cell;
  text-align: center;
  height: 235px;
  width: 235px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.column5 .itemThumb a img {
  max-height: 235px;
  max-width: 235px;
  overflow: hidden;
}
.column3 h3 {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 3px;
}
.column3 p {
  font-size: 14px;
}
.column3 img {
  vertical-align: bottom;
}
.column3 p.price {
  margin-bottom: 3px;
}
.column3 p.sp_price {
  color: #c7000a;
}
.column4 {
  float: left;
  width: 328px;
  padding: 0 0 30px 20px;
}
.column4:nth-child(3n) {
  padding: 0 0 30px 20px;
}
.column4:nth-child(3n + 1) {
  clear: both;
  padding: 0 0 30px 0;
}
.column4 .itemThumb-wrap {
  margin: 0 0 30px;
}
.column4 .itemThumb {
  display: table-cell;
  text-align: center;
  height: 328px;
  width: 328px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.column4 .item-list-span-img {
  width: 328px;
  display: inline-block;
}
.column5 .item-list-span-img {
  width: 225px;
  display: inline-block;
}
.column4 .itemThumb a img {
  max-height: 328px;
  max-width: 328px;
}
.column4 h3 {
  font-size: 16x;
  line-height: 150%;
  margin-bottom: 3px;
}
.column4 p {
  font-size: 16px;
}
.fx_price,
.sp_price,
.column4 p.price {
  padding: 0 40px;
  font-weight: bold;
}
.column4 p.price + p {
  padding: 0 40px;
  font-size: 14px;
}
.column4 p[class^="sps-wishArea_"] {
  margin-top: 8px;
}
.column4 img {
  vertical-align: bottom;
}
.column4 p.sp_price {
  color: #c7000a;
}
.column4 p.sp_price + p {
  padding: 0 40px;
  font-size: 14px;
}
.column5 {
  float: left;
  width: 225px;
  padding: 0 0 30px 20px;
}
.column5:nth-child(4n) {
  padding: 0 0 30px 20px;
}
.column5:nth-child(5n + 1) {
  clear: both;
}
.column5 .itemThumb-wrap {
  margin: 0 0 30px;
}
.column5 .itemThumb {
  display: table-cell;
  height: 225px;
  width: 225px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.column5 .itemThumb a img {
  max-height: 225px;
  max-width: 225px;
}
.column5 h3 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 3px;
}
.column5 p {
  font-size: 14px;
  padding: 0;
}
.column5 img {
  vertical-align: bottom;
}
.column5 p.sp_price {
  color: #c7000a;
}
p.fx_price span.strike {
  text-decoration: line-through;
}
p.sp_price span.special_price_str,
p.sp_price span.selling_price_str,
p.sp_price span.selling_price,
p.sp_price span.taxin,
p.sp_price span.discount_rate {
  color: #c7000a;
}
.fixed_price_str,
.fixed_price,
p.sp_price span.special_price_str,
p.sp_price span.selling_price_str {
  font-size: 14px;
}
p.fx_price span.taxin,
p.sp_price span.taxin {
  font-size: 11px;
  font-weight: normal;
}
p.price span.selling_price,
p.price span.taxin {
  color: #333;
}
p.price span.taxin {
  font-size: 11px;
  font-weight: normal;
}
/* TOP PAGE
 ----------------------------------------------- */
section .newItem h2,
section .pickup h2,
section .ranking h2,
section .group h2,
section .category h2 {
  border: none;
  font-size: 30px;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  color: #333;
}
#main-column .newItem {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#main-column .newItem .new-Title {
  position: absolute;
  height: 35px;
  top: 0;
}
#main-column .column3 .badge {
  padding: 6px 0 0 6px;
  position: absolute;
  z-index: 100;
}
#main-column .column4 .badge,
#main-column .column5 .badge {
  /*padding: 3px 0 0 3px;
     position: absolute;
     z-index: 100;*/
  display: none;
}
#main-column .pickup {
  position: relative;
  width: 1000px;
  padding: 60px 0 0;
  margin: 0 auto;
  overflow: hidden;
}
#main-column .pickup .pickup-Title {
  position: absolute;
  height: 35px;
  top: 0;
}
#main-column .pickup .column5 {
  margin-bottom: 20px;
}
#main-column .pickup .column5 .itemThumb {
  margin-bottom: 5px;
  position: relative;
}
#main-column .pickup .column5 .badge {
  padding: 3px 0 0 3px;
  position: absolute;
  z-index: 100;
}
#main-column .ranking {
  position: relative;
  width: 1000px;
  padding: 60px 0 0;
  margin: 0 auto;
  overflow: hidden;
}
#main-column .ranking .ranking-Title {
  position: absolute;
  height: 35px;
  top: 0;
}
#main-column .ranking .column5 {
  margin-bottom: 20px;
}
#main-column .ranking .column5 .itemThumb {
  position: relative;
}
#main-column .ranking .column5 .badge {
  padding: 3px 0 0 3px;
  position: absolute;
  z-index: 100;
  display: block;
}
#main-column .half-cont_wrap01,
.half-cont_wrap02 {
  overflow: hidden;
}
#main-column .half-cont {
  float: left;
  width: 48%;
}
#main-column .half-cont:nth-child(2n) {
  float: left;
  width: 48%;
  margin: 10px 0 10px 10px;
}
#main-column .half-cont_wrap01 .half-cont:first-child,
#main-column .half-cont_wrap02 .half-cont:first-child {
  margin: 10px 0 10px 20px;
}
#main-column dl.news-box {
  width: 100%;
  margin: 0;
  padding: 32px 0;
  display: block;
  position: relative;
  float: left;
  border-bottom: 1px dotted #aaa;
}
#main-column dl.news-box:nth-child(2n + 1) {
  clear: both;
}
#main-column .news-box dd,
#main-column .news-box dd p,
#main-column .news-box dd span {
  color: #111;
  font-size: 14px;
}
#main-column .news-box dd {
  display: flex;
}
#main-column .news-box dd img + p {
  margin: 0 24px;
}
#main-column .news-box dd ul {
  font-size: 14px;
}
#main-column .news-box dd ul > br {
  display: none;
}
#main-column .news-box dd ul li {
  margin: 10px 0 0;
}
#main-column .news-box dd ul > br + li:first-of-type {
  margin: 0;
}
#main-column .news-box dd span {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
#main-column .news-box dd span + p {
  font-size: 13px;
  font-weight: bold;
}
#main-column .news-box dd .news-attention {
  font-size: 13px;
  font-weight: bold;
  color: #c7000a;
}
#main-column .news-box dd a {
  color: #111;
  text-decoration: underline;
}
#main-column .news-box dd a p {
  text-decoration: underline;
}
#main-column .news-box dd a span {
  font-size: 16px;
  text-decoration: none;
}
#main-column .news-box dd img {
  width: 64px;
  height: 64px;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}
#main-column .news-box dd br {
  display: none;
}
#main-column .news-box dd p br {
  display: block;
}
#main-column .w100 .news {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#main-column .w100 .news h2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  /* text-align: center; */
  letter-spacing: 0.08em;
  font-family: "Roboto Condensed", sans-serif;
}
#main-column .w100 .news h3 {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 100%;
  /* text-align: center; */
  color: #d84c53;
}
#main-column .w100 .news .news-contents {
  /* width: 864px; */
  margin: 20px auto 90px;
  display: block;
  background: #fff;
  height: auto;
  overflow: hidden;
  border-top: 1px dotted #aaa;
}
#main-column .freeArea2 .free-banner {
  margin: 0 0 5px 13px;
  width: 337px;
}
#main-column
  .freeArea2
  .free-contents
  ul
  #main-column
  .freeArea2
  .free-contents
  ul
  li
  #main-column
  .freeArea2
  .free-contents
  ol
  #main-column
  .freeArea2
  .free-contents
  ol
  li
  #main-column
  .w100
  .freeArea2 {
  width: 100%;
  margin: 0;
  padding: 0;
}
#main-column .group {
  position: relative;
  width: 350px;
  padding-bottom: 10px;
}
#main-column .group .group-Title {
  position: absolute;
  height: 35px;
  top: 0;
}
#main-column .group h2 {
  font-size: 65%;
  color: #333;
  background: url(../img/Title-group.gif) no-repeat;
  padding: 3px 0 35px 80px;
}
#main-column .group .group-banner {
  margin-bottom: 5px;
}
#main-column .group ul {
  padding: 1px 0 0 10px;
  list-style-type: none;
  margin: 0px 8px 8px 0;
}
#main-column .group li {
  background: url(../img/arrw.png) no-repeat left;
  float: left;
  font-size: 75%;
  padding-left: 10px;
  margin-right: 30px;
  vertical-align: middle;
  line-height: 250%;
}
#main-column .group a {
  display: block;
}
#main-column .w100 .group {
  position: relative;
  width: 730px;
  margin: 20px 0 10px 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
#main-column .w100 .group .group-Title {
  position: absolute;
  top: 0;
}
#main-column .w100 .group h2 {
  padding: 3px 0 15px 80px;
  font-size: 65%;
  color: #333;
}
#main-column .w100 .group h2 img {
  display: block;
  height: 48px;
  width: 730px;
  margin: 0 auto;
}
#main-column .w100 .group ul {
  padding: 15px 0 0 10px;
  list-style-type: none;
  margin: 5px 8px 8px 0;
}
#main-column .w100 .group li {
  background: url(../img/arrw.png) no-repeat left;
  float: left;
  font-size: 75%;
  padding-left: 10px;
  margin-right: 30px;
  vertical-align: middle;
  line-height: 250%;
  height: 25px;
}
#main-column .w100 .group a {
  display: block;
  height: 25px;
}
#main-column .category {
  position: relative;
  width: 340px;
  padding-bottom: 10px;
}
#main-column .category .category-Title {
  position: absolute;
  top: 0;
}
#main-column .category h2 {
  padding: 3px 0 35px 130px;
  font-size: 65%;
  color: #333;
  background: url(../img/Title-category.gif) no-repeat;
}
#main-column .category .category-banner {
  margin-bottom: 5px;
}
#main-column .category ul {
  list-style-type: none;
  overflow: hidden;
}
#main-column .category li {
  background: url(../img/arrw.png) no-repeat left;
  float: left;
  font-size: 75%;
  padding-left: 10px;
  margin-right: 30px;
  vertical-align: middle;
  line-height: 220%;
}
#main-column .category a {
  display: block;
}
#main-column .w100 .category {
  position: relative;
  width: 730px;
  margin: 20px 20px 10px 20px;
  overflow: hidden;
  padding-bottom: 10px;
}
#main-column .w100 .category .category-Title {
  position: absolute;
  top: 0;
}
#main-column .w100 .category h2 {
  padding: 3px 0 35px 130px;
  font-size: 65%;
  color: #333;
}
#main-column .w100 .category h2 img {
  display: block;
  height: 48px;
  width: 730px;
  margin: 0 auto;
}
#main-column .w100 .category ul {
  list-style-type: none;
}
#main-column .w100 .category li {
  background: url(../img/arrw.png) no-repeat left;
  float: left;
  font-size: 75%;
  padding-left: 10px;
  margin-right: 30px;
  vertical-align: middle;
  line-height: 250%;
  height: 25px;
}
#main-column .w100 .category a {
  display: block;
  height: 25px;
}
#main-column .w100 .category h3 {
  font-weight: bold;
  line-height: 120%;
  font-size: 80%;
}
#main-column .freeArea {
  width: 730px;
  height: 300px;
  background-color: #eee;
  margin-left: 20px;
}
/*  Sub Column
 ----------------------------------------------- */
#sub-column .group,
#sub-column .category,
#sub-column #followUs,
#sub-column .link {
  width: 200px;
  border: none;
  top: 0;
  left: 0;
  margin-bottom: 30px;
  padding: 0;
}
#sub-column .group h2 {
  width: 185px;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat left;
  height: 32px;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  line-height: 330%;
  padding-left: 15px;
}
#sub-column .category h2 {
  width: 185px;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat left;
  height: 32px;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  line-height: 330%;
  padding-left: 15px;
}
#sub-column .link h2 {
  width: 185px;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat left;
  height: 42px;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  line-height: 330%;
  padding-left: 15px;
  margin-bottom: 10px;
}
#sub-column .category h3 {
  font-size: 80%;
  padding: 0 0 8px 0;
  color: #333;
}
#sub-column .group nav,
#sub-column .category nav,
#sub-column .link nav {
  margin-bottom: 20px;
  border-top: none;
}
#sub-column .group nav ul,
#sub-column .category nav ul,
#sub-column .link nav ul {
  line-height: 160%;
}
#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
  padding: 2px 0 2px 10px;
  font-size: 75%;
}
#sub-column .link nav ul li {
  line-height: 180%;
}
#sub-column .keyword nav ul li {
  display: inline;
}
#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
  color: #333;
  text-decoration: none;
  padding: 3px 0;
  line-height: 130%;
  padding: 5px 0 5px 20px;
  background: url(../img/arrw.png) no-repeat left center;
}
#sub-column .group nav ul li:first-child a,
#sub-column .link nav ul li:first-child a {
  border-top: none;
}
#sub-column .group nav ul li a:hover,
#sub-column .group nav ul li a:active,
#sub-column .category nav ul li a:hover,
#sub-column .category nav ul li a:active,
#sub-column .link nav ul li a:hover,
#sub-column .link nav ul li a:active {
  color: #5fa2bc;
  text-decoration: underline;
  font-weight: bold;
}
#sub-column .freeArea2 {
  margin: 0 0 30px;
}
#sub-column .freeArea2 h2 {
  background: url("../../../../pic-labo/side_ttl_ico.gif") no-repeat scroll 0 0
    transparent;
  padding-left: 15px;
  font-weight: bold;
  border-bottom: solid 1px #d7d7d7;
  height: 32px;
}
#sub-column .free-contents p {
  font-size: 80%;
  line-height: 150%;
  margin-top: 16px;
}
#sub-column .freeArea2 .free-contents ul {
  margin: 0px 40px;
}
#sub-column .freeArea2 .free-contents ul li {
  list-style-type: square;
}
#sub-column .freeArea2 .free-contents ol {
  margin: 0px 40px;
}
#sub-column .freeArea2 .free-contents ol li {
  list-style-type: decimal;
}
#sub-column #snav_calendar h2 {
  background-image: none;
  margin-right: 3px;
}
#sub-column #subc_calendar {
  width: 200px;
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #ccc;
}
#sub-column div.subc_cal_cont {
  background-color: #fff;
  width: 160px;
  padding: 10px 20px 20px 20px;
}
#sub-column div#subc_calendar h2 {
  width: 160px;
  text-align: center;
  margin: 0 0 5px 0;
  background: url(../../../../pic-labo/Title-scolumn_calendar.gif) no-repeat;
  background-position: center;
  padding: 55px 0 0;
}
#sub-column div.cal_wrapper table.cal {
  width: 100%;
  line-height: 130%;
}
#sub-column div.cal_wrapper table.cal tr th p.month {
  float: left;
  width: 70%;
  text-align: center;
  font-size: 80%;
}
#sub-column div.cal_wrapper table.cal tr th input {
  float: left;
  border: none;
}
#sub-column div.cal_wrapper table.cal tr th input.prev {
  background: url(../img/calendar_pleft.gif) no-repeat left bottom #fff;
  width: 15%;
  height: 17px;
}
#sub-column div.cal_wrapper table.cal tr th input.next {
  background: url(../img/calendar_pright.gif) no-repeat right bottom #fff;
  width: 15%;
  height: 17px;
}
#sub-column div.cal_wrapper table.cal tr td {
  border: solid 1px #ccc;
  font-size: 70%;
  text-align: center;
}
#sub-column div.cal_wrapper table.cal tr.headline td {
  border: none;
  padding: 10px 0 2px 0;
}
#sub-column div.subc_cal_cont .cap {
  font-size: 60%;
  font-family: "&#65533;l&#65533;r &#65533;S&#65533;V&#65533;b&#65533;N", "MS Gothic", "Osaka&#65533;|&#65533;&#65533;&#65533;&#65533;", Osaka-mono,
    monospace;
  width: auto;
}
#sub-column div.subc_cal_cont .cap ul {
  margin: 3px 0 0;
}
#sub-column div.subc_cal_cont .cap li {
  display: inline-block;
  line-height: 140%;
  overflow: hidden;
}
#sub-column div.subc_cal_cont .cap li span {
  margin: 0 10px 0 0;
}
#sub-column div.subc_cal_cont .cap .ico_cap01 {
  font-size: 120%;
  vertical-align: middle;
  margin: 0 2px 0 0;
  color: #f15d7f;
}
#sub-column div.subc_cal_cont .cap .ico_cap02 {
  font-size: 120%;
  vertical-align: middle;
  margin: 0 2px 0 0;
  color: #39f;
}
#sub-column div.subc_cal_cont .cap .cap-info {
  line-height: 140%;
  padding: 10px 0 0;
  color: #333;
}
#sub-column div.cal_wrapper table.cal tr td div.Today {
  background-color: #cccccc;
  font-weight: bold;
}
#sub-column div.cal_wrapper table.cal tr td div.Deli {
  background-color: #5fa2bc;
}
#sub-column div.cal_wrapper table.cal tr td div.Holyday {
  background-color: #f15d7f;
  color: #ffffff;
}
#sub-column div.cal_wrapper table.cal tr td div.backward {
  color: #ccc;
  font-weight: normal;
  background-color: #fff;
}
#sub-column div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
#sub-column div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #eee;
}
#sub-column #snav_mailMag {
  width: 200px;
  margin-bottom: 30px;
  border: solid 1px #ccc;
}
#sub-column #snav_mailMag h2 {
  background-image: none;
  margin-right: 3px;
}
#sub-column div.snav_mailMag_cont {
  background-color: #fff;
  width: 160px;
  padding: 55px 20px 3px 20px;
  background: url(../../../../pic-labo/Title-scolumn_mmag.gif) no-repeat;
}
#sub-column div.snav_mailMag_cont h2 {
  width: 160px;
  text-align: center;
  margin: 0 0 5px 0;
  background-image: none;
}
#sub-column div.snav_mailMag_cont p {
  font-size: 70%;
  line-height: 130%;
  padding: 0 0 10px;
  color: #333;
}
#sub-column div.snav_mailMag_cont input.mailAddress {
  width: 100px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag {
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #5fa2bc;
  border: none;
  color: #fff;
  font-size: 75%;
  margin-bottom: 10px;
  border-radius: 3px;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
  background-color: #377b95;
}
#sub-column #snav_followUs {
  margin-bottom: 30px;
}
#sub-column #snav_followUs nav ul {
  overflow: hidden;
}
#sub-column #snav_followUs nav ul li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
#sub-column #snav_followUs nav ul li img {
  vertical-align: bottom;
}
#sub-column #snav_followUs nav ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
#subc_freeArea {
  margin-bottom: 30px;
  padding: 0;
}
#sub-column .column4 {
  float: left;
  width: 170px;
  margin: 10px 0 10px 0;
}
#sub-column .column4:nth-child(4n) {
  margin: 0 1px 10px 0;
}
#sub-column .column4 .itemThumb-wrap {
  margin: 0 0 10px 0;
}
#sub-column .column4 .itemThumb {
  display: table-cell;
  text-align: center;
  height: 170px;
  width: 170px;
  vertical-align: middle;
  margin-bottom: 5px;
}
#sub-column .column4 .itemThumb a img {
  max-height: 170px;
  max-width: 170px;
}
#sub-column .column4 h3 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 3px;
}
#sub-column .column4 p {
  font-size: 14px;
}
#sub-column .column4 img {
  vertical-align: bottom;
}
#sub-column .column4 p.sp_price {
  color: #c7000a;
}
#sub-column .column5 {
  float: left;
  width: 135px;
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
}
#sub-column .column5:nth-child(5n) {
  margin: 0 1px 10px 0;
}
#sub-column .column5 .itemThumb-wrap {
  margin: 0 0 10px 0;
}
#sub-column .column5 .itemThumb {
  display: table-cell;
  height: 135px;
  width: 135px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
#sub-column .column5 .itemThumb a img {
  max-height: 135px;
  max-width: 135px;
}
#sub-column .column5 h3 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 3px;
}
#sub-column .column5 p {
  font-size: 14px;
}
#sub-column .column5 img {
  vertical-align: bottom;
}
#sub-column .column5 p.sp_price {
  color: #c7000a;
}
#sub-column .newItem {
  position: relative;
  margin: 0 0 30px;
  line-height: 90%;
}
#sub-column .newItem h2 {
  width: 185px;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat left;
  height: 32px;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  line-height: 330%;
  padding-left: 15px;
}
#sub-column .newItem .new-Title {
  position: absolute;
  right: 0px;
  top: 1px;
  display: none;
}
#sub-column .newItem .column3,
#sub-column .newItem .column4 {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  line-height: 140%;
  float: none;
  width: 200px;
}
#sub-column .newItem .column4 .itemThumb-wrap {
  margin: 0 0 10px 0;
}
#sub-column .newItem .column4 .itemThumb {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#sub-column .newItem .column4 .itemThumb a img {
  max-height: 200px;
  max-width: 200px;
}
#sub-column .newItem h3 {
  text-align: left;
}
#sub-column .newItem p.price {
  text-align: left;
  margin: 0;
}
#sub-column .newItem p.sp_price {
  text-align: left;
}
#sub-column .newItem p.sp_price {
  color: #c7000a;
}
#sub-column .newItem .column4 .badge {
  padding: 3px 0 0 3px;
  position: absolute;
  z-index: 100;
}
#sub-column .newItem .column4_fourth .itemThumb {
  margin: 0 20px 5px 20px;
  position: relative;
}
#sub-column .pickup {
  position: relative;
  margin: 0 0 30px;
  line-height: 90%;
}
#sub-column .pickup .pickup-Title {
  position: absolute;
  right: 0px;
  top: 1px;
  display: none;
}
#sub-column .pickup h2 {
  width: 185px;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat left;
  height: 32px;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  line-height: 330%;
  padding-left: 15px;
}
#sub-column .pickup .column5 {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  float: none;
  width: 200px;
}
#sub-column .pickup .column5 .itemThumb-wrap {
  margin: 0 40px 10px 40px;
}
#sub-column .pickup .column5 .itemThumb {
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
}
#sub-column .pickup .column5 .itemThumb img {
  max-height: 130px;
  max-width: 130px;
}
#sub-column .pickup .column5 .badge {
  padding: 3px 0 0 3px;
  position: absolute;
  z-index: 100;
}
#sub-column .ranking {
  position: relative;
  margin: 0 0 30px;
  line-height: 90%;
}
#sub-column .ranking .ranking-Title {
  position: absolute;
  right: 0px;
  top: 1px;
  display: none;
}
#sub-column .ranking h2 {
  width: 185px;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat left;
  height: 32px;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  line-height: 330%;
  padding-left: 15px;
}
#sub-column .ranking .column5 {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  float: none;
  width: 200px;
}
#sub-column .ranking .column5 .itemThumb-wrap {
  margin: 0 40px 10px 40px;
  height: 130px;
  width: 130px;
}
#sub-column .ranking .column5 .itemThumb {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
#sub-column .ranking .column5 .itemThumb img {
  max-height: 130px;
  max-width: 130px;
}
#sub-column .ranking .column5 .itemThumb {
  margin-bottom: 5px;
  position: relative;
}
#sub-column .ranking .column5 .badge {
  padding: 6px 0 0 3px;
  position: absolute;
  z-index: 100;
}
/*  Footer
 ----------------------------------------------- */
div#cart-footer,
footer {
  width: 100%;
  min-width: 1000px;
  background: #fff;
  line-height: 100%;
  position: relative;
  clear: both;
  border-top: 1px solid #dddddd;
}
div#cart-footer #footer-inner,
#footer-inner {
  padding: 32px 0 0 0;
  width: 1024px;
  margin: 0 auto;
  background: #fff !important;
  overflow: hidden;
}
div#cart-footer #footer-inner .footer_gnavi,
footer #footer-inner .footer_gnavi {
  float: left;
  color: #fff;
  width: 1000px;
}
div#cart-footer #footer-inner .footer_gnavi ul li,
footer #footer-inner .footer_gnavi ul li {
  /* float: left; */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-bottom: 12px;
  padding: 0 3px 0 18px;
  line-height: 100%;
  font-size: 75%;
  color: #fff;
}
div#cart-footer #footer-inner .footer_gnavi ul li:first-child,
footer #footer-inner .footer_gnavi ul li:first-child {
  background-image: none;
  padding: 0 3px 0 0;
}
div#cart-footer #footer-inner .footer_gnavi ul li a,
footer #footer-inner .footer_gnavi ul li a {
  color: #000;
}
div#cart-footer div.cart-nav,
footer nav,
#copyright {
  float: left;
  font-size: 12px;
  color: #fff;
  width: 100%;
  margin-top: 48px;
  padding-bottom: 10px;
}
#copyright p {
  line-height: 0;
}
#copyright ul {
  background: #001439;
}
#copyright ul li {
  color: #fff;
  background-image: none;
  padding: 24px 0;
  text-align: right;
  width: 1024px;
  margin: 0 auto;
}
div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
footer #footer-inner .footer_gnavi ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer #copyright p img {
  width: 100%;
}
/*---------------------------------------------
     itemDetail/itemList
   ---------------------------------------------*/
/* itemList
 ----------------------------------------------- */
#itemList_wrap {
  margin: 0;
}
#itemList {
  width: 1024px;
  padding: 0;
  margin: 20px auto 60px;
  background: url(../img/mainttl_bg.gif) repeat-x top left;
}
.column4 h2 {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 3px;
  background: none;
  font-weight: normal;
  padding: 0;
  border: none;
  padding: 0 40px;
}
#itemList2 {
  margin: 15px 0 0 0;
  position: relative;
}
#itemList2 .column4 {
  float: none;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  *zoom: 1;
  padding: 0 !important;
}
#itemList2 .column4 .itemThumb-wrap {
  float: left;
  padding-right: 15px;
}
#itemList2 .column4 .inner-catch {
  line-height: 160%;
  margin-top: 3px;
}
#itemList2 p[class^="sps-wishArea"] {
  display: none;
}
#itemList_wrap #pager-top {
  padding: 20px 0;
  overflow: hidden;
  line-height: 100%;
  width: 1024px;
  margin: 0 auto;
}
#itemList_wrap #pager-bm {
  padding: 5px 0 0 0;
  margin: 0 auto 20px;
  overflow: hidden;
  line-height: 100%;
  width: 1024px;
}
#itemList_wrap #pager-top .quantity {
  float: left;
  font-size: 14px;
  line-height: 100%;
  margin-top: 5px;
}
#itemList_wrap #pager-bm .quantity {
  float: left;
  font-size: 14px;
  line-height: 100%;
  margin: 5px 30px 0 0;
}
#itemList_wrap #pager-top .selectbox,
#itemList_wrap #pager-bm .selectbox {
  font-size: 14px;
}
#itemList_wrap #pager-top .selectbox {
  margin-bottom: 10px;
}
#itemList_wrap #pager-top .selectbox .select01 {
  margin-right: 10px;
}
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
  float: right;
}
#itemList_wrap #pager-top ul,
#itemList_wrap #pager-bm ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#itemList_wrap #pager-top ul li,
#itemList_wrap #pager-bm ul li {
  float: left;
  *float: none;
  *display: inline;
  padding: 0 4px;
  margin: 0;
  line-height: 120%;
  *zoom: 1;
  font-size: 80%;
}
#itemList_wrap #pager-top ul li.pagericon,
#itemList_wrap #pager-bm ul li.pagericon {
  float: left;
  *float: none;
  *display: inline;
  padding: 0;
  margin: 0;
  line-height: 120%;
  *zoom: 1;
}
#pager-top ul li.selected,
#pager-bm ul li.selected {
  color: #333;
  text-decoration: none;
}
/* itemDetail
 ----------------------------------- */
#itemDetail-cont {
  overflow: hidden;
}
#itemDetail-cont .cartArea input:hover,
#itemDetail-cont .cartArea .variation a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
#itemDetail-cont .cartArea {
  width: 500px;
}
#itemDetail-cont p[class^="sps-wishArea_"] {
  width: 500px;
  text-align: right;
  font-size: 14px;
}
#itemDetail-cont p[class^="sps-wishArea_"] img {
  display: none;
}
#itemDetail-cont p[class^="sps-wishArea_"] a {
  text-decoration: underline;
}
#itemDetail-cont p[class^="sps-wishArea_"] a:hover {
  cursor: pointer;
}
#itemDetail-cont .itemThumb-wrap {
  float: left;
  width: 400px;
  margin: 0;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main {
  text-align: center;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
  height: auto;
  max-width: 500px;
  margin: 0 0 10px 0;
  /* border: 1px solid #e6e5e4; */
}
#itemDetail-cont .itemThumb-wrap .itemThumb {
  width: 500px;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul {
  overflow: hidden;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
  float: left;
  padding: 0;
  height: 88px;
  width: 88px;
  line-height: 88px;
  text-align: center;
  /* border: 1px solid #e6e5e4; */
  margin: 0 15px 15px 0;
  overflow: hidden;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li img {
  max-width: 88px;
  max-height: 88px;
  line-height: 88px;
  vertical-align: middle;
  text-align: center;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
  margin: 0 0 16px 0;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n + 1) {
  clear: both;
}
#itemDetail-cont .itemOutline {
  float: right;
  width: 500px;
  margin: 0;
}
#itemDetail-cont .itemOutline h1 {
  color: #333;
}
#itemDetail-cont .itemOutline .icons {
  margin: 0 0 15px 0;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod {
  overflow: hidden;
  margin: 0 0 10px 0;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod li {
  float: left;
  width: 61px;
  height: 25px;
}
#itemDetail-cont .itemOutline ul.ico_itemType {
  overflow: hidden;
}
#itemDetail-cont .itemOutline ul.ico_itemType li {
  float: left;
  text-align: center;
}
#itemDetail-cont table.snsArea {
  width: auto;
}
article#Detail #main-column h1 {
  background: none;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
article#Detail #main-column #en-title {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
article#Detail #main-column h2 {
  margin: 0;
  font-size: 15px;
  color: #333;
  height: 33px;
  border-bottom: solid 1px #d7d7d7;
}
article#Detail section#itemDetail-wrap p.price {
  font-size: 90%;
  margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.sp_price {
  font-size: 90%;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.regular_price {
  font-size: 80%;
  margin-bottom: 0;
  color: #2a78d0;
}
section#itemDetail-wrap table.spec {
  line-height: 250%;
  margin: 15px 0 15px;
  font-size: 16px;
}
section#itemDetail-wrap table.spec tr {
  border: none;
}
section#itemDetail-wrap table.spec tr.date {
  line-height: 150%;
}
section#itemDetail-wrap table.spec th {
  vertical-align: top;
  padding: 0 5px 10px 0;
  width: 58px;
}
section#itemDetail-wrap table.spec td {
  padding: 0 0 10px;
}
section#itemDetail-wrap table.spec input {
  margin-right: 6px;
  vertical-align: baseline;
  border: 1px solid #dbdbda;
  font-size: 16px;
  padding: 3px 0 3px 8px;
}
section#itemDetail-wrap table.spec select {
  min-width: 150px;
  padding: 5px 25px 5px 5px;
  vertical-align: baseline;
  border: 1px solid #e6e5e4;
  background: url(https://image1.shopserve.jp/doree.jp/pic-labo/arrow2.png)
    no-repeat right 8px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section#itemDetail-wrap table.spec select::-ms-expand {
  display: none;
}
section#itemDetail-wrap table.date {
  margin: 15px 0 3px;
}
section#itemDetail-wrap table.jan {
  margin: 0 0 15px;
}
section#itemDetail-wrap table.price {
  line-height: 170%;
  margin: 5px 0 10px 0;
  padding: 0 0 16px 0;
  display: block;
  border-bottom: #dbdbda solid 1px;
  table-layout: fixed;
}
section#itemDetail-wrap table.price th {
  font-size: 16px;
  padding: 0 0 1px;
  /*display: none;*/
  width: 84px !important;
}
section#itemDetail-wrap table.price th .fixed_price_str {
  font-size: 16px;
}
section#itemDetail-wrap table.price th .selling_price_str {
  color: #c7000a;
}
section#itemDetail-wrap table.price td {
  font-size: 16px;
}
table.price tr.fx_price span.strike span.fixed_price,
table.price span.strike {
  text-decoration: line-through;
}
table.price tr.price span.selling_price,
table.price tr.price span.taxin,
table.price tr.price span.discount_rate,
table.price tr.sp_price span.special_price,
table.price tr.sp_price span.taxin,
table.price tr.sp_price span.discount_rate {
  color: #c7000a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
table.price tr.rg_price span.regular_price_str {
  color: #2a78d0;
  margin-bottom: 3px;
}
table.price tr.rg_price span.regular_price,
table.price tr.rg_price span.taxin {
  color: #2a78d0;
  margin-bottom: 3px;
}
table.price tr.rg_price span.publish_point {
  /* display: none; */
  color: #c7000a;
  font-weight: bold;
}
section#itemDetail-wrap .cartArea {
  margin-bottom: 20px;
}
section#itemDetail-wrap .cartArea img {
  width: 350px;
  height: 30px;
}
section#itemDetail-wrap .cartArea img.nostock {
  width: auto;
  height: auto;
}
section#itemDetail-wrap .cartArea table.variation {
  width: 100%;
  word-break: break-all;
}
section#itemDetail-wrap .cartArea tr.t-variation {
  background-image: url(https://www.doree.jp/hpgen/HPB/theme/img/valiation_bk.gif);
  background-repeat: x-repeat;
  background-position: left top;
}
section#itemDetail-wrap .cartArea table.variation th {
  font-size: 16px;
  background-color: #f1e9e5;
  padding: 3px 5px;
  text-align: center;
  line-height: 150%;
  border: solid 1px #ccc;
}
section#itemDetail-wrap .cartArea table.variation tr {
  border-bottom: 1px dotted #cccccc;
}
section#itemDetail-wrap .cartArea table.variation tr.t-variation {
  border: none;
}
section#itemDetail-wrap .cartArea table.variation td {
  font-size: 16px;
  padding: 12px 5px;
  text-align: center;
  line-height: 150%;
  border: solid 1px #dbdbda;
}
section#itemDetail-wrap .cartArea table.variation td img {
  vertical-align: middle;
  width: 144px;
  height: 38px;
}
section#itemDetail-wrap .cartArea table.variation span.nostock {
  color: #c7000a;
}
section#itemDetail-wrap p.cancel {
  height: 21px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 70%;
  margin-bottom: 5px;
  display: none;
}
section#itemDetail-wrap p.review_txt {
  height: 21px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 15px;
  font-size: 70%;
}
section#itemDetail-wrap p.cancel a,
section#itemDetail-wrap p.review_txt a {
  display: block;
}
.itemOutline ul.snsArea,
article#Detail .itemOutline ul.infoArea {
  overflow: hidden;
  margin-bottom: 10px;
  height: 30px;
}
section#itemDetail-wrap .itemOutline li {
  float: left;
  margin-right: 5px;
}
section#itemDetail-wrap .description {
  position: relative;
  margin: 24px 0;
  padding: 0;
  float: left;
}
section#itemDetail-wrap .description > table {
  display: none;
}
section#itemDetail-wrap #pi_cart .description {
  width: 340px;
  margin: 0;
  line-height: 160%;
  font-size: 14px;
}
section#itemDetail-wrap .description div {
  margin-top: 60px !important;
}
section#itemDetail-wrap #pi_cart .description p {
  margin: 0 0 1em;
}
section#itemDetail-wrap .description p,
section#itemDetail-wrap2 .description p {
  font-size: 16px;
  line-height: 160%;
}
section#itemDetail-wrap1 .description {
  margin: 20px 0;
  padding: 0;
  float: none;
}
section#itemDetail-wrap1 {
  width: 488px;
  float: right;
}
section#itemDetail-wrap2 {
  clear: both;
}
section#itemDetail-wrap2 h2 {
  margin-bottom: 15px !important;
}
article#Detail #main-column .spec-g_txt_table_wrap {
  width: 750px;
  overflow: hidden;
  margin-bottom: 30px;
}
article#Detail #main-column section.spec-g_txt {
  float: left;
  margin-right: 10px;
  margin-left: 20px;
  width: 350px;
  padding: 0;
  background: url(../img/mainttl_bg.gif) repeat-x top left;
}
article#Detail #main-column section.spec-g_txt p {
  font-size: 70%;
  padding: 10px 0 0 0;
  line-height: 160%;
}
article#Detail #main-column section.spec-g_table {
  float: left;
  width: 350px;
  padding: 0;
  background: url(../img/mainttl_bg.gif) repeat-x top left;
  margin-left: 20px;
}
article#Detail #main-column section.spec-g_table table {
  width: 100%;
  margin: 10px 0 0 0;
}
article#Detail #main-column section.spec-g_table th {
  width: 70px;
  max-width: 70px;
  min-width: 25px;
  padding: 5px 0 5px 10px;
}
article#Detail #main-column section.spec-g_table tr {
  width: 100%;
  font-size: 65%;
}
article#Detail #main-column section.spec-g_table tr:nth-child(2n + 1) {
  background: #eeeeee;
  width: 100%;
  font-size: 65%;
}
article#Detail #main-column section.spec-g_table td {
  padding: 5px 0;
}
article#Detail #main-column .w100 section.spec-g_txt {
  width: 730px;
  padding: 0;
  margin: 20px 20px 20px 20px;
  background: url(../img/mainttl_bg.gif) repeat-x top left;
}
article#Detail #main-column .w100 section.spec-g_txt p {
  font-size: 70%;
  padding-top: 10px;
  line-height: 160%;
}
article#Detail #main-column .w100 section.spec-g_table {
  float: none;
  width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont tr {
  border-bottom: 1px dotted #ccc;
  width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont th {
  padding: 5px 0;
}
article#Detail #main-column .w100 table.spec-g_cont td {
  padding: 5px 0;
}
section.userreview {
  padding: 0;
  margin: 20px 0;
  clear: both;
}
section.userreview table.userreview_list {
  width: 100%;
  font-size: 70%;
  margin: 10px 20px 0 0;
  line-height: 180%;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
}
section.userreview table.userreview_list:last-child {
  border-bottom: none;
}
section.userreview div.more {
  width: 100%;
  height: 20px;
  margin: 10px 20px 0 0;
  text-align: right;
}
section.userreview div.more a img {
  width: 110px;
  height: 20px;
  vertical-align: middle;
}
section.userreview table.userreview_list tr td.userreview_user {
  padding: 5px 0 0 0;
  text-align: left;
  height: 22px;
  vertical-align: top;
}
section.userreview table.userreview_list tr td.userreview_date {
  text-align: right;
  display: block;
  padding-left: 28px;
}
section.userreview table.userreview_list td.userreview_rate img {
  vertical-align: middle;
}
section.userreview table.userreview_list td.userreview_comment {
  padding: 5px 0 10px;
}
article#Detail #main-column section.recommend {
  padding: 0;
  margin: 40px 0;
}
article#Detail #main-column section.recommend h2 {
  display: none;
}
article#Detail section.column5 {
  float: left;
  width: 225px;
  padding: 0 20px 30px 0;
}
article#Detail section.column5:nth-child(5n) {
  padding: 0 0 30px;
}
article#Detail section.column5:nth-child(5n + 1) {
  clear: both;
}
.column-set .quantityArea {
  margin-top: 5px;
}
.column-set .quantityArea span {
  font-size: 70%;
}
/* rating_all
 ----------------------------------------------- */
article #main-column .pageNav_top {
  overflow: hidden;
  font-size: 14px;
  padding: 0 0 5px 0;
  margin: 0 20px 0 20px;
  border-bottom: 1px dotted #333;
}
article #main-column .pageNav {
  font-size: 14px;
  padding: 10px 20px 0 20px;
}
.pageNav form img {
  float: right;
}
article #main-column .pageL {
  width: 100%;
  float: left;
}
article #main-column .pageNav_top .pageL {
  width: 50%;
}
article #main-column .pageR {
  float: right;
}
article #main-column section #itemList h1,
article #main-column section #itemList2 h1 {
  margin: 0 0 15px;
  font-size: 20px;
  color: #111;
  border-bottom: solid 1px #ebebea;
}
article #main-column h1 {
  color: #111;
  font-size: 20px;
  line-height: 165%;
}
article #main-column section.rating {
  padding-bottom: 30px;
  margin: 0 20px 5px 20px;
  border-bottom: 1px dotted #333;
}
article #main-column section.rating .reviewBox {
  overflow: hidden;
  margin: 15px 0 15px 0;
}
article #main-column section.rating .tmb {
  float: left;
  margin-right: 20px;
  width: 100px;
}
article #main-column section.rating .tmb img {
  width: 100%;
}
article #main-column section.rating .reviewTxt {
  float: right;
  width: 863px;
}
article #main-column section.rating .ttlArea {
  overflow: hidden;
}
article #main-column section.rating h2 {
  float: left;
  font-size: 100%;
  background: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 160%;
  border-bottom: none;
}
article #main-column section.rating .btnMore {
  float: right;
}
article #main-column section.rating .reviewTxt ul {
  margin: 5px 0;
  vertical-align: middle;
  line-height: 160%;
  overflow: hidden;
}
article #main-column section.rating ul li {
  float: left;
  margin-right: 5px;
  font-size: 75%;
}
article #main-column section.rating .reviewTxt ul li {
  float: left;
  margin-right: 5px;
  font-size: 75%;
}
article #main-column section.rating .comment p {
  background: #eaeaea;
  padding: 15px;
}
article #main-column section.rating .comment h3 {
  padding: 20px 0 0 15px;
  background: url(../img/shop/trigona.png) no-repeat;
  font-size: 70%;
  font-weight: bold;
}
/* rating_item
 ----------------------------------------------- */
article #main-column section.rating .reviewBox_item h2 {
  color: #0c3;
  float: left;
  font-size: 75%;
  background: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 160%;
  border-bottom: none;
}
article #main-column section.rating .reviewBox_item {
  margin: 15px 0 15px 0;
}
article #main-column section.rating .reviewBox_item ul {
  overflow: hidden;
  vertical-align: middle;
  line-height: 120%;
}
article #main-column section.rating .reviewBox_item ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 75%;
}
article #main-column section.rating .reviewBox_item ul li.point {
  margin-right: 20px;
  color: #f60;
  font-weight: bold;
}
article #main-column section.rating ul li.space {
  margin-right: 20px;
}
article #main-column #itemBox {
  overflow: hidden;
  margin: 0 20px 15px 20px;
}
article #itemBox h2 {
  float: left;
  font-size: 90%;
  border-bottom: none;
}
article #itemBox p {
  float: right;
}
/* shoppinguide
 ----------------------------------------------- */
section #guide h1 {
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat 0% 25%;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  padding-left: 15px;
  margin: 0;
}
section #guide p {
  font-size: 16px;
  line-height: 175%;
  margin: 10px 20px 5px 20px;
}
section #guide .guide01 {
  padding-bottom: 20px;
}
section.guide01 img {
  padding-left: 25px;
  padding-top: 5px;
}
section #guide .guide01 h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  border-bottom: 1px dotted;
  margin: 10px 20px 0 20px;
  background: none;
  padding: 0;
}
section #guide .guide01 ul {
  font-size: 75%;
  list-style-type: disc;
  margin: 10px 20px 0 20px;
}
section #guide .inner {
  overflow: hidden;
  margin-bottom: 10px;
}
section #guide .inner .fL {
  float: left;
  width: auto;
  margin-right: 20px;
  max-width: 335px;
}
section #guide .inner .fR {
  float: right;
  width: auto;
  max-width: 335px;
}
section #shopGuide_wrap #guide .chart {
  background: none;
  border: none;
}
/* business
 ----------------------------------------------- */
section #guide .chart .ttlShop {
  font-size: 16px;
  font-weight: bold;
  border: none;
  margin: 0 20px 0 20px;
}
section #guide table {
  line-height: 120%;
  border-bottom: 1px dotted #333;
  margin: 0 0 0 20px;
  width: 1004px;
}
section #guide table th {
  background-color: #eeeeee;
  border-top: 1px dotted #333;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  width: 100px;
}
section #guide table th.shopGuidePointClass {
  width: 530px;
}
section #guide table td {
  font-size: 16px;
  border-top: 1px dotted #333;
  padding: 15px 20px;
  width: 530px;
}
/* diary
 ----------------------------------------------- */
#DiaryList h1,
#Diary h1 {
  font-size: 90%;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat top left;
  margin: 0;
  font-weight: bold;
  color: #5fa2bc;
  padding-left: 15px;
  margin: 0 20px 0 20px;
}
#DiaryList h2,
#Diary h2 {
  font-size: 90%;
  margin-left: 20px;
}
#DiaryList .Diary-cont,
#Diary .Diary-cont {
  margin: 0 0 15px 20px;
}
#Diary .Diary-cont {
  margin: 0 20px 15px 20px;
}
#DiaryList article {
  margin: 0 20px 40px 0;
}
.state_l {
  border-top: 1px dotted #333;
  padding: 10px 20px 0 0;
  font-size: 65%;
  margin: 0 20px 0 20px;
}
.state_r {
  border-top: 1px dotted #333;
  padding: 10px 0 0;
  margin: 0 20px 25px 20px;
  text-align: right;
  font-size: 65%;
}
.state_l ul,
.state_r ul {
  line-height: 90%;
}
.state_l li,
.state_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 3px 0 0;
}
.state_l li.comment,
.state_r li.comment {
  border-left: 1px solid #333;
  padding: 0 0 0 5px;
}
.state_l li.cate,
.state_r li.cate {
  border-left: 1px solid #333;
  padding: 0 5px;
}
.state_l li.name {
  border-right: 1px solid #333;
  padding: 0 5px 0;
  margin: 0 5px 0 0;
}
#Diary .more,
#Journal .more {
  display: block;
  width: 160px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 10px 0 0;
  padding: 4px 8px;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x scroll left
    top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 20px;
}
#Diary a,
#Journal a {
  text-decoration: none;
}
#Diary a .more:hover,
#Journal a .more:hover {
  width: 160px;
  height: 30px;
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x scroll
    left top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
  margin-left: 20px;
  opacity: 0.8;
}
#Diary .more img,
#Journal .more img {
  padding: 0 5px 0;
  vertical-align: middle;
}
#DiaryList .comment-t,
#Diary .comment-t,
#JournalList .comment-t,
#Journal .comment-t {
  font-size: 80%;
  font-weight: bold;
  margin: 0 20px 10px 20px;
}
#Diary .comment-cont,
#Journal .comment-cont {
  margin: 0 20px 0 20px;
}
#Diary fieldset,
#Journal fieldset {
  margin-bottom: 5px;
}
#Diary legend,
#Journal legend {
  background: none repeat scroll 0 0 transparent;
  font-size: 75%;
  line-height: 200%;
  padding: 0;
  width: 100%;
}
#Diary fieldset p,
#Journal fieldset p {
  margin-bottom: 5px;
  font-size: 75%;
  font-size: 0.75rem;
}
#Diary fieldset input,
#Journal fieldset input {
  margin: 0 3px 2px 0;
}
#Diary input.name,
#Journal input.name {
  width: 215px;
  height: 16px;
  padding: 2px 5px;
  margin: 0;
}
#Diary input.url,
#Journal input.url {
  width: 215px;
  height: 16px;
  padding: 2px 5px;
  margin: 0;
}
#Diary textarea,
#Journal textarea {
  width: 360px;
  height: 100px;
  margin: 0;
  padding: 5px;
}
#Diary .btn-confirm,
#Journal .btn-confirm {
  margin: 10px 0 0 120px;
}
.btn-confirmPost {
  height: 30px;
  width: 120px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 0 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-confirmPost:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#comment-post h2 {
  font-size: 90%;
  padding: 0;
}
#comment-form {
  margin-left: 20px;
}
#comment-form h1 {
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat top left;
  margin: 0;
  font-size: 90%;
  font-weight: bold;
  color: #5fa2bc;
  padding-left: 15px;
  margin-right: 20px;
}
#comment-form legend {
  background: none repeat scroll 0 0 transparent;
  font-size: 75%;
  line-height: 200%;
  padding: 0;
  width: 100%;
  font-weight: bold;
}
#comment-form p {
  margin-bottom: 15px;
}
#comment-form .name {
  width: 215px;
  height: 16px;
}
#comment-form .comment-txt {
  width: 360px;
  padding: 0;
  height: auto;
}
#comment-post {
  margin: 20px 0 0 20px;
}
.comment-box {
  margin: 30px 0 0;
}
div.caution p {
  color: #c7000a;
  font-size: 16px;
  line-height: 145%;
}
.btn-confirmBack {
  height: 30px;
  width: 80px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) no-repeat left top;
  border: none;
  margin: 0 5px 0 0;
}
.btn-confirmBack:hover {
  background: url(../img/btn-back_bg_on.gif) repeat-x left top;
}
@-moz-document url-prefix() {
  .btn-confirmPost {
    padding: 0 5px 2px;
  }
  .btn-confirmBack {
    padding: 0 2px 2px 8px;
  }
}
/*JournalList
 ----------------------------------------------- */
#JournalList h1,
#Journal h1 {
  font-size: 90%;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat 0% 25%;
  margin: 0;
  font-weight: bold;
  color: #5fa2bc;
  padding-left: 15px;
  margin: 0;
}
#JournalList h2,
#Journal h2 {
  font-size: 90%;
  margin-left: 20px;
}
#JournalList .journal-cont {
  margin: 0 0 15px 20px;
}
#Journal .journal-cont {
  margin: 0 20px 0 20px;
}
#JournalList article {
  margin: 0 20px 40px 0;
}
#JournalList .journal-cont ul,
#Journal .journal-cont ul {
  margin: 0px 40px;
}
#JournalList .journal-cont ul li,
#Journal .journal-cont ul li {
  list-style-type: square;
}
#JournalList .journal-cont ol,
#Journal .journal-cont ol {
  margin: 0px 40px;
}
#JournalList .journal-cont ol li,
#Journal .journal-cont ol li {
  list-style-type: decimal;
}
/* sitemap
 ----------------------------------------------- */
section#document_wrap h1 {
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat 0% 25%;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  padding-left: 15px;
  margin: 0 20px 10px 20px;
}
section#document_wrap h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
  background: none;
  padding: 0;
}
section#document_wrap h2 {
  font-size: 18px;
  margin: 0 20px 15px 20px;
  border-left: 5px solid #111;
  border-bottom: 1px dotted #111;
  padding: 3px 0.7em 5px;
}
section#document_wrap h3 {
  font-size: 16px;
  margin: 0 0 15px 20px;
  padding: 0 20px 0;
}
section #document li {
  font-size: 16px;
}
section #document li.c1 {
  padding-left: 20px;
}
section #document section.tree00 ul.tree01 {
  padding-left: 20px;
}
section #document .txt-list01 {
  padding-bottom: 30px;
}
section #document .txt-list01 li.c1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 25px 0 0;
}
section #document .txt-list01 li.c1 {
  padding: 0 0 0 40px;
}
section #document .txt-list02 {
  padding-bottom: 10px;
  overflow: hidden;
}
section #document .txt-list02 h3 {
  font-weight: bold;
}
section #document .txt-list02 section.tree00 {
  float: left;
  padding: 0 35px 20px 0;
  width: 156px;
}
section #document .txt-list02 ul.tree01 {
  padding: 0 0 0 12px;
  overflow: hidden;
}
section #document .txt-list02 ul.tree01 li.c2 {
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
  font-size: 16px;
}
section #document .txt-list02 ul.tree01 li.c3 {
  padding: 0 0 0 28px;
  margin: 0 0 0 3px;
  font-size: 16px;
}
section #document .txt-list02 ul.tree01 li.c4 {
  padding: 0 0 0 42px;
  margin: 0 0 0 3px;
  font-size: 16px;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
  padding: 0 0 0 56px;
  margin: 0 0 0 3px;
  font-size: 16px;
}
section #document .txt-list02 ul.tree01 li.sp1 {
  float: left;
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp2 {
  float: left;
  padding: 0 0 0 2px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp3 {
  float: left;
  padding: 0 0 0 2px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
  display: inline;
  *display: inline;
  *zoom: 1;
  padding: 0 10px 0 0;
  font-size: 110%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.iB {
  padding: 5px 0 0 12px;
  float: left;
  line-height: 120%;
}
section #document .txt-list02 ul.iB li {
  padding: 0 10px 0 0;
  float: left;
}
section #document .txt-list03 {
  padding-bottom: 30px;
  overflow: hidden;
}
section #document .txt-list03 section.tree00 {
  float: left;
  padding: 0 35px 0 0;
  width: 156px;
}
section #document .txt-list03 ul.tree01 li {
  padding: 0 0 0 7px;
  margin: 0 0 0 5px;
  background: url(../img/ico_list01.gif) no-repeat left center;
}
/*---------------------------------------------
     form
   ---------------------------------------------*/
#contact div.caution {
  margin-bottom: 15px;
}
#contact div.caution p {
  color: #c7000a;
  font-size: 16px;
  line-height: 145%;
}
#formArea_cc #contact form {
  margin-top: 30px;
}
#contents-pop #contact {
  width: auto;
  margin: 10px 20px;
}
/* contact
 ----------------------------------------------- */
#contact {
  width: 1024px;
  margin: 0 auto;
}
#contact h1 {
  font-size: 20px;
  background: url(../../../../pic-labo/side_ttl_ico.gif) no-repeat 0% 25%;
  margin: 0;
  font-weight: bold;
  color: #5fa2bc;
  padding-left: 15px;
  margin-right: 20px;
}
#contact h4 {
  font-size: 75%;
}
#contact .txtBox {
  margin: 25px 0 10px;
}
section #contact .text-center {
  text-align: center;
  margin: 50px 0;
}
#contact .txtBox p.txt-T {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 5px;
}
section #document li {
  font-size: 16px;
}
#contact table {
  width: 100%;
  margin: 10px 0 0;
  word-break: break-all;
}
#contents-pop table {
  width: 100%;
}
#contact table th {
  width: 20%;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  background-color: #eee;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
}
#contact em {
  color: #c23e42;
  margin-left: 5px;
  font-size: 90%;
  font-size: 0.7rem;
}
#contact table td {
  width: 72%;
  font-size: 16px;
  border-bottom: dotted 1px #333;
}
#contact table td input.name,
#contact table td input.tel {
  height: 17px;
  width: 60%;
  padding: 2px 5px;
}
#contact table td input.mailAddress,
#contact table td input.mailAddress2 {
  height: 17px;
  width: 60%;
  padding: 2px 5px;
}
#contact .weaktxt {
  color: #333;
  font-size: 90%;
  padding: 5px 0 0;
}
#contact .note {
  color: #333;
  font-size: 95%;
  font-size: 0.7rem;
  line-height: 150%;
  margin: 0 0 15px;
}
#contact .txtBox .note {
  font-size: 70%;
  font-size: 0.7rem;
}
#contact table td textarea {
  height: 150px;
  width: 90%;
  padding: 5px;
}
#contact table td .text-area {
  display: block;
  margin: 0 0 15px;
}
#contact .btn-confirm {
  text-align: center;
  padding: 20px;
  border-bottom: none;
  font-size: 100%;
}
#contact .btn-confirm-enq {
  padding: 20px;
  font-size: 100%;
}
#contact input.btn-confirmNext {
  height: 30px;
  width: 150px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact input.btn-confirmNext:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#contact .btn-enq input.btn-confirmNext {
  height: 30px;
  width: 200px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
}
#contact .btn-enq input.btn-confirmNext:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#contact input.btn-confirmBack {
  height: 30px;
  width: 80px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact input.btn-confirmBack:hover {
  background: url(../img/btn-back_bg_on.gif) no-repeat left top;
}
#contact input.btn-confirmCancel {
  height: 30px;
  width: 120px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact .btn-confirmCancel:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#contact .btn-confirmClose {
  height: 25px;
  width: 120px;
  color: #fff;
  padding: 0 0 0 8px;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-close_bg.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact .btn-confirmClose:hover {
  background: url(../img/btn-close_bg_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
  #contact .btn-enq input.btn-confirmNext {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmNext {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmBack {
    padding: 0 2px 2px 8px;
  }
  #contact input.btn-confirmCancel {
    padding: 0 2px 3px 8px;
  }
  #contact input.btn-confirmClose {
    padding: 0 2px 4px 8px;
  }
}
/*
 ----------------------------------------------- */
#contact fieldset {
  margin-bottom: 25px;
}
#contact legend {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dotted;
  font-size: 75%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#contact fieldset p {
  margin-bottom: 5px;
  font-size: 75%;
  font-size: 0.75rem;
}
#contact fieldset ul {
  overflow: hidden;
}
#contact fieldset li {
  font-size: 75%;
  font-size: 0.75rem;
}
#contact fieldset li.fL {
  float: left;
  margin-right: 20px;
}
#contact fieldset input {
  margin: 0 3px 2px 0;
}
#contact fieldset label {
  margin-right: 10px;
  font-size: 100%;
  font-size: 0.75rem;
}
#contact input.txtF {
  height: 16px;
  margin: 0;
  padding: 2px 5px;
}
#contact input.mailAddress {
  width: 280px;
  margin: 0;
}
#contact input.name_sei {
  margin: 0 10px 0 0;
}
#contact select {
  margin: 0 0 5px;
  padding: 3px 1px;
  min-width: 110px;
  font-size: 16px;
}
#contact fieldset textarea {
  width: 70%;
  height: 150px;
  padding: 5px;
}
#contact .commentItem {
  padding: 10px 0 0;
}
/*
 ----------------------------------------------- */
#contact table td.commentWite {
  border-bottom: 1px dotted #626262;
  border-top: 1px dotted #626262;
  font-size: 100%;
  padding: 15px 20px 20px;
  width: 72%;
}
#contact .commentItem {
  font-weight: 150%;
}
#contact .memberF {
  padding: 20px 20px 10px;
  margin: 20px 0 0 0;
  border: 10px solid #eee;
}
#contact .atttxt {
  color: #333;
  font-size: 75%;
  padding: 5px 0 0;
}
#contact .memberF input {
  width: 40%;
  height: 16px;
  margin: 0;
  padding: 2px 5px;
}
#contact .memberF th {
  padding: 10px 20px;
}
#contact .memberF td {
  padding: 10px 20px;
  font-size: 100%;
}
#contact .memberF input.btn-confirm160 {
  margin: 10px 0 0;
}
.memberName {
  border-bottom: 1px dotted;
  font-size: 75%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 5px;
  padding: 0;
}
#contact input.btn-confirm120 {
  height: 30px;
  width: 120px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact input.btn-confirm120:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#contact input.btn-confirm160 {
  height: 30px;
  width: 160px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact input.btn-confirm160:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#contact input.btn-confirmReg {
  height: 30px;
  width: 160px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  background: url(../../../../pic-labo/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact input.btn-confirmReg:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#contact input.btn-confirmBackItem {
  height: 25px;
  width: 120px;
  color: #fff;
  padding: 0 5px 2px 15px;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background: url(../img/btn-back_bg120.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: middle;
}
#contact input.btn-confirmBackItem:hover {
  background: url(../img/btn-back_bg120_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
  #contact input.btn-confirm120,
  #contact input.btn-confirm160,
  #contact input.btn-confirmReg {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmBackItem {
    padding: 0 2px 2px 8px;
  }
}
/*
 ----------------------------------------------- */
#contact .mailm:first-child {
  margin: 3px 0 0;
}
#contact .mailm {
  margin: 30px 0 0 0;
}
#contact .mailm .txtBox {
  margin: 0;
}
#contact .mailm .txtBox h2 {
  border-bottom: none;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #111;
}
#contact .mailm .caution {
  margin: 0 0 5px;
}
#contact table.mailMF td {
  overflow: hidden;
  font-size: 100%;
  border-top: dotted 1px #000;
  border-bottom: dotted 1px #000;
  padding: 20px;
}
#contact table.mailMF input.mailAddress {
  height: 24px;
  width: 270px;
  margin: 0 10px 0 0;
  float: left;
}
#contact table.mailMF span.btn-confirm {
  display: block;
  float: left;
  padding: 0;
}
#contact input.mailAddress_new {
  height: 24px;
  width: 270px;
  margin: 0 10px 0 0;
  float: left;
  padding: 2px 5px;
}
#contact table.mailMF input.btn-confirmNext,
#contact .mailMC input.btn-confirmNext {
  float: left;
  height: 30px;
  width: 150px;
  padding: 4px;
}
#contact .mailMF input.btn-confirmNext:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
@-moz-document url-prefix() {
  #contact table.mailMF input.btn-confirmNext,
  #contact .mailMC input.btn-confirmNext {
    padding: 4px;
  }
}
#contact table.mailMF td.n1 {
  border-bottom: none;
  padding: 20px 20px 10px;
}
#contact table.mailMF td.n2 {
  border-top: none;
  padding: 10px 20px 20px;
}
#contact table.mailMF td p {
  float: left;
  padding: 2px 0 0;
  margin-right: 10px;
}
#contact input.mailAddress_new {
  height: 24px;
  width: 270px;
  margin: 0 10px 0 0;
  float: left;
  padding: 2px 5px;
}
#contact .mailMC span.btn-confirm {
  display: block;
  padding: 0;
}
#contact .freeArea {
  margin: 60px 50px 0;
  width: 620px;
  background-color: #ffffff;
}
/*
 ----------------------------------------------- */
#contact .ann-input {
  margin: 5px 0 0;
  font-size: 100%;
}
#contact .ann-input input {
  margin: 0 3px 2px 0;
}
#contact #center1 .centerbox {
  margin: 0px;
}
#contact #center1 .centerbox .mainCont .step_navi01 {
  background-image: url(/img/navi01.png);
  background-position: center;
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi02 {
  background-image: url(/img/navi02.png);
  background-position: center;
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi03 {
  background-image: url(/img/navi03.png);
  background-position: center;
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi04 {
  background-image: url(/img/navi04.png);
  background-position: center;
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi01,
#contact #center1 .centerbox .mainCont .step_navi02,
#contact #center1 .centerbox .mainCont .step_navi03,
#contact #center1 .centerbox .mainCont .step_navi04 {
  height: 122px;
  text-align: center;
  width: 100%;
  background-size: 861px 122px;
}
#contact #center1 .centerbox .mainCont input[type="button"],
#contact #center1 .centerbox .mainCont input[type="submit"] {
  height: 30px;
  color: rgb(255, 255, 255);
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  background: url("../../../../pic-labo/btn-confirm_bg.gif") repeat-x scroll
    left top transparent;
  border: medium none;
  margin: 16px 0px;
  width: auto;
  height: 100%;
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
  text-align: center;
  background: none;
  border: none;
  background: #000 !important;
  cursor: pointer;
  border-radius: 3px;
}
#contact #center1 .centerbox .mainCont input[type="button"].regi_back {
  text-align: left;
  float: left;
}
#contact
  #center1
  .centerbox
  .mainCont
  input[type="button"].regi_back
  + .regi_next {
  display: none;
}
#contact #center1 .centerbox .mainCont input[type="button"].button1 {
  background: #fff !important;
  border: 1px solid #000;
  color: #000;
}
#contact #center1 .centerbox .mainCont .login-next input[type="button"].button1,
#contact #center1 .centerbox .mainCont .validation_pcsubmit_btn.regi_next,
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  + .center
  input[type="button"].regi_next {
  background: #bb0000 !important;
  color: #fff;
  padding: 20px 90px;
  border: none;
  font-size: 20px;
}
#contact #center1 .centerbox .mainCont input[type="button"]:hover,
#contact #center1 .centerbox .mainCont input[type="submit"]:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
#contact #center1 .center {
  text-align: center !important;
}
#contact #center1 p.center a#logout {
  float: none;
  text-decoration: underline;
}
#deli_scadule .deli_plan_box {
  width: 681px;
}
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td
  table
  td.day,
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td
  table
  td.sat,
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td
  table
  td.sun,
#center3 .centerbox table td[align="right"],
#center3 .centerbox .right,
#contact #center1 .right {
  text-align: right !important;
}
#center-seo .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center-seo .centerbox table th[align="left"],
#center-seo .centerbox table td[align="left"],
#center3 .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center3 .centerbox table th[align="left"],
#center3 .centerbox table td[align="left"],
#contact #center1 .left {
  text-align: left !important;
}
#contact #center1 .middle {
  vertical-align: middle !important;
}
#contact #center1 .buttom {
  vertical-align: bottom !important;
}
#contact #center1 .float_left {
  float: left !important;
}
#contact #center1 .centerbox .title1 {
  padding: 15px 0px 12px 30px;
  margin: 0px;
  width: auto;
  line-height: 100%;
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #111;
  background-color: #d6d6d6;
}
#contact #center1 .centerbox .title1 a {
  color: #000000;
  text-decoration: underline;
}
#contact #center1 .centerbox .title1 a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
#contact #center1 .centerbox .mainCont {
  padding: 30px;
  margin: 0px;
  width: auto;
  background-color: #ffffff;
}
.backcolor1 strong,
.backcolor2 strong {
  font-weight: bold;
}
#contact #center1 .centerbox .mainFrame .mainCont #confirm .right {
  width: 100% !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table {
  font-size: 100%; /* table-layout: fixed; */
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 {
  padding: 5px 0px; /* font-size: 14px; */
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {
  padding: 10px;
  border: 1px solid #999999;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
  padding: 10px;
  border: 1px solid #d4d3d3; /* font-size: 14px; */
}
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td.first,
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td.second,
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td.third,
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td.deli_plan_calday,
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  tr.border_none
  td {
  border: none;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
  padding: 10px 15px;
}
#contact #center1 .backcolor3 {
  background: #d7ebf4;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {
  width: 10% !important;
  background: #f4f4f4;
  padding: 2px 4px !important;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  .sps-inputTable
  td.backcolor1 {
  width: 17% !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {
  background: #f4f4f4;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  tr.backcolor1
  td {
  text-align: center;
  padding: 2px 4px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {
  vertical-align: middle;
  background: #ffffff;
  padding: 10px !important;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3.sps-inputTable
  td.backcolor2 {
  padding: 0 10px !important;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  td.backcolor2[width="17%"] {
  width: 1%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  td.backcolor2
  input[type="text"],
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  td.backcolor2
  input[type="password"] {
  padding: 2px 1px;
  height: 16px;
  font-size: 16px;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="NEXT"]
  .bordlayoutp3
  table.border
  tbody
  tr
  td.backcolor1 {
  /* background:#DDDDDD; */
  width: 100%\9;
}
#deli_scadule
  .deli_scadule_box
  div.backcolor3.deli_plan
  table.layoutp5.deli_plan_day
  tbody
  tr
  td.backcolor1 {
  width: 15% !important;
}
#deli_scadule
  .deli_scadule_box
  table.layoutp5.deli_cycle
  tbody
  tr
  td.backcolor1 {
  width: 35%\9 !important;
}
.seekzip_addr99 {
  width: 95%;
}
.zip_size {
  width: auto !important;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="PREV_ENQUETE"]
  + form[name="NEXT"]
  .bordlayoutp3
  table.border
  tbody
  tr
  td.backcolor1 {
  background: #dddddd;
  width: 30%\9 !important;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.border
  tbody
  tr
  td
  + td
  + td {
  width: 12%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="MODIFY"]
  .bordlayoutp3
  table.border
  tbody
  tr
  td
  + td
  + td
  + td {
  width: 12%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="MODIFY"]
  .bordlayoutp3
  table.border
  tbody
  tr
  td
  + td
  + td
  + td
  + td {
  width: 10%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="MODIFY"]
  .bordlayoutp3
  table.border
  tbody
  tr
  td
  + td
  + td
  + td
  + td
  + td {
  width: 10%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.border
  tbody
  tr
  td
  + td
  + td
  + td {
  width: 8%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.border
  tbody
  tr
  td
  + td
  + td
  + td
  + td {
  width: 10%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  form[name="NEXTM"]
  table.border
  tbody
  tr
  td {
  width: auto;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="NEXTM"]
  .bordlayoutp3
  table.border
  tbody
  tr
  td {
  width: auto;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="NEXTM"]
  table.border
  tbody
  tr
  td.backcolor1.center,
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  table.border
  tbody
  tr
  td[width="49%"],
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  table.border
  tbody
  tr
  td[width="49%"]
  + td
  + td[width="49%"] {
  width: 49% !important;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="NEXTM"]
  table.border
  tbody
  tr
  td
  + td,
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  table.border
  tbody
  tr
  td[width="49%"]
  + td,
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  table.border
  tbody
  tr
  td.backcolor2
  + td {
  width: 2%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  form[name="NEXTM"]
  table.border
  tbody
  tr
  td
  + td
  + td.backcolor1.center {
  width: 49%;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.layoutp5.deli_cycle
  tbody
  tr
  td {
  width: auto;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.border
  tbody
  tr
  td[align="right"] {
  text-align: right;
}
#deli_scadule table.deli_plan_cal tbody tr td {
  vertical-align: top;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border {
  border: 1px solid #999999;
  width: 100% !important;
  margin: 20px 0 10px;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  div.layoutp3
  table.border
  tbody
  tr
  td.backcolor2
  table.layoutp3 {
  margin-top: 0px;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  div.layoutp3
  table.border
  tbody
  tr
  td {
  border: none;
  padding: 2px 4px 4px;
  vertical-align: baseline;
}
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_day
  th {
  font-size: 100%;
  background-color: inherit;
  border: none;
}
table#enter
  #center3
  .centerbox
  .mainCont
  div.bordlayoutp3
  form[name="list"]
  table[align="center"],
table#enter
  #center3
  .centerbox
  .mainCont
  div.bordlayoutp3.center
  form
  table[align="center"],
table#enter
  #center3
  .centerbox
  .mainCont
  div.bordlayoutp3.center
  table[align="center"] {
  width: auto;
  margin: 0 auto;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr {
  display: block;
  margin: 5px;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3,
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {
  padding: 5px 0;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 input {
  margin: 10px 0;
}
table#enter {
  background: none repeat scroll 0 0 #ffffff;
  text-align: left;
  width: 960px;
  margin: 0 auto;
}
#contact table tbody tr td#center1 {
  border-bottom: none;
}
table#enter
  #center3
  .centerbox
  form[name="NEXT"]
  .mainCont
  .bordlayoutp3
  table
  tbody
  td
  div.send_info {
  width: 75% !important;
  margin: 0 54px !important;
}
#contact
  #center1
  .centerbox
  .mainCont
  .bordlayoutp3
  #deli_scadule
  .deli_plan_box
  table.deli_plan_cal
  td
  table
  caption,
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  td.backcolor3
  div
  > table
  tr.backcolor2
  td[align="center"],
#center3 .centerbox .bordlayoutp3 table td[align="center"],
#center3 .centerbox .bordlayoutp3 table tr.center td,
#center-seo .centerbox .center,
#center3 .centerbox .center,
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.border
  tbody
  tr
  td[align="center"] {
  text-align: center;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.border
  tbody
  tr
  td[align="center"]
  p
  font[color="red"]
  strong {
  font-weight: bold;
}
#contact #center1 .float_right,
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
  float: right !important;
}
table#enter td#center3 div.centerbox form div.mainCont div {
  width: 100% !important;
}
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
  position: absolute;
  right: 19px;
  top: 77px;
}
table#enter td#center3 div.centerbox input[type="checkbox"] {
  margin-top: 5px;
}
#contact #center1 .centerbox .mainFrame {
  margin: 0px;
  padding: 1px;
  background-color: #ebebeb;
}
#contact #center1 .box_in_box {
  text-align: center !important;
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td,
#contact .bordlayoutp3 table tbody td {
  text-align: left;
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td {
  padding: 5px;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center {
  width: 2%;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong {
  font-size: 16px !important;
}
#contact .mainFrame .mainCont #tradesafe_div1 {
  font-size: 100% !important;
  line-height: 142% !important;
}
#center3 .centerbox .red,
#contact #center1 .red {
  color: #cc0000;
  font-size: 0.75rem !important;
}
#contact #center1 .point {
  font-size: 120%;
  color: red;
  font-weight: 900;
}
#contact #center1 .pointline {
  font-size: 100%;
  color: #ffffff;
  font-weight: 900;
  padding: 5px;
  padding-bottom: 5px;
  background-color: #666666;
  margin-top: 5px;
  margin-bottom: 5px;
}
#contact .mainFrame .mainCont a {
  /* display: block; */
  color: #111;
  font-size: 14px; /* height: 160px; */
}
#contact .mainFrame .mainCont #_gaCartItem {
  height: 160px;
}
#contact .mainFrame .mainCont div.layoutp3 table tbody tr td {
  border: none;
}
#contact .mainFrame .mainCont a:hover {
  color: #666666;
  text-decoration: underline;
}
#contact .mainFrame .mainCont h4 {
  font-size: 20px;
  font-weight: bold;
}
#contact .mainFrame .mainCont .SPS-regi-confirm_item,
#contact .mainFrame .mainCont .SPS-regi-item_detail,
#contact .mainFrame .mainCont .SPS-cart-item {
  display: block !important;
  margin: 20px 0 0;
}
#center1 .centerbox .mainCont {
  width: 600px;
  padding: 10px;
}
#center1 .centerbox .mainCont .title1 {
  background: url("../../../../pic-labo/side_ttl_ico.gif") no-repeat scroll left
    bottom transparent;
  color: #5fa2bc;
  font-size: 100%;
  font-weight: bold;
  line-height: 165%;
  letter-spacing: 0.2em;
  margin: 10px 0;
  padding: 0 0 0 15px;
  vertical-align: middle;
}
div.comment_box table {
  border-collapse: collapse;
}
div.comment_box td {
  border: 1px solid #999999;
}
.backcolor1 {
  background: none repeat scroll 0 0 #d8d8d8;
}
.comment_box input[type="button"],
.comment_box input[type="submit"] {
  background: url("../../../../pic-labo/btn-confirm_bg.gif") repeat-x scroll
    left top transparent;
  border: medium none;
  color: #ffffff;
  height: 30px;
  padding: 4px 8px;
  font-weight: normal;
}
input[type="button"],
input[type="submit"] {
  background: url("../../../../pic-labo/btn-confirm_bg.gif") repeat-x scroll
    left top transparent;
  border: medium none;
  color: #ffffff;
  height: 30px;
  padding: 4px 8px;
  font-weight: normal;
}
#contents
  div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame {
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 10px;
  background-color: #fff;
}
#contents .enquete-section #contact table tbody tr td div.mainCont:first-child {
  padding: 0px;
}
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  p {
  margin: 5px 0;
  padding: 2px 0;
}
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  table
  tbody
  tr
  td:first-child {
  width: 50%;
}
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  table {
  width: 50%;
}
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  table
  tbody
  tr
  td {
  padding: 1px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  border: none;
  font-size: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
  border: soild 1px;
}
div.enquete-section #contact {
  width: 100%;
}
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[type="text"],
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[type="password"],
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  select {
  height: 20px;
  padding: 0;
}
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  h4.title {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dotted;
  font-size: 110%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#enquete-header {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
#enquete-header #logo {
  margin: 0 auto;
  width: 960px;
}
#enquete-header #logo .shoplogo img {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
#enquete-header #logo .shoplogo h1 {
  max-width: 340px;
  background: none;
  margin: 0;
  padding-top: 5px;
}
#enquete-header #logo .shoplogo h1 a:hover img,
#enquete-header #logo h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#enquete-header #logo .shoplogo img.float_right {
  float: right;
}
#enquete-header #logo .shoplogo img.float_left {
  float: left;
}
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[type="radio"],
div.enquete-section
  #contact
  #center1
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[type="checkbox"] {
  margin: 0px 5px 3px 5px;
}
div.enquete-section {
  padding: 0;
}
div.enquete-section
  #contact
  table
  tbody
  tr
  td#center1
  .centerbox
  .mainCont
  h3.title1 {
  background: url("../../../../pic-labo/side_ttl_ico.gif") no-repeat scroll 0%
    50% transparent;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  line-height: 165%;
  margin: 15px 0;
  padding: 0 0 0 20px;
}
div.enquete-section #contact table tbody tr td {
  width: 100%;
  border-top: none;
  padding: 0px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[name="ANS4_1"] {
  margin-left: 22px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[name="ANS4_2"],
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[name="ANS4_3"] {
  margin-left: 11px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  select[name="ANS5_1"] {
  margin-left: 13px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[name="ANS5_2"] {
  margin-left: 25px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[name="ANS5_3"] {
  margin-left: 2px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[name="ANS5_4"] {
  margin-left: 26px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  strong {
  font-weight: bold;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  textarea {
  height: 150px;
  padding: 5px;
  width: 70%;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[type="submit"] {
  background: url("https://www.doree.jp/pic-labo/img/btn-confirm_bg.gif")
    repeat-x scroll left top transparent;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  height: 30px;
  margin: 0 5px;
  padding: 4px 8px;
  width: 200px;
}
div.enquete-section
  #contact
  .centerbox
  .mainCont
  .mainFrame
  .mainCont
  form[name="ENQ"]
  input[type="submit"]:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif) repeat-x left top;
  opacity: 0.8;
}
.shoplogo {
  width: 340px;
}
#enquete-footer {
  margin-top: -57px;
  height: 117px;
  line-height: 100%;
  position: relative;
  clear: both;
}
#enquete-footer #footer-inner .footer_gnavi {
  float: left;
}
#enquete-footer #footer-inner .footer_gnavi ul li:first-child {
  background-image: none;
  padding: 0 3px 0 0;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
  background: url("https://www.doree.jp/hpgen/HPB/theme/img/slash_ccc.gif")
    no-repeat scroll left center transparent;
  color: #999999;
  display: inline-block;
  font-size: 60%;
  line-height: 100%;
  padding: 0 3px 0 18px;
}
#enquete-footer #footer-inner .footer_gnavi ul li a {
  color: #ffffff;
}
#enquete-footer #footer-inner .footer_gnavi ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
  float: left;
}
#enquete-footer #copyright {
  float: right;
  font-size: 67%;
  color: #fff;
}
#center-seo .centerbox,
#center3 .centerbox {
  font-size: 16px;
  line-height: 200%;
  margin: 0px;
  padding: 10px;
  word-break: break-all;
}
#center-seo h3.title1,
#center3 h3.title1 {
  color: #111;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  padding: 15px 0;
  /* background: url("https://www.doree.jp/pic-labo/side_ttl_ico.gif") no-repeat scroll 0% 50% transparent; */
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#center-seo #bread,
#center3 #bread {
  padding: 15px;
  /* text-align: center; */
}
#center3 #bread p {
  font-size: 32px;
  text-align: center;
}
#center3 #bread span {
  display: none;
}
#center-seo .mainCont,
#center3 .mainCont {
  padding: 0;
  margin: 0 0 70px;
  width: auto;
  font-size: 14px;
}
#center-seo .mainCont,
#center3 .mainCont a {
  text-decoration: underline;
}
#center3 #bread + .centerbox > .mainCont:first-of-type {
  margin: 0 0 20px;
  /* color: #888; */
  /* font-size: 12px; */
  /* text-align: right; */
}
#center-seo .mainCont,
#center3 .mainCont > input {
  background: #ccc !important;
  padding: 10px 30px !important;
  height: 100% !important;
  cursor: pointer;
  margin: 10px 0 20px !important;
}
#center-seo .mainCont {
  background: #fff !important;
}
#center-seo .centerbox .caution,
#center3 .centerbox .caution {
  font-weight: bold;
  color: #d51414;
}
#center-seo .centerbox table th,
#center-seo .centerbox table td,
#center3 .centerbox table th,
#center3 .centerbox table td {
  word-break: break-all;
  vertical-align: top;
  text-align: left;
  padding: 1px;
  border: 1px solid #d4d3d3;
}
#center3 .centerbox .layoutp3 table td {
  border: none;
}
#center3 .centerbox .layoutp3 table td:first-of-type {
  width: 11%;
}
#center-seo .centerbox table td[width="5%"],
#center3 .centerbox table td[width="5%"] {
  width: 10%;
}
#center-seo .centerbox .backcolor1,
#center3 .centerbox .backcolor1 {
  background-color: #f4f4f4;
}
#center-seo .centerbox .bordlayoutp3 table th,
#center-seo .centerbox .bordlayoutp3 table th,
#center3 .centerbox .bordlayoutp3 table th {
  color: #2b2b2b;
  font-weight: bold;
  text-align: center;
  word-break: normal;
  /* border: 1px solid #c5c5c5; */
  background-color: #f4f4f4;
}
#center3 .centerbox .bordlayoutp3 table td {
  padding: 0 10px;
}
#center-seo .centerbox form + table,
#center3 .centerbox form + table {
  margin: 20px 0 0;
}
#center3 .layoutp3 table th,
form[name$="FORM"] ~ tbody #center3 .layoutp3 table th {
  width: 25%;
  font-weight: bold;
  *width: 0%;
}
#center-seo .centerbox th.backcolor1,
#center-seo .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .centerbox th.backcolor1,
#center3 .bordlayoutp3 th,
#center3 .bordlayoutp3 td {
  border: 1px solid #999999;
  vertical-align: middle;
}
#center3 .bordlayoutp3 .layoutp3 th,
#center3 .bordlayoutp3 .layoutp3 td {
  padding: 0px;
  border: none;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info {
  border: 1px solid #999999;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info + td {
  *width: 70%;
}
#center3 .centerbox strong,
#center3 .centerbox h4 {
  text-align: left;
  font-weight: bold;
}
#center-seo .centerbox .layoutp3 + .bordlayoutp3 > table,
#center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
  width: 95%;
}
#center-seo input[type="submit"],
#center-seo input[type="button"],
#center3 input[type="submit"],
#center3 input[type="button"] {
  width: auto !important;
  height: 100%;
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
  text-align: center;
  background: none;
  border: none;
  margin: 0 20px;
  background: #000 !important;
  cursor: pointer;
  border-radius: 3px;
  border-radius: 2px;
}
#center3 #bread + .centerbox .title1 + .mainCont > .layoutp3.center + p {
  border-top: 1px solid #000;
  padding: 30px 0 0;
}
#center3 .layoutp3.center input[type="button"] {
  /* margin: 0; */
  width: auto !important;
  height: 100%;
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
  text-align: center;
  background: none;
  border: none;
  margin: 0 20px;
  background: #000 !important;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
}
#center3 br + input[type="button"] {
  /* background: #807d7d!important; */
  background: none !important;
  color: #111;
  text-decoration: underline;
  padding: 0;
}
#center3 input[type="button"] + input[type="button"] {
  width: 30% !important;
  padding: 20px;
  font-size: 16px;
}
#center3 input[type="button"] + input[type="button"] + br + br + font {
  font-size: 13px;
  color: #de2a2a;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  td.backcolor3
  div
  > table
  tr.backcolor2
  td
  div
  select,
#center-seo select,
#center-seo input[type="text"],
#center3 select,
#center3 input[type="text"],
#center3 input[type="password"] {
  height: 20px;
  line-height: 20px;
  padding: 0px;
  margin: 2px 0px;
  min-width: inherit;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  td.backcolor3
  div
  > table
  tr.backcolor2
  td
  div
  select,
#center-seo select,
#center-seo textarea,
#center3 select,
#center3 textarea {
  padding: 1px;
  margin: 2px 0px;
}
#center3 select[name="SEL_CARD"] {
  margin-left: 5px;
  padding: 1px;
}
#center-seo input[type="submit"]:hover,
#center-seo input[type="button"]:hover,
#center3 input[type="submit"]:hover,
#center3 input[type="button"]:hover {
  background: none;
  opacity: 0.6;
}
#center3 .centerbox table td input[type="radio"],
#center-seo .centerbox table td input[type="radio"] {
  margin: -3px 3px 0px 5px;
}
table#enter
  form[name="NEWMEM"]
  #center3
  .centerbox
  .bordlayoutp3
  table
  td[colspan="2"]
  input[type="checkbox"] {
  margin: -3px 4px 0px 0px;
}
#center-seo p,
#center3 p {
  margin: 5px 0px;
  padding: 2px 0px;
}
#center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {
  display: inline-block;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  td.backcolor3
  div
  > table
  tr.backcolor2
  td {
  background-color: #ffffff;
}
#contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.layoutp5.deli_cycle
  tbody
  tr
  td
  input[type="radio"],
#contact
  #center1
  .centerbox
  .mainCont
  form[name="NEXT"]
  h4
  + div.right
  input[type="button"],
#contact
  #center1
  .centerbox
  .mainCont
  form[name="NEXT"]
  h4
  + div.right
  input[type="submit"] {
  margin: 0px 3px;
  height: 30px;
}
.leftSearch {
  overflow: hidden;
}
.leftSearch #searchbox_wrap {
  margin-bottom: 30px;
  overflow: hidden;
}
.leftSearch #searchbox {
  color: #999999;
  font-size: 65%;
  line-height: 160%;
  overflow: hidden;
  text-align: right;
}
.leftSearch #searchbox form {
  border: 1px solid #333;
  float: left;
  height: 27px;
  width: 160px;
}
.leftSearch #searchbox input.searchbox {
  border: medium none;
  margin-left: 1px;
  padding: 0 5px;
  width: 125px;
  height: 100%;
}
.leftSearch #searchbox input.searchSubmit {
  padding: 1px 1px 0 0;
  float: right;
}
.leftSearch #searchbox p {
  display: none;
}
#header-inner h2 {
  max-width: 340px;
}
.siteName {
  margin: 0px;
  padding: 10px 10px 5px 10px;
  font-size: 100%;
  line-height: 1em;
}
.siteName a {
  color: black;
  text-decoration: none;
}
.siteName a:hover {
  color: blue;
  text-decoration: underline;
}
.sitecopy {
  padding: 10px 10px 5px 5px;
  margin: 0px;
  color: #999999;
  font-size: 80%;
  line-height: 1em;
}
.sitecopy a {
  color: black;
  text-decoration: none;
}
.sitecopy a:hover {
  color: blue;
  text-decoration: underline;
}
.header_area {
  text-align: left;
  width: 1024;
  margin: 0px auto;
  padding: 0px;
}
.cart-section .header_area {
  margin: 0 auto;
}
.cart-section .footer_area {
  margin: 0 auto !important;
}
.pageNav form img {
  float: right;
}
#main-column-full .footer_area {
  margin-left: 50px;
}
#sub-column .category .fukidashi nav,
#sub-column .category .tatenarabi nav {
  margin-bottom: 0;
}
#sub-column .category .fukidashi nav:last-child,
#sub-column .category .tatenarabi nav:last-child {
  margin-bottom: 20px;
}
#sub-column .category .fukidashi ul {
  zoom: 1;
}
#sub-column .category .fukidashi nav {
  position: relative;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
#sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
  display: block;
  z-index: 999;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
  padding: 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
  color: #333;
  font-weight: normal;
  padding-left: 10px;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
  color: #5fa2bc;
  font-weight: bold;
}
#sub-column .category .fukidashi ul li.cat2 {
  padding-left: 0px;
}
#sub-column .category nav ul li.listcat1 {
  border-bottom: 0px;
}
#sub-column .category nav ul li.listcat2 {
  border-bottom: 0px;
  font-weight: bold;
}
#sub-column .category nav ul li.listcat3 {
  border-bottom: 0px;
}
#sub-column .category nav ul li.listcat2 a {
  zoom: 1;
  display: block;
  padding: 3px 2px 3px 30px;
  margin-left: 20px;
  line-height: 100%;
  color: #333;
  text-decoration: none;
}
#sub-column .category nav ul li.listcat3 a {
  zoom: 1;
  display: block;
  padding: 3px 2px 3px 30px;
  margin-left: 40px;
  line-height: 100%;
  color: #333;
  text-decoration: none;
}
#sub-column .category nav ul li.child a {
  font-weight: bold;
}
#sub-column .category nav ul li.listcat2 a:hover,
#sub-column .category nav ul li.listcat3 a:hover {
  color: #5fa2bc;
  font-weight: bold;
  text-decoration: underline;
}
#sub-column .category .sps-allList + #sps-itemListAllCategory {
  display: none;
}
#sub-column .category #sps-itemListAllCategory section nav {
  margin-bottom: 0px;
}
#sub-column .category #sps-itemListAllCategory section nav:last-child {
  margin-bottom: 20px;
}
#sub-column .category #sps-itemListAllCategory section nav:first-child {
  margin-bottom: 0px;
}
#sub-column .category nav ul .cat2 {
  padding: 3px 3px 3px 20px;
}
#main-column .w100 .freeArea2 .freeAreaTitle {
  padding-left: 70px;
}
#main-column .w100 .freeTop .freeAreaTitle {
  margin: 0;
  padding: 0;
}
#main-column .half-cont .freeArea2 {
  background: url("../img/Title-shop.gif") no-repeat;
}
#main-column .half-cont .freeArea2 .freeAreaTitle {
  margin: 0 0 0 79px;
}
section.half-cont div.category section h3 {
  font-weight: bold;
  line-height: 120%;
  font-size: 80%;
}
div.cart-section div#contact img[height="1"] {
  display: none;
}
.prev-hide {
  background: none !important;
}
.itemDescFc {
  position: absolute;
  margin-left: 5px;
}
.itemThumb-wrap-left {
  width: 170px;
  padding-left: 10px;
}
.itemThumb-wrap-right {
  width: 65%;
  word-break: break-all;
  margin-left: 350px;
}
#enter #contents {
  width: auto;
}
#main-column-full .enquete-section .footer_area {
  margin: 5px 5px 0 5px;
}
.freeNoBg {
  background: none !important;
}
div#tradesafe_sealtip_ p {
  font-size: 160% !important;
  width: auto !important;
}
/* &#65533;t&#65533;b&#65533;^&#65533;&#65533;&#65533;&#65533;&#65533;p&#65533;K&#65533;C&#65533;h&#65533;&#65533;&#65533;&#65533;&#65533;p*/
.footer_area .w100 .freeArea2 {
  border: none;
}
.footer_area .w100 .freeArea2 h2 {
  background: url("../../../../pic-labo/side_ttl_ico.gif") no-repeat !important;
  border: none !important;
  font-size: 90% !important;
  color: #626262 !important;
}
#main-column-full .footer_area .w100 .freeArea2 h2 span {
  margin-left: 15px;
}
#main-column-full .footer_area .w100 .freeArea2 {
  width: 730px;
  margin: 10px 0 10px 20px;
  background: url(../img/side_ttl_bg.gif) repeat-x top;
  padding-bottom: 10px;
}
/*&#65533;J&#65533;[&#65533;g&#65533;&#770;&#1794;&#386;&#1994;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;N&#65533;p*/
.bundle_display a {
  display: inline-block;
  margin-top: 3px;
  padding: 3px;
  border: 1px solid #c7000a;
  line-height: 1.3;
  text-decoration: none !important;
  color: #c7000a;
}
.bundle_display a:hover {
  border: 1px solid #c7000a;
  background: #ffefef;
}
/*&#65533;&#1794;&#386;&#1994;&#65533;&#65533;&#65533;&#65533;&#1677;&#1495;p*/
div[aria-describedby="bundle_dialog"] * {
  font-family: "&#65533;q&#65533;&#65533;&#65533;M&#65533;m&#65533;p&#65533;S Pro W3", "Hiragino Kaku Gothic Pro", "&#65533;&#65533;&#65533;C&#65533;&#65533;&#65533;I",
    Meiryo, "&#65533;l&#65533;r &#65533;o&#65533;S&#65533;V&#65533;b&#65533;N", sans-serif;
}
div[aria-describedby="bundle_dialog"] .ui-dialog-content {
  padding-bottom: 0 !important;
}
div[aria-describedby="bundle_dialog"] .ui-dialog-title {
  font-size: 0.8em;
  color: #333;
}
#bundle_detail > h4 {
  font-size: 0.7em;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.5em;
}
#bundle_detail > .bundle_table + h4,
#bundle_detail > .bundle_table + .bundle_table {
  margin-top: 1.5em;
}
#bundle_detail > .bundle_table td {
  padding: 2px 4px;
  border: 1px solid #999;
  font-size: 0.7em;
  color: #333;
  word-break: break-all;
}
#bundle_detail > .bundle_table td.bundle_title,
#bundle_detail > .bundle_table td.bundle_backcolor1 {
  background: #ddd;
}
#bundle_detail > .bundle_table td.bundle_backcolor1 {
  text-align: center;
}
#bundle_detail > #bundle_detail td span.bundle_name {
  display: inline-block;
  margin-top: 3px;
  padding: 3px;
  border: 1px solid #c7000a;
  line-height: 1.3;
}
#bundle_detail > div:last-child {
  padding: 1.5em 0 1em;
  text-align: center;
}
#bundle_detail > div:last-child input {
  height: 30px;
  padding: 4px 8px;
  background: url(../../../../pic-labo/btn-confirm_bg.gif);
  border: none;
  font-size: 16px;
  color: #fff;
}
#bundle_detail > div:last-child input:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif);
  opacity: 0.8;
}
#spsVarpriceStockDialog1 > div:last-child input {
  background: url(../../../../pic-labo/btn-confirm_bg.gif);
}
#spsVarpriceStockDialog1 > div:last-child input:hover {
  background: url(../../../../pic-labo/btn-confirm_bg_on.gif);
  opacity: 0.8;
}
div[aria-describedby="spsVarpriceStockDialog1"] .ui-dialog-titlebar {
  border-bottom: 1px solid #dbdbda;
}
div[aria-describedby="bundle_dialog"] .ui-widget-header {
  border: 0px;
  background: #ffffff;
  text-align: left;
}
#bundle_dialog table {
  border-collapse: collapse;
}
.bundle_name {
  display: inline-block;
  margin-top: 3px;
  padding: 3px;
  border: 1px solid #c7000a;
  line-height: 1.3;
  text-decoration: none;
  color: #c7000a;
}
#bundle_link {
  font-size: 90%;
}
#bundle_link a {
  font-weight: normal;
}
/*&#65533;&#65533;&#65533;&#65533;A&#65533;Еz&#65533;&#62436;&#65533;i&#65533;&#65533;&#65533;&#303050;i*/
p.rg_price span.regular_price_str {
  color: #2a78d0;
  margin-bottom: 3px;
}
p.rg_price span.regular_price {
  color: #2a78d0;
  margin-bottom: 3px;
}
/*&#65533;@&#65533;y&#65533;[&#65533;W&#65533;g&#65533;b&#65533;v&#65533;@*/
#page-top a img {
  opacity: 0;
}
#page-top a {
  background: url(../../../../img/pagetop.png) no-repeat;
  width: 50px;
  height: 50px;
}
#page-top a:hover {
  background: url(../../../../img/pagetop.png) no-repeat;
  opacity: 0.7;
  cursor: pointer;
}
/*&#65533;@&#65533;y&#65533;[&#65533;W&#65533;g&#65533;b&#65533;v&#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#321;@*/
/*&#65533;@&#65533;w&#65533;b&#65533;_&#65533;[&#65533;&#65533;&#65533;&#65533;&#65533;@*/
/*&#65533;@&#65533;w&#65533;b&#65533;_&#65533;[&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#321;@*/
/* &#65533;&#65533;&#65533;X&#65533;y&#65533;[&#65533;W&#65533;&#585;&#65533;&#65533;&#65533;J&#65533;[&#65533;g&#65533;&#65533;&#65533;\&#65533;&#65533;&#65533;iPC_header03&#65533;j */
#header-inner:before,
#header-inner:after {
  content: " ";
  display: table;
}
#header-inner:after {
  clear: both;
}
#header-inner {
  *zoom: 1;
}
#header-inner .member_info_cart_info {
  /* min-width: 340px; */
  /* margin: 10px 0; */
  display: block;
  float: left;
  text-align: center;
  /* float: right; */
}
#header-inner .member_info_cart_info .member_nav_mypage {
  display: table-cell;
  /* padding: 2px 9px 0 0; */
}
#header-inner .member_info_cart_info .member_nav_cart {
  /* padding: 0 30px 0 0; */
  position: relative;
  /* vertical-align: middle; */
  /* width: 68px; */
  /*display: table-cell;*/
}
#header-inner .member_info_cart_info .member_nav_cart a:hover {
  text-decoration: none;
}
#header-inner .member_info_cart_info .member_nav_cart .item_cnt {
  border-radius: 13px;
  min-width: 12px;
  min-height: 20px;
  padding: 0px 4px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  margin: 5px 0;
  position: absolute;
  top: -7px;
  left: 20px;
  text-align: center;
}
#header-inner .member_info_cart_info .member_nav_cart .item_cnt:not(:target) {
  padding: 3px 6px 0\9; /* IE9, 10 */
}
@media all and (-ms-high-contrast: none) {
  #header-inner .member_info_cart_info .member_nav_cart .item_cnt {
    padding: 3px 6px 0;
  }
}
#header-inner .member_info_cart_info .member_nav_cart .cart_info {
  position: absolute;
  display: none;
  min-width: 176px;
  top: 0;
  left: 0;
  padding: 15px 10px 7px;
  background-color: #f6f6f6;
  box-shadow: 2px 2px 2px #cccccc;
  text-align: center;
  font-size: 16px;
  z-index: 100;
}
#header-inner .member_info_cart_info .member_nav_cart .cart_info a:hover {
  text-decoration: underline;
}
#header-inner .member_info_cart_info .member_nav_cart:hover .cart_info {
  display: block;
  top: 47px;
}
#header-inner .member_info_cart_info .member_nav_cart .cart_info .item_count {
  margin: 0 0 5px;
}
#header-inner .member_info_cart_info .member_nav_cart .cart_info .item_total {
  margin: 0 0 7px;
}
#header-inner .member_info_cart_info .member_nav_cart .cart_info .count_htxt {
  padding: 0 15px 0 0;
}
#header-inner .member_info_cart_info .member_nav_cart .cart_info .shipping_box {
  color: #fff;
  background-color: #ff6f6f;
  padding: 1px 5px 2px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 130%;
}
#header-inner
  .member_info_cart_info
  .member_nav_cart
  .cart_info
  .shipping_box
  .freeship_txt {
  padding: 0 3px;
  font-weight: bold;
}
#header-inner
  .member_info_cart_info
  .member_nav_cart
  .cart_info
  .cartlink:before {
  content: url(https://www.doree.jp/pic-labo/ico_arrowbk.png);
  position: relative;
  top: -1px;
  right: 3px;
}
#header-inner .member_info_cart_info .member_nav_cart .cart_info .cartlink {
  text-align: right;
  font-size: 12px;
  padding: 3px 0 0;
  font-weight: normal;
}
#header-inner .member_info_cart_info #member_info {
  display: table-cell;
  text-align: right;
  font-size: 13px;
  top: 0;
  vertical-align: middle;
}
#header-inner .member_info_cart_info #member_info a {
  font-weight: bold;
}
#header-inner .member_info_cart_info #member_info .memberrank {
  line-height: 155%;
  margin: 5px 0 0 0;
  border: 1px dotted #010101;
  padding: 5px 10px;
}
#header-inner .member_info_cart_info #member_info .rankup {
  font-size: 12px;
}
#header-inner .member_info_cart_info #member_info .rank_txt {
  color: #ff6f6f;
  font-weight: bold;
  padding: 0 2px 0 0;
  letter-spacing: 1px;
}
#header-inner .member_info_cart_info #member_info .point_txt {
  color: #ff6f6f;
}
/* &#65533;&#65533;&#65533;i&#65533;y&#65533;[&#65533;W&#65533;&#65533;&#65533;&#65533; */
article + #sub-column {
  display: none;
}
article #main-column {
  width: 100%;
  padding: 0;
  min-width: 1024px;
}
article#Detail dl.itemData-content dt {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
article#Detail dl.itemData-content dd {
  margin-bottom: 20px;
}
article#Detail dl.itemData-content dd p {
  margin-bottom: 1em;
}
article#Detail dl.itemData-content table {
  width: 486px;
  margin-bottom: 1em;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
article#Detail dl.itemData-content table th,
article#Detail dl.itemData-content table td {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
article#Detail dl.itemData-content table th {
  background: #eee;
}
article#Detail .cartArea table.variation tr.t-variation th:nth-child(1) {
  width: 30% !important;
}
article#Detail .cartArea table.variation tr.t-variation th:nth-child(2) {
  width: 15% !important;
}
article#Detail .cartArea table.variation tr.t-variation th:nth-child(3) {
  width: 15% !important;
}
article#Detail .cartArea table.variation tr.t-variation th:nth-child(4) {
  width: 40% !important;
}
article#Detail .cartArea table.variation tr td img.variationImg {
  width: 86%;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}
ul.itemList-style {
  overflow: hidden;
  display: block;
}
ul.itemList-style li {
  width: 150px;
  margin: 0 20px 25px 0;
  display: block;
  float: left;
}
ul.itemList-style li:nth-child(6n) {
  margin: 0 0 25px;
}
ul.itemList-style li:nth-child(6n + 1) {
  clear: both;
}
ul.itemList-style li p {
  font-size: 12px;
}
ul.itemList-related {
  overflow: hidden;
  display: block;
}
ul.itemList-related li {
  width: 320px;
  margin: 0 20px 25px 0;
  display: block;
  float: left;
}
ul.itemList-related li:nth-child(3n) {
  margin: 0 0 25px;
}
ul.itemList-related li:nth-child(3n + 1) {
  clear: both;
}
ul.itemList-related li p {
  font-size: 12px;
}
ul.itemList-pickup {
  overflow: hidden;
  display: block;
}
ul.itemList-pickup li {
  width: 150px;
  margin: 0 20px 25px 0;
  display: block;
  float: left;
}
ul.itemList-pickup li:nth-child(6n) {
  margin: 0 0 25px;
}
ul.itemList-pickup li:nth-child(6n + 1) {
  clear: both;
}
ul.itemList-pickup li p {
  font-size: 12px;
}
ul.itemList-pickup li span {
  font-size: 12px;
}
/*&#65533;g&#65533;b&#65533;v&#65533;y&#65533;[&#65533;W*/
#main-column .w100 .freeTop h2 {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  /* text-align: center; */
  letter-spacing: 0.02em;
  font-family: "Roboto Condensed", sans-serif;
}
#main-column .w100 .freeTop h3 {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 100%;
  /* text-align: center; */
  color: #d84c53;
}
#main-column .w100 .freeTop .freeAreaTitle {
  margin: 0;
  color: #000;
  font-size: 16px;
}
#main-column .newItem h2,
#main-column .pickup h2,
#main-column .ranking h2 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 25px 0;
  text-align: center;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  display: block;
  color: #fff;
  background: url("../../../../pic-labo/title_bg.gif") no-repeat;
  background-size: 100% 100%;
}
#main-column .newItem,
#main-column .pickup,
#main-column .ranking {
  background: none;
}
.slider-wrapper {
  width: 100%;
  background: #fff;
}
.slider-inner {
  width: 1000px;
  padding-bottom: 74px;
  margin: 0 auto;
}
.videos-wrapper {
  width: 100%;
  background: #f9f8f8;
}
.videos-inner {
  width: 880px;
  margin: 0 auto;
  padding: 60px 60px 100px;
}
.videos-inner h2 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #222;
  text-align: center;
  display: block;
}
.videos-inner video {
  width: 880px;
  height: 495px;
}
.plyr--video {
  overflow: hidden;
}
.plyr--video .plyr__controls {
  bottom: -100% !important;
}
.plyr--video:hover .plyr__controls {
  bottom: 0 !important;
}
.plyr__play-large {
  padding: 12px 25px !important;
  background: rgba(210, 210, 210, 0.9) !important;
  border: none !important;
  border-radius: 10px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer !important;
}
.instagram-wrapper {
  width: 100%;
}
.instagram-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.instagram-inner h2 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #222;
  text-align: center;
  display: block;
}
ul.instagram-list {
  margin: 0 0 20px;
  overflow: hidden;
}
ul.instagram-list,
ul.instagram-list li {
  list-style: none;
}
ul.instagram-list li {
  width: 225px;
  margin: 0 0 20px 20px;
  float: left;
}
ul.instagram-list li:nth-child(4n + 1) {
  clear: both;
}
.instagram-link {
  text-align: center;
}
#slider .sp-slides {
  font-size: 0;
}
#top-brand-base {
  width: 1024px;
  margin: 0 auto 90px;
  overflow: hidden;
}
#top-brand-base h2 {
  margin-bottom: 20px;
  font-size: 45px;
  font-family: "Catamaran", sans-serif;
  line-height: 100%;
  text-align: center;
  letter-spacing: 3px;
}
#top-brand-base h3 {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #d84c53;
  letter-spacing: 1px;
}
#top-brand-base ul {
  font-size: 0;
  text-align: center;
}
#top-brand-base ul li {
  font-size: 12px;
  margin: 0 8px;
  display: inline-block;
}
#top-category-base {
  width: 1024px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#top-category-base h2 {
  margin-bottom: 20px;
  font-size: 45px;
  font-family: "Catamaran", sans-serif;
  line-height: 100%;
  text-align: center;
  letter-spacing: 3px;
}
#top-category-base h3 {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #d84c53;
  letter-spacing: 1px;
}
#top-category-base h4 {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "Catamaran", sans-serif;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
}
#top-category-base h4:before {
  content: "";
  width: 40px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border-bottom: 1px solid #000;
}
#top-category-base h4:after {
  content: "";
  width: 40px;
  margin: 0 0 10px 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
#top-category-base ul {
  font-size: 0;
  margin-left: 70px;
  overflow: hidden;
}
#top-category-base ul li {
  width: 160px;
  margin: 0 20px 40px 0;
  font-size: 16px;
  display: block;
  float: left;
}
#top-category-base ul li:nth-child(5n) {
  margin: 0 0 40px 0;
}
#top-category-base ul li:nth-child(5n + 1) {
  clear: both;
}
#top-category-base ul li p {
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}
#top-category-base ul li a {
  text-decoration: none;
  color: #111;
}
#top-category-base ul li a:hover {
  text-decoration: underline;
}
#top-outlet-base {
  width: 1024px;
  margin: 0 auto 40px;
  overflow: hidden;
}
#top-outlet-base h2,
#top-sale-base h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  color: #d84c53;
  letter-spacing: 1px;
}
#top-outlet-base h2:before,
#top-sale-base h2:before {
  content: "";
  width: 40px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border-bottom: 1px solid #000;
}
#top-outlet-base h2:after,
#top-sale-base h2:after {
  content: "";
  width: 40px;
  margin: 0 0 10px 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
#top-outlet-base ul,
#top-sale-base ul {
  font-size: 0;
  text-align: center;
}
#top-outlet-base ul li,
#top-sale-base ul li {
  font-size: 12px;
  margin: 0 8px;
  display: inline-block;
}
#top-sale-base {
  width: 1024px;
  margin: 0 auto 90px;
  overflow: hidden;
}
#top-feature-base {
  width: 1024px;
  padding-top: 100px;
  margin: -100px auto 60px;
  overflow: hidden;
}
#top-feature-base h2 {
  margin-bottom: 20px;
  font-size: 45px;
  font-family: "Catamaran", sans-serif;
  line-height: 100%;
  text-align: center;
  letter-spacing: 3px;
}
#top-feature-base h3 {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #d84c53;
  letter-spacing: 1px;
}
#top-feature-base ul {
  font-size: 0;
  overflow: hidden;
}
#top-feature-base ul li {
  width: 330px;
  margin: 0 17px 35px 0;
  font-size: 16px;
  display: block;
  float: left;
}
#top-feature-base ul li:nth-child(3n) {
  margin: 0 0 35px 0;
}
#top-feature-base ul li:nth-child(3n + 1) {
  clear: both;
}
#top-feature-base ul li img {
  margin-bottom: 12px;
}
#top-feature-base ul li p {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 130%;
}
#top-feature-base ul li span {
  font-size: 16px;
  line-height: 130%;
}
#top-feature-base ul li a {
  text-decoration: none;
  color: #111;
}
#top-feature-base ul li a span {
  text-decoration: none;
  color: #585858;
}
#top-feature-base ul li a:hover {
  text-decoration: underline;
}
#top-new-base {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
#top-new-base h3 {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 100%;
  /* text-align: center; */
  color: #d84c53;
}
#top-new-base h4 {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "Catamaran", sans-serif;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
}
#top-new-base h4:before {
  content: "";
  width: 40px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border-bottom: 1px solid #000;
}
#top-new-base h4:after {
  content: "";
  width: 40px;
  margin: 0 0 10px 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
#top-new-base ul {
  margin: 0 0 100px;
  font-size: 0;
  overflow: hidden;
}
#top-new-base ul + h4 {
  margin-top: 60px;
}
#top-new-base ul li {
  width: 192px;
  margin: 0 16px 40px 0;
  font-size: 16px;
  display: block;
  float: left;
}
#top-new-base ul li:nth-child(5n) {
  margin: 0 0 40px 0;
}
#top-new-base ul li:nth-child(5n + 1) {
  clear: both;
}
#top-new-base ul li img {
  margin-bottom: 20px;
}
#top-new-base ul li a:hover img {
  transition: none;
}
#top-new-base ul li p {
  margin-bottom: 0.5em;
  line-height: 130%;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-new-base ul li span {
  line-height: 130%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#top-new-base ul li span span {
  font-size: 11px;
  font-weight: normal;
}
#top-new-base ul li a {
  text-decoration: none;
  color: #111;
}
#top-new-base ul li a:hover p {
  text-decoration: underline;
}
#top-bnr-base {
  width: 1024px;
  margin: 0 auto 100px;
  overflow: hidden;
}
#top-bnr-base ul {
  font-size: 0;
  text-align: center;
}
#top-bnr-base ul li {
  /* font-size: 12px; */
  margin: 0 8px;
  /* display: inline-block; */
}
/*&#65533;&#65533;&#65533;i&#65533;y&#65533;[&#65533;W*/
.ui-front {
  z-index: 1000 !important;
}
#pi_cart div.icons {
  display: none;
}
#itemDetail-wrap .description .item_info_block {
  display: block;
  width: 1024px;
}
#itemDetail-wrap .description .item_info {
  width: 500px;
  display: inline-block;
  /* float: left; */
  margin: 0 24px 0 0;
}
#itemDetail-wrap .description .item_info .wash_tag,
#itemDetail-wrap .description .item_info_block .wash_tag {
  display: block;
}
#itemDetail-wrap .description div h3 {
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: 1px solid #dbdbda; */
  padding: 0 0 10px;
  /* margin: 0 0 24px; */
}
#itemDetail-wrap .description .item_size {
  width: 500px;
  display: inline-block;
  /* float: right; */
}
#itemDetail-wrap .description .item_size + .item_size {
  float: right;
}
#itemDetail-wrap .description .item_size table {
  table-layout: fixed;
}
#itemDetail-wrap .description .item_size .item_sizetable {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #dbdbda;
  width: 500px;
  margin: 0 0 8px;
}
#itemDetail-wrap .description .item_size .item_sizetable th {
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #f1e9e5;
  text-align: center;
  padding: 4px;
}
#itemDetail-wrap .description .item_size .item_sizetable th:first-child {
  width: 17%;
}
#itemDetail-wrap .description .item_size .item_sizetable td {
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #dbdbda;
  text-align: center;
  padding: 4px;
}
#itemDetail-wrap .description .item_size .item_g_sizetable {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #dbdbda;
  width: 500px;
  margin: 0 0 8px;
}
#itemDetail-wrap .description .item_size .item_g_sizetable th {
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #dbdbda;
  background: #f9f8f8;
  text-align: center;
  padding: 4px;
}
#itemDetail-wrap .description .item_size .item_g_sizetable td {
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #dbdbda;
  text-align: center;
  padding: 4px;
}
#contents #Detail #main-column .centerbox p:nth-child(1) {
  margin-top: 1em;
}
/*&#65533;&#65533;&#65533;C&#65533;&#65533;&#65533;o&#65533;i&#65533;[*/
.hero {
  min-width: 1000px;
  margin: 0;
  padding: 79px 0 0 0;
  background-color: #fff;
}
.hero img {
  width: 100%;
  vertical-align: bottom;
}
/*&#65533;v&#65533;&#65533;&#65533;I&#65533;[&#65533;v&#65533;&#65533;&#65533;o&#65533;i&#65533;[*/
.bnr01 {
  width: 960px;
  margin: 0 auto 58px auto;
}
.bnr01 img {
  vertical-align: bottom;
  margin: 0 0 24px;
}
/*&#65533;&#65533;&#65533;w&#65533;y&#65533;[&#65533;W&#65533;&#65533;&#65533;&#65533;*/
#EST_SPS_wish_member
  #contact
  #center1
  .centerbox
  .mainFrame
  .mainCont
  .bordlayoutp3
  table.border
  tbody
  tr
  td.backcolor2 {
  padding: 16px 8px !important;
}
#EST_SPS_cart #contact #center1 .mainCont div:nth-of-type(2) {
  font-size: 13px !important;
  margin-top: 20px !important;
}
div#itemList .sps-wishAddItem {
  display: none;
}
div#itemList .sps-wishAddItemOk {
  display: none;
}
/*&#65533;t&#65533;b&#65533;^&#65533;[*/
div#cart-footer,
footer {
  width: 100%;
  min-width: 1050px;
  background: #fff;
  line-height: 100%;
  position: relative;
  clear: both;
  border-top: none;
}
div#cart-footer #footer-inner,
#footer-inner {
  padding: 0;
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  background: #fff !important;
  overflow: hidden;
}
/*&#65533;t&#65533;b&#65533;^&#65533;[&#65533;^&#65533;u&#65533;G&#65533;&#65533;&#65533;A*/
#footer-tab-base {
  width: 620px;
  margin: 55px auto 80px;
}
#footer-tab-base h2 {
  margin-bottom: 20px;
  font-size: 45px;
  font-family: "Catamaran", sans-serif;
  line-height: 100%;
  text-align: center;
  letter-spacing: 3px;
}
#footer-tab-base h3 {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #d84c53;
  letter-spacing: 1px;
}
#footer-tab-base input[type="radio"] {
  display: none;
}
#footer-tab-base #tab-area {
  font-size: 0;
  margin: 0 10px;
  text-align: center;
}
#footer-tab-base #tab-area label {
  margin: 0 20px;
  padding: 0 0 5px;
  color: #111;
  text-align: center;
  font-size: 20px;
  font-family: "Catamaran", sans-serif;
  cursor: pointer;
  transition: ease 0.2s opacity;
  display: inline-block;
  letter-spacing: 1px;
}
#footer-tab-base #tab-area label.tab01-label {
  margin: 0 20px 0 50px;
}
#footer-tab-base #tab-area label:hover {
  opacity: 0.7;
}
#footer-tab-base #panel-area {
  background: #fff;
}
#footer-tab-base .tab-panel {
  width: 100%;
  padding: 50px 0 40px;
  display: none;
}
#footer-tab-base #tab01:checked ~ #tab-area .tab01-label {
  border-bottom: 2px solid #c8000a;
}
#footer-tab-base #tab01:checked ~ #panel-area #panel01 {
  display: block;
}
#footer-tab-base #tab02:checked ~ #tab-area .tab02-label {
  border-bottom: 2px solid #c8000a;
}
#footer-tab-base #tab02:checked ~ #panel-area #panel02 {
  display: block;
}
#footer-tab-base #tab03:checked ~ #tab-area .tab03-label {
  border-bottom: 2px solid #c8000a;
}
#footer-tab-base #tab03:checked ~ #panel-area #panel03 {
  display: block;
}
#footer-tab-base #panel01 ul,
#footer-tab-base #panel02 ul,
#footer-tab-base #panel03 ul {
  margin: 0 10px 10px 0;
  float: left;
}
#footer-tab-base #panel01 ul:nth-child(1),
#footer-tab-base #panel02 ul:nth-child(1),
#footer-tab-base #panel03 ul:nth-child(1) {
  width: 110px;
}
#footer-tab-base #panel01 ul:nth-child(2),
#footer-tab-base #panel02 ul:nth-child(2),
#footer-tab-base #panel03 ul:nth-child(2) {
  width: 130px;
}
#footer-tab-base #panel01 ul:nth-child(3),
#footer-tab-base #panel02 ul:nth-child(3),
#footer-tab-base #panel03 ul:nth-child(3) {
  width: 110px;
}
#footer-tab-base #panel01 ul:nth-child(4),
#footer-tab-base #panel02 ul:nth-child(4),
#footer-tab-base #panel03 ul:nth-child(4) {
  width: 110px;
}
#footer-tab-base #panel01 ul:nth-child(5),
#footer-tab-base #panel02 ul:nth-child(5),
#footer-tab-base #panel03 ul:nth-child(5) {
  width: 110px;
}
#footer-tab-base #panel01 ul li,
#footer-tab-base #panel02 ul li,
#footer-tab-base #panel03 ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 130%;
  position: relative;
  font-size: 16px;
  background: url(../../../../pic-labo/arrow01.png) no-repeat left 6px;
  display: block;
  letter-spacing: 1px;
}
#footer-tab-base #panel01 ul li a,
#footer-tab-base #panel02 ul li a,
#footer-tab-base #panel03 ul li a {
  color: #111;
  text-decoration: none;
}
#footer-tab-base #panel01 ul li a:hover,
#footer-tab-base #panel02 ul li a:hover,
#footer-tab-base #panel03 ul li a:hover {
  text-decoration: underline;
}
#footer-base {
  width: 100%;
  min-width: 1050px;
  background: #000;
  color: #6d6d6d;
}
#footer-base-inner {
  width: 1024px;
  padding: 200px 0 0;
  margin: 0 auto;
}
#footer-menu {
  width: 1024px;
  padding: 0 0 60px;
}
#footer-menu ul {
  margin-bottom: 20px;
  font-size: 0;
  display: block;
}
#footer-menu ul li {
  padding: 0 0 0 30px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}
#footer-menu ul li:first-child {
  padding: 0;
}
#footer-menu ul li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#footer-menu ul li a:hover {
  text-decoration: underline;
}
#footer-contact {
  width: 680px;
  margin: 0 auto;
  overflow: hidden;
}
#footer-address {
  width: 420px;
  float: right;
}
#footer-address p {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 1px;
}
#footer-copy {
  width: 1024px;
  padding: 30px 0;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
#footer-copy h2 {
  width: 300px;
  float: left;
}
#footer-copy small {
  width: 300px;
  margin-top: 18px;
  font-size: 16px;
  font-family: "Catamaran", sans-serif;
  letter-spacing: 1px;
  display: block;
  text-align: right;
  float: right;
}
/* &#65533;y&#65533;[&#65533;W&#65533;&#65533;&#65533;蒲&#65533;&#65533; */
#pager-top .quantity,
#pager-bm .quantity {
  font-size: 100% !important;
}
.pagerlist ul {
  overflow: inherit !important;
}
.pagerlist li {
  padding: 0;
  font-size: 13px !important;
  margin-bottom: 15px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  display: block;
  border-radius: 4px !important;
}
.pagerlist li a {
  color: #fff;
  padding: 1px 8px !important;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
}
@-moz-document url-prefix() {
  .pagerlist li a {
    padding: 0px 7px !important;
  }
}
.pagerlist li a:hover {
  color: #fff;
  text-decoration: none;
  background: #111;
  opacity: 0.7;
}
.pagerlist li.selected {
  color: #000 !important;
  margin: -4px 4px 0 !important;
  padding: 3px 8px !important;
  border: 1px solid #111;
  border-radius: 4px !important;
  background: #fff;
}
@-moz-document url-prefix() {
  .pagerlist li.selected {
    padding: 3px 7.5px !important;
  }
}
.pagerlist li.pagericon {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
#itemList_wrap #pager-top ul li.pagericon,
#itemList_wrap #pager-bm ul li.pagericon {
  padding: 0 1px;
}
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
  padding-top: 15px;
  padding-bottom: 5px;
}
.pagerlist li a[title="&#65533;&#332;&#65533;&#65533;"],
.pagerlist li a[title="&#65533;&#335;&#65533;&#65533;&#65533;"] {
  color: #ffffff;
  background: #111;
  border-radius: 4px;
}
.pagerlist li a[title="&#65533;&#332;&#65533;&#65533;"]:hover,
.pagerlist li a[title="&#65533;&#335;&#65533;&#65533;&#65533;"]:hover {
  opacity: 0.7;
}
.pagerlist li a[title="&#65533;&#65533;&#65533;&#65533;"] {
  padding-right: 18px !important;
  background: #111 url(../../../../pic-labo/page_arrow01.png) no-repeat right
    8px center;
}
.pagerlist li a[title="&#65533;&#65533;&#65533;&#65533;5&#65533;y&#65533;[&#65533;W&#65533;&#65533;"] {
  padding-right: 18px !important;
  background: #111 url(../../../../pic-labo/page_arrow01.png) no-repeat right
    8px center;
}
.pagerlist li a[title="&#65533;&#332;&#65533;&#65533;"] {
  padding-right: 18px !important;
  background: #111 url(../../../../pic-labo/page_arrow02.png) no-repeat right
    4px center;
}
.pagerlist li a[title="&#65533;O&#65533;&#65533;"] {
  padding-left: 18px !important;
  background: #111 url(../../../../pic-labo/page_arrow03.png) no-repeat left 8px
    center;
}
.pagerlist li a[title="&#65533;O&#65533;&#65533;5&#65533;y&#65533;[&#65533;W&#65533;&#65533;"] {
  padding-left: 18px !important;
  background: #111 url(../../../../pic-labo/page_arrow03.png) no-repeat left 8px
    center;
}
.pagerlist li a[title="&#65533;&#335;&#65533;&#65533;&#65533;"] {
  padding-left: 18px !important;
  background: #111 url(../../../../pic-labo/page_arrow04.png) no-repeat left 4px
    center;
}
#pager-bm {
  margin-bottom: 20px;
  overflow: hidden;
}
/* voice */
.pageNav_top,
.pageNav {
  font-size: 13px !important;
}
.pageNav {
  margin-top: 10px;
}
.pageNav_top .pageL,
.pageNav .pageL {
  width: 100% !important;
  position: relative;
}
.pageNav .pageL {
  padding-top: 20px;
}
.pageNav_top .pageL {
  padding-bottom: 20px;
}
.pageNav .pageL {
  padding-bottom: 20px;
}
.pageNav_top a,
.pageNav a {
  color: #fff;
  padding: 1px 8px !important;
  margin: 0 2px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
}
.pageNav_top a:hover,
.pageNav a:hover {
  color: #fff;
  text-decoration: none;
  background: #111;
  opacity: 0.7;
}
.pageNav form a {
  color: inherit !important;
  padding: inherit !important;
  margin: inherit !important;
  border: inherit !important;
  border-radius: inherit !important;
}
.pageNav form a:hover {
  color: inherit !important;
  text-decoration: inherit !important;
  background: inherit !important;
}
.pageNav form img {
  position: absolute;
  top: 0;
  right: 0;
}
.pageNav_top strong,
.pageNav strong {
  color: #000 !important;
  margin: -4px 1px 0 !important;
  padding: 1px 8px !important;
  border: 1px solid #111;
  border-radius: 4px !important;
  background: #fff;
}
@-moz-document url-prefix() {
  .pageNav_top strong,
  .pageNav strong {
    margin: -4px 1px 0 !important;
    padding: 1px 8px !important;
  }
}
.pageNav_top a.pageVoiceL,
.pageNav_top a.pageVoiceL,
.pageNav a.pageVoiceL,
.pageNav a.pageVoiceL {
  color: #fff;
  background: #111;
  border-radius: 4px;
}
.pageNav_top a.pageVoiceL:hover,
.pageNav_top a.pageVoiceL:hover,
.pageNav a.pageVoiceL:hover,
.pageNav a.pageVoiceL:hover {
  opacity: 0.7;
}
.pageNav_top br,
.pageNav br {
  line-height: 40px;
}
/* &#65533;&#1432;A&#65533;&#65533;&#65533;i */
#contents #Detail #main-column #itemDetail-wrap {
  overflow: hidden;
}
#contents #Detail #main-column .recommend h2 {
  color: #111;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 24px;
  padding: 0 0 24px;
}
#contents #Detail #main-column .recommend .column-set {
  margin: 0;
}
#contents #Detail #main-column .recommend .column5 {
  width: 188px;
}
#contents #Detail #main-column .recommend .column5 .itemThumb {
  height: 241px;
  width: 241px;
}
#contents #Detail #main-column .recommend .column5 .itemThumb a img {
  max-height: 250px;
  max-width: 188px;
}
#contents #Detail #main-column .recommend .column5 h3 {
  font-size: 16px;
}
#contents #Detail #main-column .recommend .column5 .price {
  font-size: 16px;
  font-weight: bold;
}
#contents #Detail #main-column .recommend .column5 .selling_price,
#contents #Detail #main-column .recommend .column5 .taxin {
  color: #c8000a;
}
/* 181011add */
/* module */
.flex {
  display: flex;
}
.al-c {
  align-items: center;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.ta-c {
  text-align: center;
}
.ff-rw {
  flex-flow: row wrap;
}
#gnav > ul > li.toggle-brand .menu-flex {
  width: 390px;
  left: 74px;
  padding: 0 0 20px;
}
#gnav > ul > li.toggle-brand-kazumi .menu-flex {
  left: 147px;
}
#gnav > ul > li.toggle-sale .menu-flex {
  width: 360px;
  left: 160px;
  padding: 20px 0;
}
#gnav > ul > li.toggle-sale .menu-flex p {
  padding: 0 30px;
}
.tit-news {
  margin: 0 44px 0 0;
}
.tit-news-important {
  padding: 0 72px 0 0;
  font-weight: bold;
  box-sizing: border-box;
}
.menu-flex {
  display: flex;
  justify-content: center;
}
.menu-flex p {
  padding: 12px 0;
  font-weight: bold;
}
.menu-flex .menu-in {
  width: 30%;
  text-align: left;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  left: 20px;
}
.freeBg-gray {
  padding: 50px 0 70px;
  background: #e4dad6;
}
#top-category h2 {
  font-size: 18px;
  margin: 0 0 30px;
}
#top-category .free-contents {
  width: 1024px;
  margin: 0 auto;
}
#top-category .free-contents h2 {
  margin-bottom: 30px !important;
  font-size: 18px !important;
}
#top-category .free-contents ul li {
  background: #fff;
}
#top-category .free-contents ul li a {
  display: block;
  height: 120px;
  overflow: hidden;
}
#top-guide .free-contents {
  width: 1024px;
  margin: 100px auto 0;
  font-size: 14px;
  line-height: 150%;
}
#top-guide .free-contents .free-contents-in {
  width: 470px;
  margin: 0 0 60px;
}
#top-guide .free-contents p {
  font-size: 14px;
  line-height: 150%;
}
#top-guide .free-contents h3 {
  margin: 0 0 8px;
  padding: 0 0 12px;
  margin-bottom: 20px !important;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
  border-bottom: 1px solid #000;
}
#top-guide .free-contents dl dt {
  margin: 16px 0 0;
  font-weight: bold;
  line-height: 150%;
}
#top-guide .free-contents dl dd {
  line-height: 150%;
}
#top-guide .free-contents dl dd .img {
  margin: 20px 0;
  padding: 15px 45px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
#top-guide .free-contents dl dd .img img {
  width: 500px;
}
#top-guide .free-contents ul {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 150%;
}
#top-guide .free-contents .fw-b {
  font-weight: bold;
}
#top-guide .free-contents p + p {
  margin: 10px 0 0;
}
#floating-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
article #main-column {
  width: 100%;
  min-width: 1024px;
  padding: 0;
}
.area-slider {
  position: relative;
  margin: 0 auto;
}
.area-slider #js-slider-iw {
  position: relative;
  transition-duration: 0s;
  margin: 0 128px !important;
}
.area-slider #js-slider-iw::before,
.area-slider #js-slider-iw::after {
  width: 128px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -128px;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: all 0.3s ease;
}
.area-slider #js-slider-iw::after {
  left: auto;
  right: -128px;
}
.area-slider .tns-item.tns-slide-active::before {
  display: none;
}
.area-slider #js-slider img {
  width: 100%;
}
.tns-outer [data-action] {
  display: none;
}
.area-slider .controls {
  text-align: center;
}
.area-slider .controls li {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: -10px 0 0;
  z-index: 10;
}
.area-slider .controls li:focus {
  outline: none;
}
.area-slider .controls li:hover .arrow {
  /* border-top: 4px solid #fff; */
  /* border-right: 4px solid #fff; */
  opacity: 0.6;
}
.area-slider .controls .prev {
  left: 80px;
}
.area-slider .controls .next {
  right: 80px;
}
/* arrow common style */
.area-slider .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transition: all 0.3s ease;
}
.area-slider .arrow-right {
  transform: rotate(45deg);
}
.area-slider .arrow-left {
  transform: rotate(-135deg);
}
.area-slider .tns-item {
  position: relative;
  outline: none;
}
/*
.area-slider .tns-item::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	transition: all 0.3s ease;
}
.area-slider .tns-item.tns-slide-active::before {
	display: none;
}
*/
.footer-address {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin: 0 0 40px 0;
}
/* regi */
.pm-radio {
  vertical-align: middle !important;
}
#card_info_ecs .pm-radio,
.backcolor1 .pm-radio,
#POINT_USE_ID1,
#POINT_USE_ID2 {
  position: relative;
  top: -2px;
  margin: 0 4px;
}
#center3 .bordlayoutp3 .sps-inputTablePopup td {
  width: 25% !important;
  padding: 0 10px !important;
  border: 1px solid #d4d3d3;
  font-size: 14px;
  background-color: #f4f4f4;
}
#center3 .bordlayoutp3 .sps-inputTablePopup td textarea {
  width: 99% !important;
}
#center3 .bordlayoutp3 .sps-inputTablePopup td[colspan] {
  padding: 10px !important;
  background: #fff;
}
#center3 .bordlayoutp3 .sps-inputTablePopup td + td {
  width: 75% !important;
  background: none;
}
#center3 .bordlayoutp3 .sps-inputTablePopup td + td input + div {
  display: inline;
}
#center3 .bordlayoutp3 .sps-inputTablePopup + br + input {
  width: 30% !important;
  padding: 20px;
  font-size: 16px;
  height: 100%;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  background: none;
  border: none;
  margin: 0 20px;
  background: #000 !important;
  cursor: pointer;
  text-decoration: none;
}
#center3 .bordlayoutp3 .sps-inputTablePopup + br + input + input {
  width: auto !important;
  background: none !important;
  color: #111;
  text-decoration: underline;
  padding: 0 20px;
}
#main-column .bnr-link {
  width: 1024px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
#main-column .bnr-link li {
  width: 328px;
  margin: 0 25px 0 0;
}
#main-column .bnr-link li:last-child {
  margin: 0;
}
/* .sec-styling */
#main-column .sec-styling {
  width: 1024px;
  margin: 0 auto 80px;
}
#main-column .sec-styling h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 100%;
  margin-bottom: 8px;
}
#main-column .sec-styling h3 {
  color: #d84c53;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 32px;
}
#main-column .sec-styling .content {
  display: flex;
  margin: 0 0 60px;
}
#main-column .sec-styling .content .img {
  margin: 0 30px 0 0;
}
#main-column .sec-styling .content .txt {
  margin: 30px 0 0;
}
#main-column .sec-styling .content .product {
  margin: 0 0 30px;
}
#main-column .sec-styling .content .product .item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin: 0 0 8px;
  line-height: 1;
}
#main-column .sec-styling .content .product .price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#main-column .sec-styling .content-last {
  justify-content: flex-end;
  margin: 0;
}
#main-column .sec-styling .content-last .img {
  margin: 0 0 0 30px;
}
#main-column .sec-styling .content-last .txt {
  text-align: right;
}
/* 190405add */
#main-column dl.news-box .news-box-in .news-box-child {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #aaa;
}
#main-column dl.news-box .news-box-in .news-box-child:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#main-column .news-box dd a:link {
  color: #0000ee;
  text-decoration: underline;
}
#main-column .news-box dd a:visited {
  color: #551a8b;
  text-decoration: underline;
}
#main-column .news-box dd a:active {
  color: #ff0000;
  text-decoration: underline;
}
#a-mail-docomo {
  margin-top: -100px !important;
  padding-top: 100px !important;
}
#a-oshirase-1 {
  margin-top: -100px !important;
  padding-top: 100px !important;
}
#a-oshirase-2 {
  margin-top: -100px !important;
  padding-top: 100px !important;
}
#a-oshirase-3 {
  margin-top: -100px !important;
  padding-top: 100px !important;
}
/* important news */
.ico-mail {
  width: 46px;
  height: 36px;
  background: url(../../../../img/ico_mail.svg) 0 0 no-repeat;
  background-size: 46px 36px;
}
.sec-news-important {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #323232;
}
.sec-news-important h2 {
  display: inline;
  padding: 6px 12px;
  margin: 0 0 0 30px;
  background: #df0000;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
  color: #fff;
}
.sec-news-important a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.15s ease-in-out 0s;
}
.sec-news-important a:hover {
  opacity: 0.6;
}
.sec-news-important p {
  margin: 0 0 0 20px;
  font-size: 16px;
  color: #fff;
}
#EST_SPS_cart #wrapper,
#EST_SPS_regi #wrapper {
  background-color: #f7f1ed;
}
#EST_SPS_cart #contents,
#EST_SPS_regi #contents {
  background-color: #f7f1ed;
}
#contact table tbody tr td#center1 {
  background: #fff;
  padding: 0 40px 50px;
}
#contact #center1 .centerbox .title1 {
  padding: 12px 0px 12px 30px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  background-color: #cf3a3a;
}
#Detail .a-modal-size {
  color: #0000ee;
  text-decoration: underline;
}
#Detail .a-modal-size:link {
  color: #0000ee;
  text-decoration: underline;
}
#Detail .a-modal-size:visited {
  color: #551a8b;
  text-decoration: underline;
}
#Detail .a-modal-size:active {
  color: #ff0000;
  text-decoration: underline;
}
.sec__size__modal {
  position: relative;
  max-width: 1024px;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec__size__modal {
    padding: 15px;
  }
}
.sec__size__modal .ico-modal-close {
  width: 50px;
  height: 50px;
  padding: 0;
  background: url(/img/ico_modal_close.svg) center center no-repeat;
  background-size: 50px 50px;
  top: 0 !important;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.sec__size__modal__title {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #000000;
}
.sec__size__modal__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0 0;
}
.sec__size__modal__img__inner:nth-of-type(1) {
  width: calc(458 / 880 * 100%);
}
.sec__size__modal__img__inner:nth-of-type(2) {
  width: calc(412 / 880 * 100%);
}
.sec__size__modal__content {
  width: 100%;
  margin: 20px 0 0;
}
.sec__size__modal__content__inner {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec__size__modal__content__inner {
    margin: 20px 0 0;
  }
}
.sec__size__modal__content__title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 24px;
  font-size: 20px;
  font-weight: 600;
}
.sec__size__modal__content__title::before {
  display: block;
  margin: 0 4px 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  margin: 0 0 0 -24px;
  background: #ba0000;
}
.sec__size__modal__content__text {
  font-size: 16px;
}
.sec__size__modal__content__list {
  margin: 30px 0 0;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.sec__size__modal__content__list li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 8px;
  font-size: 16px;
}
.sec__size__modal__content__list li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #ba0000;
  color: #fff;
  display: block;
  line-height: 21px;
  text-align: center;
  height: 21px;
  width: 21px;
  margin: 0 4px 0 0;
  border-radius: 50%;
}
.sec__size__modal .mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.sec__size__modal .mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.sec__size__modal .mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.sec__size__modal .mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.sec__size__modal .mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.sec__size__modal .mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close.sec__size__modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 40px auto 0;
  width: 145px;
  height: 38px;
  color: #fff;
  font-size: 12px;
  background: #2f2f2f;
  border: 1px solid #c7c7c7;
  border-radius: 19px;
  line-height: 38px;
  color: #fff !important;
  padding: 0;
  cursor: pointer;
}
.wash_tag img {
  max-width: 370px;
  height: auto;
}
p .wash_tag {
  float: right;
  margin-right: 18px;
}
.table-item-info th {
  padding: 12px 12px 12px 6px;
  font-weight: 600;
  background-color: #f1e9e5;
  border: 1px solid #cccccc;
}
.table-item-info td {
  border: 1px solid #dbdbda;
  padding: 12px;
}
section#itemDetail-wrap .cartArea td input {
  vertical-align: middle;
  width: 144px;
  height: 38px;
}
.item_etc {
  width: 500px;
  display: inline-block;
  /* float: right; */
}
.item_etc img {
  width: 125px;
}
section#itemDetail-wrap .description div.item_brand {
  margin-top: 20px !important;
  /* border: #DBDBDA 1px solid; */
  padding: 20px;
  box-sizing: border-box;
}
.item_brand table th {
  padding: 0 40px 0 20px;
}
.item_info + .item_size + .item_info h3 {
  border-bottom: 1px solid #dbdbda;
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.item_info + .item_size + .item_info + .item_size {
  position: absolute;
  right: 0;
  bottom: 0;
}
.my-pc-imgs img,
.my-smp-imgs img {
  width: 100%;
}
.my-smp-imgs {
  display: none;
}
@media screen and (max-width: 768px) {
  .my-smp-imgs {
    display: block;
  }
  .my-pc-imgs {
    display: none;
  }
}
/* ヘッダー追加 */
.header-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: #ccc solid 1px;
  height: 56px!important;
position: relative;
}
.header-sub-map {
  display: flex;
  align-items: center;
}
.map-icon {
    width: 20px;
    margin-right: 7px;
    margin-left: 13px;
}
.map-link {
  font-size: 14px;
  text-decoration: underline;
}
.map-link:visited,
.map-link:link {
  text-decoration: underline;
}
.map-link:hover {
  text-decoration: none;
}
.cart_num__item {
    background: #c90000;
    color: #fff;
    padding: 3px;
    border-radius: 100%;
    min-width: 15px;
    min-height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: -1px;
    font-size: 14px;
}
#header-inner.header-topbox {
  background: #efefef;
  font-size: 14px;
  padding: 5px 0;
}
.header-toplink {
  color: #c90000;
  text-decoration: underline;
}
.header-toplink:visited,
.header-toplink:link {
  text-decoration: underline;
}
.header-toplink:hover {
  text-decoration: none;
}
.login_flg {
    display: none!important;
}
#contact table td {
  width: auto;
}
#itemDetail-wrap .description .item_info {
  float: left;
}
#header-inner #hNav .mypage {
    margin: 0 30px 0 0;
}
#gnav.global-nav > ul > li.toggle-brand .menu-flex {
    width: 390px;
    right: 85px;
    padding: 0 0 20px;
    left: inherit;
    top: 55px;
}
#gnav.global-nav > ul > li:nth-child(2) .menu {
    right: 185px;
    left: inherit;
    top: 55px;
}
#gnav.global-nav {
    position: initial;
    top: 0px;
    left: 360px;
    height: 40px;
    padding: 0;
    margin: 20px 0 20px 20px;
    box-sizing: border-box;
    border-right: none;
}
#header-inner.header-sub:after {
    content: none;
    display: none;
}
#contents {
  padding-top: 156px;
}
#header-inner.header-topbox {
    background: #efefef;
    font-size: 14px;
    padding: 5px 32px;
    height: auto;
}
#header-inner {
    background: #fff;
}
#header-inner .member_info_cart_info {
    float: right;
    margin-left: 5px;
}
.item_etc {
    float: right;
}
.membername_box{
opacity: 0;
}
.membername_box.active{
opacity: 1;
}
#top-new-base ul li span{
font-size: 14px;
}
#top-new-base ul li .sp_price .selling_price_str{
font-size: 14px!important;
}
#top-new-base ul li .sp_price .selling_price {
    font-size: 16px!important;
}
#top-new-base ul li .sp_price .taxin {
    font-size: 11px!important;
}
#top-new-base ul li .sp_price .discount_rate {
    font-size: 16px!important;
}
.header-tight#header-inner #logo {
    top: 14px;
}
.header-tight#header-inner {
    height: 66px;
}
.header-tight#header-inner #hNav {
    height: 66px;
}
.header-sub:before {
    content: "";
    width: 95%;
    display: inline-block;
    height: 1px;
    border-top: solid #d8d8d8 1px;
position: absolute;
top: 0;
}
.top-category-box{
display: flex;
align-items: center;
}
.category-btn{
display: block;
    padding: 0px 25px;
    border-radius: 30px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
    color: #101010;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}
.category-btn:hover{
    background: #001439;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.top-header-navleft{
display: flex;
    align-items: center;
}
p.sp_price {
    position: relative;
margin: 0 40px;
padding: 0;
top: -2px;
}
span.discount_rate {
    border: #c7000a solid 1px;
    padding: 0 2px;
    position: absolute;
    font-weight: normal;
    right: 0;
}
span.fixed_price {
    font-size: 16px;
}
.top-item-title {
    font-size: 13px!important;
    line-height: 130%;
    margin-bottom: 3px;
    background: none;
    font-weight: normal;
    padding: 0;
    border: none;
    padding: 0 40px;
}
#top-new-base .column4 .itemThumb-wrap {
    margin: 0 0 20px;
}
#itemDetail-cont .itemOutline {
    position: relative;
}
#header-inner.header-topbox {
    height: 34px;
}
.mainImg-colornum {
  text-align: center;
  width: auto;
  font-size: 18px;
  position: absolute;
  bottom: 30px;
  right: 25px;
  padding: 0 5px;
  background: linear-gradient(transparent 65%, #f0c0c0 65%);
  background: -webkit-linear-gradient(transparent 65%, #f0c0c0 65%);
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#itemDetail-cont .itemThumb-wrap {
  width: 100%;
  max-width: 500px;
}
.itemThumb-main {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainImg-colornum {
    bottom: 20px;
    right: 20px;
    margin: 0;
  }  
}
.top-item-title{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.column4 h2{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.column5 h3{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#contents #Detail #main-column .recommend .column5 h3 {
    font-size: 13px;
}
.recommend form h2{
border-bottom: none!important;
}