body {
    line-height: 1;
    font-family: メイリオ;
/ / TODO ひとまず暫定対応 font-size: calc(12 px + 0.25 vw);
}
pre {
    white-space: pre-wrap;
}
.buying-mode {
    background-color: #f0ffff;
}
.blank {
    height: 200px;
}
.active-row {
    background-color: #fff500;;
}
/*.loading::before {
    content: "";
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50px;
    background-image:  url("/images/bigweb_big.gif");
    height: 50px;

}*/

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.nowrap {
    white-space: nowrap;
}
.font-sm {
    font-size: 10px;
    line-height: 10px;
    padding-left: 3px;
    height: 20px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
}
.font-md {
    height: 20px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.5;
}
.clear-input .glyphicon-remove-circle {
    position: absolute;
    right: 24px;
    top: 10px;
    z-index: 3;
    height: 14px;
    margin: auto;
    font-size: 14px;
    color: #1723b1;
    cursor: pointer;
}
.thmb_img {
    position: relative;
}
.itemtype-wrap {
    position: relative;
    display: block;
}
.card-img-price {
    min-height: 80px;
}
.card-img-tag{
    font-style: italic;
    font-size:7px;
    text-overflow: ellipsis;
    background-color: #ccc;
    color:white;
    line-height: 1;
}

.card_img_icon:before {
    display: block;
    position: absolute;
    z-index: 1;
    width: 4.5em;
    box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, .5);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.rear_face {
    margin: 5px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    background-color: #e1f5fe;
    padding: 10px 15px;
}
.buying-card:before {
    content: "買取";
    right: 2px;
    bottom: 15px;
    background: #00cece;
    box-shadow: 0 0 0 2px #00cece;
}
.sale-card:before {
    content: "セール";
    right: 2px;
    bottom: 15px;
    background: #f90909;
    box-shadow: 0 0 0 2px #f90909;
}
.foil-card:before {
    content: "Foil";
    right: 2px;
    bottom: 40px;
    background: #967d41; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    background: -webkit-linear-gradient(-45deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    background: linear-gradient(135deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#967d41', endColorstr='#967d41', GradientType=1);
    box-shadow: 0 0 0 2px #c7bd77;
}

.etched-card:before {
    content: "特殊Foil";
    right: 2px;
    bottom: 40px;
    background: #7f7f7f; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    background: -webkit-linear-gradient(-45deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    background: linear-gradient(135deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#967d41', endColorstr='#967d41', GradientType=1);
    box-shadow: 0 0 0 2px #989898;
}

.sale-words:before {
    content: attr(data-item);
    right: 2px;
    bottom: 15px;
    padding: 0 6px;
    max-width: 100%;
    min-width: 4.5em;
    width: auto;
    white-space: nowrap;
    text-align: right;
    background: #e23e24;
    box-shadow: 0 0 0 2px #e23e24;
}

.reservation-item:before {
    content: "予約";
    left: -4px;
    bottom: 40px;
    background: #ff9500;
    box-shadow: 0 0 0 2px #ff9500;
}
/*------------------
言語切り替えボタン（PC）
--------------------*/
.lang-box{
    background-color: #0e1f9d;
    margin-top: 15px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 16px;
    padding-right: 0;
    padding-left: 0;
    width: 72px;
    margin-right: 10px;
    height: 66px;
}
.lang-box span{
    background-color: #fff;
    color: #0e1f9d;
    font-size: 1.5rem;
}
.lang-box span a{
    color: #0e1f9d;
}
.lang-box span a:hover{
    text-decoration: none;
}
.lang-box .inner-lang-box{
    display: flex;
    justify-content: space-evenly;
}
.lang-box .inner-lang-box div:first-child span{
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 3px;
    margin-right: 0px;
    font-size: 1.4rem;
    padding-top: 2px;
    padding-bottom: 1px;
    position: relative;
    top: 1px;
}
.lang-box .inner-lang-box div:nth-child(2) span{
    padding-left: 4px;padding-right: 4px;margin-right: 3px;margin-left: -6px;
}
.lang-box p{
    text-align: center;
    color: #fff;
    margin-top: 9px;
    font-size: 1rem;
}
@media screen and (max-width: 767px) {
    .card_img_icon:before {
        font-size: 9px;
        width: 4em;
    }
    .etched-card.card_img_icon:before {
        width: 5em;
    }
    .buying-card:before {
        bottom: 5px;
    }
    .sale-card:before {
        bottom: 5px;
    }
    .foil-card:before {
        bottom: 26px;
    }
    .etched-card:before {
        bottom: 26px;
    }
    .etched:before {
        bottom: 26px;
    }
    .sale-words:before {
        bottom: 5px;
        max-width: 100%;
        min-width: 4.5em;
        width: auto;
        white-space: nowrap;
    }
    .reservation-item:before {
        bottom: 26px;
    }
}
.foil-card:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -110%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}

