@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * "Enpypo" is lisenced under the SIL Open Font License
 * by http://fontello.com/
*/
@font-face {
  font-family: 'arrows';
  src: url("../webfont/arrows.eot?10765405");
  src: url("../webfont/arrows.eot?10765405#iefix") format("embedded-opentype"), url("../webfont/arrows.woff?10765405") format("woff"), url("../webfont/arrows.ttf?10765405") format("truetype"), url("../webfont/arrows.svg?10765405#arrows") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'arrows';
    src: url('../font/arrows.svg?10765405#arrows') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before {
  content: '\e800';
}

.icon-left-dir:before {
  content: '\e801';
}

.icon-right-dir:before {
  content: '\e802';
}

.icon-up-dir:before {
  content: '\e803';
}

.icon-down-open:before {
  content: '\e804';
}

.icon-left-open:before {
  content: '\e805';
}

.icon-right-open:before {
  content: '\e806';
}

.icon-up-open:before {
  content: '\e807';
}

.icon-down-open-mini:before {
  content: '\e810';
}

.icon-left-open-mini:before {
  content: '\e811';
}

.icon-right-open-mini:before {
  content: '\e812';
}

.icon-up-open-mini:before {
  content: '\e813';
}

.icon-down-open-big:before {
  content: '\e814';
}

.icon-left-open-big:before {
  content: '\e815';
}

.icon-right-open-big:before {
  content: '\e816';
}

.icon-up-open-big:before {
  content: '\e817';
}

html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  font-size: 12px;
}

body {
  background: #fff;
  color: #333;
  line-height: 1.5;
  position: relative;
}

body,
input,
textarea {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", "Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA","Meiryo", Osaka, "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

a:active {
  color: #666;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  line-height: 0;
}

#header-area-wrapper{
display:block;
height:100px;
position:relative;
}

#header-area {
  background-color: #eee;
  position: fixed;
  height: 100px;
  z-index: 9999;
  width: 100%;
}
#header-area #header {
  position: relative;
  height: 100px;
  width: 980px;
  margin: 0 auto;
}
#header-area #header #logo {
  padding: 17px 0 23px;
  width: 428px;
  height: 16px;
}
#header-area #header.static #logo  h1 a img {
  width: 108%;
}
#header-area #header.static #logo {
  padding: 39px 0 38px;
}
#header-area #header #utility {
  position: absolute;
  right: 260px;
  bottom: 14px;
}
#header-area #header #utility ul {
  overflow: hidden;
  *zoom: 1;
}
#header-area #header #utility ul li {
  float: left;
  margin-right: 5px;
}
#header-area #header #account {
  position: absolute;
  left: 386px;
  right: 188px;
  top: 17px;
  text-align: right;
}
#header-area #header #account #cart {
  display: inline-block;
}
#header-area #header #account #cart a {
  position: relative;
  display: block;
  background: url(../images/common/icon_cart.gif) no-repeat 0 0 #eee;
  padding: 0 2px 0 20px;
}
#header-area #header #account #cart a:hover {
  text-decoration: none;
}
#header-area #header #account #cart .count {
  min-width: 1em;
  min-height: 1em;
  margin: 0 10px 0 6px;
  padding: 6px 6px;
  position: relative;
  top: -6px;
  display: inline-block;
  background: #f63c3f;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  behavior: url("/css/PIE.htc");
}
#header-area #header #account #cart .count:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 6px;
  left: -5px;
  border: 10px solid transparent;
  border-bottom: 5px solid #f63c3f;
}
#header-area #header #account #cart .cash {
  font-size: 10px;
  vertical-align: top;
  text-decoration: none !important;
}
#header-area #header #account #point {
  display: inline-block;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #c0c0c0;
  height: 16px;
  vertical-align: top;
}
#header-area #header #account #point dl {
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
}
#header-area #header #account #point dl dt, #header-area #header #account #point dl dd {
  display: inline;
}
#header-area #header #account #information {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #c0c0c0;
}
#header-area #header #account #information p {
  cursor: pointer;
}
#header-area #header #login {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  border: solid 1px #cacaca;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #eeeeec;
  width: 175px;
  min-height: 39px;
}
#header-area #header #login p a {
  text-decoration: none;
  color: #666;
}
#header-area #header #login p#user-name {
  padding: 13px 5px;
  text-align: center;
  font-size: 11px;
}
#header-area #header #login p#user-name:after {
  display: inline-block;
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e804';
}
#header-area #header #login ul#user-nav {
  display: none;
  background: #fff;
}
#header-area #header #login ul#user-nav li {
  border-top: 1px solid #e4e4e4;
}
#header-area #header #login ul#user-nav li a {
  display: block;
  padding: 8px 20px;
}
#header-area #header #login ul#user-nav li a:hover {
  background: #eeeeec;
}
#header-area #header #nav {
  float: left;
}
#header-area #header #nav ul {
  overflow: hidden;
  *zoom: 1;
  border-left: 1px solid #cacaca;
  padding: 0 5px;
}
#header-area #header #nav ul li {
  float: left;
  height: 28px;
}
#header-area #header #nav ul li#category-type-mens {
  width: 84px;
}
#header-area #header #nav ul li#category-type-ladies {
  width: 94px;
}
#header-area #header #nav ul li#category-brand {
  width: 95px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #cacaca;
}
#header-area #header #nav ul li#concept {
  width: 111px;
}
#header-area #header #nav ul li#shopinfo {
  width: 96px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #cacaca;
}
#header-area #header #search {
  float: right;
  padding: 0 14px;
  width: 232px;
  height: 30px;
  border: solid 1px #e4e4e4;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  behavior: url("/css/PIE.htc");
  position: relative;
}
#header-area #header #search input[type="text"] {
  width: 210px;
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
  position: relative;
}
#header-area #header #search input[type="text"]:focus {
  outline: 0;
}
#header-area #header #search input[type="text"]::-webkit-input-placeholder {
  color: #666;
  font-size: 11px;
}
#header-area #header #search input[type="text"]::-moz-placeholder {
  color: #666;
  font-size: 11px;
}
#header-area #header #search input[type="image"] {
  position: absolute;
  top: 0;
  margin: 10px 0;
  vertical-align: top;
}
#header-subsub {
  width: 980px;
  margin: 0 auto;
}
#header-sub {
  width: 980px;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
}
#header-sub #sub-category-mens,
#header-sub #sub-category-ladies,
#header-sub #sub-category-brand,
#header-sub #sub-concept,
#header-sub #sub-shopinfo,
#header-sub #sub-styling-book {
  position: absolute;
  z-index: 1;
  display: none;
}
#header-sub a {
  display: block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header-sub a:hover {
  background: #3d3d3d;
}
#header-sub #sub-category-brand,
#header-sub #sub-concept,
#header-sub #sub-shopinfo,
#header-sub #sub-styling-book {
  width: 350px;
  left: 189px;
}
#header-sub #sub-category-brand:before,
#header-sub #sub-concept:before,
#header-sub #sub-shopinfo:before,
#header-sub #sub-styling-book:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #333;
  position: absolute;
  top: -10px;
  left: 20px;
}
#header-sub #sub-category-brand ul.sub-category,
#header-sub #sub-concept ul.sub-category,
#header-sub #sub-shopinfo ul.sub-category,
#header-sub #sub-styling-book ul.sub-category {
  padding: 20px 0;
  background: #333;
  color: #fff;
  position: relative;
}
#header-sub #sub-category-brand ul.sub-category a[target="_blank"]:after,
#header-sub #sub-concept ul.sub-category a[target="_blank"]:after,
#header-sub #sub-shopinfo ul.sub-category a[target="_blank"]:after,
#header-sub #sub-styling-book ul.sub-category a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  border: solid 1px #fff;
  border-top-width: 3px;
  border-bottom-width: 2px;
  box-shadow: -5px 4px 0px -3px #333, -4px 4px 0px -1px #fff;
  width: 10px;
  height: 6px;
}
#header-sub #sub-category-brand ul.sub-category + ul.sub-category,
#header-sub #sub-concept ul.sub-category + ul.sub-category,
#header-sub #sub-shopinfo ul.sub-category + ul.sub-category,
#header-sub #sub-styling-book ul.sub-category + ul.sub-category {
  padding-top: 0;
  position: relative;
}
#header-sub #sub-concept {
  left: 304px;
}
#header-sub #sub-shopinfo {
  left: 415px;
}
#header-sub #sub-styling-book {
  left: 530px;
}
#header-sub #sub-category-mens:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #333;
  position: absolute;
  top: -10px;
  left: 20px;
}
#header-sub #sub-category-ladies:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #333;
  position: absolute;
  top: -10px;
  left: 115px;
}
#header-sub #sub-category-mens,
#header-sub #sub-category-ladies {
  position: absolute;
  z-index: 1;
  background: #333;
}
#header-sub #sub-category-mens .col1,
#header-sub #sub-category-mens .col2,
#header-sub #sub-category-ladies .col1,
#header-sub #sub-category-ladies .col2 {
  width: 490px;
  float: left;
  background: #333;
}
#header-sub #sub-category-mens ul.sub-category,
#header-sub #sub-category-ladies ul.sub-category {
  float: left;
  padding: 20px 0;
  width: 245px;
}
#header-sub #sub-category-mens ul.sub-category li a,
#header-sub #sub-category-ladies ul.sub-category li a {
  position: relative;
}
#header-sub #sub-category-mens ul.sub-category li a:hover,
#header-sub #sub-category-ladies ul.sub-category li a:hover {
  background: #3d3d3d;
}
#header-sub #sub-category-mens ul.sub-category li a:after,
#header-sub #sub-category-ladies ul.sub-category li a:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 5px solid #666;
  position: absolute;
  top: 10px;
  right: 20px;
}
#header-sub #sub-category-mens .sub-category-item,
#header-sub #sub-category-mens .sub-concept,
#header-sub #sub-category-mens .sub-shopinfo,
#header-sub #sub-category-mens .sub-shopblog,
#header-sub #sub-category-mens .sub-styling-book,
#header-sub #sub-category-ladies .sub-category-item,
#header-sub #sub-category-ladies .sub-concept,
#header-sub #sub-category-ladies .sub-shopinfo,
#header-sub #sub-category-ladies .sub-shopblog,
#header-sub #sub-category-ladies .sub-styling-book {
  width: 245px;
  min-height: 282px;
  padding: 20px 0;
  margin-left: 245px;
  background: #3d3d3d;
}
#header-sub #sub-category-mens .sub-category-item ul,
#header-sub #sub-category-mens .sub-concept ul,
#header-sub #sub-category-mens .sub-shopinfo ul,
#header-sub #sub-category-mens .sub-shopblog ul,
#header-sub #sub-category-mens .sub-styling-book ul,
#header-sub #sub-category-ladies .sub-category-item ul,
#header-sub #sub-category-ladies .sub-concept ul,
#header-sub #sub-category-ladies .sub-shopinfo ul,
#header-sub #sub-category-ladies .sub-shopblog ul,
#header-sub #sub-category-ladies .sub-styling-book ul {
  display: none;
}
#header-sub #sub-category-mens .sub-category-item ul li a,
#header-sub #sub-category-mens .sub-concept ul li a,
#header-sub #sub-category-mens .sub-shopinfo ul li a,
#header-sub #sub-category-mens .sub-shopblog ul li a,
#header-sub #sub-category-mens .sub-styling-book ul li a,
#header-sub #sub-category-ladies .sub-category-item ul li a,
#header-sub #sub-category-ladies .sub-concept ul li a,
#header-sub #sub-category-ladies .sub-shopinfo ul li a,
#header-sub #sub-category-ladies .sub-shopblog ul li a,
#header-sub #sub-category-ladies .sub-styling-book ul li a {
  padding: 5px 20px;
}
#header-sub #sub-category-mens .sub-category-item {
  min-height: 308px;
}

#contents-area {
  position: relative;
}
#contents-area h2 {
  margin: 0 0 22px;
  padding: 0 0 7px;
  border-bottom: solid 1px #e4e4e4;
}
#contents-area #container {
  width: 980px;
  margin: 0 auto;
}
#contents-area #container #side-bar {
  float: left;
  width: 185px;
  margin-bottom: 30px;
}
#contents-area #container #contents {
  overflow: hidden;
  *zoom: 1;
  float: right;
  width: 770px;
}
#contents-area #container #contents h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#contents-area #container #contents.single-column {
  width: 980px !important;
}
#contents-area #asides {
  width: 980px;
  margin: 0 auto;
}
#contents-area p.pagetop {
  width: 94px;
  margin: auto;
  padding-left: 886px;
}

#footer-area {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 50px;
  background-color: #eee;
}
#footer-area #footer {
  width: 980px;
  margin: 0 auto;
}
#footer-area #footer #footer-mailmagazine {
  float: right;
  width: 139px;
}
#footer-area #footer #footer-sitemap {
  float: right;
  width: 512px;
  margin: 0 25px;
  padding: 0 25px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
#footer-area #footer #footer-sitemap ul li {
  display: inline;
  margin: 0 0 10px;
  white-space: nowrap;
}
#footer-area #footer #footer-sitemap ul li:before {
  content: " | ";
}
#footer-area #footer #footer-sitemap ul li:first-child:before {
  content: "";
}
#footer-area #footer #footer-sitemap ul li a {
  font-size: 10px;
  color: #666;
}
#footer-area #footer #footer-sitemap ul li img{
  margin-left: 4px;
  margin-bottom: 5px;

}
#footer-area #footer #footer-sitemap p {
  margin: 18px 0 0;
}
#footer-area #footer #footer-copyright {
  width: 227px;
}
#footer-area #footer #footer-copyright address img {
  margin: 0 0 10px;
}

p.topic-path {
  width: 980px;
  margin: 10px auto 30px;
}

p.pagination {
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
p.pagination a, p.pagination span {
  display: inline-block;
  min-width: 10px;
  margin: 0 2px 24px 2px;
  padding: 6px 8px;
  border: solid 1px #e4e4e4;
  color: #333;
}
p.pagination a.next, p.pagination span.next {
  margin-left: 10px;
}
p.pagination a.prev, p.pagination span.prev {
  margin-right: 10px;
}
p.pagination .current {
  border: solid 1px #333;
  background: #333;
  color: #fff;
}
p.pagination .counter {
  margin: 0 2px 0 10px;
  padding: 6px 0 6px 18px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  float: right;
  white-space: nowrap;
}

#disp-options #disp-option01,
#disp-options #disp-option02,
#disp-options #disp-option03 {
  width: 160px;
  float: left;
}

#disp-options .custom-select {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 150px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/css/PIE.htc");
}
#disp-options .custom-select:after {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
/*  line-height: 1em;*/
  margin-left: .5em;
  content: '\e804';
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
#disp-options .custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 250px;
  margin: 0;
  padding: 6px 35px 6px 11px;
  background: transparent;
  border: 0;
  outline: none;
  color: #666;
  line-height: 1.5;
}
#disp-options .custom-select select:focus {
  display: none;
}
#disp-options .custom-select select:focus,
#disp-options .custom-select option:focus,
#disp-options .custom-select select::-moz-focus-inner,
#disp-options .custom-select option::-moz-focus-inner {
  outline: none;
  border: none;
}
#disp-options .custom-select-wrap {
  position: relative;
}
#disp-options .custom-select-opts {
  width: 150px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  border: 1px solid #e6e5e5;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #666 0 5px 5px;
  -webkit-box-shadow: #666 0 5px 5px;
  box-shadow: #666 0 5px 5px;
}
#disp-options .custom-select-opt {
  padding: 10px 20px;
  cursor: pointer;
}
#disp-options .custom-select-opt:hover {
  background: #f4f4f4;
}

