﻿@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body--items img {
    width: 100%;
}

.block-top-body {
    margin: 10px 0;
}


/* ----トップページ予備テンプレート2---- */

.block-free-2--items img {
    width: 100%;
}

.block-free-2--sub-items {
    overflow: hidden;
}

.block-free-2--sub-items li {
    float: left;
    width: 33.33%;
    height: 33.33%;
}


/* ----ヘッダー---- */

.block-header-logo {
    width: auto;
    display: inline-block;
}

.block-header-logo--img {
    width: 120px;
    height: 30px;
}

.block-headernav {
    width: 55%;
    display: inline-block;
    text-align: right;
}

.block-headernav--item-list li {
    width: 52px;
    position: relative;
    display: inline-block;
    font-size: 10px;
    text-align: center;
}

.block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 20px;
    margin: 5px 0;
    z-index: 1;
}

.block-headernav--item-list li a {
    display: block;
}

.block-headernav--item-list li a:hover {
    text-decoration: none;
}

.block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: 5px;
    right: 0;
    z-index: 2;
}

.block-header-cart .fa {
    font-size: 25px;
    transform: scale(-1, 1);
}


/* ----グローバルナビ---- */

.block-globalnav--item-list {
    display: table;
    width: 100%;
}

.block-globalnav--item-list>li {
    display: table-cell;
    width: 20%;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-left: 1px solid #666;
    padding: 10px 0;
}

.block-globalnav--item-list>li>a {
    display: block;
    color: #fff;
}

.block-globalnav--item-list li i.fa {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
}


/* ----フッター---- */

.block-footernav {
    padding: 10px 0;
    text-align: center;
    background: #eee;
    font-size: 0;
}

.block-footernav li {
    padding: 0 5px;
    display: inline-block;
    font-size: 11px;
    border-left: 1px solid #444;
}

.block-footernav li:first-child {
    border-left: none;
}

.block-footernav li a {
    color: #444;
}

.block-footer-menu {
    background: #eee;
    border-top: 1px solid #dcdcdc;
}

.block-footer-menu li {
    border-bottom: 1px solid #dcdcdc;
}

.block-footer-menu li a {
    display: table;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.block-footer-menu li span {
    display: table-cell;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
}

.block-footer-menu li i {
    display: table-cell;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    color: #999;
}

.block-footer-menu li a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    height: 100%;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
    right: 10px;
}


/* ----ページトップに戻る---- */

.block-page-top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #444;
}

.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 26px;
    display: none;
}

.page-method .block-page-top {
    position: fixed;
    top: auto;
    bottom: 74px;
    right: 26px;
    display: none;
}


/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
    border-top: 1px solid #eee;
    display: block;
    padding: 10px 10px 0 0;
}

.block-switcher li {
    display: inline-block;
    padding: 0 0 10px 10px;
    width: 50%;
}

.block-switcher--switch {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #444;
    color: #fff;
    text-decoration: none;
}

.block-switcher--current {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}

.block-switcher .fa {
    margin-right: 10px;
    vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
    font-size: 24px;
}

.block-switcher .fa-desktop {
    font-size: 18px;
}


/* ----Copyright---- */

.block-copyright {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    background: #eee;
    color: #444;
}


/* ----ブランド画面---- */

.block-brand-list--item-img img {
    width: 100%;
    height: auto;
}

.block-brand-list--item-name {
    padding: 10px;
    text-decoration: underline;
}

.block-brand-list--item-comment {
    padding: 0 10px 10px 10px;
}

.block-brand-detail--image img {
    width: 100%;
    height: auto;
}

.block-brand-detail--description {
    margin: 0 10px 10px 10px;
}


/* ----商品詳細画面---- */
.block-goods-attr-frame {
  display: flex;
  margin: 0 0 10px;
}

.block-goods-attr-frame dt {
  width: 76px;
  padding-right: 16px;
  font-weight: bold;
}

.block-goods-attr-frame dd {
  display: flex!important;
}

.block-goods-attr-frame dd .block-goods-attr-item {
  width: 20px;
}

/* ----ゲストお気に入り画面---- */

.block-guest-favorite-synchronize-title {
    font-weight: bold;
    font-size: 16px;
}

.block-guest-favorite-synchronize-description {
    font-size: 14px;
}