.etched-card:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -110%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}
#buying-slider .buying-card:before {
    top: 20px;
    bottom: auto;
}
/* Hover state - trigger effect */

.foil-card:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.etched-card:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
/* Active state */

.foil-card:active:after {
    opacity: 0;
}
.etched-card:active:after {
    opacity: 0;
}
.modal .foil-card:before {
    right: 10px;
    bottom: 200px;
}
.modal .etched-card:before {
    right: 10px;
    bottom: 200px;
}
@media screen and (max-width: 767px) {
    .modal .foil-card:before {
    }
}
.modal .foil-card:after {
}
.modal .foil-card:hover:after {
}
.modal .foil-card:active:after {
}
@media screen and (max-width: 767px) {
    .modal .etched-card:before {
    }
}
.modal .etched-card:after {
}
.modal .etched-card:hover:after {
}
.modal .etched-card:active:after {
}
/*.side-menu{
    max-width:342px;
}*/
.navbar, .navbar-nav, .navbar-nav .li, .navbar-nav ul {
    background-color: #000;
    color: #fff;
}
.vcenter {
    padding-top: 6px;
    padding-bottom: 3px;
}
.thmb_img .thmb_img-box {
    height: 220px;
    vertical-align: middle;
}
.thmb_img .cart-thmb_img-box {
    height: 120px;
}
.card-text { text-align: left; }
.stock-price-box {
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 6px;
}
.input-group {
    white-space: nowrap;
}
.input-group-btn button {
    margin-top: 0px;
}
.thmb_img .tooltip-inner {
    display: table-cell;
    vertical-align: middle;
}
.side-nav a { height: 26px; line-height: 24px; }
.side-nav { width: 300px; }
img {
    border: none;
    height: auto;
    max-width: 100%;
}
.gray_menu {
    list-style: none;
}
#example #thumbnails > div > ul > li {
    display: inline-block;
}
.filter_expansions {
    overflow-y: auto;
}
/*.side_box{
    padding:4px;
  min-width:286px;
  margin-bottom: 4px;
}*/
.exp-pop { position: relative; margin-left: 120px; height: 0px; marign-top: 5px; }
.shoutbox-mid {
    height: 130px;
}
.footer-padding {
    padding-bottom: 260px
}
.altImages {
    width: auto;
}
/*カード詳細ページ - find*/
.cardsDetailHead {
    background: #fffeeb;
    padding: 12px 12px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1em;
    margin-bottom: 15px;
}
.buying-mode .cardsDetailHead {
    background: #defdfd;
    border-color: #9fdede;
}
.cardsDetailTitle {
    color: #1723b1;
    font-weight: bold;
    border-left: 8px solid #1723b1;
    font-size: 24px;
    padding-left: 10px;
    margin: 0;
}
.cardsDetailTitle rt {
    font-weight: normal;
}
.cardsDetailMain .cards-detail-main-img {
    padding-left: 30px;
}
.cardsDetailMain .cards-detail-main-price .row {
    margin-left: 0;
    margin-right: 0;
}
.cardsDetailMain .cards-detail-main-price .card-type {
    margin-bottom: 10px;
    font-weight: bold;
}
.cardsDetailMain .thumb_wrap {
    margin: 0;
}
.cardsDetailMain .card-text {
    margin-bottom: 10px;
}


.lang-menu-header{position:absolute;right:18px;color:white;font-size:11px;}
.font-white{color:white;}
.font-gray{color:gray;}


/*------------------------------------
   SP用
------------------------------------*/