p.link-list, #official-blog-section p.link-official-blog, .shopinfo-table table tbody td p.link-map {
  margin: 20px 0 0;
  text-align: right;
}
p.link-list a, #official-blog-section p.link-official-blog a, .shopinfo-table table tbody td p.link-map a {
  position: relative;
  color: #333;
}
p.link-list a:hover, #official-blog-section p.link-official-blog a:hover, .shopinfo-table table tbody td p.link-map a:hover {
  color: #666;
}
p.link-list a:before, #official-blog-section p.link-official-blog a:before, .shopinfo-table table tbody td p.link-map a:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  background: url(../images/parts/icon_link.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: base-line;
}

.label-sale-price {
  background: #e94e49;
}

.label-cpn-price {
  background: #5e5982;
}

.label-set-sale {
  background: #398487;
}

.label-web-pre {
  background: #6a8e4e;
}

.label-same-day {
  background: #887864;
}

.icon-down a:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e804';
  text-decoration: none !important;
}

.icon-up a:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e807';
  text-decoration: none !important;
}

.icon-link a {
  position: relative;
}
.icon-link a:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  background: url(../images/parts/icon_link.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: base-line;
}

#brand-icons-section {
  padding: 10px 0;
}
#brand-icons-section ul {
  overflow: hidden;
  *zoom: 1;
  width: 980px;
  margin: 0 auto;
}
#brand-icons-section ul li {
  float: left;
  margin-left: 10px;
}
#brand-icons-section ul li:first-child {
  margin: 0;
}
#brand-icons-section ul li a {
  display: block;
  background-color: transparent;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  /* opera */
  -moz-transition: background-color 0.5s ease-out;
  /* firefox */
  -webkit-transition: background-color 0.5s ease-out;
  /* chrome, safari */
  -ms-transition: background-color 0.5s ease-out;
  /* ie */
}
#brand-icons-section ul li a:hover {
  background-color: #fff;
}

#brand-header-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-width: 980px;
  height: 294px;
  margin-bottom: 40px;
}
#brand-header-section h2 {
  position: absolute;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
}
#brand-header-section h2 img {
  margin-left: -1000px;
}
#brand-header-section #brand-header-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.3);
}
#brand-header-section #brand-header-menu.white {
  background-color: rgba(0, 0, 0, 0.1);
}
#brand-header-section #brand-header-menu ul {
  width: 840px;
  margin: 30px auto;
}
#brand-header-section #brand-header-menu ul li {
  display: table-cell;
  padding: 0 20px;
}
#brand-header-section #brand-header-menu ul li a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.8;
  -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;
}

#feature-section {
  background: #eee;
  margin-bottom: 80px;
}

#feature-section img {
  display: block;
}
#feature-section #feature-more {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#feature-section #feature-more p.link-list, #feature-section #feature-more #official-blog-section p.link-official-blog, #official-blog-section #feature-section #feature-more p.link-official-blog, #feature-section #feature-more .shopinfo-table table tbody td p.link-map, .shopinfo-table table tbody td #feature-section #feature-more p.link-map {
  padding: 5px 10px;
  border-radius: 2px;
  background: #f6f6f6;
  position: absolute;
  bottom: 20px;
  right: 0;
}

#coordinate-section,
#newarrival-section,
#my-favorite-item,
#recommend-section,
#favorite-section,
#ranking-section,
#official-blog-section {
  margin: 0 0 40px;
}

.product-brand,
.product-name,
.product-txt,
.shop-name {
  font-size: 11px;
}

.color-tsc {
  color: #333333;
}

.color-ul {
  color: #553800;
}

.color-bg {
  color: #00063a;
}

#coordinate-section {
  margin: 0 0 20px;
}
#coordinate-section .coord-viewport {
  position: relative;
}
#coordinate-section .coord-viewport ul {
  overflow: hidden;
  *zoom: 1;
}
#coordinate-section .coord-viewport ul li {
  width: 182px;
  float: left;
  margin-left: 14px;
}
#coordinate-section .coord-viewport ul li:first-child {
  margin-left: 0;
}

#coordinate-section .coord-set {
  position: relative;
}
#coordinate-section .coord-set .main-img img {
  width: 182px;
  height: 243px;
}
#coordinate-section .coord-set .base-item dl,
#coordinate-section .coord-set .coord-item dl {
  border: solid 1px #e4e4e4;
  border-top: none;
  background: #f0f0f0;
  cursor: pointer;
}
#coordinate-section .coord-set .base-item dl dt,
#coordinate-section .coord-set .coord-item dl dt {
  float: left;
}
#coordinate-section .coord-set .base-item dl dt img,
#coordinate-section .coord-set .coord-item dl dt img {
  width: 36px;
  height: 49px;
}
#coordinate-section .coord-set .base-item dl dd,
#coordinate-section .coord-set .coord-item dl dd {
  margin-left: 36px;
  height: 39px;
  padding: 5px 10px;
}
#coordinate-section .coord-set .base-item dl dd:after,
#coordinate-section .coord-set .coord-item dl dd:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#coordinate-section .coord-set .base-item dl dd .product-name,
#coordinate-section .coord-set .base-item dl dd .product-price,
#coordinate-section .coord-set .base-item dl dd .product-sale-price,
#coordinate-section .coord-set .coord-item dl dd .product-name,
#coordinate-section .coord-set .coord-item dl dd .product-price,
#coordinate-section .coord-set .coord-item dl dd .product-sale-price {
  line-height: 1;
}
#coordinate-section .coord-set .base-item dl dd .product-name strong,
#coordinate-section .coord-set .base-item dl dd .product-price strong,
#coordinate-section .coord-set .base-item dl dd .product-sale-price strong,
#coordinate-section .coord-set .coord-item dl dd .product-name strong,
#coordinate-section .coord-set .coord-item dl dd .product-price strong,
#coordinate-section .coord-set .coord-item dl dd .product-sale-price strong {
  font-weight: bold;
}
#coordinate-section .coord-set .base-item dl dd .product-name,
#coordinate-section .coord-set .coord-item dl dd .product-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px 0;
}
#coordinate-section .coord-set .base-item dl dd .product-sale-price,
#coordinate-section .coord-set .coord-item dl dd .product-sale-price {
  color: #f43c3c;
}
#coordinate-section .coord-set .coord-item {
  position: absolute;
  bottom: 50px;
  width: 182px;
}
#coordinate-section .coord-set .coord-item dl {
  opacity: 0.95;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#coordinate-section .coord-set .coord-item dl:hover {
  opacity: 1;
}
#coordinate-section .coord-set .coord-item dl dt {
  background: #000;
}
#coordinate-section .item-data .coord-brand {
  margin: 5px 0 5px;
}

#coordinate-section {
  position: relative;
}
#coordinate-section p.link-list, #coordinate-section #official-blog-section p.link-official-blog, #official-blog-section #coordinate-section p.link-official-blog, #coordinate-section .shopinfo-table table tbody td p.link-map, .shopinfo-table table tbody td #coordinate-section p.link-map {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0;
}

#official-blog-section {
  position: relative;
}
#official-blog-section p.link-official-blog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0;
}

#newarrival-section ul, #my-favorite-item ul, #recommend-section ul,
#favorite-section ul,
#ranking-section ul,
#official-blog-section ul {
  overflow: hidden;
  *zoom: 1;
}
#newarrival-section ul li, #my-favorite-item ul li, #recommend-section ul li,
#favorite-section ul li,
#ranking-section ul li,
#official-blog-section ul li {
  width: 142px;
  float: left;
  margin-left: 15px;
  position: relative;
}
#newarrival-section ul li:first-child, #my-favorite-item ul li:first-child, #recommend-section ul li:first-child,
#favorite-section ul li:first-child,
#ranking-section ul li:first-child,
#official-blog-section ul li:first-child {
  margin-left: 0;
}

#ranking-section ul li:nth-of-type(6){
  margin-left: 0;
}


#newarrival-section ul + ul, #my-favorite-item ul + ul, #recommend-section ul + ul,
#favorite-section ul + ul,
#ranking-section ul + ul,
#official-blog-section ul + ul {
  margin-top: 20px;
}
#newarrival-section img.list-img, #my-favorite-item img.list-img, #recommend-section img.list-img,
#favorite-section img.list-img,
#ranking-section img.list-img,
#official-blog-section img.list-img {
  width: 142px;
  height: 189px;
}
#newarrival-section .product-icon1, #my-favorite-item .product-icon1, #recommend-section .product-icon1,
#favorite-section .product-icon1,
#newarrival-section .product-icon2,
#my-favorite-item .product-icon2,
#recommend-section .product-icon2,
#favorite-section .product-icon2,
#ranking-section .product-icon1,
#ranking-section .product-icon2,
#official-blog-section .product-icon1,
#official-blog-section .product-icon2 {
  position: absolute;
}
#newarrival-section .product-icon1, #my-favorite-item .product-icon1, #recommend-section .product-icon1,
#favorite-section .product-icon1,
#ranking-section .product-icon1,
#official-blog-section .product-icon1 {
  top: -23px;
  left: 0;
}
#newarrival-section .product-icon2, #my-favorite-item .product-icon2, #recommend-section .product-icon2,
#favorite-section .product-icon2,
#ranking-section .product-icon2,
#official-blog-section .product-icon2 {
  top: 8px;
  left: 8px;
}
#newarrival-section .product-brand, #my-favorite-item .product-brand, #recommend-section .product-brand,
#favorite-section .product-brand,
#ranking-section .product-brand,
#official-blog-section .product-brand {
  margin: 5px 0 5px;
}
#newarrival-section .product-labels ul li, #my-favorite-item .product-labels ul li, #recommend-section .product-labels ul li,
#favorite-section .product-labels ul li,
#ranking-section .product-labels ul li,
#official-blog-section .product-labels ul li {
  height: 19px;
  text-align: center;
  margin: 0 0 3px !important;
}
#newarrival-section .product-labels ul li.label-sale-price, #my-favorite-item .product-labels ul li.label-sale-price, #recommend-section .product-labels ul li.label-sale-price,
#favorite-section .product-labels ul li.label-sale-price,
#ranking-section .product-labels ul li.label-sale-price,
#official-blog-section .product-labels ul li.label-sale-price {
  background: #e94e49;
}
#newarrival-section .product-labels ul li.label-cpn-price, #my-favorite-item .product-labels ul li.label-cpn-price, #recommend-section .product-labels ul li.label-cpn-price,
#favorite-section .product-labels ul li.label-cpn-price,
#ranking-section .product-labels ul li.label-cpn-price,
#official-blog-section .product-labels ul li.label-cpn-price {
  background: #5e5982;
}
#newarrival-section .product-labels ul li.label-set-sale, #my-favorite-item .product-labels ul li.label-set-sale, #recommend-section .product-labels ul li.label-set-sale,
#favorite-section .product-labels ul li.label-set-sale,
#ranking-section .product-labels ul li.label-set-sale,
#official-blog-section .product-labels ul li.label-set-sale {
  background: #398487;
}
#newarrival-section .product-labels ul li img, #my-favorite-item .product-labels ul li img, #recommend-section .product-labels ul li img,
#favorite-section .product-labels ul li img,
#ranking-section .product-labels ul li img,
#official-blog-section .product-labels ul li img {
  display: inline-block;
}
#newarrival-section .product-name, #my-favorite-item .product-name, #recommend-section .product-name,
#favorite-section .product-name,
#ranking-section .product-name,
#official-blog-section .product-name {
  margin: 0 0 2px;
  font-size: 12px;
}
#newarrival-section .product-txt, #my-favorite-item .product-txt, #recommend-section .product-txt,
#favorite-section .product-txt,
#ranking-section .product-txt,
#official-blog-section .product-txt {
  margin: 0 0 2px;
  font-size: 12px;
}
#newarrival-section .product-price, #my-favorite-item .product-price, #recommend-section .product-price,
#favorite-section .product-price,
#newarrival-section .product-sale-price,
#my-favorite-item .product-sale-price,
#recommend-section .product-sale-price,
#favorite-section .product-sale-price,
#ranking-section .product-price,
#ranking-section .product-sale-price,
#official-blog-section .product-price,
#official-blog-section .product-sale-price {
  margin: 0 0 0;
}
#newarrival-section .product-price strong, #my-favorite-item .product-price strong, #recommend-section .product-price strong,
#favorite-section .product-price strong,
#newarrival-section .product-sale-price strong,
#my-favorite-item .product-sale-price strong,
#recommend-section .product-sale-price strong,
#favorite-section .product-sale-price strong,
#ranking-section .product-price strong,
#ranking-section .product-sale-price strong,
#official-blog-section .product-price strong,
#official-blog-section .product-sale-price strong {
  font-size: 14px;
  font-weight: bold;
}
#newarrival-section .product-price del, #my-favorite-item .product-price del, #recommend-section .product-price del,
#favorite-section .product-price del,
#newarrival-section .product-sale-price del,
#my-favorite-item .product-sale-price del,
#recommend-section .product-sale-price del,
#favorite-section .product-sale-price del,
#ranking-section .product-price del,
#ranking-section .product-sale-price del,
#official-blog-section .product-price del,
#official-blog-section .product-sale-price del {
  font-size: 14px;
  font-weight: bold;
  text-decoration: line-through;
}
#newarrival-section .product-sale-price, #my-favorite-item .product-sale-price, #recommend-section .product-sale-price,
#favorite-section .product-sale-price,
#ranking-section .product-sale-price,
#official-blog-section .product-sale-price {
  color: #f43c3c;
}
#newarrival-section .product-sale-price span:before, #my-favorite-item .product-sale-price span:before, #recommend-section .product-sale-price span:before,
#favorite-section .product-sale-price span:before,
#ranking-section .product-sale-price span:before,
#official-blog-section .product-sale-price span:before {
  content: "\A";
  white-space: pre;
}

#newarrival-section h2, #my-favorite-item h2, #recommend-section h2,
#favorite-section h2 {
  margin: 0 0 10px;
}
#newarrival-section ul li, #my-favorite-item ul li, #recommend-section ul li,
#favorite-section ul li {
  margin-top: 24px;
}
#newarrival-section p.link-list, #my-favorite-item p.link-list, #recommend-section p.link-list,
#favorite-section p.link-list, #newarrival-section #official-blog-section p.link-official-blog, #official-blog-section #newarrival-section p.link-official-blog, #my-favorite-item #official-blog-section p.link-official-blog, #official-blog-section #my-favorite-item p.link-official-blog, #recommend-section #official-blog-section p.link-official-blog, #official-blog-section #recommend-section p.link-official-blog,
#favorite-section #official-blog-section p.link-official-blog,
#official-blog-section #favorite-section p.link-official-blog, #newarrival-section .shopinfo-table table tbody td p.link-map, .shopinfo-table table tbody td #newarrival-section p.link-map, #my-favorite-item .shopinfo-table table tbody td p.link-map, .shopinfo-table table tbody td #my-favorite-item p.link-map, #recommend-section .shopinfo-table table tbody td p.link-map, .shopinfo-table table tbody td #recommend-section p.link-map,
#favorite-section .shopinfo-table table tbody td p.link-map,
.shopinfo-table table tbody td #favorite-section p.link-map {
  margin: -35px 0 10px;
}

