<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.wrapper {
    margin: 0px auto;
    text-align: left;
    display: block;
    position: relative;
    width: 100%;
    background: url(../../commonfiles/images/top_bg.png) no-repeat left top;
  background-size: 100%;
}

#pageHeader {
  margin-bottom: 20px;
  position: relative;
    display: block;
    width: 100%;
}

#pageHeader .top {
  height: 0;
}

#titleArea {
  width: 100%;
  overflow: hidden;
  height: auto;
}

#loginInfoArea {
  text-align: right;
  margin-top: 5px;
}

#pageHeader .navigation {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0px 9px 6px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 6px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 6px -3px rgba(0,0,0,0.2);
}

#pageHeader ul {
  list-style:none;
}

#pageHeader .dropdown-item a,
#pageHeader .dropdown-item a:hover {
  color: inherit;
  text-decoration: none;
}

#pageHeader .category:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.cart {
  background-color: #333333;
  height: 58px;
  line-height: 2em;
  padding-top: 5px;
}

.cartOverseas {
  background-color: #333333;
  height: 58px;
  line-height: 2em;
  padding-top: 5px;
}

#pageHeader .cartLink {
  height: 100%;
  text-decoration: none;
}

.cart:hover {
  opacity: 0.7;
  filter: alpha(opacity = 70); /* ie lt 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
}

.cartOverseas:hover {
  opacity: 0.7;
  filter: alpha(opacity = 70); /* ie lt 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
}

.cart a span {

  color: #ffffff;
  display: block;
}

.cartOverseas a span {

  color: #ffffff;
  display: block;
}

#searchArea select[name='searchCategoryCode'] {
  width: 114px;
}

#pageHeader .rightsubmenu {
  border-color: transparent transparent transparent #333333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-top: 5px;
  width: 0;
  padding-right: 15px;
}

/**/
#searchArea {
  border-left: 1px solid #cccccc;
}

.usermame {
  margin-right: 10px;
}

#loginInfoArea p {
  margin-top: 5px;
}

#searchFormArea {
  vertical-align: middle;
  height: 58px;
  display: table-cell;
  width: 50%;
}
#searchform input {
  margin-left: 0;
}
#searchform button {
  height: 31px;
}
#searchform .largeText {
  width: 48%;
}

.head_dropdown {
  width: 100%;
  height: 56px;
  background-color: transparent;
}
/*------------
  3mode
--------------*/
.modeTxt{
    font-size:14px;
}
.modeLine{
    height:5px;
    display:inline-block;
    padding:0;
    margin:0;
    vertical-align: top;
    margin-bottom:5px;
}
.modeTxt{
    margin-left:20px;
}
.mode_1{
    background-color:#cccccc;
    width:330px;
}
.mode_shop{
    background-color:#333333;
    width:380px;
}
.mode_mall{
    background-color:#dd7e17;
    width:365px;
}


/*768px以上（tab/PC）で表示*/
@media screen and (min-width:768px) {
  #pageHeader .navigation {
    height: 58px;
  }
}

/*768px～990pxで表示*/
@media only screen and (min-width:768px) and (max-width:991.98px) {
  #pageHeader .navigation .cart {
    width: 100%;
  }
}

/*767px以下（SP)で表示*/
@media screen and (max-width:767.98px) {
  #titleArea a {
    line-height: 40px;
  }
  #titleArea img {
    width: 100%;
  }
  .sp_search_dropdown {
    width: 100%;
  }
  .sp_head_dropdown {
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .btn-light:hover,.btn-light:focus,.btn-light:active,.btn-light.active,.open&gt;.dropdown-toggle.btn-light
    {
    background-color: transparent;
  }
  .cart {
    width: 60px;
    height: 59px;
  }
  .sp_cart {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .sp_login,.sp_logout {
    position: absolute;
    top: 1px;
    right: 65px;
    width: 60px;
    background-color: #333333;
    height: 59px;
    float: right;
    line-height: 2em;
    padding-top: 5px;
  }
  .sp_login a,.sp_logout a {
    height: 100%;
  }
  #pageHeader {
    background:#ffffff;
  }
  #pageHeader #searchArea select[name='searchCategoryCode'] {
    width: 100%;
    display: block;
    margin-top: 17px;
    margin-bottom: 10px;
  }
  .sp_login:hover,.sp_logout:hover {
    opacity: 0.7;
    filter: alpha(opacity = 70); /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* ie 8 */
    -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
  }
  .sp_login a:after {
    content: "ログイン";
    color: #ffffff;
    display: block;
  }
  .sp_logout a:after {
    font-size: 90%;
    content: "ログアウト";
    color: #ffffff;
    display: block;
  }

    .sp_login span.overseas a:after {
    content: "Login";
    color: #ffffff;
    display: block;
  }
  .sp_logout span.overseas a:after {
    font-size: 90%;
    content: "Logout";
    color: #ffffff;
    display: block;
  }
  .mode_1,.mode_shop,.mode_mall{
    width:45%;
  }

#sp_LastLogin p {
  display: inline;
}
}
</pre></body></html>