@media screen and (max-width: 767px) {

    .breadcrumb {
        padding: 10px;
        margin-bottom: 0;
    }
    /*カード詳細ページ - find*/
    .cardsDetailHead {
        background: #fffeeb;
        padding: 12px 12px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        line-height: 1em;
        margin-bottom: 15px;
    }
    .cardsDetailTitle {
        color: #1723b1;
        font-weight: bold;
        border-left: 8px solid #1723b1;
        font-size: 18px;
        padding-left: 10px;
        margin: 0px;
    }
    .cards-spec {
        width: 100%;
    }
    .cardImg {
        padding-left: 30px;
    }
    .cardImg img {
        width: 100%;
        margin-bottom: 10px;
    }
    .list-inline li {
        width: 100%;
        margin-bottom: 5px;
    }
    .cardTxtArea {
        padding-right: 15px;
    }
}
.card-spec-head {
    padding: 0px;
}
.cardsDetail .cards-spec .big-label-price {
    font-size: 24px;
}
.viewcard_price_td.number-addcart {
    padding-right: 0;
}
.viewcard_price_cat {
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
}
.cardsDetail .cards-spec .viewcard_price_td {
    display: block;
    padding: 0px;
}
.cardsDetail .cards-spec .viewcard_price_td.td-6,
.cardsDetail .cards-spec .viewcard_price_td.td-4 {
    width: 100%;
}
.cardsDetail .cards-spec .viewcard_price_wrap .big-label-price {
    border-right: 0;
    margin-bottom: 10px;
    text-align: right;
}
.cardsDetail .cards-spec .viewcard_price_wrap .big-label-price .base-price {
    margin-right: 0;
    font-size: small;
}
.cards-price .cart_btn_wrap {
    width: 40%;
    padding-right: 20px;
    float: right;
}
.viewcard_price_btn,
.cart_btn_wrap .btn-success {
    background: #2c37b8;
    border-color: #2c37b8;
}
.viewcard_price_btn:hover,
.cart_btn_wrap .btn-success:hover {
    background: #fef336;
    border-color: #cfc513;
    color: #000;
}
.viewcard_price_btn.btn-primary:focus,
.cart_btn_wrap .btn-success.btn-primary.focus {
    color: #4c4801;
    background-color: #fef336;
    border-color: #cfc513;
}
.buying-mode .viewcard_price_btn,
.buying-mode .cart_btn_wrap .btn-success {
    background-color: #00cece;
    border-color: #00cece;
}
.btn-to-shopping {
    color: #fff;
    background: #2c37b8;
    border-color: #2c37b8;
}
.btn-to-shopping:hover {
    background: #fef336;
    border-color: #cfc513;
    color: #000;
}
.btn-to-shopping:hover .label {
    color: #000;
}
.btn-to-shopping:focus {
    color: #4c4801;
    background-color: #fef336;
    border-color: #cfc513;
}
.btn-to-buying {
    background-color: #00cece;
    border-color: #00cece;
}
/*価格一覧*/
.cards-subtable {
    max-height: 260px;
    margin: 15px 0 15px;
    overflow-y: auto;
    border-top: 5px solid #2c37b8;
}
.cards-subtable .vcenter {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 10px;
    margin: 0;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}