#ranking-section .rank1,
#ranking-section .rank2,
#ranking-section .rank3,
#ranking-section .rank4,
#ranking-section .rank5 {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 2px 7px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/css/PIE.htc");
  color: #333;
}
#ranking-section .rank1 {
  background: #be9523;
  color: #fff;
}
#ranking-section .rank2 {
  background: #939393;
  color: #fff;
}
#ranking-section .rank3 {
  background: #ca4933;
  color: #fff;
}
#ranking-section .rank4 {
  background: #e4e4e4;
}
#ranking-section .rank5 {
  background: #e4e4e4;
}

#other-coordinate-section,
#recommmended-coordinate-section {
  margin: 0 0 40px;
}
#other-coordinate-section p.link-list, #other-coordinate-section #official-blog-section p.link-official-blog, #official-blog-section #other-coordinate-section p.link-official-blog, #other-coordinate-section .shopinfo-table table tbody td p.link-map, .shopinfo-table table tbody td #other-coordinate-section p.link-map,
#recommmended-coordinate-section p.link-list,
#recommmended-coordinate-section #official-blog-section p.link-official-blog,
#official-blog-section #recommmended-coordinate-section p.link-official-blog,
#recommmended-coordinate-section .shopinfo-table table tbody td p.link-map,
.shopinfo-table table tbody td #recommmended-coordinate-section p.link-map {
  margin: 20px 0 0;
  text-align: right;
}
#other-coordinate-section ul,
#recommmended-coordinate-section ul {
  overflow: hidden;
  *zoom: 1;
}
#other-coordinate-section ul li,
#recommmended-coordinate-section ul li {
  float: left;
  margin-left: 15px;
  position: relative;
}
#other-coordinate-section ul li .coord-icon,
#recommmended-coordinate-section ul li .coord-icon {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
}
#other-coordinate-section ul li:first-child,
#recommmended-coordinate-section ul li:first-child {
  margin-left: 0;
}
#other-coordinate-section ul li img.list-img,
#recommmended-coordinate-section ul li img.list-img {
  width: 142px;
  height: 189px;
}
#other-coordinate-section ul li p.product-brand,
#recommmended-coordinate-section ul li p.product-brand {
  margin: 5px 0 5px;
}

.banner-area ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 40px;
}
.banner-area ul li {
  float: left;
  margin-left: 17px;
}
.banner-area ul li:first-child {
  margin-left: 0;
}
.banner-area#special-banner {
  padding: 18px 0;
}
.banner-area#special-banner ul {
  width: 980px;
  margin: 0 auto;
}
.banner-area#special-banner ul li {
  width: 182px;
}
.banner-area#special-banner p {
  margin: 10px 0 0;
}

#information-section {
  overflow: hidden;
  *zoom: 1;
  width: 980px;
  margin: 0 auto 40px;
  position: relative;
}
#information-section h2 {
  width: 310px;
}
#information-section p.link-list, #information-section #official-blog-section p.link-official-blog, #official-blog-section #information-section p.link-official-blog, #information-section .shopinfo-table table tbody td p.link-map, .shopinfo-table table tbody td #information-section p.link-map {
  position: absolute;
  top: 0;
  left: 230px;
  margin: 0 0 0;
}
#information-section #informations {
  width: 310px;
  height: 284px;
  overflow-y: scroll;
  float: left;
}
#information-section #informations dl {
  margin: 0 30px 0 0;
}
#information-section #informations dl dt {
  margin: 0 0 5px;
  color: #999;
  font-size: 10px;
}
#information-section #informations dl dd {
  margin: 0 0 12px;
}
#information-section #informations dl img {
  margin: 0 0 0 10px;
}
#information-section #banner-info {
  width: 660px;
  margin:0 0 0 320px;
}
#information-section #banner-info ul {
  overflow: hidden;
  *zoom: 1;
}
#information-section #banner-info ul li {
  float: left;
  margin: 0 0 15px 14px;
}

#asides {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 40px;
}
#asides #shop-info,
#asides #shop-blog,
#asides #social {
  width: 310px;
  float: left;
}
#asides #shop-info p {
  margin: 0 0 20px;
}
#asides #shop-info ul li {
  float: left;
  width: 150px;
  margin: 0 0 15px;
}
#asides #shop-info ul li a:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  background: url(../images/parts/icon_link.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: base-line;
}
#asides #shop-blog {
  margin: 0 25px;
}
#asides #shop-blog p {
  margin: 0 0 20px;
}
#asides #shop-blog ul {
  overflow: hidden;
  *zoom: 1;
  margin-left: -6px;
}
#asides #shop-blog ul li {
  float: left;
  margin: 0 0 6px 6px;
}
#asides #social dl {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: dotted 1px #e4e4e4;
  overflow: hidden;
  *zoom: 1;
}
#asides #social dl dt {
  float: left;
}
#asides #social dl dd {
  float: right;
}
#asides #social dl:last-child {
  margin: 0;
  border-bottom: solid 1px #e4e4e4;
}

#foryou-section {
  border-top: 1px solid #e4e4e4;
  padding: 30px 0 0;
  margin: 0 0 50px;
}
#foryou-section #checked-item {
  width: 980px;
  margin: 0 auto;
}
#foryou-section #checked-item h2 {
  float: left;
  width: 90px;
  border: none;
}
#foryou-section #checked-item ul {
  margin-left: 90px;
  overflow: hidden;
  *zoom: 1;
}
#foryou-section #checked-item ul li {
  float: left;
  margin: 0 0 0 15px;
}
#foryou-section #checked-item ul li img {
  width: 74px;
  height: 98px;
}
#foryou-section .checked-item-blank {
  margin-left: 105px;
}
#foryou-section .checked-item-blank p {
  height: 98px;
  display: table-cell;
  vertical-align: middle;
}

#filters {
  margin: 0 0 30px;
  border: solid 1px #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/css/PIE.htc");
}
#filters p {
  padding: 10px;
  text-align: center;
  background: #000;
  color: #fff;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  behavior: url("/css/PIE.htc");
}
#filters p strong {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
#filters p strong:before {
  line-height: 1px;
  content: "\A";
  white-space: pre;
}
#filters #filter-fix {
  width: 183px;
}
#filters #tags {
  padding: 10px;
  background: #fff;
}
#filters #tags span {
  display: inline-block;
  border: solid 1px #dadada;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 3px;
  font-size: 10px;
  background: #efefef;
}
#filters #filter-action {
  padding: 10px 10px 5px;
  border-top: solid 1px #e3e3e3;
  background: #fff;
}
#filters #filter-action ul li:first-child {
  margin: 0 0 5px;
}
#filters #filter-action ul li:last-child {
  margin: 0 0 5px;
  cursor: pointer;
}
#filters #options {
  position: relative;
  z-index: 10;
}
#filters #filter-options {
  margin-top: -8px;
}
#filters #filter-options dl {
  border-top: solid 1px #e3e3e3;
}
#filters #filter-options dl:first-child {
  border-top: none;
}
#filters #filter-options dl:last-child {
  border-bottom: solid 1px #e3e3e3;
}
#filters #filter-options dl dt {
  padding: 9px 35px 9px 12px;
  position: relative;
  cursor: pointer;
}
#filters #filter-options dl dt:after {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 10px;
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e814';
}
#filters #filter-options dl dt span.options-help {
  display: inline-block;
  margin: 0 10px;
}
#filters #filter-options dl dd {
  display: none;
}
#filters #filter-options dl.selected {
  background: #f4f4f4;
}
#filters #filter-options dl.selected dt {
  background: #ffffff;
}
#filters #filter-options dl.selected dt:after {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e817';
}
#filters #filter-options ul li {
  border-top: solid 1px #e3e3e3;
}
#filters #filter-options input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
#filters #filter-options label.ui-check {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 9px 12px 9px 36px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
#filters #filter-options label.ui-check:before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  content: '';
  background: #fff;
}
#filters #filter-options label.ui-check:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  z-index: 2;
  display: block;
  top: 50%;
  left: 12px;
  margin-top: -6px;
  width: 14px;
  height: 12px;
  content: "";
  display: none;
  background: url(../images/parts/icon_ckeckbox.png) no-repeat 0 0;
}
#filters #filter-options label.ui-check:hover {
  background-color: #e4e4e4;
}
#filters #filter-options label.ui-check.checked:after {
  display: block;
  content: "" "";
}
#filters #filter-options input[type=radio] {
  position: absolute;
  left: -9999px;
}
#filters #filter-options label.ui-radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 9px 12px 9px 36px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
#filters #filter-options label.ui-radio:hover {
  background-color: #e4e4e4;
}
#filters #filter-options label.ui-radio.checked {
  background-color: #f4f4f4;
}
#filters #filter-options label.ui-radio.checked:before {
  opacity: 1;
}
/*20200512*/
#keyword-search-filter input[type="text"]{
    width: 164px;
    height: 30px;
    margin: 10px 10px;
    padding: 4px;
    outline: 0;
    line-height: 30px;
    background-color: rgb(255,255,255) !important;
    border-radius: 3px;
    border: solid 1px #e3e3e3;
}
/*20200512*/
#item-list #category-search dl {
  border-top: solid 1px #e3e3e3;
}
#item-list #category-search dl:first-child {
  border-top: none;
}
#item-list #category-search dl dt {
  padding: 9px 35px 9px 12px;
  position: relative;
  cursor: pointer;
}
#item-list #category-search dl dt:after {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 10px;
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e814';
}
#item-list #category-search dl dd {
  display: none;
}
#item-list #category-search dl dd ul {
  padding: 12px 0;
  border-top: solid 1px #e3e3e3;
}
#item-list #category-search dl.selected dt:after {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e817';
}
#item-list a {
  display: block;
  padding: 6px 6px 6px 30px;
  font-size: 10px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  color: #666;
}
#item-list a:before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e802';
  text-decoration: none;
  vertical-align: middle;
  font-size: 10px;
}

/* ?????????????????20191018?? */

#side-bar .btn_shopcp{
margin-bottom: 15px;
}

/* ????????????????? */


#trend-keyword {
  margin: 0 0 15px;
}
#trend-keyword dl dd {
  border: solid 1px #e3e3e3;
  border-top: none;
  padding: 10px 10px 5px;
}
#trend-keyword dl dd ul {
  margin-left: -5px;
}
#trend-keyword dl dd ul li {
  margin: 0 0 5px 5px;
}
#trend-keyword dl dd ul li a {
  display: block;
  padding: 5px 8px;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/css/PIE.htc");
  background: #fff;
  color: #666;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}
#trend-keyword dl dd ul li span.mens a {
  border: none;
  background: #59a0c1;
  color: #fff;
}
#trend-keyword dl dd ul li span.ladies a {
  border: none;
  background: #e9797f;
  color: #fff;
}
#trend-keyword dl dd ul li span.others a {
  border: none;
  background: #888888;
  color: #fff;
}

#support-menu ul {
  margin: 17px 0;
}
#support-menu ul li {
  border-bottom: solid 1px #e3e3e3;
}

#official-blog ul {
  margin: 0 13px;
}
#official-blog ul li {
  margin: 0 0 10px;
}

#coordinates #coordinates-menu,
#coordinates #styling-book-menu,
#styling-book #coordinates-menu,
#styling-book #styling-book-menu {
  margin-bottom: 24px;
  border: solid 1px #e3e3e3;
  border-bottom: none;
}
#coordinates #coordinates-menu dl dt,
#coordinates #styling-book-menu dl dt,
#styling-book #coordinates-menu dl dt,
#styling-book #styling-book-menu dl dt {
  padding: 9px 12px;
  border-bottom: solid 1px #e3e3e3;
  background: #f4f4f4;
}
#coordinates #coordinates-menu dl dd ul li,
#coordinates #styling-book-menu dl dd ul li,
#styling-book #coordinates-menu dl dd ul li,
#styling-book #styling-book-menu dl dd ul li {
  padding: 9px 12px;
  border-bottom: solid 1px #e3e3e3;
}
#coordinates #coordinates-menu dl.standards ul li, #coordinates #coordinates-menu dl.gender ul li, #coordinates #coordinates-menu dl.brands ul li,
#coordinates #styling-book-menu dl.standards ul li,
#coordinates #styling-book-menu dl.gender ul li,
#coordinates #styling-book-menu dl.brands ul li,
#styling-book #coordinates-menu dl.standards ul li,
#styling-book #coordinates-menu dl.gender ul li,
#styling-book #coordinates-menu dl.brands ul li,
#styling-book #styling-book-menu dl.standards ul li,
#styling-book #styling-book-menu dl.gender ul li,
#styling-book #styling-book-menu dl.brands ul li {
  position: relative;
  padding-left: 35px;
}
#coordinates #coordinates-menu dl.standards ul li:before, #coordinates #coordinates-menu dl.gender ul li:before, #coordinates #coordinates-menu dl.brands ul li:before,
#coordinates #styling-book-menu dl.standards ul li:before,
#coordinates #styling-book-menu dl.gender ul li:before,
#coordinates #styling-book-menu dl.brands ul li:before,
#styling-book #coordinates-menu dl.standards ul li:before,
#styling-book #coordinates-menu dl.gender ul li:before,
#styling-book #coordinates-menu dl.brands ul li:before,
#styling-book #styling-book-menu dl.standards ul li:before,
#styling-book #styling-book-menu dl.gender ul li:before,
#styling-book #styling-book-menu dl.brands ul li:before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 5px solid #666;
}
#coordinates #coordinates-menu dl.keywords ul li,
#coordinates #styling-book-menu dl.keywords ul li,
#styling-book #coordinates-menu dl.keywords ul li,
#styling-book #styling-book-menu dl.keywords ul li {
  position: relative;
  padding-left: 35px;
}
#coordinates #coordinates-menu dl.keywords ul li.no01:before,
#coordinates #styling-book-menu dl.keywords ul li.no01:before,
#styling-book #coordinates-menu dl.keywords ul li.no01:before,
#styling-book #styling-book-menu dl.keywords ul li.no01:before {
  content: "1";
  background: #be9523;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/css/PIE.htc");
}
#coordinates #coordinates-menu dl.keywords ul li.no02:before,
#coordinates #styling-book-menu dl.keywords ul li.no02:before,
#styling-book #coordinates-menu dl.keywords ul li.no02:before,
#styling-book #styling-book-menu dl.keywords ul li.no02:before {
  content: "2";
  background: #939393;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/css/PIE.htc");
}
#coordinates #coordinates-menu dl.keywords ul li.no03:before,
#coordinates #styling-book-menu dl.keywords ul li.no03:before,
#styling-book #coordinates-menu dl.keywords ul li.no03:before,
#styling-book #styling-book-menu dl.keywords ul li.no03:before {
  content: "3";
  background: #ca4933;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/css/PIE.htc");
}
#coordinates #coordinates-menu dl.keywords ul li.no04:before,
#coordinates #styling-book-menu dl.keywords ul li.no04:before,
#styling-book #coordinates-menu dl.keywords ul li.no04:before,
#styling-book #styling-book-menu dl.keywords ul li.no04:before {
  content: "4";
  background: #e4e4e4;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/css/PIE.htc");
}
#coordinates #coordinates-menu dl.keywords ul li.no05:before,
#coordinates #styling-book-menu dl.keywords ul li.no05:before,
#styling-book #coordinates-menu dl.keywords ul li.no05:before,
#styling-book #styling-book-menu dl.keywords ul li.no05:before {
  content: "5";
  background: #e4e4e4;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/css/PIE.htc");
}
#coordinates #coordinates-menu dl.keywords ul li:before,
#coordinates #styling-book-menu dl.keywords ul li:before,
#styling-book #coordinates-menu dl.keywords ul li:before,
#styling-book #styling-book-menu dl.keywords ul li:before {
  position: absolute !important;
  top: 15px;
  left: 12px;
}
#coordinates #coordinates-menu dl.tags ul,
#coordinates #styling-book-menu dl.tags ul,
#styling-book #coordinates-menu dl.tags ul,
#styling-book #styling-book-menu dl.tags ul {
  padding: 12px;
  border-bottom: solid 1px #e3e3e3;
}
#coordinates #coordinates-menu dl.tags ul li,
#coordinates #styling-book-menu dl.tags ul li,
#styling-book #coordinates-menu dl.tags ul li,
#styling-book #styling-book-menu dl.tags ul li {
  display: inline;
  margin: 0 5px;
  padding: 0;
  border: none;
}
#coordinates #coordinates-menu dl.tags ul li strong,
#coordinates #styling-book-menu dl.tags ul li strong,
#styling-book #coordinates-menu dl.tags ul li strong,
#styling-book #styling-book-menu dl.tags ul li strong {
  font-size: 14px;
  font-weight: bold;
}
#coordinates #coordinates-menu dl.selected,
#coordinates #styling-book-menu dl.selected,
#styling-book #coordinates-menu dl.selected,
#styling-book #styling-book-menu dl.selected {
  background: #f4f4f4;
}
#coordinates #coordinates-menu dl.selected dt,
#coordinates #styling-book-menu dl.selected dt,
#styling-book #coordinates-menu dl.selected dt,
#styling-book #styling-book-menu dl.selected dt {
  background: #333;
  color: #fff;
}
#coordinates #coordinates-menu dl.selected dd,
#coordinates #styling-book-menu dl.selected dd,
#styling-book #coordinates-menu dl.selected dd,
#styling-book #styling-book-menu dl.selected dd {
  background: #f4f4f4;
}