.block-guest-favorite-synchronize-link {
    text-align: center;
}


/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 5px 0 0 5px;
}


/* ----enfoldヘッダー---- */
.page-goods .enf-header-logo {
    display: none;
}
/*.enf-header-logo {
    transform: translate(-30%, 0px);
}*/
.enf-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow-y: auto;
    transition: border-bottom 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enf-header .enf-header-head {
    position: relative;
}

.enf-header .enf-header-logo {
    width: 135px;
    margin: 0 auto;
    padding: 22px 0 28px;
    text-align: center;
    transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enf-header .enf-header-logo img {
    width: 100%;
}

.enf-header .enf-header-menu {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    left: 7%;
}

.enf-header .enf-header-menu li {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -9px;
}

.enf-header .enf-header-menu li i {
    font-size: 23px;
}

.enf-header .enf-header-menu li.enf-close {
    display: none;
    margin-top: -19px;
}

.enf-header .enf-header-menu:after {
    display: block;
    content: '';
    width: 17px;
    height: 34px;
}

.enf-header.enf-header-fixed {
    border-bottom: solid 1px #ddd;
}

.enf-header.enf-header-fixed .enf-header-logo {
    padding: 12px 0 14px;
}

.enf-header.enf-header-open {
    height: 100%;
}

.enf-header.enf-header-open .enf-header-logo {
    padding: 22px 0 28px;
}

.enf-header .enf-header-inner {
    display: none;
}

.page-menu .enf-header .enf-header-inner,
.page-cart .enf-header .enf-header-inner {
    height: 100%;
    background: #fff;
}

.enf-header .enf-header-inner .enf-header-nav {
    background: #fff;
    border-bottom: solid 1px #ddd;
    padding: 0 7.73% 0;
    box-sizing: border-box;
    width: 100%;
}

.enf-header .enf-header-inner .enf-header-nav li {
    border-top: solid 1px #ddd;
}

.enf-header .enf-header-inner .enf-header-nav li a {
    display: block;
    text-align: center;
    padding: 29px 0;
}

.enf-header .enf-header-inner .enf-header-social {
    background: #fff;
    padding: 40px 0;
    letter-spacing: -.4em;
    text-align: center;
}

.enf-header .enf-header-inner .enf-header-social li {
    letter-spacing: normal;
    display: inline-block;
}

.enf-header .enf-header-inner .enf-header-social li+li {
    padding-left: 10.67%;
}

.enf-header .enf-header-inner .enf-header-social li a i {
    font-size: 20px;
}

.enf-storenav {
    padding: 0 7.73%;
}

.enf-storenav .enf-storenav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 0px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.page-menu .enf-storenav-head {
    padding: unset;
}

.page-cart .enf-storenav .enf-storenav-head {
    border-bottom: 1px solid #eee;
}

.enf-storenav .enf-storenav-head .enf-header-logo {
    width: 30%;
    flex-shrink: 0;
}

.enf-storenav .enf-storenav-head h1.enf-header-logo {
    padding: 0;
    font-size: 100%;
    margin-left: 10px;
    text-align: right;
}

.enf-storenav .enf-storenav-head h1.enf-header-logo img {
    height: 15px;
}

.enf-storenav .enf-storenav-head .enf-utility {
    letter-spacing: -.4em;
}

.enf-storenav .enf-storenav-head .enf-utility li {
    letter-spacing: normal;
    display: inline-block;
}

.enf-storenav .enf-storenav-head .enf-utility li+li {
    margin-left: 27px;
}

.enf-storenav .enf-storenav-head .enf-utility li i {
    font-size: 23px;
}

.enf-storenav .enf-storenav-head .enf-utility li i.icon-account {
    font-size: 25px;
}

.enf-storenav .enf-storenav-head .enf-utility li a {
    display: block;
    position: relative;
}

.enf-cartcount {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 14px;
    height: 14px;
    background: #fa0835;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
}

.page-menu .enf-cartcount.js-cart-count {
    right: 0px;
    top: 0px;
}

.enf-searchmodal-wrapper {
    display: none;
    background: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
}

.enf-searchmodal-wrapper .enf-searchmodal-content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form {
    display: table-cell;
    vertical-align: middle;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-searchmodal-formcontents {
    position: relative;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-headtext {
    font-size: 25px;
    color: #ddd;
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 5px;
    left: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-headtext-short {
    font-size: 11px;
    color: #ddd;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form input {
    font-size: 25px;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 100;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form input.enf-jp {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form.input-on .enf-headtext {
    opacity: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form.input-on .enf-headtext-short {
    opacity: 1;
    top: -24px;
}


/*enfokldフッター*/

.enf-footer {
    padding: 20px 7.73% 29px;
    text-align: center;
}

.page-cart .enf-footer {
    border: none;
}

.enf-footer .enf-footer-logo {
    width: 31.23%;
    display: inline-block;
}

.enf-footer .enf-footer-logo img {
    width: 100%;
    max-width: 99px;
}

.enf-footer .enf-footer-copyright {
    padding-top: 8px;
    color: #999;
    font-size: 0.9rem;
}

.enf-footer .enf-footer-nav {
    margin-top: 25px;
}

.enf-footer .enf-footer-nav:after {
    content: "";
    display: block;
    clear: both;
}

.enf-footer .enf-footer-nav ul li {
    display: inline-block;
}

.enf-footer .enf-footer-nav ul li a {
    display: block;
    font-size: 1.1rem;
    padding: 5px 7px;
}

.enf-footer .enf-footer-nav ul li + li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 9px;
    margin-top: 4px;
    border-left: solid 1px #000;
    transform: translateX(-9px);
}
.enf-footer-social {
    padding: 24px;
}

.enf-footer-social .enf-no-page {
    padding: 5px;
}

/*enfokldフッター*/

.enf-footer {
    padding: 20px 7.73% 29px;
    border-top: 5px solid #eee;
}

.page-cart .enf-footer {
    border: none;
}

.enf-footer .enf-footer-logo {
    width: 31.23%;
}

.enf-footer .enf-footer-logo img {
    width: 100%;
    max-width: 99px;
}

.enf-footer .enf-footer-copyright {
    padding-top: 8px;
    color: #999;
    font-size: 0.9rem;
}

.enf-footer .enf-footer-nav {
    margin-top: 25px;
}

.enf-footer .enf-footer-nav:after {
    content: "";
    display: block;
    clear: both;
}

.enf-footer .enf-footer-nav ul {
    float: left;
    border-bottom: solid 1px #ddd;
    width: 45.43%;
}

.enf-footer .enf-footer-nav ul+ul {
    float: right;
}

.enf-footer .enf-footer-nav ul li {
    border-top: solid 1px #ddd;
}

.enf-footer .enf-footer-nav ul li a {
    display: block;
    color: #999;
    font-size: 1.1rem;
    padding: 15px 0;
}


/*enfold　マイページフッター*/

.page-questionnairecomplete .pane-footer,
.page-questionnaireform .pane-footer,
.page-contactthanks .pane-footer,
.page-contact .pane-footer,
.page-askpasschange .pane-footer,
.page-askpasscomplete .pane-footer,
.page-askpass .pane-footer,
.page-cardedit .pane-footer,
.page-backorder .pane-footer,
.page-mailchange .pane-footer,
.page-logout .pane-footer,
.page-withdrawal .pane-footer,
.page-bookmark .pane-footer,
.page-passchange .pane-footer,
.page-idchange .pane-footer,
.page-historydetail .pane-footer,
.page-history .pane-footer,
.page-custdest .pane-footer,
.page-customer .pane-footer,
.page-login .pane-footer,
.page-mag_entry .pane-footer,
.page-pointlist .pane-footer,
.page-entryonetimepasswordsend .pane-footer,
.page-entryonetimepasswordcertify .pane-footer,
.page-entry .pane-footer,
.page-couponlist .pane-footer,
.page-guestbookmark .pane-footer,
.page-contentspages .pane-footer,
.page-cart .pane-footer,
.page-method .pane-footer,
.page-estimate .pane-footer,
.page-order .pane-footer,
.page-alertgoods .pane-footer,
.page-goodsagree .pane-footer,
.page-menu .pane-footer {
    width: 100%;
    height: 243px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-questionnairecomplete .enf-footer-copyright,
.page-questionnaireform .enf-footer-copyright,
.page-contactthanks .enf-footer-copyright,
.page-contact .enf-footer-copyright,
.page-askpasschange .enf-footer-copyright,
.page-askpasscomplete .enf-footer-copyright,
.page-askpass .enf-footer-copyright,
.page-cardedit .enf-footer-copyright,
.page-backorder .enf-footer-copyright,
.page-mailchange .enf-footer-copyright,
.page-logout .enf-footer-copyright,
.page-withdrawal .enf-footer-copyright,
.page-bookmark .enf-footer-copyright,
.page-passchange .enf-footer-copyright,
.page-idchange .enf-footer-copyright,
.page-historydetail .enf-footer-copyright,
.page-history .enf-footer-copyright,
.page-custdest .enf-footer-copyright,
.page-customer .enf-footer-copyright,
.page-login .enf-footer-copyright,
.page-mag_entry .enf-footer-copyright,
.page-pointlist .enf-footer-copyright,
.page-entryonetimepasswordsend .enf-footer-copyright,
.page-entryonetimepasswordcertify .enf-footer-copyright,
.page-entry .enf-footer-copyright,
.page-couponlist .enf-footer-copyright,
.page-guestbookmark .enf-footer-copyright,
.page-contentspages .enf-footer-copyright,
.page-cart .enf-footer-copyright,
.page-method .enf-footer-copyright,
.page-estimate .enf-footer-copyright,
.page-order .enf-footer-copyright,
.page-alertgoods .enf-footer-copyright,
.page-goodsagree .enf-footer-copyright,
.page-menu .enf-footer-copyright {
    margin-top: 33px;
    font-size: 0.9rem;
    font-family: helvetica, arial, sans-serif;
}

.page-questionnairecomplete .pane-footer,
.page-questionnaireform .pane-footer,
.page-contactthanks .pane-footer,
.page-contact .pane-footer,
.page-askpasschange .pane-footer,
.page-askpasscomplete .pane-footer,
.page-askpass .pane-footer,
.page-cardedit .pane-footer,
.page-backorder .pane-footer,
.page-mailchange .pane-footer,
.page-logout .pane-footer,
.page-withdrawal .pane-footer,
.page-bookmark .pane-footer,
.page-passchange .pane-footer,
.page-idchange .pane-footer,
.page-historydetail .pane-footer,
.page-history .pane-footer,
.page-custdest .pane-footer,
.page-login .pane-footer,
.page-mag_entry .pane-footer,
.page-pointlist .pane-footer,
.page-entryonetimepasswordsend .pane-footer,
.page-entryonetimepasswordcertify .pane-footer,
.page-entry .pane-footer,
.page-couponlist .pane-footer,
.page-guestbookmark .pane-footer,
.page-contentspages .pane-footer,
.page-method .pane-footer,
.page-estimate .pane-footer,
.page-order .pane-footer,
.page-alertgoods .pane-footer,
.page-goodsagree .pane-footer,
.page-customer .pane-footer {
    border-top: solid 1px #ddd;
}


/*enfold商品一覧*/

.app-show,
.app-hide {
    transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.app-show {
    opacity: 1;
    transform: translate(0, 0);
}

.app-hide {
    opacity: 0;
    transform: translate(0, 10px);
}


/* ----メールニュース---- */

.block-mail-news--header {
    padding: 0;
    margin: 0 0 21px;
    font-size: 18px;
    font-weight: normal;
    background: none;
}

.block-mail-news--register-header {
    margin: 10px 0 15px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    background: none;
}

.block-mail-news--header {
    margin: 0 0 21px;
}

.block-mail-news h2 {
    margin: 10px 0 15px;
}

.block-mail-news---release-form {
    display: none;
}

.block-mail-news--register-confirmation-items.fieldset-vertical,
.block-mail-news--register-confirmation-items .form-group,
.block-mail-news--register-items.fieldset-vertical,
.block-mail-news--register-items .form-group {
    border: none;
}

.block-mail-news .fieldset-vertical .form-label {
    position: relative;
    padding: 0 0 0 11px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    background: none;
}

.block-mail-news .fieldset-vertical .form-label::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 4px;
    height: calc(100% - 4px);
    background: #444;
    content: "";
}

.block-mail-news .block-mail-news--mag .form-control label {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 23px);
    margin: 2px 0;
    word-break: break-all;
}

.block-mail-news .block-mail-news--mag .form-control label::before {
    top: 1px;
}

.block-mail-news .block-mail-news--mag .form-control input[type="checkbox"]:checked+label::after {
    top: 2px;
}

.block-mail-news .block-mail-news--confirmation-mag .form-control span {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 3px 0;
    padding: 0 5px;
}

.page-menu .block-mypage--update-address-book-description i {
    display: none !important;
}
.page-menu .block-mypage--nav #dest_change a:after {
	transform: rotate(90deg) !important;
	transition: 0.3s;
}
.page-menu .block-mypage--nav #dest_change.expand-tree-open a:after {
	transform: rotate(-90deg) !important;
}

/* ----お気に入り画面---- */
.block-favorite--form .block-favorite--items {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
}
.block-favorite--form .block-favorite--items li {
	width: 48%; 
	padding: 0 0 50px 0; 
	margin: 0 0 7% 0;  
	border: none; 
	position: relative;
}
.block-favorite--favorite-goods { 
	width: 100%; 
	display: flex;
	flex-direction: column;
}
.block-favorite--checkbox {
	width: 20px; 
	padding: 5px; 
	display: block; 
	vertical-align: top; 
	position: absolute; 
	top: 0; 
	left: 0;
}
.block-favorite--image { 
	width: 100%; 
	padding: 0; 
	margin: 0 0 10px 0; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.block-favorite--image img {
	width: 100%;
}
.block-favorite--description {
	width: auto; 
	padding: 0 10px; 
	display: block; 
	vertical-align: top;
}
.block-favorite--delete-item {
	width: 100%; 
	padding: 0 10px; 
	margin: 0; 
	text-align: center; 
	position: absolute; 
	left: 0; 
	bottom: 10px;
}
.block-favorite--delete-item .btn {
	width: 100%; 
	text-align: center; 
	display: block;
}
.block-favorite--name {
	text-align: center;
	font-weight: normal;
}
.block-favorite--edit-comment {
	text-align: center;
}
.block-favorite--price-items{
	text-align: center;	
}
.block-favorite--edit-comment a {
	text-decoration: underline;
}
.block-favorite--image figure {
	width: 100%; 
	height: 100%; 
	background: none;
}
.block-favorite--comment-textarea-container {
	width: 100%;
}
.block-favorite--comment-textarea {
	width: 100%;
}
.block-favorite--pager-bottom .pager {
	background: none;
}

/* ----お気に入り 機能非表示---- */
.block-favorite--description .variation-name {
	display: none;
}
.block-favorite--description .variation-name {
	display: none;
}
.block-favorite--price-items .block-favorite--price-title {
	display: none;
}
.block-favorite--price-items .block-favorite--net-price {
	display: none;
}
.block-favorite--comment {
	display: none;
}
.block-favorite--favorite-goods .block-favorite--checkbox {
	display: none;
}
.block-favorite--add-to-cart .block-favorite--add-to-cart {
	display: none;
}
.block-favorite--update-dt {
	display: none;
}

/* ----購入履歴----*/
.table.block-purchase-history-detail--invoice {
    word-break: break-all;
}
.page-historydetail tr th {
    background: #f8f8f8;
}

.page-historydetail tr th {
    background: #f8f8f8;
}

.page-historydetail td, .page-historydetail th {
    border-collapse: collapse;
    border: 1px solid #c8c8c8;
    padding: 2px !important;
}

.page-historydetail tr td {
    background: #fff;
}

/* ----商品一覧----*/
.block-goodslist-col1-wrapper {
    padding: 0!important;
}

.block-goodslist-col1-listinfo {
    width: 100%!important;
}

.block-goodslist-col4-wrapper {
    padding: 0!important;
}

.block-goodslist-col4-listinfo {
    width: 25%!important;
    padding-bottom: 0!important;
}

.block-goodslist-col4-listinfo .block-thumbnail-t--goods-image {
    margin-bottom: 0!important;
}

.block-goodslist-col4-goods-image .block-icon {
    margin-bottom: 0!important;
}

/* ----買い物かご----*/
.block-cart--goods-list-item-name_baroque {
    font-size: 12px;
    padding-bottom: 5px;
}

.block-cart--goods-list-item-input-unit_baroque {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px;
}