.buying-mode .cards-subtable .vcenter {
    border-color: #abdfdf;
}
.cards-subtable .vcenter.active-row {
    padding: 5px 10px;
}
.cards-subtable .vcenter .unactive-row {
    display: block;
}
.cards-subtable .vcenter .lang {
    font-size: 12px;
}
.cards-subtable .vcenter .stock {
    font-size: 11px;
}
.cards-subtable .vcenter::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #e4e4e4;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}
.buying-mode .cards-subtable .vcenter::before {
    border-left-color: #abdfdf;
}
/*.cards-subtable .vcenter:hover{*/
/*background: #fff500;*/
/*text-decoration: none;*/
/*}*/
.cards-subtable .vcenter:hover::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #2c37b8;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}
.cards-subtable .vcenter > a {
    display: table;
    margin-right: 0;
}
.cards-subtable .vcenter > a:hover {
    text-decoration: none;
}
.cards-subtable .vcenter div.number {
    padding: 0px 15px;
}
.cards-subtable .vcenter .vcenter-cel {
    min-height: 30px;
    padding: 10px 0px;
    margin: 0;
    text-align: center;
}
.cards-subtable .vcenter .foil-icon{
    white-space: nowrap;
    display: block;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #967d41;
    background: -moz-linear-gradient(-45deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    background: -webkit-linear-gradient(-45deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    background: linear-gradient(135deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#967d41', endColorstr='#967d41', GradientType=1);
    color: #fff;
    height: auto !important;
    font-size:10px;
    padding: 2px 0;
    margin: 0;
}
.cards-subtable .vcenter .foil-icon.nega_mt10 {
    margin-top: -10px;
}
.cards-subtable .vcenter .foil-icon.sm{
    font-size: 9px;
}
.cards-subtable .vcenter .etched-icon{
    white-space: nowrap;
    display: block;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #7f7f7f;
    background: -moz-linear-gradient(-45deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    background: -webkit-linear-gradient(-45deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    background: linear-gradient(135deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#967d41', endColorstr='#967d41', GradientType=1);
    color: #fff;
    height: auto !important;
    font-size:10px;
    padding: 2px 0;
    margin: 0;
}
.cards-subtable .vcenter .etched-icon.nega_mt10 {
    margin-top: -10px;
}
.cards-subtable .vcenter .etched-icon.sm{
    font-size: 9px;
}
.cards-subtable .vcenter .feature-icon {
    white-space: nowrap;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: #398439;
    color: #fff;
}
.cards-subtable .vcenter .feature-icon.sm {
    font-size: 9px;
}
.cards-subtable .vcenter .feature-buy-icon {
    white-space: nowrap;
    display: block;
    border: 1px solid #1b6d85;
    background-color: #269abc;
    color: #fff;
}
.cards-subtable .vcenter .feature-buy-icon.sm {
    font-size: 9px;
}
.cards-subtable .vcenter .sale-icon {
    white-space: nowrap;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: #f90909;
    color: #fff;
}
.cards-subtable .vcenter .sale-icon.sm {
    font-size: 9px;
}
#card-overlay {
}
.modal-content {
    padding: 0;
    overflow: hidden;
}
.modal-body {
    padding: 3px;
    text-align: center;
}
.modal-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
}
#card-overlay .modal-sm {
    transform: translate(-50%, -50%);
}
.modal-card-box {
    margin-top: 3px;
}
.modal-card-name, .modal-card-stats {
    margin: 2px;
}
.modal_btnWrap .btn {
    width: 100%;
    padding: 5px;
}
.modal .mb15 {
    margin: 3px 0;
}
.card-tag {
}
.foil-tag {
    padding: 3px;
    white-space: nowrap;
    display: block;
    float: left;
    width: 90px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #967d41;
    background: -moz-linear-gradient(-45deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    background: -webkit-linear-gradient(-45deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    background: linear-gradient(135deg, #967d41 0%, #f0f0aa 20%, #967d41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#967d41', endColorstr='#967d41', GradientType=1);
    color: #fff;
    border-width: 4px;
    border-color: white;
    border-style: double;
}

.etched-tag {
    padding: 3px;
    white-space: nowrap;
    display: block;
    float: left;
    width: 90px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #7f7f7f;
    background: -moz-linear-gradient(-45deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    background: -webkit-linear-gradient(-45deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    background: linear-gradient(135deg, #7f7f7f 0%, #b6b6b6 20%, #7b7b7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#7f7f7f', GradientType=1);
    color: #fff;
    border-width: 5px;
    border-color: white;
    border-style: double;
}

.sale-tag {
    padding: 3px;
    white-space: nowrap;
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #f90909;
    color: #fff;
    border-width: 5px;
    border-color: white;
    border-style: double;
}
.saleword-tag {
    padding: 3px;
    white-space: nowrap;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #f90909;
    color: #fff;
    border-width: 5px;
    border-color: white;
    border-style: double;
}
.reservation-tag {
    padding: 3px;
    white-space: nowrap;
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #ff9500;
    color: #fff;
    border-width: 5px;
    border-color: white;
    border-style: double;
}
.cards-subtable .vcenter div.number .sold-out-label {
    min-height: 30px;
    margin: 0;
    padding: 10px 0;
}
.cards-subtable .vcenter div.number .form-control {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 30px;
}
.cards-price {
    margin: 0;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    .cards-subtable .number .input-group {
        margin: 0 -15px;
    }
    .cards-subtable .number .btn {
        width: 25px;
        padding: 5px 0;
    }
    .cards-subtable .vcenter div.number .form-control {
        min-width: 1em;
        height: 1em;
        padding: 15px 0px;
    }
    .cards-price .cart_btn_wrap {
        width: 50%;
    }
}

.width-100{
    width:100%;
}
.width-80{
    width:80%;
}
.width-20{
    width:20%;
}
.width-30{
    width:30%;
}
.width-auto{
    width:auto;
}
@media screen and (max-width: 767px) {
    /*------------------
    言語切り替えボタン（iPad）
    --------------------*/
    .lang-box{
        margin-top: 0;
        padding-top: 10px;
        padding-right: 0;
        padding-left: 0;
        width: 65px;
        margin-right: 0;
        height: 51px;
    }
    .lang-box span{
        font-size: 1.3rem;
    }
    .lang-box span a{
        color: #0e1f9d;
    }
    .lang-box .inner-lang-box div:first-child span{
        font-size: 1.2rem;
        position: relative;
        top: 0;
    }
    .lang-box .inner-lang-box div:nth-child(2) span{
        margin-left: 2px;
    }
    .lang-box p{
        margin-top: 3px;
    }
}
@media screen and (max-width: 414px) {
    /*------------------
    言語切り替えボタン（SP）
    --------------------*/
    .lang-box{
        margin-top: 0;
        padding-top: 10px;
        padding-right: 0;
        padding-left: 0;
        width: 65px;
        margin-right: 6px;
        height: 51px;
    }
    .lang-box span{
        font-size: 1.3rem;
    }
    .lang-box span a{
        color: #0e1f9d;
    }
    .lang-box .inner-lang-box div:first-child span{
        font-size: 1.2rem;
        position: relative;
        top: 0;
        margin-right: 0px;
        padding-top: 1px;
        padding-bottom: 0px;
    }
}
.lang-box .inner-lang-box div:nth-child(2) span{
    margin-left: 2px;
}
.lang-box p{
    margin-top: 7px;
}