#styling-book #styling-book-index {
  border: solid 1px #e3e3e3;
  margin: 0 0 15px;
}
#styling-book #styling-book-index dl dt {
  padding: 9px 12px;
  background: #f4f4f4;
  border-bottom: solid 1px #e3e3e3;
}
#styling-book #styling-book-index dl dd.index ul li {
  padding: 9px 12px;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
  padding-left: 35px;
}
#styling-book #styling-book-index dl dd.index ul li:before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 5px solid #666;
}
#styling-book #styling-book-index dl dd.books {
  padding: 10px 10px 5px;
}
#styling-book #styling-book-index dl dd.books ul {
  margin-left: -5px;
}
#styling-book #styling-book-index dl dd.books ul li {
  margin: 0 0 5px 5px;
}
#styling-book #styling-book-index dl dd.books ul li a {
  display: block;
  padding: 5px 8px;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/css/PIE.htc");
  background: #fff;
  color: #666;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}
#styling-book #styling-book-index dl dd.books ul li span.mens a {
  border: none;
  background: #59a0c1;
  color: #fff;
}
#styling-book #styling-book-index dl dd.books ul li span.ladies a {
  border: none;
  background: #e9797f;
  color: #fff;
}
#styling-book #styling-book-index dl dd.books ul li span.others a {
  border: none;
  background: #888888;
  color: #fff;
}

#shopinfo-menu dl,
#recruit-menu dl,
#news-menu dl,
#campaign-menu dl {
  margin-bottom: 15px;
  border: solid 1px #e3e3e3;
  border-bottom: none;
}
#shopinfo-menu dl dt,
#recruit-menu dl dt,
#news-menu dl dt,
#campaign-menu dl dt {
  padding: 9px 12px;
  border-bottom: solid 1px #e3e3e3;
  background: #f4f4f4;
}
#shopinfo-menu dl dd ul li,
#recruit-menu dl dd ul li,
#news-menu dl dd ul li,
#campaign-menu dl dd ul li {
  padding: 9px 12px;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
  padding-left: 35px;
}
#shopinfo-menu dl dd ul li:before,
#recruit-menu dl dd ul li:before,
#news-menu dl dd ul li:before,
#campaign-menu dl dd ul li:before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 5px solid #666;
}
#shopinfo-menu dl.selected,
#recruit-menu dl.selected,
#news-menu dl.selected,
#campaign-menu dl.selected {
  background: #f4f4f4;
}
#shopinfo-menu dl.selected dt,
#recruit-menu dl.selected dt,
#news-menu dl.selected dt,
#campaign-menu dl.selected dt {
  background: #333;
  color: #fff;
}
#shopinfo-menu dl.selected dd,
#recruit-menu dl.selected dd,
#news-menu dl.selected dd,
#campaign-menu dl.selected dd {
  background: #f4f4f4;
}

#shopinfo-menu dl {
  border: none;
}
#shopinfo-menu dl dt {
  padding: 0;
  border-bottom: none;
}
#shopinfo-menu dl dd {
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
}

.tip-lay {
  overflow: hidden;
  *zoom: 1;
  width: 294px;
  padding: 15px;
  border: solid 1px #e5e5e5;
  background: #fff;
  -moz-box-shadow: 2px 2px 3px #e4e4e4;
  -webkit-box-shadow: 2px 2px 3px #e4e4e4;
  box-shadow: 2px 2px 3px #e4e4e4;
  position: absolute;
  top: 0;
  left: 0;
}
.tip-lay .tip-info {
  width: 240px;
  float: right;
}
.tip-lay .tip-info .tip-pic {
  margin: 0 0 10px;
}
.tip-lay .tip-info .tip-pic img {
  width: 240px;
}
.tip-lay .tip-info p {
  margin: 0 0 10px;
}
.tip-lay ul {
  float: left;
  width: 42px;
}
.tip-lay ul li {
  margin: 0 0 10px;
}
.tip-lay ul li img {
  width: 42px;
}

.qview {
  overflow: hidden;
  *zoom: 1;
  width: 300px;
  padding: 20px;
  border: solid 1px #e5e5e5;
  background: #fff;
  -moz-box-shadow: 2px 2px 3px #e4e4e4;
  -webkit-box-shadow: 2px 2px 3px #e4e4e4;
  box-shadow: 2px 2px 3px #e4e4e4;
  position: absolute;
  top: 0;
  left: 0;
}
.qview .item-set {
  overflow: hidden;
  *zoom: 1;
}
.qview .item-set .product-pic {
  float: left;
}
.qview .item-set .product-pic img {
  width: 70px;
}
.qview .item-set .product-info {
  margin: 0 0 0 90px;
  color: #666;
}
.qview .item-set .product-info:after {
  content: "";
  display: block;
  clear: both;
}
.qview dl {
  margin: 0 0 10px;
}
.qview dl dt {
  color: #333;
  float: left;
}
.qview dl dt:before {
  display: block;
  content: "";
  clear: left;
}
.qview p {
  margin: 0 0 2px;
}
.qview p.product-price {
  margin: 0;
  color: #333;
}
.qview p.product-price strong {
  font-weight: bold;
  font-size: 14px;
}
.qview p.product-price del {
  font-weight: bold;
  text-decoration: line-through;
}
.qview p.product-sale-price {
  margin: 0;
  color: #f63c3d;
}
.qview p.product-sale-price strong {
  font-weight: bold;
  font-size: 14px;
}
.qview p.link-qview {
  margin: 20px 0 0;
  text-align: right;
  position: relative;
}
.qview p.link-qview:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  background: url(../images/parts/icon_plus.png) no-repeat 0 0;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.qview p.link-qview a {
  color: #666;
}

#container.quickview {
  width: 952px !important;
  margin: 0;
  padding: 100px 14px 14px;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  behavior: url("/css/PIE.htc");
}

#quickview-head {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  background: #eee;
  margin: 0 -14px 14px;
  width: 980px;
}
#quickview-head h2 {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#quickview-head #quickview-detail {
  margin: 0 120px 0 185px;
  text-align: right;
}
#quickview-head #quickview-detail p {
  margin: 12px 30px;
}
#quickview-head #quickview-detail p a:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  background: url(../images/parts/icon_link.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: base-line;
}
#quickview-head #quickview-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #555;
}

#container.quickview #details {
  width: 645px;
}
#container.quickview #details #detail-color dl {
  margin-right: 10px;
}
#container.quickview #details #detail-color dl:first-child dd {
  margin-left: 150px;
  margin-right: 10px;
}
#container.quickview #details #detail-color dl + p:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#container.quickview #details #detail-size {
  margin: 0 0 20px;
}
#container.quickview #details #detail-size .hemup-check {
  overflow: hidden;
  *zoom: 1;
}
#container.quickview #details #detail-size .hemup-check p {
  float: left;
  margin-right: 10px;
}
#container.quickview #details #detail-size .hemup-check p em {
  color: #f63c3c;
  font-size: 12px;
}
#container.quickview #details ul.detail-opt-icons, #container.quickview #details ul.opt-txt {
  margin: 15px 0;
}
#container.quickview #details ul.detail-opt-icons li, #container.quickview #details ul.opt-txt li {
  z-index: 1;
}
#container.quickview #details ul.detail-opt-icons li span, #container.quickview #details ul.opt-txt li span {
  z-index: 1;
}
#container.quickview #details ul.detail-opt-icons li span img, #container.quickview #details ul.opt-txt li span img {
  z-index: 1;
}
#container.quickview #details ul.detail-opt-icons li em.stockout, #container.quickview #details ul.opt-txt li em.stockout {
  z-index: 2;
}
#container.quickview #details .detail-opt-group ul.detail-opt-icons, #container.quickview #details .detail-opt-group ul.opt-txt {
  margin-left: 108px;
}
#container.quickview #galleries {
  width: 282px;
}
#container.quickview #galleries #gallery {
  margin: 0 0 20px;
}
#container.quickview #galleries #gallery img#gallery-image {
  width: 282px;
  height: 376px;
}
#container.quickview #galleries h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}
.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close {
  color: #00f;
  text-decoration: underline;
}
.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.wellcome {
  width: 310px;
  padding: 40px 95px 0;
  position: relative;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -230px;
  background: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url("/css/PIE.htc");
  opacity: 1;
}
.wellcome #msg {
  margin: 0 0 30px;
}
.wellcome ul {
  margin: 0 0 30px;
  background: url(../images/wellcome/select_or.png) no-repeat center center;
  overflow: hidden;
  *zoom: 1;
}
.wellcome ul li#mens {
  float: left;
}
.wellcome ul li#ladies {
  float: right;
}
.wellcome ul li img {
  cursor: pointer;
}
.wellcome #skip {
  margin: 0 -95px;
  border-top: 1px solid #cacaca;
  padding: 20px;
  text-align: center;
}
.wellcome #skip img {
  cursor: pointer;
}

#my-favorite-item h3 {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: solid 3px #dadada;
  font-size: 16px;
}
#my-favorite-item ul {
  border-top: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  border-right: solid 1px #e4e4e4;
}
#my-favorite-item ul + ul {
  border-top: none;
}
#my-favorite-item ul li {
  width: 142px;
  margin: 0;
  padding: 52px 10px 10px;
  border-left: solid 1px #e4e4e4;
}
#my-favorite-item .remove-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#my-favorite-item .product-icon1 {
  top: 28px;
  left: 10px;
}
#my-favorite-item .product-icon2 {
  top: 58px;
  left: 18px;
}
#my-favorite-item .product-labels ul {
  border: none;
}
#my-favorite-item .product-labels ul li {
  height: 19px;
  text-align: center;
  margin: 0 0 3px !important;
  padding: 0 !important;
}

#category-summary h1 {
  margin: 0 0 15px;
  padding: 0 0 7px;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#category-summary p.introduction {
  margin: 0 0 30px;
}

dl.conditional {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 30px;
}
dl.conditional dt {
  color: #333;
  font-weight: bold;
}

#disp-options {
  margin: 0 0 30px;
}
#disp-options:after {
  content: "";
  clear: both;
  display: block;
}
#disp-options #disp-option02 {
  width: 200px;
}
#disp-options #disp-option02 label.custom-select {
  width: 190px;
}
#disp-options #disp-option02 .custom-select-opts {
  width: 190px;
}

#product-list-section ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 30px -25px;
}
#product-list-section ul li {
  float: left;
  width: 240px;
  margin: 23px 0 25px 25px;
  position: relative;
}
#product-list-section .product-icon1,
#product-list-section .product-icon2 {
  position: absolute;
}
#product-list-section .product-icon1 {
  top: -23px;
  left: 0;
}
#product-list-section .product-icon2 {
  top: 8px;
  left: 8px;
}
#product-list-section .product-pic {
  margin: 0 0 10px;
}
#product-list-section .product-pic a img {
  width: 240px;
  height: 320px;
}
#product-list-section .product-brand {
  margin: 0 0 10px;
}
#product-list-section .product-labels ul {
  margin: 0 0 10px -4px;
  overflow: hidden;
  *zoom: 1;
}
#product-list-section .product-labels ul li {
  float: left;
  width: 118px;
  height: 19px;
  text-align: center;
  margin: 0 0 0 4px;
}
#product-list-section .product-labels ul li.label-sale-price {
  background: #e94e49;
}
#product-list-section .product-labels ul li.label-cpn-price {
  background: #5e5982;
}
#product-list-section .product-labels ul li.label-set-sale {
  background: #398487;
}
#product-list-section .product-name {
  margin: 0 0 5px;
  font-size: 12px;
}
#product-list-section .product-txt {
  margin: 0 0 5px;
  font-size: 12px;
}
#product-list-section .product-price,
#product-list-section .product-sale-price {
  margin: 0 0 0;
}
#product-list-section .product-price strong,
#product-list-section .product-sale-price strong {
  font-size: 18px;
  font-weight: bold;
}
#product-list-section .product-price del,
#product-list-section .product-sale-price del {
  font-size: 14px;
  font-weight: bold;
  text-decoration: line-through;
}
#product-list-section .product-sale-price {
  color: #f43c3c;
}
#product-list-section .product-sale-price span:before {
  content: "\A";
  white-space: pre;
}

#container {
  overflow: inherit;
  zoom: 1;
  /* for IE7- */
}

#container:after {
  content: '';
  display: block;
  clear: both;
}

#details {
  width: 645px;
  float: right;
}

#galleries {
  width: 310px;
  float: left;
}

#details {
  color: #666;
}
#details .social {
  position: relative;
}
#details .social ul {
  position: absolute;
  top: -46px;
  right: 0;
  text-align: right;
}
#details .social ul li {
  display: inline-block;
}
#details .brand-labels {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 20px;
}
#details .brand-labels .label-tsc,
#details .brand-labels .label-ul,
#details .brand-labels .label-bg,
#details .brand-labels .label-white {
  display: table-cell;
}
#details .brand-labels .label-tsc img,
#details .brand-labels .label-ul img,
#details .brand-labels .label-bg img,
#details .brand-labels .label-white img {
  display: block;
}
#details p.label-tsc {
  background: #333333;
  color: #fff;
}
#details p.label-ul {
  background: #553800;
  color: #fff;
}
#details p.label-bg {
  background: #131944;
  color: #fff;
}
#details p.label-white {
  background: #4c4c4c;
  color: #fff;
}
#details h1 {
  margin: 0 0 5px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#details h2 {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: none;
  color: #666;
}
#details h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

