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

/* ----トピック---- */

.block-top-topic {
  position: relative;
  margin-bottom: 55px;
}

.block-top-topic--header {
  padding-right: 100px;
  margin-bottom: 15px;
}
.block-top-topic--next-page {
  position: absolute;
  top: 0;
  right: 0;
}
.block-top-topic--next-page a{
  display: block;
  border: 1px #E6E6E6 solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 30px;
  padding: 0 1em;
  font-size: 93%;
  text-decoration: none;
  color: #006BC4;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-top-topic--next-page a:hover{
  border: 1px #a7a7a7 solid;
}

.block-top-topic--header span {
  display: block;
  font-size: 11px;
}

.block-top-topic--body {
  border: 1px #E6E6E6 solid;
  padding: 33px 30px 28px 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.block-top-topic--items li {
  border-bottom: 1px #808080 dashed;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.block-top-topic--items li a{
  text-decoration: none;
}
.block-top-topic--items li:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.block-top-topic--items dl{
  display: table;
}
.block-top-topic--items dt{
  display: table-cell;
  vertical-align: top;
  width: 95px;
  padding-right: 12px;
  font-size: 86%;
  color: #808080;
}
.block-top-topic--items dd {
  display: table-cell;
  vertical-align: top;
  color: #006BC4;
}
.block-top-topic--items a:hover dd {
  text-decoration: underline;
}
.block-top-topic--items dd div{
  display: table;
}
.block-top-topic--items dd div img{
  display: table-cell;
  vertical-align: top;
  width: 60px;
  text-align: center;
  background-color: #cccccc;
  color: #ffffff;
}
.block-top-topic--items dd div p{
  display: table-cell;
  vertical-align: top;
  width: 560px;
  padding-left: 1em;
}

.block-top-topic--items img {
  vertical-align: middle;
}

.block-topic-page--article-icon {
  vertical-align: middle;
}

.block-topic-page--article figure {
  font-size: 0;
}

.block-topic-page--article figure img {
  padding-bottom: 10px;
}

.block-topic-details--items dl,
.block-topic-details--items dt,
.block-topic-details--items dd {
  display: inline;
}

.block-topic-details--items dt {
  margin-right: 10px;
}

.block-topic-details--items img {
  vertical-align: middle;
}

.block-topic-details--items li {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
}

/* ----最近見た商品---- */

.block-recent-item {
  margin-top: 40px;
  position: relative;
  width: 1200px;
}
.block-accessory-list--items,
.block-recent-item--items {
  width: 100%;
}
.block-accessory-list--items{
  margin-bottom: 60px;
}
.block-accessory-list--items .block-thumbnail-h li,
.block-recent-item--items .block-thumbnail-h li{
  width: 195px;
  padding: 0 10px;
}
.block-accessory-list--items .block-thumbnail-h--goods-description .block-icon span,
.block-accessory-list--items .block-thumbnail-h--goods-description .block-icon img,
.block-recent-item--items .block-thumbnail-h--goods-description .block-icon span,
.block-recent-item--items .block-thumbnail-h--goods-description .block-icon img{
  height: 18px;
}


.block-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

#itemHistoryButton{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#itemHistoryButton a{
  display: block;
  width: 140px;
  height: 32px;
  border: 1px #E6E6E6 solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
#itemHistoryButton a span{
  display: inline-block;
  padding-left: 21px;
  color: #006BC4;
  text-decoration: none;
  background-image: url(../../img/usr/ico_close.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  font-size: 93%;
  line-height: 30px;
}
#itemHistoryButton a:hover{
  border: 1px #a7a7a7 solid;
}


/* ----最近チェックした商品(ブランド)---- */

.block-brand-recent-item {
  width: 900px;
}

.block-brand-recent-item--header {
  font-size: 131%;
  text-align: center;
  border-top: #474747 1px solid;
  margin-top: 30px;
  padding: 40px 0 30px;
}

.block-brand-recent-item--items {
  width: 900px;
}

.block-brand-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-brand-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----最近チェックした商品(カート)---- */

.block-cart-recent-item {
  width: 1200px;
}

.block-cart-recent-item--header {
  font-size: 172%;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: inherit;
  border: none;
}

.block-cart-recent-item--items {
  width: 1200px;
}

.block-cart-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-cart-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 370px;
  background-color: #fff;
  border: 1px solid #000;
}

.block-search-suggest--keyword {
  padding: 2px;
}

.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}

.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----パンくず---- */

.block-topic-path {
  padding-top: 25px;
}
.block-topic-path--list li {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.block-topic-path--list li:before{
  content: "&gt;";
  display: block;
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  color: #DDDDDD;
}
.block-topic-path--list li:first-child{
  padding-left: 0;
}
.block-topic-path--list li:first-child:before{
  display: none;
}
.block-topic-path--list a {
  text-decoration: underline;
  font-size: 86%;
  color: #006BC4;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-topic-path--list a:hover {
  opacity: 0.7;
}


/* ----左メニューブロック共通---- */

.page-genre .pane-left-menu,
.page-event .pane-left-menu,
.page-category .pane-left-menu{
  padding-top: 5px;
}

.pane-left-menu h2 {
  background-color: #F7F7F7;
  border: 1px #E6E6E6 solid;
  border-bottom: none;
  margin: 0;
  font-size: 121%;
  font-weight: normal;
  line-height: 48px;
  padding: 0 20px;
}

.pane-left-menu h3 {
}

/* ----キーワード検索ブロック---- */

.block-search-box--search-detail a {
  color: #6fb4c3;
  text-decoration: underline;
}

.block-search-box--form {
  background-color: #eee;
  display: flex;
}

input.block-search-box--keyword:hover,
input.block-search-box--keyword {
  border: none;
  background-color: transparent;
  flex-grow: 1;
}

button.block-search-box--search-submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-search-box--search-detail {
  margin: 5px 0;
}

/* ----Ajaxカートブロック---- */

.block-jscart--items {
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
}
.block-jscart--items dd {
  text-align: right;
}
.block-jscart--delete {
  text-align: right;
  margin-bottom: 5px;
}
.block-jscart--cart-to-order {
  text-align: center;
  margin-top: 15px;
}

/* ----エラー画面---- */

.block-validation-alert {
  text-align: center;
  margin: 100px auto;
  padding: 30px;
  width: 500px;
  border: 1px solid #808080;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #999;
  background-color: #fff;
  width: 800px;
}

.common-alert{
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert-list--items {
  color: #a94442;
}

/* ----郵便番号サジェスト---- */

.block-ziplist--ziplist-frame {
  z-index: 2000;
}

/* ----サイクル情報編集---- */

.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}
</pre></body></html>