#detail-spec ul.detail-spec-icons {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 15px;
}
#detail-spec ul.detail-spec-icons li {
  float: left;
  margin: 0 5px 5px 0;
}
#detail-spec ul.detail-spec-icons li img {
  vertical-align: bottom;
}
#detail-spec p#detail-spec-price {
  margin: 0 0 10px;
  color: #333;
}
#detail-spec p#detail-spec-price strong {
  font-weight: bold;
  font-size: 20px;
}
#detail-spec p#detail-spec-price del {
  font-weight: bold;
  font-size: 18px;
  text-decoration: line-through;
}
#detail-spec p#detail-spec-sale-price {
  margin: -10px 0 10px;
  color: #f63c3d;
}
#detail-spec p#detail-spec-sale-price strong {
  font-weight: bold;
  font-size: 20px;
}
#detail-spec p#detail-spec-code {
  margin: 0 0 20px;
  color: #666;
}
#detail-spec ul#detail-spec-links {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 30px;
}
#detail-spec ul#detail-spec-links li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
#detail-spec ul#detail-spec-links li:first-child {
  border-right: solid 1px #e4e4e4;
}
#detail-spec ul#detail-spec-links li a {
  color: #333;
}
#detail-spec .notice-set-sale {
  margin: 0 0 40px;
}
#detail-spec .notice-set-sale dl {
  margin: 0 0 10px;
}
#detail-spec .notice-set-sale dl dt {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #e4e4e4;
  font-weight: bold;
}

#detail-color,
#detail-size {
  margin: 0 0 40px;
}
#detail-color dl,
#detail-size dl {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px;
}
#detail-color dl dt,
#detail-size dl dt {
  float: left;
  vertical-align: bottom;
}
#detail-color dl dt img,
#detail-size dl dt img {
  vertical-align: bottom;
}
#detail-color dl dd,
#detail-size dl dd {
  font-size: 12px;
  line-height: 25px;
  line-height: 26px\9;
  color: #333;
  font-weight: bold;
  vertical-align: bottom;
}
#detail-color dl + p,
#detail-size dl + p {
  margin: 0 0 20px;
}

.detail-opt-group {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.detail-opt-group + .detail-opt-group {
  border-top: none;
}
.detail-opt-group p {
  float: left;
  margin: 15px 0;
}
.detail-opt-group p strong,
.detail-opt-group p span {
  display: block;
}
.detail-opt-group p strong {
  font-weight: bold;
}
.detail-opt-group ul.detail-opt-icons, .detail-opt-group ul.opt-txt {
  margin-top: 15px;
  margin-left: 108px;
}

ul.detail-opt-icons, ul.opt-txt {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 15px;
}
ul.detail-opt-icons li, ul.opt-txt li {
  float: left;
  margin: 0 5px 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
ul.detail-opt-icons li span, ul.opt-txt li span {
  background-color: #fff;
  color: #666;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: -1;
  text-decoration: none;
}
ul.detail-opt-icons li span img, ul.opt-txt li span img {
  width: 50px;
  height: 50px;
  line-height: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
ul.detail-opt-icons li span img::selection, ul.opt-txt li span img::selection {
  background: transparent;
}
ul.detail-opt-icons li span img::-moz-selection, ul.opt-txt li span img::-moz-selection {
  background: transparent;
}
ul.detail-opt-icons li em.stockout, ul.opt-txt li em.stockout {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: url("../images/disp/icon_stockout.png") no-repeat center center;
  text-indent: -9999px;
}
ul.detail-opt-icons li.selected span, ul.opt-txt li.selected span {
  width: 42px;
  height: 42px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 4px solid #4b4b4b;
  position: relative;
  overflow: hidden;
}
ul.detail-opt-icons li.selected span img, ul.opt-txt li.selected span img {
  position: absolute;
  top: -4px;
  left: -4px;
}

ul.opt-txt li span {
  border: 1px solid #cecece;
  width: 48px;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  color: #333;
}
ul.opt-txt li.selected span {
  width: 48px;
  height: 48px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.hemup-check {
  margin: 30px 0;
  font-size: 14px;
}
.hemup-check p em {
  color: #f63c3c;
}

.size-detail {
  margin: 30px 0;
}

#detail-stock {
  margin: 0 0 40px;
}
#detail-stock p {
  margin: 0 0 20px;
}
#detail-stock p.txt-stockout {
  color: #f63c3c;
}
#detail-stock p.btn-cart,
#detail-stock p.btn-information {
  margin: 0 0 12px;
}
#detail-stock ul {
  overflow: hidden;
  *zoom: 1;
}
#detail-stock ul li.btn-stock,
#detail-stock ul li.btn-btn_favorite {
  float: left;
  margin-right: 8px;
}
#detail-stock p.stock-qty {
  font-size: 14px;
  color: #333;
}
#detail-stock p.stock-qty span strong {
  font-size: 15px;
  font-weight: bold;
}
#detail-stock p.txt-notice em {
  color: #f63c3c;
}

#detail-subsection01 h3,
#detail-subsection02 h3,
#detail-subsection03 h3,
#detail-subsection04 h3 {
  margin: 0 0 22px;
  padding: 0 0 10px;
  border-bottom: solid 1px #e4e4e4;
  font-size: 16px;
}
#detail-subsection01 .detail-panel-content,
#detail-subsection02 .detail-panel-content,
#detail-subsection03 .detail-panel-content,
#detail-subsection04 .detail-panel-content {
  margin: 0 0 40px;
  color: #333;
  line-height: 1.7;
}
#detail-subsection01 .detail-panel-content p, #detail-subsection01 .detail-panel-content ul, #detail-subsection01 .detail-panel-content dl,
#detail-subsection02 .detail-panel-content p,
#detail-subsection02 .detail-panel-content ul,
#detail-subsection02 .detail-panel-content dl,
#detail-subsection03 .detail-panel-content p,
#detail-subsection03 .detail-panel-content ul,
#detail-subsection03 .detail-panel-content dl,
#detail-subsection04 .detail-panel-content p,
#detail-subsection04 .detail-panel-content ul,
#detail-subsection04 .detail-panel-content dl {
  margin: 0 0 20px;
}
#detail-subsection01 .detail-panel-content b, #detail-subsection01 .detail-panel-content strong,
#detail-subsection02 .detail-panel-content b,
#detail-subsection02 .detail-panel-content strong,
#detail-subsection03 .detail-panel-content b,
#detail-subsection03 .detail-panel-content strong,
#detail-subsection04 .detail-panel-content b,
#detail-subsection04 .detail-panel-content strong {
  font-weight: bold;
}
#detail-subsection01 .detail-panel-content i, #detail-subsection01 .detail-panel-content em,
#detail-subsection02 .detail-panel-content i,
#detail-subsection02 .detail-panel-content em,
#detail-subsection03 .detail-panel-content i,
#detail-subsection03 .detail-panel-content em,
#detail-subsection04 .detail-panel-content i,
#detail-subsection04 .detail-panel-content em {
  font-style: italic;
}
#detail-subsection01 dl.average-customer-review,
#detail-subsection02 dl.average-customer-review,
#detail-subsection03 dl.average-customer-review,
#detail-subsection04 dl.average-customer-review {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
}
#detail-subsection01 dl.average-customer-review dt,
#detail-subsection02 dl.average-customer-review dt,
#detail-subsection03 dl.average-customer-review dt,
#detail-subsection04 dl.average-customer-review dt {
  float: left;
}
#detail-subsection01 dl.average-customer-review dd,
#detail-subsection02 dl.average-customer-review dd,
#detail-subsection03 dl.average-customer-review dd,
#detail-subsection04 dl.average-customer-review dd {
  float: left;
  vertical-align: middle;
}
#detail-subsection01 dl.average-customer-review dd img,
#detail-subsection02 dl.average-customer-review dd img,
#detail-subsection03 dl.average-customer-review dd img,
#detail-subsection04 dl.average-customer-review dd img {
  vertical-align: middle;
}
#detail-subsection01 dl.customer-review,
#detail-subsection02 dl.customer-review,
#detail-subsection03 dl.customer-review,
#detail-subsection04 dl.customer-review {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
}
#detail-subsection01 dl.customer-review dt,
#detail-subsection02 dl.customer-review dt,
#detail-subsection03 dl.customer-review dt,
#detail-subsection04 dl.customer-review dt {
  float: left;
  vertical-align: middle;
}
#detail-subsection01 dl.customer-review dt img,
#detail-subsection02 dl.customer-review dt img,
#detail-subsection03 dl.customer-review dt img,
#detail-subsection04 dl.customer-review dt img {
  vertical-align: middle;
}
#detail-subsection01 dl.customer-review dd,
#detail-subsection02 dl.customer-review dd,
#detail-subsection03 dl.customer-review dd,
#detail-subsection04 dl.customer-review dd {
  margin-left: 110px;
}
#detail-subsection01 table,
#detail-subsection02 table,
#detail-subsection03 table,
#detail-subsection04 table {
  margin: 0 0 30px;
}
#detail-subsection01 table th,
#detail-subsection02 table th,
#detail-subsection03 table th,
#detail-subsection04 table th {
  width: 110px;
}

#galleries #gallery img#gallery-image {
  width: 310px;
  height: 414px;
}
#galleries ul#gallery-nav {
  overflow: hidden;
  *zoom: 1;
  margin: 13px 0;
}
#galleries ul#gallery-nav li#btn-next {
  float: right;
  cursor: pointer;
}
#galleries ul#gallery-nav li#btn-prev {
  float: left;
  cursor: pointer;
}
#galleries ul#gallery-nav img {
  display: block;
}
#galleries ul#gallery-thumbnails {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 20px -10px;
}
#galleries ul#gallery-thumbnails li {
  float: left;
  margin: 0 0 10px 10px;
  cursor: pointer;
}
#galleries ul#gallery-thumbnails li img {
  width: 54px;
  height: 72px;
}

ul.review-btns {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 20px;
}
ul.review-btns li.btn-favarit {
  float: left;
}
ul.review-btns li.btn-write-review {
  float: right;
}

#detail-coordinate,
#detail-related,
#detail-recommended {
  margin: 0 0 40px;
}
#detail-coordinate h2,
#detail-related h2,
#detail-recommended h2 {
  margin: 0;
}
#detail-coordinate ul,
#detail-related ul,
#detail-recommended ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 20px -14px;
}
#detail-coordinate ul li,
#detail-related ul li,
#detail-recommended ul li {
  float: left;
  width: 94px;
  margin: 23px 0  14px 14px;
  position: relative;
}
#detail-coordinate ul li:nth-child(3n+1),
#detail-related ul li:nth-child(3n+1),
#detail-recommended ul li:nth-child(3n+1) {
  clear: left;
}
#detail-coordinate ul li:first-child + * + * + *,
#detail-related ul li:first-child + * + * + *,
#detail-recommended ul li:first-child + * + * + * {
  clear: left;
}
#detail-coordinate ul li img.list-img,
#detail-related ul li img.list-img,
#detail-recommended ul li img.list-img {
  width: 94px;
  height: 125px;
}
#detail-coordinate ul li .product-icon1,
#detail-coordinate ul li .product-icon2,
#detail-related ul li .product-icon1,
#detail-related ul li .product-icon2,
#detail-recommended ul li .product-icon1,
#detail-recommended ul li .product-icon2 {
  position: absolute;
}
#detail-coordinate ul li .product-icon1,
#detail-related ul li .product-icon1,
#detail-recommended ul li .product-icon1 {
  top: -23px;
  left: 0;
}
#detail-coordinate ul li .product-icon2,
#detail-related ul li .product-icon2,
#detail-recommended ul li .product-icon2 {
  top: 5px;
  left: 5px;
}
#detail-coordinate ul li p.brand-name, #detail-coordinate ul li p.item-name,
#detail-related ul li p.brand-name,
#detail-related ul li p.item-name,
#detail-recommended ul li p.brand-name,
#detail-recommended ul li p.item-name {
  margin: 5px 0;
  color: #666;
  font-size: 11px;
}
#detail-coordinate ul li p.label-sale-price, #detail-coordinate ul li p.label-set-sale, #detail-coordinate ul li p.label-cpn-price,
#detail-related ul li p.label-sale-price,
#detail-related ul li p.label-set-sale,
#detail-related ul li p.label-cpn-price,
#detail-recommended ul li p.label-sale-price,
#detail-recommended ul li p.label-set-sale,
#detail-recommended ul li p.label-cpn-price {
  margin: 0 0 3px;
}
#detail-coordinate ul li p strong,
#detail-related ul li p strong,
#detail-recommended ul li p strong {
  font-size: 14px;
  font-weight: bold;
}

#coordinate-summary h1 {
  margin: 0 0 22px;
  padding: 0 0 7px;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#coordinate-summary p.introduction {
  margin: 0 0 30px;
}

#coordinate-list-section ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 30px -25px;
}
#coordinate-list-section ul li {
  float: left;
  width: 240px;
  min-height: 380px;
  margin: 0 0 25px 25px;
  position: relative;
}
#coordinate-list-section ul li:nth-child(3n+1) {
  clear: both;
}
#coordinate-list-section ul li .coord-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
#coordinate-list-section ul li .coord-set {
  position: relative;
}
#coordinate-list-section ul li .coord-set .main-img {
  margin: 0 0 5px;
  width: 240px;
  height: 320px;
  overflow: hidden;
}
#coordinate-list-section ul li .coord-set .main-img img {
  width: 240px;
}
#coordinate-list-section ul li .coord-set .coord-item {
  width: 240px;
  position: absolute;
  bottom: 64px;
  height: 0;
  overflow: hidden;
}
#coordinate-list-section ul li .coord-set .coord-item dl {
  opacity: 0.95;
}
#coordinate-list-section ul li .coord-set .coord-item dl dt {
  background: #000;
}
#coordinate-list-section ul li .item-data p.product-brand {
  margin: 0 0 5px;
}

.coordinate-title h1 {
  margin: 0 0 22px;
  padding: 0 0 7px;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.coordinate-main {
  float: left;
}
.coordinate-main img {
  width: 445px;
}

.coordinate-items {
  margin: 0 0 30px 470px;
}
.coordinate-items:after {
  content: "";
  display: block;
  clear: both;
}
.coordinate-items h3 {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
}
.coordinate-items .item-set {
  overflow: hidden;
  *zoom: 1;
}
.coordinate-items .item-set .product-pic {
  float: left;
}
.coordinate-items .item-set .product-pic img {
  width: 70px;
}
.coordinate-items .item-set .product-info {
  margin: 0 0 20px 90px;
  color: #666;
}
.coordinate-items .item-set .product-info:after {
  content: "";
  display: block;
  clear: both;
}
.coordinate-items dl {
  margin: 0 0 10px;
}
.coordinate-items dl dt {
  color: #333;
  float: left;
}
.coordinate-items dl dt:before {
  display: block;
  content: "";
  clear: left;
}
.coordinate-items p {
  margin: 0 0 2px;
}
.coordinate-items p.product-price {
  margin: 0;
  color: #333;
}
.coordinate-items p.product-price strong {
  font-weight: bold;
  font-size: 14px;
}
.coordinate-items p.product-price del {
  font-weight: bold;
  text-decoration: line-through;
}
.coordinate-items p.product-sale-price {
  margin: 0;
  color: #f63c3d;
}
.coordinate-items p.product-sale-price strong {
  font-weight: bold;
  font-size: 14px;
}

.coordinate-model {
  margin: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
}
.coordinate-model dl {
  overflow: hidden;
  *zoom: 1;
}
.coordinate-model dl dt,
.coordinate-model dl dd {
  float: left;
  margin: 0 0 10px;
  padding: 0 20px;
  border-left: 1px solid #e4e4e4;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.coordinate-model dl dt {
  padding: 0 20px 0 0;
  border: none;
}

.coordinate-note {
  margin: 0 0 30px;
  line-height: 1.7;
}

table.coordinate-table {
  margin: 0 0 40px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
}
table.coordinate-table th, table.coordinate-table td {
  padding: 12px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
table.coordinate-table th {
  background: #f4f4f4;
  border-left: 1px solid #e4e4e4;
}

#magazine {
  margin: 0 0 60px;
}
#magazine h1 {
  margin: 0 0 20px;
}
#magazine ul#magazine-index {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#magazine ul#magazine-index li {
  float: left;
}
#magazine ul#magazine-index + p.link-list, #magazine #official-blog-section ul#magazine-index + p.link-official-blog, #official-blog-section #magazine ul#magazine-index + p.link-official-blog, #magazine .shopinfo-table table tbody td ul#magazine-index + p.link-map, .shopinfo-table table tbody td #magazine ul#magazine-index + p.link-map {
  margin: 10px 0 30px;
}
#magazine.mens ul#magazine-index {
  border: 1px solid #cacaca;
}
#magazine.mens ul#magazine-index li {
  border-left: 1px solid #cacaca;
}
#magazine.mens ul#magazine-index li:first-child {
  border: none;
}
#magazine.ladies ul#magazine-index {
  border: 1px solid #f2bfc2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#magazine.ladies ul#magazine-index li {
  border-left: 1px solid #f2bfc2;
  border-bottom: 1px solid #f2bfc2;
}
#magazine.ladies ul#magazine-index li:first-child, #magazine.ladies ul#magazine-index li:nth-child(5) {
  border-left: none;
}
#magazine.ladies ul#magazine-index li:nth-child(n+5) {
  border-bottom: none;
}
#magazine .magazine-published {
  margin: 0 0 60px;
}
#magazine .magazine-published h2 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#magazine .magazine-published h3 {
  margin: 20px 0 10px;
}
#magazine .magazine-published .magazine-published-content {
  margin: 0 0 20px;
  padding: 16px 0;
  background: #fff;
}
#magazine .magazine-published .archive {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 20px;
}
#magazine .magazine-published .archive dl {
  display: table-cell;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
#magazine .magazine-published .archive dl:first-child {
  border-left: 1px solid #cacaca;
}
#magazine .magazine-published .archive dl dt, #magazine .magazine-published .archive dl dd {
  padding: 5px;
  text-align: center;
}
#magazine .magazine-published .archive dl dt {
  background: #eeeeee;
  font-size: 10px;
  border-bottom: 1px solid #cacaca;
}
#magazine .magazine-published .archive dl dd {
  padding: 7px 5px;
}
#magazine .magazine-published .archive dl dd a {
  color: #333;
}
#magazine .magazine-published .archive dl dd a:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 5px solid #666;
  margin: 0.1em 0.3em;
}
#magazine .magazine-published p.btn {
  width: 385px;
  margin: 0 auto;
  text-align: center;
}
#magazine .magazine-others {
  border-top: 1px solid #c5c5c5;
  padding: 40px 0;
}
#magazine .magazine-others2 {
  border-top: 1px solid #c5c5c5;
  padding: 40px 0;
  padding-left: 75px;
  background: #000;
}
#magazine p.btn-mag-mens,
#magazine p.btn-mag-ladies,
#magazine p.btn-mag-mens-all,
#magazine p.btn-mag-ladies-all {
  width: 496px;
  margin: 0 auto 20px;
  text-align: center;
}

#magazine2 {
  margin: 0 0 60px;
}
#magazine2 h1 {
  margin: 0 0 20px;
}
#magazine2 ul#magazine-index {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px;
/*
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
*/
}
#magazine2 ul#magazine-index li {
  float: left;
}
#magazine2 ul#magazine-index + p.link-list, #magazine2 #official-blog-section ul#magazine-index + p.link-official-blog, #official-blog-section #magazine2 ul#magazine-index + p.link-official-blog, #magazine2 .shopinfo-table table tbody td ul#magazine-index + p.link-map, .shopinfo-table table tbody td #magazine2 ul#magazine-index + p.link-map {
  margin: 10px 0 30px;
}
/*
#magazine2.mens ul#magazine-index {
  border: 1px solid #cacaca;
}
#magazine2.mens ul#magazine-index li {
  border-left: 1px solid #cacaca;
}
*/
#magazine2.mens ul#magazine-index li:first-child {
  border: none;
}
/*
#magazine2.ladies ul#magazine-index {
  border: 1px solid #f2bfc2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#magazine2.ladies ul#magazine-index li {
  border-left: 1px solid #f2bfc2;
  border-bottom: 1px solid #f2bfc2;
}
*/
#magazine2.ladies ul#magazine-index li:first-child, #magazine2.ladies ul#magazine-index li:nth-child(5) {
  border-left: none;
}
#magazine2.ladies ul#magazine-index li:nth-child(n+5) {
  border-bottom: none;
}
#magazine2 .magazine-published {
  margin: 0 0 60px;
}
#magazine2 .magazine-published h2 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#magazine2 .magazine-published h3 {
  margin: 20px 0 10px;
}
#magazine2 .magazine-published .magazine-published-content {
  margin: 0 0 20px;
  padding: 16px 0;
  background: #fff;
}
#magazine2 .magazine-published .archive {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 20px;
}
#magazine2 .magazine-published .archive dl {
  display: table-cell;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
#magazine2 .magazine-published .archive dl:first-child {
  border-left: 1px solid #cacaca;
}
#magazine2 .magazine-published .archive dl dt, #magazine2 .magazine-published .archive dl dd {
  padding: 5px;
  text-align: center;
}
#magazine2 .magazine-published .archive dl dt {
  background: #eeeeee;
  font-size: 10px;
  border-bottom: 1px solid #cacaca;
}
#magazine2 .magazine-published .archive dl dd {
  padding: 7px 5px;
}
#magazine2 .magazine-published .archive dl dd a {
  color: #333;
}
#magazine2 .magazine-published .archive dl dd a:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 5px solid #666;
  margin: 0.1em 0.3em;
}
#magazine2 .magazine-published p.btn {
  width: 385px;
  margin: 0 auto;
  text-align: center;
}
#magazine2 .magazine-others {
  /*border-top: 1px solid #c5c5c5;*/
  padding: 40px 0;
  padding-left: 75px;
  background: #eee;
}
#magazine2 .magazine-others2 {
  border-top: 1px solid #c5c5c5;
  padding: 40px 0;
  padding-left: 75px;
  background: #000;
}
#magazine2 p.btn-mag-mens,
#magazine2 p.btn-mag-ladies,
#magazine2 p.btn-mag-mens-all,
#magazine2 p.btn-mag-ladies-all {
  width: 496px;
  margin: 0 auto 20px;
  text-align: center;
}
#magazine2 ul#magazine-index a {
    display: block;
    float: left;
}

.magazine-products {
  margin: 0;
}
.magazine-products ul {
  overflow: hidden;
  *zoom: 1;
}
.magazine-products ul li {
  width: 142px;
  float: left;
  margin-top: 24px;
  margin-left: 15px;
  position: relative;
}
.magazine-products ul li:first-child {
  margin-left: 0;
}
.magazine-products .product-icon1,
.magazine-products .product-icon2 {
  position: absolute;
}
.magazine-products .product-icon1 {
  top: -23px;
  left: 0;
}
.magazine-products .product-icon2 {
  top: 8px;
  left: 8px;
}
.magazine-products img.list-img {
  width: 142px;
  height: 189px;
}
.magazine-products .product-brand {
  margin: 5px 0 5px;
}
.magazine-products .product-labels ul li {
  height: 19px;
  text-align: center;
  margin: 0 0 3px !important;
}
.magazine-products .product-labels ul li.label-sale-price {
  background: #e94e49;
}
.magazine-products .product-labels ul li.label-cpn-price {
  background: #5e5982;
}
.magazine-products .product-labels ul li.label-set-sale {
  background: #398487;
}
.magazine-products .product-labels ul li img {
  display: inline-block;
}
.magazine-products .product-name {
  margin: 0 0 2px;
  font-size: 12px;
}
.magazine-products .product-txt {
  margin: 0 0 2px;
  font-size: 12px;
}
.magazine-products .product-price,
.magazine-products .product-sale-price {
  margin: 0 0 0;
}
.magazine-products .product-price strong,
.magazine-products .product-sale-price strong {
  font-size: 14px;
  font-weight: bold;
}
.magazine-products .product-price del,
.magazine-products .product-sale-price del {
  font-size: 14px;
  font-weight: bold;
  text-decoration: line-through;
}
.magazine-products .product-sale-price {
  color: #f43c3c;
}
.magazine-products .product-sale-price span:before {
  content: "\A";
  white-space: pre;
}

.recruit-header h3 {
  margin: 0 0 15px;
  padding: 12px;
  background: #333;
  color: #fff;
  font-weight: bold;
}
.recruit-header p {
  padding: 0 12px;
}
.recruit-header ul.index {
  margin: 15px 0 25px;
  border: solid 1px #e4e4e4;
  display: table;
  table-layout: fixed;
  width: 768px;
}
.recruit-header ul.index li {
  display: table-cell;
  padding: 15px;
}
.recruit-header ul.index li + li {
  border-left: dotted 1px #e4e4e4;
}
.recruit-header ul.index li a:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e800';
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  margin-left: 0;
}

.recruit-table {
  margin: 15px 0;
}
.recruit-table table {
  table-layout: fixed;
  width: 770px;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}
.recruit-table table th, .recruit-table table td {
  padding: 12px;
  border: 1px solid #e3e3e3;
  text-align: left;
}
.recruit-table table thead th {
  background: #f4f4f4;
  color: #333;
}
.recruit-table table tbody th {
  color: #666;
}
.recruit-table table tbody td {
  color: #333;
}
.recruit-table table tbody td a {
  position: relative;
  color: #333;
  margin-left: 2em;
  text-indent: -1.2em;
  display: inline-block;
}
.recruit-table table tbody td a:hover {
  color: #666;
}
.recruit-table table tbody td a:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e802';
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  margin-left: 0;
  margin-right: 0;
}
.recruit-table table tbody td img {
  margin: 0 10px;
  vertical-align: middle;
}
.recruit-table ul li {
  display: table-cell;
  padding-right: 5px;
}

#requirements.recruit-table table {
  table-layout: auto !important;
}
#requirements.recruit-table table th {
  width: 94px !important;
}

p.btn-shopinfo {
  width: 252px;
  margin: 30px auto;
}

#news-index {
  margin: 0 0 30px;
}
#news-index dl {
  padding: 10px 0;
  border-bottom: dotted 1px #e3e3e3;
}
#news-index dl dt {
  margin-bottom: 5px;
  color: #666;
}
#news-index dl dt img {
  margin: 0 10px;
}
#news-index dl dd a {
  color: #333;
}

#news-detail {
  border: solid 1px #e4e4e4;
  margin: 0 0 70px;
}
#news-detail dl {
  padding: 12px;
  border-bottom: solid 1px #e4e4e4;
  background: #f4f4f4;
}
#news-detail dl dt {
  margin-bottom: 5px;
}
#news-detail dl dt img {
  margin: 0 10px;
}
#news-detail dl dd {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#news-detail .news_contents_article {
  padding: 12px;
}
#news-detail .wysiwyg-disp strong {
  font-weight: italic;
}
#news-detail .wysiwyg-disp em {
  font-style: oblique;
}
#news-detail .wysiwyg-disp u {
  text-decoration: underline;
}
#news-detail .wysiwyg-disp strike {
  text-decoration: line-through;
}
#news-detail .wysiwyg-disp ul, #news-detail .wysiwyg-disp ol {
  list-style-position: outside;
  margin-left: 1.5em;
}
#news-detail .wysiwyg-disp ul li {
  list-style-type: disc;
}
#news-detail .wysiwyg-disp ol li {
  list-style-type: decimal;
}
#news-detail .wysiwyg-disp a {
  text-decoration: underline;
}
#news-detail .share {
  border-top: solid 1px #e4e4e4;
  padding: 12px;
}
#news-detail .share .tw,
#news-detail .share .fb {
  display: inline-block;
}

.social {
  position: relative;
}
.social ul {
  position: absolute;
  right: 0;
  text-align: right;
  top: -53px;
  /* 23 22 1 7 */
}
.social ul li {
  display: inline-block;
}

#shopinfo-section {
  margin: 0 0 40px;
}

.shopinfo-header {
  margin: 0 0 15px;
  padding: 10px;
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
}
.shopinfo-header h3 {
  font-size: 14px;
  font-weight: bold;
}

.shopinfo-content dl {
  margin: 0 0 15px;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.shopinfo-content dl dt, .shopinfo-content dl dd {
  margin: 0 0 10px;
}
.shopinfo-content dl:last-child {
  border-bottom: none;
}

.shop_name {
  font-size: 13px;
  font-weight: bold;
}
.shop_name a {
  position: relative;
  text-decoration: underline;
  color: #333;
}
.shop_name a:hover {
  color: #666;
}
.shop_name a:before {
  font-family: "arrows";
  content: '\e802';
  display: inline-block;
  text-align: center;
  line-height: 1em;
  margin-right: 0.5em;
}

.shop_brand {
  display: inline-block;
  padding: 4px 0;
}
.shop_brand img {
  margin: 5px 0;
}

.shop_icon {
  display: inline-block;
}
.shop_icon img {
  margin: 0 3px;
}

.shopinfo-table {
  margin: 15px 0;
}
.shopinfo-table table {
  table-layout: auto;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}
.shopinfo-table table th, .shopinfo-table table td {
  padding: 12px;
  border: 1px solid #e3e3e3;
  text-align: left;
}
.shopinfo-table table thead th {
  width: 94px;
  background: #f4f4f4;
  color: #333;
}
.shopinfo-table table tbody th {
  width: 94px;
  color: #666;
}
.shopinfo-table table tbody td {
  color: #333;
}
.shopinfo-table table tbody td a {
  position: relative;
  color: #333;
}
.shopinfo-table table tbody td a:hover {
  color: #666;
}
.shopinfo-table table tbody td a:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .5em;
  content: '\e802';
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  margin-left: 0;
}
.shopinfo-table table tbody td p.link-map {
  float: right;
}
.shopinfo-table table tbody td img {
  margin: 0 10px;
  vertical-align: middle;
}

.shopinfo-information {
  margin: 15px 0;
}
.shopinfo-information dl {
  border: 1px solid #e4e4e4;
}
.shopinfo-information dt {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}
.shopinfo-information dd {
  padding: 10px;
}

.btn-shopinfo {
  width: 252px;
  margin: 40px auto;
}

/* map */
#shopinfo-section .shopmap {
  border: solid 1px #dadada;
  padding: 6px;
  width: 756px;
  height: 667px;
  position: relative;
}
#shopinfo-section .shopmap img#map {
  display: block;
}
#shopinfo-section .shopmap .shoplist {
  position: absolute;
  border: solid 1px #dadada;
  padding: 6px;
  background: #fff;
}
#shopinfo-section .shopmap .shoplist dl, #shopinfo-section .shopmap .shoplist ul {
  border-bottom: solid 1px #dadada;
}
#shopinfo-section .shopmap .shoplist#position_tsc {
  top: 20px;
  left: 20px;
}
#shopinfo-section .shopmap .shoplist#position_ul {
  top: 20px;
  right: 20px;
}
#shopinfo-section .shopmap .shoplist#position_bg {
  top: 240px;
  right: 20px;
}
#shopinfo-section .shopmap .shoplist#position_outlet {
  top: 414px;
  right: 20px;
}
#shopinfo-section .shopmap .shoplist#position_online {
  top: 498px;
  right: 20px;
}
#shopinfo-section .shopmap .shoplist#position_white {
  top: 582px;
  right: 224px;
}
#shopinfo-section .shopmap .shoplist#position_ulm {
  top: 582px;
  right: 20px;
}

#campaign-index {
  overflow: hidden;
  *zoom: 1;
}
#campaign-index .cpn {
  float: left;
  width: 167px;
  height: 222px;
  padding: 0 15px 20px 0;
}
#campaign-index .cpn .cpn-tag {
  margin: 10px 0 0;
}
#campaign-index .cpn .cpn-date {
  color: #666;
  margin: 8px 0 0;
}

#campaign-detail {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 70px;
}
#campaign-detail .cpn {
  border: solid 1px #e4e4e4;
}
#campaign-detail .cpn .cpn-summary {
  padding: 15px;
  border-bottom: solid 1px #e4e4e4;
  background: #f4f4f4;
}
#campaign-detail .cpn .cpn-title {
  margin: 5px 0 0;
}
#campaign-detail .cpn .cpn-title h3 {
  font-size: 14px;
}
#campaign-detail .cpn .cpn-date {
  display: inline-block;
  color: #666;
  margin: 0;
}
#campaign-detail .cpn .cpn-tag {
  display: inline-block;
  margin: 0 10px;
}
#campaign-detail .cpn .cpn-contents {
  padding: 15px;
}
#campaign-detail .cpn .wysiwyg-disp strong {
  font-weight: italic;
}
#campaign-detail .cpn .wysiwyg-disp em {
  font-style: oblique;
}
#campaign-detail .cpn .wysiwyg-disp u {
  text-decoration: underline;
}
#campaign-detail .cpn .wysiwyg-disp strike {
  text-decoration: line-through;
}
#campaign-detail .cpn .wysiwyg-disp ul, #campaign-detail .cpn .wysiwyg-disp ol {
  list-style-position: outside;
  margin-left: 1.5em;
}
#campaign-detail .cpn .wysiwyg-disp ul li {
  list-style-type: disc;
}
#campaign-detail .cpn .wysiwyg-disp ol li {
  list-style-type: decimal;
}
#campaign-detail .cpn .wysiwyg-disp a {
  text-decoration: underline;
}

#campaign-index-ec {
  overflow: hidden;
  *zoom: 1;
}
#campaign-index-ec .cpn {
  float: left;
  width: 370px;
  padding: 0 15px 20px 0;
}
#campaign-index-ec .cpn .cpn-img img {
  width: 370px;
}
#campaign-index-ec .cpn .cpn-title {
  margin: 10px 0;
}

#styling-book.template01 .styling-book-section .cover h2 .title, #styling-book.template01 .styling-book-section .recommended h2 {
  font-family: 'Libre Baskerville', serif;
}

#styling-book.template02 .styling-book-section .cover h2 .title, #styling-book.template02 .styling-book-section .recommended h2 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-style: normal;
  font-weight: 350;
}

#styling-book.template03 .styling-book-section .cover h2 .title, #styling-book.template03 .styling-book-section .recommended h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}

#styling-book .styling-book-title {
  margin: 0 0 50px;
}
#styling-book .styling-book-section {
  position: relative;
}
#styling-book .styling-book-section .cover {
  width: 427px;
  margin: 0 0 40px;
}
#styling-book .styling-book-section .cover h2 {
  margin: 0 0 25px;
  padding: 0;
  border: none;
  text-align: center;
  font-weight: normal;
}
#styling-book .styling-book-section .cover h2 span {
  display: block;
}
#styling-book .styling-book-section .cover h2 .title {
  font-size: 52px;
  font-weight: normal;
  line-height: 1.2;
}
#styling-book .styling-book-section .cover h2 .title strong {
  display: block;
}
#styling-book .styling-book-section .cover .caption {
  margin: 0 0 25px;
  text-align: center;
  font-size: 20px;
}
#styling-book .styling-book-section .cover .summary {
  text-align: center;
  font-size: 14px;
}
#styling-book .styling-book-section .head-suite {
  position: relative;
  margin: 0 0 80px;
}
#styling-book .styling-book-section .head-suite:after {
  content: "";
  display: block;
  clear: both;
}
#styling-book .styling-book-section .head-suite .coordinate {
  width: 310px;
  position: absolute;
  right: 0;
  top: -350px;
}
#styling-book .styling-book-section .head-suite .coordinate .pic {
  margin: 0 0 25px;
  position: relative;
  display: inline-block;
}
#styling-book .styling-book-section .head-suite .coordinate .caption {
  margin: 0 0 20px;
  font-size: 20px;
}
#styling-book .styling-book-section .head-suite .coordinate .txt {
  margin: 0 0 20px;
  font-size: 12px;
}
#styling-book .styling-book-section .head-suite .coordinate .btn-detail {
  margin: 0 0 20px;
}
#styling-book .styling-book-section .head-suite .item {
  float: left;
  width: 160px;
  position: relative;
}
#styling-book .styling-book-section .head-suite .item .pic {
  margin: 0 0 20px;
  display: inline-block;
}
#styling-book .styling-book-section .head-suite .item .caption {
  font-size: 14px;
}
#styling-book .styling-book-section .head-suite .item .txt {
  font-size: 12px;
  margin: 0 0 20px;
}
#styling-book .styling-book-section.section02 .cover {
  margin-left: 343px;
}
#styling-book .styling-book-section.section02 .head-suite .coordinate {
  left: 30px;
  top: -350px;
}
#styling-book .styling-book-section.section02 .head-suite .item {
  float: left;
}
#styling-book .styling-book-section.section02 .head-suite .item.item01 {
  margin-left: 360px;
}
#styling-book .styling-book-section .suite {
  margin: 0 0 80px;
  float: left;
  position: relative;
}
#styling-book .styling-book-section .suite:last-child:after {
  content: "";
  display: block;
  clear: both;
}
#styling-book .styling-book-section .suite .coordinate .pic {
  position: relative;
  margin: 0 0 20px;
  display: inline-block;
}
#styling-book .styling-book-section .suite .coordinate .caption {
  margin: 0 0 20px;
  font-size: 14px;
}
#styling-book .styling-book-section .suite .coordinate .txt {
  font-size: 12px;
  margin: 0 0 20px;
}
#styling-book .styling-book-section .suite .coordinate .btn-detail {
  margin-top: 20px;
}
#styling-book .styling-book-section .suite .item {
  position: absolute;
  right: 40px;
}
#styling-book .styling-book-section .suite .item.item01 {
  top: 0;
}
#styling-book .styling-book-section .suite .item.item02 {
  top: 40%;
}
#styling-book .styling-book-section .suite .item .pic {
  display: inline-block;
}
#styling-book .styling-book-section .suite .item .caption {
  font-size: 14px;
}
#styling-book .styling-book-section .suite .item .txt {
  font-size: 12px;
}
#styling-book .styling-book-section .suite .item .link-detail {
  margin-top: 10px;
}
#styling-book .styling-book-section .recommended {
  margin: 0 0 70px;
  clear: both;
}
#styling-book .styling-book-section .recommended h2 {
  margin: 0 0 40px;
  font-size: 42px;
  border: 0 !important;
  text-align: center;
}
#styling-book .styling-book-section .recommended .recommend-cd {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 171px;
  min-height: 229px;
  padding: 0 10px;
}
#styling-book .styling-book-section .recommended .recommend-cd:nth-child(odd) .pic {
  margin-top: 79px;
}
#styling-book .styling-book-section .recommended .recommend-cd:nth-child(odd) .txt {
  padding: 15px 15px 0;
  position: absolute;
  top: 0;
}
#styling-book .styling-book-section .recommended .recommend-cd:nth-child(odd) .txt::before, #styling-book .styling-book-section .recommended .recommend-cd:nth-child(odd) .txt::after {
  top: 0;
  border-top: solid 1px #cacaca;
}
#styling-book .styling-book-section .recommended .recommend-cd:nth-child(even) .txt {
  padding: 0 15px 15px;
}
#styling-book .styling-book-section .recommended .recommend-cd:nth-child(even) .txt::before, #styling-book .styling-book-section .recommended .recommend-cd:nth-child(even) .txt::after {
  bottom: 0;
  border-bottom: solid 1px #cacaca;
}
#styling-book .styling-book-section .recommended .recommend-cd .pic {
  margin: 0 0 10px;
}
#styling-book .styling-book-section .recommended .recommend-cd .pic img {
  width: 171px;
  height: 229px;
}
#styling-book .styling-book-section .recommended .recommend-cd .txt {
  position: relative;
  width: 141px;
}
#styling-book .styling-book-section .recommended .recommend-cd .txt::before, #styling-book .styling-book-section .recommended .recommend-cd .txt::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
}
#styling-book .styling-book-section .recommended .recommend-cd .txt::before {
  left: 0;
  border-left: solid 1px #cacaca;
}
#styling-book .styling-book-section .recommended .recommend-cd .txt::after {
  right: 0;
  border-right: solid 1px #cacaca;
}
#styling-book .styling-book-section .recommended .link-index {
  margin: 40px auto;
  text-align: center;
}
#styling-book .styling-book-section + .styling-book-section {
  border-top: solid 1px #cacaca;
  padding-top: 80px;
}

#styling-book.template01 .styling-book-section .cover h2 .label {
  margin: 0 0 40px;
}
#styling-book.template01 .styling-book-section .cover h2 .title {
  font-size: 67px;
}
#styling-book.template01 .styling-book-section .cover .caption {
  color: #e43252;
}
#styling-book.template01 .styling-book-section .head-suite .coordinate .pic {
  padding: 5px;
  border: solid 1px #e4e4e4;
  background: #fff;
  -moz-box-shadow: transparent 0px 0px 0px;
  -webkit-box-shadow: transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px;
}
#styling-book.template01 .styling-book-section .head-suite .coordinate .pic:before, #styling-book.template01 .styling-book-section .head-suite .coordinate .pic:after {
  position: absolute;
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
}
#styling-book.template01 .styling-book-section .head-suite .coordinate .pic:before {
  top: -8px;
  left: -8px;
  background-image: linear-gradient(to right bottom, #ffffff 49.5%, #a8a8a8 49.5%, #a8a8a8 50.5%, rgba(0, 0, 0, 0) 50.5%);
}
#styling-book.template01 .styling-book-section .head-suite .coordinate .pic:after {
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0) 49.5%, #a8a8a8 49.5%, #a8a8a8 50.5%, #ffffff 50.5%);
  bottom: -8px;
  right: -8px;
}
#styling-book.template01 .styling-book-section .head-suite .coordinate .caption {
  color: #e43252;
}
#styling-book.template01 .styling-book-section .head-suite .item .pic {
  padding: 5px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  display: inline-block;
}
#styling-book.template01 .styling-book-section .head-suite .item01 {
  margin-top: 30px;
  margin-left: 25px;
}
#styling-book.template01 .styling-book-section .head-suite .item01 .pic {
  transform: rotate(-10deg);
}
#styling-book.template01 .styling-book-section .head-suite .item01 .name {
  position: absolute;
  top: -75px;
  right: -45px;
}
#styling-book.template01 .styling-book-section .head-suite .item02 {
  margin-top: 80px;
  margin-left: 60px;
}
#styling-book.template01 .styling-book-section .head-suite .item02 .pic {
  transform: rotate(5deg);
}
#styling-book.template01 .styling-book-section .head-suite .item02 .name {
  position: absolute;
  top: -70px;
  left: -50px;
}
#styling-book.template01 .styling-book-section .suite {
  width: 260px;
  padding-right: 98px;
}
#styling-book.template01 .styling-book-section .suite .coordinate {
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
#styling-book.template01 .styling-book-section .suite .coordinate .pic {
  padding: 5px;
  border: solid 1px #e4e4e4;
  background: #fff;
  -moz-box-shadow: transparent 0px 0px 0px;
  -webkit-box-shadow: transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px;
}
#styling-book.template01 .styling-book-section .suite .coordinate .pic:before, #styling-book.template01 .styling-book-section .suite .coordinate .pic:after {
  position: absolute;
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
}
#styling-book.template01 .styling-book-section .suite .coordinate .pic:before {
  top: -8px;
  left: -8px;
  background-image: linear-gradient(to right bottom, #ffffff 49.5%, #a8a8a8 49.5%, #a8a8a8 50.5%, rgba(0, 0, 0, 0) 50.5%);
}
#styling-book.template01 .styling-book-section .suite .coordinate .pic:after {
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0) 49.5%, #a8a8a8 49.5%, #a8a8a8 50.5%, #ffffff 50.5%);
  bottom: -8px;
  right: -8px;
}
#styling-book.template01 .styling-book-section .suite .coordinate .name,
#styling-book.template01 .styling-book-section .suite .coordinate .caption {
  color: #e43252;
  border-color: #e43252;
}
#styling-book.template01 .styling-book-section .suite .coordinate .txt {
  margin-right: -98px;
}
#styling-book.template01 .styling-book-section .suite .item {
  z-index: 2;
}
#styling-book.template01 .styling-book-section .suite .item .pic {
  padding: 4px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px;
  display: inline-block;
}
#styling-book.template01 .styling-book-section .suite .item .link-detail {
  text-align: right;
}
#styling-book.template01 .styling-book-section .suite .item01 {
  top: 0;
  right: 36px;
}
#styling-book.template01 .styling-book-section .suite .item01 .name {
  position: absolute;
  top: -50px;
  right: 56px;
}
#styling-book.template01 .styling-book-section .suite .item02 {
  top: 180px;
  right: 0;
}
#styling-book.template01 .styling-book-section .suite .item02 .name {
  position: absolute;
  top: -50px;
  right: -50px;
}
#styling-book.template01 .styling-book-section .suite + .suite {
  padding-left: 22px;
}
#styling-book.template01 .styling-book-section .recommended h2 {
  font-size: 40px !important;
}
#styling-book.template01 .styling-book-section .recommended .link-index a {
  background: #000;
  color: #fff;
}

#styling-book.template02 .styling-book-section .cover {
  position: relative;
  padding: 0 0 40px;
  background: #49b1b2;
  border: solid 2px #000;
}
#styling-book.template02 .styling-book-section .cover h2 {
  color: #fff !important;
}
#styling-book.template02 .styling-book-section .cover h2 .label {
  display: block;
  margin: -10px 94px 30px;
  padding: 20px;
  border: solid 1px #000;
  background: #fff;
  color: #000;
  font-weight: normal;
}
#styling-book.template02 .styling-book-section .cover h2 .title {
  font-size: 67px;
}
#styling-book.template02 .styling-book-section .cover:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  border: solid 1px #000;
  background: #fff;
}
#styling-book.template02 .styling-book-section .cover .caption {
  color: #fff;
}
#styling-book.template02 .styling-book-section .cover .summary {
  color: #fff;
}
#styling-book.template02 .styling-book-section .head-suite .coordinate .pic {
  border: solid 2px #000;
}
#styling-book.template02 .styling-book-section .head-suite .coordinate .caption {
  color: #49b1b2;
}
#styling-book.template02 .styling-book-section .head-suite .item {
  float: none;
  position: relative;
  padding: 2px;
  display: block;
}
#styling-book.template02 .styling-book-section .head-suite .item .pic {
  width: auto;
  height: auto;
  border: solid 1px #000;
  margin: 0;
}
#styling-book.template02 .styling-book-section .head-suite .item .txt {
  width: 162px;
}
#styling-book.template02 .styling-book-section .head-suite .item01 {
  margin-left: 20px;
  padding-right: 192px;
}
#styling-book.template02 .styling-book-section .head-suite .item01 .name {
  position: absolute;
  top: 0;
  left: 0;
}
#styling-book.template02 .styling-book-section .head-suite .item01 .txt {
  position: absolute;
  top: 10%;
  left: 214px;
}
#styling-book.template02 .styling-book-section .head-suite .item01 .link-detail {
  position: absolute;
  top: 40%;
  left: 214px;
}
#styling-book.template02 .styling-book-section .head-suite .item02 {
  margin-top: -75px;
  padding-left: 234px;
}
#styling-book.template02 .styling-book-section .head-suite .item02 .name {
  position: absolute;
  top: 0;
  right: 0;
}
#styling-book.template02 .styling-book-section .head-suite .item02 .txt {
  position: absolute;
  top: 60%;
  left: 80px;
  width: 140px;
}
#styling-book.template02 .styling-book-section .head-suite .item02 .link-detail {
  position: absolute;
  bottom: 0;
  left: 80px;
  width: 140px;
}
#styling-book.template02 .styling-book-section.section02 .cover {
  margin-left: 324px;
}
#styling-book.template02 .styling-book-section.section02 .head-suite .coordinate {
  left: 0;
  top: -350px;
}
#styling-book.template02 .styling-book-section.section02 .head-suite .item.item01 {
  margin-left: 346px;
}
#styling-book.template02 .styling-book-section.section02 .head-suite .item.item02 {
  margin-left: 346px;
}
#styling-book.template02 .styling-book-section .suite {
  width: 228px;
  padding-right: 122px;
}
#styling-book.template02 .styling-book-section .suite .coordinate .pic {
  border: solid 2px #000;
}
#styling-book.template02 .styling-book-section .suite .coordinate .caption {
  color: #49b1b2;
  border-color: #49b1b2;
}
#styling-book.template02 .styling-book-section .suite .coordinate .txt {
  margin-right: -122px;
}
#styling-book.template02 .styling-book-section .suite .item {
  display: block;
  padding: 2px;
  width: 91px;
}
#styling-book.template02 .styling-book-section .suite .item .pic {
  border: solid 1px #000;
}
#styling-book.template02 .styling-book-section .suite .item .link-detail {
  text-align: right;
}
#styling-book.template02 .styling-book-section .suite .item01 {
  top: -10px;
  right: 40px;
}
#styling-book.template02 .styling-book-section .suite .item01 .name {
  position: absolute;
  top: 0;
  right: 0;
}
#styling-book.template02 .styling-book-section .suite .item02 {
  top: 34%;
  right: 0;
}
#styling-book.template02 .styling-book-section .suite .item02 .name {
  position: absolute;
  top: 0;
  left: 0;
}
#styling-book.template02 .styling-book-section .suite + .suite {
  padding-left: 64px;
}
#styling-book.template02 .styling-book-section .recommended h2 {
  font-size: 40px !important;
  font-weight: normal !important;
}
#styling-book.template02 .styling-book-section .recommended .link-index a {
  background: #fff;
  color: #000;
}

#styling-book.template03 .styling-book-section {
  color: #000;
}
#styling-book.template03 .styling-book-section .cover h2 .label::after {
  content: "";
  display: block;
  height: 0;
  width: 40px;
  border-bottom: solid 1px #7f7f7f;
  margin: 30px auto;
}
#styling-book.template03 .styling-book-section .cover h2 .title {
  font-size: 76px;
}
#styling-book.template03 .styling-book-section .cover .caption {
  color: #7036c8;
}
#styling-book.template03 .styling-book-section .head-suite .pic {
  margin: 0 0 8px;
}
#styling-book.template03 .styling-book-section .head-suite .item {
  display: table-cell;
  padding: 0 15px;
}
#styling-book.template03 .styling-book-section .head-suite .item .name {
  margin: 0 0 215x;
}
#styling-book.template03 .styling-book-section .head-suite .item .link-detail a {
  background: #7036c8;
  color: #fff;
}
#styling-book.template03 .styling-book-section .suite {
  width: 202px;
  padding-right: 150px;
}
#styling-book.template03 .styling-book-section .suite .coordinate .btn-detail a {
  background: #7036c8;
  color: #fff;
}
#styling-book.template03 .styling-book-section .suite .item {
  position: absolute;
  right: 0;
}
#styling-book.template03 .styling-book-section .suite .item .pic {
  margin: 0 0 4px;
}
#styling-book.template03 .styling-book-section .suite .item .name {
  color: #7036c8;
  border-color: #7036c8;
}
#styling-book.template03 .styling-book-section .suite .item .link-detail a {
  border-color: #7036c8;
}
#styling-book.template03 .styling-book-section .suite .item02 {
  top: 52%;
}
#styling-book.template03 .styling-book-section .suite + .suite {
  padding-left: 66px;
}
#styling-book.template03 .styling-book-section .recommended h2 {
  font-size: 50px !important;
  text-transform: uppercase;
}
#styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(odd) .pic, #styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(even) .pic {
  margin-top: 0;
}
#styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(odd) .txt, #styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(even) .txt {
  padding: 0 0;
  width: auto;
  position: static;
  top: 0;
}
#styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(odd) .txt::before, #styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(odd) .txt::after, #styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(even) .txt::before, #styling-book.template03 .styling-book-section .recommended .recommend-cd:nth-child(even) .txt::after {
  display: none;
}
#styling-book.template03 .styling-book-section .recommended .link-index a {
  background: #7036c8;
  color: #fff;
}

#styling-book.template01 .head-suite .coordinate .pic img {
  width: 277px;
}
#styling-book.template01 .head-suite .item01 .pic img {
  width: 144px;
}
#styling-book.template01 .head-suite .item02 .pic img {
  width: 137px;
}
#styling-book.template01 .suite .coordinate .pic img {
  width: 227px;
}
#styling-book.template01 .suite .item01 .pic img,
#styling-book.template01 .suite .item02 .pic img {
  width: 91px;
}
#styling-book.template02 .head-suite .coordinate .pic img {
  width: 276px;
}
#styling-book.template02 .head-suite .item01 .pic img {
  width: 187px;
}
#styling-book.template02 .head-suite .item02 .pic img {
  width: 157px;
}
#styling-book.template02 .suite .coordinate .pic img {
  width: 224px;
}
#styling-book.template02 .suite .item01 .pic img,
#styling-book.template02 .suite .item02 .pic img {
  width: 89px;
}
#styling-book.template03 .head-suite .coordinate .pic img {
  width: 280px;
}
#styling-book.template03 .head-suite .item01 .pic img,
#styling-book.template03 .head-suite .item02 .pic img {
  width: 160px;
}
#styling-book.template03 .suite .coordinate .pic img {
  width: 202px;
}
#styling-book.template03 .suite .item01 .pic img,
#styling-book.template03 .suite .item02 .pic img {
  width: 120px;
}

#styling-book-summary h1 {
  margin: 0 0 22px;
  padding: 0 0 7px;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#styling-book-summary p.introduction {
  margin: 0 0 30px;
}

#styling-book-index-section ul {
  overflow: hidden;
  margin-left: -24px;
}
#styling-book-index-section ul li {
  float: left;
  margin: 0 0 30px 24px;
  width: 373px;
  position: relative;
}
#styling-book-index-section ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}
#styling-book-index-section ul li .banner {
  margin: 0 0 5px;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
}

img[src*="http://r.snva.jp/"] {
  visibility: hidden;
}


/* 「もっと見る」ボタン start */
.moreitem_linkbtn_area {
	width: 100%;
/*	overflow: auto;*/
	padding-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.moreitem_linkbtn_area_last {
	width: 100%;
/*	overflow: auto;*/
	padding-top: 15px;
	margin-bottom: 30px;
	display: block;
}

#contents h2 {
	border-bottom: none;
	margin: 0;
}

.moreitem_linkbtn {
	float: right;
}

.moreitem_linkbtn::after {
	content: "";
	display: block;
	clear: both;
}
/* 「もっと見る」ボタン end */

/* タイトルの罫線 start */
.line_ttl_common {
	display: flex;
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- IE10 ---*/
	display: -webkit-flex; /*--- safari（PC）用 ---*/
	align-items: center;
	-webkit-box-align: center; /*--- Androidブラウザ用 ---*/
	-ms-flex-align: center; /*--- IE10 ---*/
	-webkit-align-items: center; /*--- safari（PC）用 ---*/
	text-align: center;
}

.line_ttl_common:after {
	border-top: 1px solid #e3e3e3;
	content: "";
	flex-grow: 1;
	-webkit-flex-grow: 1; /*--- safari（PC）用 ---*/
	margin-left: 1rem;
	margin-top: 5px;
}
/* タイトルの罫線 end */

/*  ブランドトップファーストビュー start */
#brand-header-section {
	text-align: center;
	height: auto;
}
#brand-header-section h2 {
	position: inherit;
	left: auto;
}
#brand-header-section h2 img {
	margin-left: 0;
	width: 100%;
	max-width: 1347px;
	max-height: 467px;
}
#brand-header-section #brand-header-menu {
	max-width: 1347px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	position: inherit;
	margin: -78px auto 0;
}
#brand-header-section #brand-header-menu ul {
	margin: 0;
	padding: 20px 0;
	width: 555px;
	display: inline-block;
}
#brand-header-section #brand-header-menu ul li {
	padding: 0 10px;
}
/*  ブランドトップファーストビュー end */

/* サイドバー検索条件バルーン用 */
.sidebar-balloon {
	display: block;
	text-align: center;
	width: 183px;
	height: 47px;
	margin-bottom: -8px;
	background-image: url("/201602/images/common/sidebar_balloon.png");
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
.sidebar-balloon .balloon-text {
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}


/* 20180828 Menu 刷新 Start */
#citydrop {
  width: 100%;
  color: #fff;
  margin-top: 16px;
  display: none;
  vertical-align: baseline;
	margin-top: 100px;
	position: fixed;
	z-index: 10000;
	background-color: rgb(38, 38, 38);
}
.menu_anim {
	top:0px!important;
}
.dropbottom {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.dropbottom_mens:after {
  content: "";
  position: absolute;
  z-index: 10000;
  top: -16px;
  left: 30px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent rgb(38, 38, 38) transparent;
  border-width: 0px 12px 16px 12px;
}
.dropbottom_ladies:after {
  content: "";
	position: absolute;
	z-index: 10000;
  top: -16px;
  left: 116px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent rgb(38, 38, 38) transparent;
  border-width: 0px 12px 16px 12px;
}

.dropbottom_brand:after {
  content: "";
	position: absolute;
	z-index: 10000;
  top: -16px;
  left: 210px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent rgb(38, 38, 38) transparent;
  border-width: 0px 12px 16px 12px;
}

.dropbottom_concept:after {
  content: "";
	position: absolute;
	z-index: 10000;
  top: -16px;
  left: 326px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent rgb(38, 38, 38) transparent;
  border-width: 0px 12px 16px 12px;
}

.dropbottom_info:after {
  content: "";
	position: absolute;
	z-index: 10000;
  top: -16px;
  left: 432px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent rgb(38, 38, 38) transparent;
  border-width: 0px 12px 16px 12px;
}


.dropmid {
  width: 327px;
  display: inline-block;
  margin-left: -6px;
  vertical-align: top;
	padding: 20px 0;
	background-color: rgb(38, 38, 38);
}
.dropmid:first-child {
  margin-left: 0px;
}
.dropmid ul {
  width: 100%;
}
.mn_gr_bg {
	background-color: rgb(38, 38, 38);
}

.follow_bg {
  position: fixed;
  width: 100%;
  height: 364px;
  background-color: rgba(38, 38, 38,1);
  z-index: 9999;
  top: 100px;
  display: none;
}
.accordion_dl dt {
  color: #fff;
  text-decoration: none;
  height: 54px;
  line-height: 3.6;
  position: relative;
  padding-left: 54px;
  width: 273px;
  cursor: pointer;
  font-size: 14px;
}
.mn_ttl {
    width: 268px;
    font-size: 12px;
    background-color: #404040;
    line-height: 3;
    color: #fff;
    padding-left: 56px;
}
.mn_ttl li{
    display: block;
    width: 100%;
    height: 40px;
}
.mn_ttl li a{
    font-size: 12px;
    line-height: 3;
    color: #fff;
    display:block;
}
.bg_ttl img {
  color: #fff;
  width: 23px;
  height: 23px;
  top: 14px;
  position: absolute;
  left: 14px;
}
.mn_ttl ul {
}
.accordion_dl dt:after {
  content: '';
  position: absolute;
  background-image: url(/201602/images/header/tri.svg);
  transition-duration:.3s;
  -moz-transition-duration:.3s;
  -webkit-transition-duration:.3s;
  -o-transition-duration:.3s;
  -ms-transition-duration:.3s;
  transition-timing-function:ease-out;
  -moz-transition-timing-function:ease-out;
  -webkit-transition-timing-function:ease-out;
  -o-transition-timing-function:ease-out;
  -ms-transition-timing-function:ease-out;
  top: 24px;
  right: 10px;
  font-size: 10px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .5em;
  text-align: center;
  margin-left: .5em;
  width: 13px;
  height: 6px;
  background-repeat: no-repeat;
}
.active:after  {
	transform: rotate(180deg);
}
.brand_lg {
  padding: 20px;
  text-align: center;
  height: 260px;
}
.brand_lg a {
  display: inline-block;
}
.brand_lg a img {
  margin-top: 48px;
  width: 165px;
  height: 165px;
  transition:  0.9s ease-out;
  vertical-align: middle;
-webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;

-webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -ms-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;

-webkit-transition: width 0.1s ease-out;
  -moz-transition: width 0.1s ease-out;
  -ms-transition: width 0.1s ease-out;
  -o-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}

.brand_lg a img:hover {
vertical-align: middle;
  width: 165px;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.5);
  -webkit-opacity: 0.5;
 -moz-opacity: 0.5;
 -o-opacity: 0.5;
 filter: alpha(opacity=50);	/* IE lt 8 */
 -ms-filter: "alpha(opacity=50)"; /* IE 8 */
 opacity: 0.5;

}
.brand_txt {
  text-align: center;
  height: 24px;
}
.brand_txt a {
  color: #fff!important;
  font-size: 10px;

}
.dropmid_4 {
  width: 245px;
}
.bbls {
  text-align: center;
  padding-top: 14px;
}
.bbls img {
  width: 42%;
}
.t_row {
  height: 142px;
  padding: 0px;
}
.bbls_txt {
      padding-top: 10px;
}
.top_row {
  padding-top: 40px
}
.bottom_row {
  padding-bottom: 40px
}

/* 20180828 Menu renewal End*/

/* 20200522 information*/
.infoArea_bottom {
    margin: 0;
    padding: 0 20px 20px 0;
    font-size: 14px;
    /*text-align: center;*/
    text-decoration: underline;
}
.infoArea_bottom a {
    text-decoration: none;
    display: block;
}
.infoArea_bottom a + a {
    margin-top: 10px;
}
.icon_caution {
    text-align: center;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    line-height: 1.5rem;
    background: #3a3a3a;
    border-radius: 500px;
    margin-right: 0.7rem;
}
