/* ------------------------------------
    共通
------------------------------------ */
body, code, kbd, pre, samp {
    /*font-family:“メイリオ”, Meiryo, sans-serif!important;*/
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif !important;
    font-weight: 500 !important;
    word-wrap: break-word;
}
/* issue20170728-1 */
body { /* overflow: auto!important; */ }
/* slidebars スクロール対応 */

body.fullsize {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
}
a {
    color: #1723b1;
}
.visible-lg-hd { display: none; }
.clear:after {
    content: "";
    display: inline-block;
    clear: both;
    overflow: hidden;
}
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb30 { margin-bottom: 30px; }
.mb45 { margin-bottom: 45px; }
.mb60 { margin-bottom: 60px; }
.mtop20 { margin-top: 20px; }
.nega_mt10 { margin-top: -10px; }
.naga_mb15 { margin-bottom: -15px; }

.standard-font-color { color: #337ab7; }
.pioneer-font-color { color: #337ab7; }
.modern-font-color { color: #8a00d1; }
.legacy-font-color { color: #e23e24; }
.vintage-font-color { color: #333; }
.casual-font-color { color: #008080; }
.pioneer-font-color { color: #ffa500; }
.boxes-font-color { color: #006400; }
.supply-font-color { color: #8e8e86; }
.others-font-color { color: #8e8e86; }

.standard-bg { background: #337ab7; }
.pioneer-bg { background: #337ab7; }
.modern-bg { background: #8a00d1; }
.legacy-bg { background: #e23e24; }
.vintage-bg { background: #333; }
.casual-bg { background: #008080; }
.pioneer-bg { background: #ffa500; }
.boxes-bg { background: #006400; }
.supply-bg { background: #8e8e86; }
.others-bg { background: #8e8e86; }

.standard-border { border-color: #337ab7; }
.pioneer-border { border-color: #337ab7; }
.modern-border { border-color: #8a00d1; }
.legacy-border { border-color: #e23e24; }
.vintage-border { border-color: #333; }
.casual-border { border-color: #008080; }
.pioneer-border { border-color: #ffa500; }
.boxes-border { border-color: #006400; }
.supply-border { border-color: #8e8e86; }
.others-border { border-color: #8e8e86; }

.btn-buying {  background: #00cece; }

.card_thumb img,
.thmb_img img,
.card-img {
    border-radius: 8px;
}
.logo a {
    background: url(/images/logo.png) 0 0 no-repeat;
    width: 184px;
    height: 56px;
    background-size: 100% auto;
    text-indent: -9999px;
    display: block;
}
/* ------------------------------------
    header
------------------------------------ */
.top_header {
    background-image: url(/images/header_bg.png);
    overflow: hidden;
}
.top_header_wrap {
    max-width: 1800px;
    margin: auto;
}
.navbar-header { width: 100%; }
.top_header .logo {
    margin: 20px 15px 20px 0;
    float: left
}
.top_header .logo h1 { margin: 0; }
.top_header .header_add {
    float: left;
    width: 360px;
}
.top_header .head_tag { float: right; }
.head_tag { float: right; }
.head_tag .hea_extra {
    float: right;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin: 15px 0 0;
    height: 65px;
    max-width: 380px;
}
.head_tag .hea_extra a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}
.head_tag .hea_extra .enter {
    background: #000;
    color: #fff500;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}
.head_tag .hea_extra .configuration_btn {
    margin-top: 5px;
}
.head_tag .hea_extra p {
    color: #fff;
    font-size: 12px;
    margin: 0 0 5px 0;
}
.head_tag .hea_extra.login-after h2 {
    font-size: 11px;
    overflow: hidden;
    height: 16px;
    word-break: break-all;
}
.head_tag .hea_extra.login-after h2 span {
    color: #fff500;
    font-size: 14px;
    margin-right: 3px;
}
.head_tag .hea_extra.login-after a {
    font-size: 11px;
    margin-right: 10px;
}
.head_tag .hea_extra.login-after a:last-child {
    margin-right: 0;
}
/* ログイン時に表示される通知を囲う　*/
.head_tag .hea_extra_login {
    display: flex;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin: 15px 0 0;
    height: 65px;
    width: auto;
}
.head_tag .hea_extra_login a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}
.head_tag .hea_extra_login .enter {
    background: #000;
    color: #fff500;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}
.head_tag .hea_extra_login .configuration_btn {
    margin-top: 5px;
}
.head_tag .hea_extra_login h2 {
    color: #fff;
    font-size: 12px;
    margin: 0 0 5px 0;
}
.head_tag .hea_extra_login.login-after h2 {
    font-size: 11px;
    overflow: hidden;
    height: 16px;
    word-break: break-all;
}
.head_tag .hea_extra_login.login-after h2 span {
    color: #fff500;
    font-size: 14px;
    margin-right: 3px;
}
.head_tag .hea_extra_login.login-after a {
    font-size: 11px;
    margin-right: 10px;
}
.head_tag .hea_extra_login.login-after a:last-child {
    margin-right: 0;
}
.hea_extra_login .head_tag2{
    margin-left: 7px;
}
/*ログイン時に表示される通知 */
.login-after .user_notice{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #333;
    background-color: #FEF000;
}
.login-after .user_notice p{
    margin-bottom: 0px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: underline;
}
/* ヘッダーに表示される通知 */
.user-notice{
    float: right;
    margin: 20px 15px 20px 0;
    padding: 10px 20px;
    border: 1px solid #333;
    background-color: #FEF000;
    align-items: center;
}
.user-notice p{
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: underline;
}
.user-notice p a {
    color: #ff0000;
}
/* メインに表示される通知 */
#main .row.user-main-notice-row {
	padding-bottom: 0;
}
.user-main-notice{
    margin: 0 0 14px 0;
    padding: 10px 20px;
    border: 1px solid #ff0000;
    background-color: #fffcc5;
    align-items: center;
	text-align: center;
}
.user-main-notice .notice-message {
    font-weight: bold;
    color: #ff0000;
}
.user-sub-notice{
    margin: 0;
    padding: 0px 20px;
    text-align: right;
}


.head_tag .right_add { float: right; }
/* ------------------------------------
    globalnav
------------------------------------ */
.nav_wrap { background: #000; }
.nav_wrap .pc_view { display: inline; }
.navbar {
    max-width: 1800px;
    margin: auto;
    padding: 0 15px;
    border-radius: 0;
    border-width: 0;
}
.navbar .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /*border-bottom: 3px solid #fef236;*/
}
.navbar .nav li {
    width: 100%;
    /*height: 47px;*/
    border-left: 1px solid #999;
    text-align: center;
}
.navbar .nav li:last-child {
    border-right: 1px solid #999;
}
.navbar .nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.navbar .nav a {
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.navbar .nav .active a{
  font-weight: bold;
}
.navbar .nav .active a,
.navbar .nav a:hover,
.navbar .nav a:active,
.navbar .nav a:active:focus,
.navbar .nav a:focus {
    background: #fef236;
    color: #000;
}
.navbar .nav a:hover{
  background: #eadf2c;
}
.navbar .nav li.active,
.navbar .nav li:hover,
.navbar .nav li + .active,
.navbar .nav li.active + li{
  border-left-color: #fef236;
  border-right-color: #fef236;
}

/* gnavi icon */
.navbar .nav .fa,
.navbar .nav .fas{
  font-size: 16px;
  margin-right: 5px;
}
.navbar-nav .gnav-icon{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/images/icon/gnavi-shop-w.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: contain;
  margin-right: 5px;
}
.navbar-nav .gnav-icon.ico-shop{
  background-image: url(/images/icon/shop_icon_white.png);
}
.navbar-nav .active .gnav-icon.ico-shop,
.navbar-nav li:hover .gnav-icon.ico-shop,
.navbar-nav li a:focus .gnav-icon.ico-shop{
  background-image: url(/images/icon/shop_icon_black.png);
}
.navbar-nav .gnav-icon.ico-buy{
  background-image: url(/images/icon/gnavi-buy-w.png);
  width: 15px;
}
.navbar-nav .active .gnav-icon.ico-buy,
.navbar-nav li:hover .gnav-icon.ico-buy,
.navbar-nav li a:focus .gnav-icon.ico-buy{
  background-image: url(/images/icon/gnavi-buy-b.png);
}



.bot_header {
    background: #000;
}
.bot_header .navbar {
    margin-bottom: 0;
}
.bot_header .navbar-default {
    background: none;
    border: none;
}
.bot_header .navbar-collapse {
    padding: 0;
}
.bot_header .navbar-nav {
    width: 100%;
    border-left: 1px solid #5e5e5e;
}
.bot_header .navbar-nav li {
    border-right: 1px solid #5e5e5e;
}
.bot_header .navbar-default .navbar-nav > li {
    width: 20%;
}
.bot_header .navbar-default .navbar-nav > li > a {
    color: #fff;
    width: 100%;
    text-align: center;
}
.bot_header .navbar-default .navbar-nav > li > a:focus,
.bot_header .navbar-default .navbar-nav > li > a:hover {
    color: #fff500;
}
.type_nav {
    margin-top: 15px;
}
/* ------------------------------------
    searcher
------------------------------------ */
.icon-addon {
    position: relative;
    height: 34px;
    padding-right: 39px;
}
#search_form {
    display: flex;
    align-items: stretch;
    font-size: 16px;
    border: 3px solid #1723b1;
    border-radius: 4px;
    background: #1723b1;
}
.search-form_wrap {
    display: flex;
    width: 100%;
}
.filter-searchBox {
    border-radius: 0;
}
#search_form .input-group {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#search_form #big_keyword {
    margin: 0;
    border: none;
    border-radius: 0;
    background: #fff !important;
    font-size: 16px;
}
.buying-mode #search_form #big_keyword {
    background: #fff;
}
.buying-mode #search_form{
    border-color: #71b8b8;
    background: #71b8b8;
}
.buying-mode .search_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #71b8b8;
}
#search_form .search_resetbtn {
    width: 34px;
    height: 34px;
    padding: 0 5px 3px;
    border: 2px solid #ddd;
    background: #ddd;
    font-size: 20px;
    outline: none;
    z-index: 100;
    line-height: 14px;
}
#search_form .search_resetbtn:focus {
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 100;
}
#search_form i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.search_icon_wrap {
    position: relative;
    width: 46px;
    z-index: 10;
}
.search_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #1723b1;
}
.standard #search_form {
    border-color: #337ab7;
    background: #337ab7;
}
.standard .search_icon {
    background: #337ab7;
}
.pioneer #search_form {
    border-color: #ffa500;
    background: #ffa500;
}
.pioneer .search_icon {
    background: #ffa500;
}
.modern #search_form {
    border-color: #8a00d1;
    background: #8a00d1;
}
.modern .search_icon {
    background: #8a00d1;
}
.legacy #search_form {
    border-color: #e23e24;
    background: #e23e24;
}
.legacy .search_icon {
    background: #e23e24;
}
.vintage #search_form {
    border-color: #333;
    background: #333;
}
.vintage .search_icon {
    background: #333;
}
.casual #search_form {
    border-color: #008080;
    background: #008080;
}
.casual .search_icon {
    background: #008080;
}
.boxes #search_form {
    border-color: darkgreen;
    background: darkgreen;
}
.boxes .search_icon {
    background: darkgreen;
}
.supply #search_form {
    border-color: #8e8e86;
    background: #8e8e86;
}
.supply .search_icon {
    background: #8e8e86;
}
.standard .searcher { background: #eeefff; }
.pioneer .searcher { background: #eeefff; }
.modern .searcher { background: #f1eaf5; }
.legacy .searcher { background: #faf0ef; }
.vintage .searcher {
    background: #d5d5d5;
    border-color: #a1a1a1;
}
.supply .searcher { background: #f4f4f4; }
.buy .searcher { background: #efd; }
.boxes .searcher { background: darkgreen; }
.buy .searcher { background: #efd; }
#search_form { margin-left: 0; }
#search_form .input-group { padding: 0 5px; }
.icon-addon.is-sp {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/*  nav-toggle
------------------------*/
.standard #nav-toggle { background: #337ab7; }
.pioneer #nav-toggle { background: #337ab7; }
.modern #nav-toggle { background: #8a00d1; }
.legacy #nav-toggle { background: #e23e24; }
.vintage #nav-toggle { background: #333; }
.boxes #nav-toggle { background: #666; }
.supply #nav-toggle { background: #666; }
#nav-toggle.open {
    background: #fff;
    color: #337ab7;
}
.standard #nav-toggle.open { color: #337ab7; }
.pioneer #nav-toggle.open { color: #337ab7; }
.modern #nav-toggle.open { color: #8a00d1; }
.legacy #nav-toggle.open { color: #e23e24; }
.vintage #nav-toggle.open { color: #333; }
.boxes #nav-toggle.open { color: #666; }
.supply #nav-toggle.open { color: #666; }
.nav-toggle-word {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: bold;
}
#nav-toggle-sp {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 66px;
    text-align: center;
}
#nav-toggle-sp::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 1px #a09924;
    border-right: solid 1px #a09924;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 3px;
    left: 45%;
    margin-top: -4px;
}
#nav-toggle .hamburger {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
#nav-toggle .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle.open .hamburger span { background: #337ab7; }
.standard #nav-toggle.open .hamburger span { background: #337ab7; }
.pioneer #nav-toggle.open .hamburger span { background: #337ab7; }
.modern #nav-toggle.open .hamburger span { background: #8a00d1; }
.legacy #nav-toggle.open .hamburger span { background: #e23e24; }
.vintage #nav-toggle.open .hamburger span { background: #333; }
.boxes #nav-toggle.open .hamburger span { background: #666; }
.supply #nav-toggle.open .hamburger span { background: #666; }
#nav-toggle .hamburger span:nth-child(1) {
    top: 0;
}
#nav-toggle .hamburger span:nth-child(2) {
    top: 5px;
}
#nav-toggle .hamburger span:nth-child(3) {
    top: 10px;
}
.searcher_sp {
    display: none;
    padding: 10px;
    background: #333;
}
.searcher_sp.open {
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .5);
}
#nav-toggle, #nav-toggle-sp {
    display: block;
    margin-right: 8px;
    margin-left: 5px;
    padding: 0 5px;
    border-radius: 5px;
    background: #71b8b8;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.7);
    color: #000;
    cursor: pointer;
    border: 2px solid #fff;
}
#nav-toggle-sp:hover {
    text-decoration: none;
}
#nav-toggle-sp.open {
    opacity: .5;
}
.standard #nav-toggle-sp {
    background: #70aadc;
}
.standard #nav-toggle-sp::before {
    border-color: #337ab7;
}
.pioneer #nav-toggle-sp {
    background: #f4a460;
}
.pioneer #nav-toggle-sp::before {
    border-color: #ffa500;
}
.modern #nav-toggle-sp {
    background: #ecc6ff;
}
.modern #nav-toggle-sp::before {
    border-color: #8a00d1;
}
.legacy #nav-toggle-sp {
    background: #ffa798;
}
.legacy #nav-toggle-sp::before {
    border-color: #e23e24;
}
.vintage #nav-toggle-sp {
    background: #929292;
}
.vintage #nav-toggle-sp::before {
    border-color: #333;
}
.boxes #nav-toggle-sp {
    background: #559755;
}
.boxes #nav-toggle-sp::before {
    border-color: #333;
}
.supply #nav-toggle-sp {
    background: #d2d2cc;
}
.supply #nav-toggle-sp::before {
    border-color: #333;
}
.standard-bg-color a { background: #337ab7; }
.pioneer-bg-color a { background: #337ab7; }
.modern-bg-color a { background: #8a00d1; }
.legacy-bg-color a { background: #8a0002; }
.vintage-bg-color a { background: #8e8e86; }
.pack-bg-color a {
    background: #f4f4f4;
    border: 3px solid #1723b1;
    color: #1723b1;
}
.supply-bg-color a {
    background: #f4f4f4;
    border: 3px solid #8e8e86;
    color: #8e8e86;
}
.buy-bg-color a {
    background: #f4f4f4;
    border: 3px solid #333;
    color: #333;
}
/*std mdn lgc切り替えボタンエリア*/
.colors_btns {
    overflow: hidden;
}
.colors_btns li {
    display: inline-block;
}
.breadcrumb {
    background: none;
    padding: 0;
    font-size: 12px;
    margin-bottom: 10px;
}
.breadcrumb a {
    color: #000;
}
/*ページ送り*/
.pagination {
    margin: 0;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    border-color: #d5d5d5;
    margin-left: 5px;
    padding: 5px 7px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    line-height: 1;
}
.pagination > li > a:first-child {
    margin-left: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #2c37b8;
    color: #fff;
    font-weight: bold;
}
.pagination > li.prev a,
.pagination > li.next a {
    background: #f0f0fe;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
/*ボタン類*/

.btn-addCart {
    background: #2c37b8;
    border-radius: 8px;
    border-color: #2c37b8;
    padding: 5px 10px;
    line-height: 1;
}
/* ------------------------------------
    #main
------------------------------------ */
#main {
    position: relative;
     margin-bottom: 45px;
}
/*tab*/
#main .nav > li > a {
    padding: 3px 12px;
    text-align: center;
}
#main .nav-tabs li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    background: none;
}
#main .nav-tabs li.active a {
    font-weight: bold;
}
.modern-bg-color a { background: #8a00d1; }
.legacy-bg-color a { background: #8a0002; }
.vintage-bg-color a { background: #8e8e86; }
.pack-bg-color a {
    background: #f4f4f4;
    border: 3px solid #1723b1;
    color: #1723b1;
}
.supply-bg-color a {
    background: #f4f4f4;
    border: 3px solid #8e8e86;
    color: #8e8e86;
}
.buy-bg-color a {
    background: #f4f4f4;
    border: 3px solid #333;
    color: #333;
}
#example #thumbnails > div > ul > li {
    height: auto;
    width: 60px;
    margin-right: 0;
}
#example #thumbnails {
    height: 40px;
}
#example .frame .slide_element .slide {
    border: 1px solid #333;
    overflow: hidden;
}
/* ------------------------------------
    メインカラム内
------------------------------------ */

.main_wrap { padding: 0 15px; }
.main_content:before,
.main_content:after {
    display: table;
    content: " ";
}
.main_wrap {
    float: right;
    width: 100%;
    margin: 0 0 0 -270px;
}
.main_content {
    margin-left: 270px;
}
/*}*/

/* ------------------------------------
    mainvisual
------------------------------------ */

/* ------------------------------------
    feature-box
------------------------------------ */
#main > .row .feature-box-title {
    margin-bottom: 10px;
}
#main > .row #top_feature .feature-box-title,
#main > .row #cards-detail-feature .feature-box-title {
    margin-left: 30px;
    margin-right: 30px;
}
#main .feature-box .owl-prev {
    left: 0;
    border-radius: 6px 0 0 6px;
}
#main .feature-box .owl-next {
    right: 0;
    border-radius: 0 6px 6px 0;
}
#main .feature-box-flame,
#main .feature-box {
    position: relative;
    min-height: 281px;
}
#main .feature-box .input-group-btn {
    z-index: 4;
    display: block;
}
#main .feature-box.after-loading-url {
    position: relative;
}
.thumbnail {
    padding: 2px;
}
.imageview .item {
    padding: 3px;
}
.loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.itemSearch { position: relative; }
.search_spinner {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    max-width: 28px;
}
/*#main .owl-wrapper { max-height: 240px; }*/
#main .row .thumbnail {
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
    border-radius: 2px;
    background: none;
    text-align: center;
}
#main .row .summary-card .thumbnail {
    height: 382px;
}

#main .row .thumbnail .card-img-namelabel {
    max-height: 20px;
    margin: 5px 0 7px;
    overflow: hidden;
}
#main .row .rank_item .thumbnail .card-img-namelabel .font-sm {
    padding-left: 18px;
}
#main .row .thumbnail a {
    display: block;
    position: relative;
    z-index: 3;
}
#main .row .thumbnail .btn-xs {
    padding: 5px 0;
    border: none;
}
#main .row .thumbnail .card-img {
    max-height: 250px;
    width: auto;
}
.feature-box .card-img-price {
    height: 3em;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.feature-box-title + .row {
    padding-bottom: 16px;
    margin: 0;
}
.owl-item {
    padding: 0;
}
/* ------------------------------------
    tooltip-inner
------------------------------------ */
.tooltip-inner {
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    min-width: 100%;
}
.tooltip-inner div {
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
/*カード内価格*/
.tooltip-inner dl {
    overflow: hidden;
    margin-bottom: 0;
}
.tooltip-inner dt {
    float: left;
    width: 40%;
    border-top: 1px solid #fff;
    padding-top: 3px;
    margin-top: 3px;
    font-weight: normal;
    font-size: 11px;
}
.tooltip-inner dd {
    margin-left: 40%;
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 3px;
    margin-top: 3px;
}
.tooltip-inner dt:first-child,
.tooltip-inner dd:first-child,
.tooltip-inner dd:nth-child(2) {
    border: none;
    margin-top: 0;
}
.feature-box .owl-item .thmb_img,
.imageview .item .thmb_img,
.supply .thumbnail .thmb_img,
.bannedWrap .thmb_img,
.side_box-right .thmb_img {
    height: 250px;
    margin-bottom: 7px;
}
.imageview .item {
    position: relative;
    margin-bottom: 15px;
}
.owl-item .thmb_img > a, .owl-item .thmb_img > div.sold-out-box {
    /*display: table-cell;*/
    width: 100%;
    /*height:238px;*/
    text-align: center;
    /*vertical-align: middle;*/
}
.owl-item .thmb_img > a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 258px;
}
.owl-item .thmb_img .tooltip-inner { border-radius: 0; }
.owl-item .thmb_img .tooltip-inner img { width: 100%; }
.owl-item .thmb_img .tooltip-inner div.input-group {
    background: none;
    padding: 0;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up {
    padding: 0;
    margin-left: 0;
    min-height: 50px;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .priceNumber {
    padding: 0;
    background: none;
    margin-bottom: 10px;
    margin-top: 5px;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .priceNumber .price {
    background: #000;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .priceNumber .price dt {
    padding-left: 10px;
    font-size: 11px;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .priceNumber .price dd {
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.7;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .input-group .number {
    display: table-cell;
    font-size: 10px;
    font-weight: normal;
    padding: 0 5px;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .input-group button {
    height: 18px;
    line-height: 18px;
    padding: 0;
    width: 25px;
    color: #fff;
    font-size: 12px;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .input-group button.btn-plus {
    background: #ff2300;
    margin-right: 5px;
    border-radius: 8px !important;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .input-group button.btn-minus {
    background: #131c81;
    border-radius: 8px !important;
    margin-right: 5px;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .input-group input {
    height: 18px;
    /* width:50px; */
}
.owl-item .thmb_img .tooltip-inner .caption-half-up .btn-group {
    bottom: 0;
    border: 1px solid #fff;
    height: 43px;
    padding: 0;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up a.btn {
    background: #fff500;
    border: none;
    width: 50%;
    padding: 5px 5px;
    text-align: left;
    font-size: 10px;
    border-radius: 0;
    color: #000;
    border-left: 1px solid #000;
    box-sizing: border-box;
    margin-top: 0;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up a:hover.btn {
    border-left: 1px solid #000;
    box-sizing: border-box;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up a.btn img {
    width: 15px;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.owl-item .thmb_img .tooltip-inner .caption-half-up a.btn p {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #000;
}
.owl-item .thmb_img .tooltip-inner div.caption-down {
    width: 100%;
    background: rgba(23, 35, 177, 0.9);
    padding: 10px 10px 6px 10px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
.owl-item .thmb_img .tooltip-inner div.caption-dow span {
    display: none;
}
.caption-down .btn-info {
    background: none;
    border: none;
    width: 100%;
}
/*.feature-box{*/
/*height: auto!important;*/
/*}*/

.feature-box-title {
    border-bottom-width: 3px !important;
}
.feature-box-title h2 {
    font-size: 20px;
    line-height: 30px;
    border-bottom-width: 3px !important;
    margin: 0 0 -3px 0 !important;
}
.feature-box-title .ss {
    margin-right: 5px;
    vertical-align: middle;
}
.feature_linkBtn {
    float: right;
    margin-top: 2px;
    padding: 5px 10px 5px 15px;
    border: 1px solid #fff;
    background: #1723b1;
    color: #fff;
    position: relative;
    font-weight: normal;
    font-size: 12px;
}
.standard .feature_linkBtn { background: #337ab7; }
.pioneer .feature_linkBtn { background: #ffa500;; }
.modern .feature_linkBtn { background: #8a00d1; }
.legacy .feature_linkBtn { background: #e23e24; }
.vintage .feature_linkBtn { background: #333; }
.casual .feature_linkBtn { background: #008080; }
.feature_linkBtn::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px;
}
.feature_linkBtn:hover {
    border: 1px solid #1723b1;
    background: #fff;
    color: #1723b1;
    text-decoration: none;
}
.standard .feature_linkBtn:hover { border-color: #337ab7; color: #337ab7; }
.pioneer .feature_linkBtn:hover { border-color: #ffa500;; color: #ffa500;; }
.modern .feature_linkBtn:hover { border-color: #8a00d1; color: #8a00d1; }
.legacy .feature_linkBtn:hover { border-color: #e23e24; color: #e23e24; }
.vintage .feature_linkBtn:hover { border-color: #333; color: #333; }
.feature_linkBtn:hover:before {
    border-top: solid 2px #1723b1;
    border-right: solid 2px #1723b1;
}
.standard .feature_linkBtn:hover:before { border-color: #337ab7; }
.pioneer .feature_linkBtn:hover:before { border-color: #ffa500;; }
.modern .feature_linkBtn:hover:before { border-color: #8a00d1; }
.legacy .feature_linkBtn:hover:before { border-color: #e23e24; }
.vintage .feature_linkBtn:hover:before { border-color: #333; }
.cardfilter_exptitle {
    display: inline-block;
    vertical-align: middle;
}
#slide_sideWrap .tabContent_des,
.tab-content .tabContent_des {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: normal;
    text-align: right;
}
#slide_sideWrap .tabContent_langBox,
.tab-content .tabContent_langBox {
    float: left;
    width: auto;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
#slide_sideWrap .tabContent_countBox,
.tab-content .tabContent_countBox {
    float: right;
    width: auto;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: right;
}
.slide_side .tabContent_ttl,
.tab-content .tabContent_ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
}
.tabContent_colWrap {
    display: flex;
    height: 250px;
}
.tabContent_mainCol {
    position: relative;
    float: left;
    padding: 0 15px;
}
/* TODO : shoutboxの空アイテムが無くなったら切り替え */
/*.tabContent_mainCol .thumbnail,*/
/*.tabContent_mainCol .owl-item {*/
.tabContent_mainCol .thumbnail { height: 170px; }
.tabContent_mainCol .thmb_img { margin-top: 20px; }
.tabContent_leftCol,
.tabContent_rightCol {
    float: left;
}
.typeSlector { height: 250px; }
/* ------------------------------------
    カード詳細
------------------------------------ */
#main .row #owl-card-indeck .thumbnail {
    height: auto;
    min-height: 260px;
    border-radius: 0;
}
#owl-card-indeck a:hover {
    text-decoration: none;
}
#owl-card-indeck .deck_format {
    height: 5px;
    padding: 0;
}
#owl-card-indeck .deck_format.standard-color { background: #337ab7; }
#owl-card-indeck .deck_format.pioneer-color { background: #337ab7; }
#owl-card-indeck .deck_format.modern-color { background: #8a00d1; }
#owl-card-indeck .deck_format.legacy-color { background: #e23e24; }
#owl-card-indeck .deck_format.vintage-color { background: #333; }
#owl-card-indeck .trim {
    margin: 0 auto 10px;
    width: 100%;
    height: 130px;
    background-position: -20px -40px !important;
    position: relative;
}
#owl-card-indeck .owl-item div {
    background: none;
}
#owl-card-indeck .tooltip-inner {
    color: #000;
}
#owl-card-indeck .card-img-namelabel {
    padding: 0 3px;
    background: #fff;
    color: #337ab7;
    font-weight: normal;
}
#owl-card-indeck .deck_icon {
    padding: 0 3px;
    line-height: 0;
}
#owl-card-indeck .deck_des {
    padding: 3px;
}
#owl-card-indeck .deck_des table {
    width: 100%;
    border-collapse: collapse;
}
#owl-card-indeck .deck_des th,
#owl-card-indeck .deck_des td {
    padding: 3px 0;
    border-bottom: 1px dotted #ddd;
    vertical-align: top;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
.list-inline {
    margin-bottom: 10px;
}
.thumb_wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-left: -15px;
}
.thumb_wrap img {
    margin-bottom: 10px;
}
.thumb_wrap img.card-img {
    width: auto;
    height: 350px;
    object-fit: contain;
}
.condisions_icon_wrap { position: relative; }
.viewbox_thumb_wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.viewbox_thumb_wrap img {
    margin-bottom: 10px;
}
.viewbox_thumb_wrap img.card-img {
    width: auto;
    min-height: 350px;
    object-fit: contain;
}
.viewbox_stock div {
    margin-bottom: 10px;
}
.viewbox_stock_exposition {
    margin: 10px 0;
    padding: 10px 0;
    border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    text-align: left;
    line-height: 1.5;
    list-style-type: circle;
}
.notice-shared-item {
    text-align: left;
    padding-bottom: 10px;
}
.viewbox_stock .viewbox_tag_wrapper {
    margin: 0;
    overflow: hidden;
}

/* ------------------------------------
    side-menu
------------------------------------ */
.side-menu {
    width: 100%;
    float: left;
    max-width: 270px;
    padding: 0;
}
.side_bar.row {
    margin-left: 0;
}
.side_box {
    padding: 8px 8px;
    background: #f7f7f7;
    border: 3px solid #1723b1;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 13px;
}
.side_box a {
    border-bottom: 1px dotted #ccc;
    display: block;
    padding-bottom: 2px;
    margin-bottom: 2px;
    line-height: 1.4;
}
.side_box.boxpack a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.4em;
}
.side_box a:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.side_box label {
    font-weight: normal;
    color: #000;
}
.side_box label.btn {
    border: 1px solid #e0e0e0;
    padding: 3px 5px;
    min-height: 18px;
    color: #000;
}
.side_box label.btn.active {
    background: #fff500;
    box-shadow: none;
}
.side_box label.btn img {
    height: 18px;
}
.side_box .expansion-filter-list .btn,
.side_box .free-item-list .btn {
    padding: 3px 5px 3px 15px;
    text-align: left;
}
.expansion-filter-list .btn-group.menu-btn-group,
.free-item-list .btn-group.menu-btn-group {
    float: left;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
}
.free-item-list .btn-group.menu-btn-group {
    width: 100%;
}
.side_box .exp_link {
    float: right;
    display: block;
    width: 10%;
    min-height: 18px;
    padding: 4px 5px;
    border: 0 solid #e0e0e0 !important;
    text-align: center;
    pointer-events: auto;
}
.side_box .exp_link:hover {
    color: red;
}
/*  side-menu > allexpansion_btn_wrap
------------------------*/
.allexpansion_btn_wrap {
    width: 100%;
    margin-bottom: 12px;
}
.side_box label.expansion-filter-btn {
    width: 100%;
    margin-top: 5px;
    padding: 5px 5px 5px 15px;
    border: 0;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #1724b1;
    color: #1724b1;
    font-weight: bold;
}
.side_box label.expansion-filter-btn.active {
    top: 2px;
    /*background: rgb(62,184,229);
    background: -moz-linear-gradient(top,  rgba(62,184,229,1) 0%, rgba(44,160,202,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(62,184,229,1) 0%,rgba(44,160,202,1) 100%);
    background: linear-gradient(to bottom,  rgba(62,184,229,1) 0%,rgba(44,160,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb8e5', endColorstr='#2ca0ca',GradientType=0 );*/
    background: #1724b1;
    box-shadow: 0 5px 3px #999;
    color: #fff;
}
.side_box label.expansion-filter-btn::before {
    background: #1724b1 url(../../images/icon/right_arrow.png) no-repeat center center;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.side_box label.expansion-filter-btn.active::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.side_box .expansion-filter-list .box-formats {
    position: relative;
    margin: 14px 0;
    padding: 7px 15px 6px;
    color: white;
    line-height: 1.3;
    cursor: pointer;
}
.side_box .expansion-filter-list .box-formats:after{
    position: absolute;
    content: '';
    top: -2px;
    right: -2px;
    border: none;
    border-right: solid 42px #f7f7f7;
    border-bottom: solid 80px transparent;
}
.side_box .expansion-filter-list .box-formats-toggle{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 24px;
}
.side_box .ss.ss-bmtoken{
	width: 12px;
	height: 12px;
}
.side_box .ss.ss-bmtoken:before {
    background: url(../../images/icon/bigwebman.png) no-repeat center center / 12px 12px;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: -1px;
	left: -1px;
}

/*  side-menu > expansion-overlay
------------------------*/
#expansion-overlay .btn-group > .btn {
    margin-bottom: 5px;
    padding: 3px;
    border: none;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
#expansion-overlay .btn-group > .btn.active {
    background: #fff500;
}
#expansion-overlay.row {
    margin: 0;
}
#expansion-overlay .overlay_exp_heading {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0 0 10px 0;
}
#expansion-overlay .overlay_exp_heading h3 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #fff;
}
#expansion-overlay .allFormat_selectBox {
    font-size: 12px;
    color: #fff;
}
#expansion-overlay .exp_link {
    display: block;
    padding: 6px 0 7px;
}
#expansion-overlay .box-formats- {
    overflow: hidden;
}
.overlay_exp_inner .type_title {
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
}
.overlay_exp_inner .basic_sets .type_title span {
    background: #333;
    color: #fff;
}
.overlay_exp_inner .type_title span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 0 5px 0 0;
    background: #ddd;
}
.overlay_exp_heading.standard-color {
    background: #337ab7;
}
.overlay_exp_wrap.standard-color {
    border-left: 2px solid #337ab7;
}
.overlay_exp_wrap.standard-color .overlay_exp_inner {
    border-bottom: 1px solid #337ab7;
}
.overlay_exp_heading.pioneer-color {
    background: #ffa500;
}
.overlay_exp_wrap.pioneer-color {
    border-left: 2px solid #ffa500;
}
.overlay_exp_wrap.pioneer-color .overlay_exp_inner {
    border-bottom: 1px solid #ffa500;
}
.overlay_exp_heading.modern-color {
    background: #8a00d1;
}
.overlay_exp_wrap.modern-color {
    border-left: 2px solid #8a00d1;
}
.overlay_exp_wrap.modern-color .overlay_exp_inner {
    border-bottom: 1px solid #8a00d1;
}
.overlay_exp_heading.legacy-color {
    background: #e23e24;
}
.overlay_exp_wrap.legacy-color {
    border-left: 2px solid #e23e24;
}
.overlay_exp_wrap.legacy-color .overlay_exp_inner {
    border-bottom: 1px solid #e23e24;
}
.overlay_exp_heading.vintage-color {
    background: #333;
}
.overlay_exp_wrap.vintage-color {
    border-left: 2px solid #333;
}
.overlay_exp_wrap.vintage-color .overlay_exp_inner {
    border-bottom: 1px solid #333;
}
.overlay_exp_heading.other-color {
    background: #8e8e86;
}
.overlay_exp_wrap.other-color {
    border-left: 2px solid #8e8e86;
}
.overlay_exp_wrap.other-color .overlay_exp_inner {
    border-bottom: 1px solid #8e8e86;
}
#expansion-overlay .overlay_exp_wrap {
    margin: 5px 0 15px 3px;
    padding: 0 0 5px 5px;
}
.searchbtn.pull-right {
    margin-right: 15px;
}
.side_box .menu-rare-btn {
    line-height: 1;
}
.side_box .rare_jp {
    font-size: 10px;
}
.side_dearch .has-feedback {
    text-align: center;
}
.side_dearch .has-feedback .serch-button {
    background: #454545;
    color: #fff;
    border: 1px solid #d5d5d5;
    padding: 2px 0 0;
    line-height: 24px;
    width: 50%;
    text-align: center;
    font-size: 13px;
    margin: auto;
    box-shadow: none;
}
.side_dearch .has-feedback .serch-button a {
    display: block;
    color: #fff;
}
.side_dearch .has-feedback .serch-button a:hover{
    text-decoration:none;
}
.side_dearch .refresh-btn,
.side_dearch .has-feedback .refresh-btn:hover {
    padding: 4px 10px;
    width: 40%;
    color: #eee;
    font-size: 11px;
    line-height: 24px;
    border-radius: 4px;
    border-color: #eee;
    background-color: #fff;
    cursor: not-allowed;
    pointer-events: none;
    transition: all .2s;
}
.side_dearch .has-feedback .refresh-btn.refresh-on {
    color: #ff6a6a;
    cursor: pointer;
    pointer-events: auto;
}
.boxTitle {
    margin-bottom: 10px !important;
    padding: 5px 0 5px 8px;
    border-left: 7px solid #4c5054;
    color: #4c5054;
}
.boxTitle label,
.boxTitle input {
    margin: 0;
}
.boxTitle .sideEventTitle {
    float: left;
    margin: 7px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #4c5054;
}
.side_box .boxTitle .linkBtn {
    float: right;
    padding: 5px 10px 5px 15px;
    border: 1px solid #fff;
    background: #1723b1;
    color: #fff;
    position: relative;
    font-weight: normal;
    font-size: 12px;
}
.boxTitle .linkBtn::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px;
}
.boxTitle .linkBtn:hover {
    border: 1px solid #1723b1;
    background: #fff;
    color: #1723b1;
    text-decoration: none;
}
.boxTitle .linkBtn:hover:before {
    border-top: solid 2px #1723b1;
    border-right: solid 2px #1723b1;
}
button#search {
    background: #a0a0a0;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: none;
    border: none;
}
#expantion-filter-btn {
    background: #717171;
    color: #eee;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 3px;
    cursor: pointer;
}
#overlay {
    display: none;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
}
#overlay_text {
    font-size: 40px;
    color: #eee;
    vertical-align: middle;
    font-weight: bold;
}
.normal_foil_check {
    margin-bottom: 15px;
}
.normal_foil_check label {
    float: left;
    width: 50%;
    padding: 10px 0;
    border: 1px solid #ddd;
    text-align: center;
}
.normal_foil_check label:first-child {
    margin-right: -1px;
}

/* PC用お知らせメッセージボックス */
.side_notice ul {
    margin: 10px;
    padding-left: 0;
    list-style: none;
}
.side_notice ul li {
    border-top: 1px solid #ccc;
    margin-top: 8px;
    padding-top: 8px;
}

/*  */
.sp-box {
    margin: 0 auto;
    padding: 40px 15px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #d6d6d6;
}
.buying-mode .sp-box {
    background-color: transparent;
}

/* SP用お知らせメッセージボックス */
.box_notice ul {
    padding-left: 0;
    list-style: none;
}
.box_notice ul li {
    padding: 1rem;
    border-bottom: solid 1px #ccc;
}
.inner-box-notice {
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
}
.sp-box-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

/*------------
SNSと記事エリア
------------*/
.info-sns-box .fa-twitter{color: #00aced;}
.info-sns-box .fa-facebook-f{color: #3B5998;}
.info-sns-box .fa-youtube{color: #FF0000;}
.info-sns-box .fa-twitch{color: #6440A4;}
.kiji-sns-box{
    background-color: #f4f4f4;
}
.kiji-sns-box a:hover{
    text-decoration: none;
}
.kiji-sns-box li{
    list-style: none;
}
.kiji-sns-box .inner-kiji-sns-box{
    padding: 40px;max-width: 1200px;margin: 0 auto;
}
.kiji-sns-box .inner-kiji-sns-box .left-kiji{
    background-color: #fff;
}
.kiji-sns-box .inner-kiji-sns-box .left-kiji .left-kiji-ttl{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
    height: 54px;
    padding-top: 10px;
}
.kiji-sns-box .inner-kiji-sns-box .left-kiji .row{
    margin-left: 0;
    margin-right: 0;
}
.kiji-sns-box .inner-kiji-sns-box .left-kiji ul{
    padding-left: 0;
}
.kiji-sns-box .inner-kiji-sns-box .left-kiji ul li{
    margin-bottom: 5px;
}
.kiji-sns-box .inner-kiji-sns-box .left-kiji ul li:nth-child(even){
    border-top:1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.kiji-sns-box .inner-kiji-sns-box .left-kiji ul img{
    width: 139px;
    height: 92px;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns{
    position: relative;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .tweetbox{
    overflow: hidden;
    padding: 10px 40px;
    margin-right: 6px;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .tweetbox h4 span{
    font-size: 1rem;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .tweetbox .embed-viewtw{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .tweetbox .inner-tweetbox{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 209px;
    overflow-y: scroll;
    border-top: 1px solid #d6d6d6;;
    border-bottom: 1px solid #d6d6d6;
    -ms-overflow-style:none;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .tweetbox .inner-tweetbox::-webkit-scrollbar {
  display: none;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box{
    width: 100%;
    padding: 0;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul li{
    display: flex;
    margin-top: 16px;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul li p{
    margin-bottom: 0;
    margin-top: 3px;
    color: #000;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul li i{
    margin-right: 5px;
    font-size: 2rem;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a:first-child,
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a:nth-child(2){
    margin: 5px 5px 5px 0;
    width: 49%;
    height: 54px;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a:nth-child(3),
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a:nth-child(4),
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a:nth-child(5),
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a:nth-child(6){
    margin: 0 5px 5px 0;
    width: 49%;
    height: 54px;
}
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a:nth-child(4) li i{
        margin-left:4px;
        margin-right: 10px;
    }
/* ---- 枠ライン ---- */
.kiji-sns-box .inner-kiji-sns-box .left-kiji,
.kiji-sns-box .inner-kiji-sns-box .right-sns .tweetbox,
.kiji-sns-box .inner-kiji-sns-box .right-sns .info-sns-box ul a{
    border: 1px solid #d6d6d6;
    background-color: #fff;
}

/*------------
下部エキスパンションエリア
------------*/
.gray_bgmenu {
    background: #eeefff;
    padding: 0 15px;
}
.expantionList .container-fluid {
    padding: 30px 0;
}
.expantionList .title {
    color: #1723b1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.expantionList div {
    margin-bottom: 10px;
    color: #807e82;
}
/*ショップ情報エリア*/
.shopinfo {
    padding-top: 20px;
    border-bottom: 1px solid #d9dbee;
    color: #000;
}
.shopinfo_wrap {
    max-width: 1500px;
    margin: auto;
}
.shopinfo_title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.shopinfo p {
    color: #000;
}
.shopinfoBanner {
}
.shopinfoBanner img {
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}
/*footer*/
.footer {
    background: #1723b1;
    position: relative;
}
.footer_wrap {
    max-width: 1500px;
    margin: auto;
}
.footer_wrap .sitemap_title {
    border-bottom: #5e68e1 solid 1px;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #d3d6ff;
    text-transform: uppercase;
}
.footer_wrap .sitemap_title span {
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 0 3px 10px;
    border-left: 5px solid #5e68e1;
}
.footer_wrap .sitemap_menu {
    margin: 0;
    padding: 0;
}
.footer_wrap .sitemap_menu li {
    margin-bottom: 10px;
    list-style: none;
    line-height: 1.2;
}
.footer_wrap .sitemap_menu li a { display: inline-block; color: #d3d6ff; }
.footer_wrap .sitemap_menu li a:hover { color: #fff; }
.footer_wrap_bottom {
    padding: 15px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.footer_wrap_bottom .f_item a {
    color: #fff;
    font-weight: 100;
}
.footer_wrap .fa-chevron-circle-right { margin-right: 5px; }
.footer_expansion {
    padding: 45px 0;
}
.footer_expansion ul,
.footer_expansion li {
    margin: 0;
    padding: 0;
}
.footer_exp_format {
    margin-bottom: 5px;
    font-size: 24px;
}
.footer_exp_format.standard-color { color: #337ab7; }
.footer_exp_format.pioneer-color { color: #ffa500; }
.footer_exp_format.modern-color { color: #8a00d1; }
.footer_exp_format.legacy-color { color: #e23e24; }
.footer_exp_format.vintage-color { color: #333; }
.footer_exp_format.other-color { color: #8e8e86; }
.footer_exp_column_item {
    margin: 2px;
    background: #fefefe;
    border-right: 2px solid rgba(34, 25, 25, 0.4);
    border-bottom: 2px solid rgba(34, 25, 25, 0.4);
    /*box-shadow: 1px 1px 1px rgba(34, 25, 25, 0.4);*/
    padding: 10px;
}
.footer_expansion_title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #1622b1;
    font-weight: bold;
    text-align: center;
}
#footer_expansion_content._hide { opacity: 0; }
.footer_expansion_list_title {
    margin: 0 0 5px;
    padding: 5px 0 5px 10px;
    border-left: 6px solid #ccc;
    font-size: 16px;
}
.footer_expansion .footer_expansion_list {
    margin-left: 2em;
    margin-bottom: 5px;
    list-style: none;
    font-size: 14px;
    line-height: 1.4;
    text-indent: -0.6em;
}
.footer_expansion .ss {
    text-align: center;
}
.footer_expansion .container-fluid {
    max-width: 1800px;
}
/*------------------------

shout_box

------------------------*/
.shout_box {
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
}
/** .shout_boxの高さを継承 **/
.shout_box .mider_content,
.shout_box .container-fluid,
.shout_box .tab-content,
.shout_box .tab-pane.active,
.shout_box .owl-carousel,
.shout_box .owl-wrapper {
    height: inherit;
}
.shout_box .tbs_bg {
    height: 100%;
}
.shout_box .tbs_bg .tab-content {
    margin: 0 15px;
    padding: 0;
}
.shout_box .tab-pane.active {
    padding: 0;
    margin: 0;
}
/** shout_box owl-carousel **/
.shout_box .owl-mini-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.shout_box .owl-prev { left: 15px; }
.shout_box .owl-next { right: 15px; }
/** shout_box cart-tab **/
.purchase_wrap .row {
    margin-top: 15px;
}
.purchase_item_num {
    font-size: 16px;
}
#cart_card_kinds,
#cart_cards_count {
    margin-top: -3px;
    font-size: 20px;
}
#cart_summary {
    font-size: 28px;
}
.shoutbox_cart_btn {
    width: 100%;
    border-radius: 0;
}
/** shout_box deck-tab **/
.typeSlector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 5px;
    background: #ddd;
}
#deck-tab .typeSlector-btn {
    width: 100%;
}
#deck-tab .typeSlector-btn.active {
    background: #fff;
}
.editPanel .row { margin-top: 10px; }
.editPanel .btn { margin-bottom: 3px; }
.editPanel_ttl {
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 5px solid #4c5054;
    font-size: 20px;
}
.editPanel_btn-noline:hover { text-decoration: none; }
.deck_selector .select {
    border: 1px solid #ccc;
    background: #fff;
}
#deck-tab-deck_id {
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fff;
}
.message_box:last-child { border-bottom: none; }
.shout_box .container-fluid {
    margin-left: -15px;
    margin-right: -15px;
}
.multi_tabs .nav-tabs {
    border-color: #575757;
}
.multi_tabs .nav-tabs li {
    display: inline-block;
    width: 15%;
    margin-right: 1px;
}
.multi_tabs .nav-tabs li:first-child {
    margin-left: 15px;
}
.multi_tabs .nav-tabs > li > a {
    border-color: #575757;
    background: #575757;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 15px;
    width: 100%;
    margin-right: 1px;
    color: #fff;
}
.multi_tabs .nav-tabs > li > a span {
    line-height: 28px;
}
.multi_tabs .nav-tabs > li > a i {
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px;
    top: 3px;
}
.multi_tabs .nav-tabs > li > a img {
    height: 20px;
}
.multi_tabs .nav-tabs > li > a .tab-icon-white {
    display: inline-block;
}
.multi_tabs .nav-tabs > li.active > a .tab-icon-white {
    display: none;
}
.multi_tabs .nav-tabs > li > a .tab-icon-black {
    display: none;
}
.multi_tabs .nav-tabs > li.active > a .tab-icon-black {
    display: inline-block;
}
.tbs_bg .tab-content {
    padding: 3px;
    overflow: hidden;
}
.multi_tabs .nav-tabs .openclose_btn {
    width: 54px !important;
    margin: 0 10px 0 0;
}
#close_pop {
    display: block;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 2px;
    border: none;
    background: #d33c44;
}
#close_pop img { max-width: none; }
.multi_tabs .nav-tabs > li.active > a,
.multi_tabs .nav-tabs > li.active > a:focus,
.multi_tabs .nav-tabs > li.active > a:hover {
    position: relative;
    border: 1px solid #575757;
    border-bottom: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #2e2e2e;
}
.multi_tabs .nav-tabs > li > a abbr {
    font-size: 12px;
}
.multi_tabs .tab-content { }
.tbs_bg {
    background: #f4f4f4;
    margin-bottom: 0;
}
.mTop { margin: 40px 0 0 0; }
.mNone { margin: 0; }
.mTopzro { margin: 0; }
.expHidden,
.expHidden .btn,
.expHidden input {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.shoutBox_deckBox {
    position: relative;
    padding: 0;
}
.shoutBox_deckBox .thmb_img {
    position: static;
    margin: 0;
}
.shoutBox_deckBox .trim {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 auto 10px;
    background-position: 40% 20% !important;
    background-size: 150% !important;
}
.shoutBox_deckBox .deck_format {
    height: 5px;
    padding: 0;
}
.shoutBox_deckBox .deck_format.standard-color { background: #337ab7; }
.shoutBox_deckBox .deck_format.pioneer-color { background: #337ab7; }
.shoutBox_deckBox .deck_format.modern-color { background: #8a00d1; }
.shoutBox_deckBox .deck_format.legacy-color { background: #e23e24; }
.shoutBox_deckBox .deck_format.vintage-color { background: #333; }
.shoutBox_deckBox .tooltip-inner {
    color: #000;
}
.shoutBox_deckBox .mydeck_des {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}
.shoutBox_deckBox .card-img-namelabel {
    padding: 0 3px;
    font-weight: normal;
}
.shoutBox_deckBox .deck_icon {
    padding: 0 3px;
    line-height: 0;
}
.shoutBox_deckBox .deck_des {
    padding: 3px;
}
.shoutBox_deckBox .deck_des table {
    width: 100%;
    border-collapse: collapse;
}
.shoutBox_deckBox .deck_des th,
.shoutBox_deckBox .deck_des td {
    padding: 3px 0;
    border-bottom: 1px dotted #ddd;
    vertical-align: top;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
.shoutBox_deckBox .deck_des th {
    width: 7em;
}
/*------------------------

/cards/filter ソートボックス

------------------------*/
.searchFilter_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supply-sortbox .searchFilter_flexBox {
    justify-content: flex-end;
}

/*------------------------

記事一覧ページ用

------------------------*/
.articlelList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}
.articlelListBox {
    position: relative;
    list-style: none;
    margin-bottom: 25px;
    padding: 0 5px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.articlelList .entry-contents {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.entry_img {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.entry_img img {
    transition: 0.2s ease-in-out;
}
.entry-contents:hover .entry_img > img {
    transform: scale(1.05);
    transition: 0.2s ease-in-out;
    opacity: 0.8;
}
.articlelList .entryTitle {
    height: 78px;
    margin: 0 0 5px;
    padding: 10px 5px;
    border-top: 5px solid #ddd;
    font-size: 17px;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.3;
}
.articlelList .entryTitle a {
    color: #1723b1;
    font-weight: 500;
}
.articlelList .entryTitle a {
}
.articlelList .description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 8px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.3;
    color: #777;
}
.articlelList .description p {
    margin-bottom: 0; /* bootstrap リセット */
    line-height: 1.4;
    font-weight: normal;
}
.articlelList .entry-meta {
    width: 100%;
    background: #f4f4f4;
    padding: 5px;
    color: #999;
    text-align: right;
}
.articlelList .entry-meta ul, .articlelList .entry-meta li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.articlelList .entry-meta .tagBox {
    width: 100%;
    height: 42px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
}
.articlelList .entry-meta .tagBox li {
    float: left;
    margin: 2px 2px 0 0;
}
.articlelList .entry-meta a {
    position: relative;
    display: block;
    height: 18px;
    padding: 0 2px 0 2px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0 2px 2px 0;
    font-size: 10px;
    color: #888;
    line-height: 16px;
    text-decoration: none;
    overflow: hidden;
}
.articlelList .entry-meta a:hover {
    border: 1px solid #337ab7;
    background: #fff;
    color: #337ab7;
}
.articlelList .entry-meta .entry_list_date,
.articlelList .entry-meta .entry_list_auther {
    font-size: 9px;
    display: block;
}
.articlelList .entry-meta .entry_list_date { font-weight: bold; }
.entry_list_date._noAuther { padding-top: 1em; }
.entry_relationFeature { margin-top: 60px; }
/*------------------------
記事詳細ページ用
------------------------*/
.entry_article_wrap {
    max-width: 1200px;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 1.7;
}
.entry_article_wrap .feature-box-title {
    margin-bottom: 10px;
}
.entry_article_wrap p {
    margin: 0;
    font-weight: normal;
}
.entry_article_wrap .date,
.entry_article_wrap .auther,
.entry_article_wrap .entry-cat {
    float: left;
    margin-right: 15px;
}
.entry_article + .entry-meta {
    margin-top: 50px;
}
.entry_header {
    margin-bottom: 30px;
}
.entry_info {
    margin-bottom: 20px;
}
.entry_article .date {
    display: inline-block;
    padding: 6px 10px;
    background: #1723b1;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
}
.entry_tag {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 10px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
}
.entry_tag li {
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0 10px 5px 5px;
    padding: 0 10px;
    background: #f5f4e5;
    line-height: 20px;
}
.entry_tag li:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f5f4e5;
    margin-left: -10px;
}
.entry_tag li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    line-height: 20px;
}
.entry_tag li a { color: #000; }
.entry_thumb {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
    background: #f4f4f4;
}
.entry_article .entry_txt h2 {
    /* MovableTypのstyle上書き */
    margin-bottom: 30px !important;
    padding: 15px 0 !important;
    border-top: 5px solid #1723b1 !important;
    border-bottom: 1px solid #1723b1 !important;
    font-size: 24px !important;
    font-weight: bold !important;
}
.entry_article .entry_txt h3 {
    /* MovableTypのstyle上書き */
    margin-bottom: 15px !important;
    padding-left: 10px !important;
    border-left: 4px solid #1723b1 !important;
    font-size: 24px !important;
    font-weight: bold !important;
}
.entry_article .entry_txt h4 {
    /* MovableTypのstyle上書き */
    margin-bottom: 15px !important;
    font-size: 21px !important;
    font-weight: bold !important;
    color: #1723b1 !important;
}
.entry_article .entry_txt h5 {
    /* MovableTypのstyle上書き */
    margin-bottom: 10px !important;
    border-left: 8px solid #1723b1 !important;
    padding-left: 8px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.entry_author_wrap {
    max-width: 400px;
    padding: 15px;
    border: 3px solid #ddd;
}
.entry_author_border {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.entry_author_img {
    width: 23%;
}
.entry_author_info {
    width: 75%;
}
.entry_author_info p {
    margin: 0;
    padding: 3px 5px;
}
.entry_author_heading {
    border-bottom: 1px solid #337ab7;
    font-size: 14px;
}
.entry_author_name {
    font-size: 20px;
}
.articlelList.item {
    margin-right: 5px;
}
.card-text {
    padding: 0;
}
.status {
    text-align: left;
    padding: 20px 0;
}
.card-type-box {
    width: 100%;
    margin-top: 15px;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
}
.card-text-box {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
/*記事内デッキ*/
.articleDetail .deck-box {
    background: #f4f4f4;
    margin: 20px;
    border: 1px solid #333;
    padding: 20px;
}
/*------------------------
検索結果ページ
------------------------*/

/*検索結果　リスト*/
.resultListBox {
    border-top: 5px solid #2c37b8;
    clear: both;
    padding: 25px 0;
    overflow: hidden;
}
.resultListBox .noStock_itemTtl {
    display: block;
    color: #000;
}
.resultSpec {
    border: 1px solid #d5d5d5;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.specTxtBox {
    background: #f4f4f4;
    margin: 0;
    padding: 10px;
    font-weight: bold;
    position: relative;
}
.specTxtBox div {
    display: inline;
    margin-right: 10px;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
    line-height: 18px;
}
.specTxtBox .text-right {
    float: right;
    border-right: none;
    margin: 0;
    padding: 0;
}
.card-text { border: none; }
.resultPrice ul {
    padding: 0;
}
.resultPrice li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 10px 20px;
    overflow: hidden;
    position: relative;
}
.resultPrice li::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #e4e4e4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.resultPrice li:hover {
    text-decoration: none;
}
.resultPrice li:hover::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #2c37b8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.resultPrice li > a {
    float: left;
    width: 70%;
    display: table;
    padding: 5px 0;
}
.resultPrice .rightdir {
    float: left;
    width: 70%;
    display: table;
    padding: 5px 0;
}
.resultPrice li > a:hover {
    text-decoration: none;
}
.resultPrice li > .cardlist-add-cart-box {
    position: absolute;
    right: 0;
    top: 7px;
    width: 95px;
}
.resultPrice li > .cardlist-add-cart-box .input-group {
    width: 90px;
}
.resultPrice li > .cardlist-add-cart-box .card-stocks {
    width: 40px;
}
.resultPrice li .rightdir div {
    display: table-cell;
    margin-right: 10px;
    font-size: 13px;
    color: #000;
    line-height: 1em;
}
.resultPrice li .rightdir div.lang {
    width: 18%
}
.resultPrice li .rightdir div.status {
}
.resultPrice li .rightdir div.price {
    text-align: right;
    font-weight: bold;
    width: 27%;
    padding-right: 15px;
    font-size: 15px;
}
.resultPrice li .rightdir div.stock {
    width: 25%;
    font-size: 11px;
}
.resultPrice li div.edit {
    position: absolute;
    right: 130px;
    top: 20px;
    font-size: 13px;
}
.resultPrice li.soldout .lang,
.resultPrice li.soldout .status,
.resultPrice li.soldout .price,
.resultPrice li.soldout .stock {
    color: #d5d5d5;
    font-weight: normal;
}
.cardlist-add-cart-box {
    font-size: 14px;
    line-height: 32px;
}
.cardlist-add-cart-box .btn,
.cardlist-add-cart-box input {
    padding: 0 8px;
    line-height: 32px;
    height: 32px !important;
}
.cardlist-add-cart-box .btn.btn-default {
    background: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
}
.resultListAddCart .btn-addCart {
    font-size: 13px;
    padding: 8px 15px;
}
/*テキスト表示一覧ページ*/
.resultGridBox {
    clear: both;
    overflow: hidden;
}
.resultGridBox .resultPrice li:last-child {
    border-bottom: 0;
}
.resultGridBox .resultPrice li a {
    width: 80%;
}
/*画像表示*/
.toprank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 970px;
    margin: auto;
}
#main .toprank .thmb_img .card-img {
    width: 100%;
    max-height: none;
}
.imageview .toprank_item .thmb_img {
    height: auto;
}
.imageview .toprank_item .thmb_img .card-img {
    height: auto;
}
.toprank .font-sm {
    font-size: 12px;
}
.toprank .font-md {
    font-size: 16px;
}
.rank_item .card-img-namelabel .font-sm {
    display: block;
    width: 100%;
    text-align: left;
}
.rank_item.item {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    border-radius: 2px;
}
.rank_item.item .card-img-price {
    height: 3em;
}
.rank_item.item .rank_num {
    position: absolute;
    z-index: 2;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rank_item.toprank_item .rank_num {
    font-size: 22px;
    top: 8px;
    left: 15px;
}
.rank_item.middlerank_item .rank_num {
    font-size: 18px;
    top: 8px;
    left: 5px;
    color: #555;
}
.rank_item.lowrank_item .rank_num {
    font-size: 16px;
    top: 8px;
    left: 5px;
    color: #ec7500;
}
.middlerank_item.rank_item.item{
    height: 420px;
}
.lowrank_item.rank_item.item{
    height: 420px;
}
.rank_item.item:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 5px;
    border: 50px solid transparent;
    border-right: 0;
    border-left: 50px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.toprank_item.item:before {
    top: -35px;
    left: -10px;
    border-left: 50px solid rgba(254, 242, 54, 1);
}
.middlerank_item.item:before {
    top: -35px;
    left: -10px;
    border-left: 40px solid #f4f4f4;
}
.lowrank_item.item:before {
    top: -35px;
    left: -10px;
    border-left: 40px solid #ffe0c1;
}
.ranking_wrap .rank_item.item:before {
    top: -16px;
    left: -4px;
}
.ranking_wrap .toprank_item.item:before {
    border: 25px solid transparent;
    border-right: 0;
    border-left: 25px solid #ffd700;
}
.ranking_wrap .middlerank_item.item:before {
    border: 25px solid transparent;
    border-right: 0;
    border-left: 25px solid #c0c0c0;
}
.ranking_wrap .rank_item .rank_num {
    top: 3px;
    left: 5px;
    font-size: 15px;
    color: #fff;
}
.imageview .rank_item.item  .thmb_img{
    height: auto;
}
@media screen and (max-width:480px){
    .rank_item{
        width: 33.33%;
        height: 300px;
    }
    .middlerank_item.rank_item.item{
        height: 300px;
    }
    .lowrank_item.rank_item.item{
        height: 300px;
    }
    .rank_item .card-img-namelabel{
        margin-left:25px;
        width: 80%;
    }
    .rank_item .card-img-namelabel .font-md{
        font-size: 10px;
    }
    .rank_item .card-img-namelabel .font-sm{
        font-size: 10px;
    }
    .owl-item .toprank_item.rank_item.item{
        width: 100%;
    }
    .owl-item .middlerank_item.rank_item.item{
        width: 100%;
    }
}

/*見出しまわり*/
.title01 {
    color: #2c37b8;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.title02 {
    border-top: 5px solid #2c37b8;
    padding: 15px 0;
    color: #2c37b8;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
}
/* =====================
  decks
===================== */

/*  decks > common
------------------------*/
.decklist {
    margin: -15px 0 0 0;
    padding: 0 15px;
}
.decklist_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#main .row .decklist_item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}
#main .row .decklist .thumbnail {
    height: auto;
    border: 0;
    border-radius: 0;
    padding: 6px;
}
.decklist_item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: all .2s;
    border-radius: 2px;
}
.decklist_item:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
    transition: all .2s;
    border: 1px solid #9e9e9e;
}
.decklist a:hover {
    text-decoration: none;
}
.decklist .deck_format {
    height: 7px;
    padding: 0;
}
.decklist .deck_format.standard-color { background: #337ab7; }
.decklist .deck_format.pioneer-color { background: #337ab7; }
.decklist .deck_format.modern-color { background: #8a00d1; }
.decklist .deck_format.legacy-color { background: #e23e24; }
.decklist .deck_format.vintage-color { background: #333; }
.decklist .deck_format.pioneer-color { background: #ffa500; }
.decklist .trim {
    position: relative;
    width: 100%;
    height: 130px;
    margin: auto;
}
.decklist .thmb_img .tooltip-inner {
    display: block;
    max-width: 100%;
}
.decklist .tooltip-inner div {
    background: none;
}
.decklist .tooltip-inner {
    color: #000;
}
.decklist .deck_icon {
    padding: 0 3px;
    line-height: 0;
}
.decklist .deck_des {
    padding: 3px;
}
.decklist .deck_des table {
    width: 100%;
    border-collapse: collapse;
}
.decklist .deck_des th,
.decklist .deck_des td {
    padding: 3px 0;
    border-bottom: 1px dotted #ddd;
    vertical-align: top;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.decklist .deck_des th {
    width: 7em;
}
.decklist .owl-wrapper { /* /decksでowl-carouselの打ち消し */
    display: flex !important;
    align-content: stretch !important;
    max-height: none !important;
}
.decklist .feature-box .owl-item { border: 1px solid #e0e0e0; }
.decklist .feature-box .owl-item .thmb_img { height: auto; }
.deckCard_thumbBox .card-img-namelabel {
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 10px;
}
.deck-card-number {
    width: 100%;
    padding: 5px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.deckCard_thumbBox .thmb_img {
    margin-bottom: 10px;
    text-align: center;
}
.deckCard_thumb_detailLink {
    position: relative;
    display: block;
    transition: .1s ease-in-out;
}
.deckCard_thumb_detailLink:hover {
    opacity: .8;
    transition: .1s ease-in-out;
}
.deckCard_thumb_linkBtn {
    display: none;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 7px;
    z-index: 10;
    width: 70%;
    transform: translateX(-50%);
}
.deckCard_thumb_linkBtn.is-active { display: inline-block; }
.deckCard_thumbTtl {
    margin: 0 0 5px 0;
    padding: 5px 5px;
    border-left: 8px solid #1723b1;
}
.deckCard_ttl {
    display: block;
    margin: 0;
    font-size: 20px;
    color: #000;
}
.deckCard_thumbTagBox {
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px dashed #666;
    text-align: right;
}
.deckCard_thumbTagBox_lang,
.deckCard_thumbTagBox_exp {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
}
.deckCard_thumbTagBox_lang {
    border: 1px solid #333;
    color: #333;
}
.deckCard_thumbTagBox_exp {
    border: 1px solid #999;
    color: #999;
}
.decCard_thumbInfoBox {
    margin: 0 0 20px;
}
.decCard_thumbInfoBox_l { width: 50px; }
.decCard_thumbInfoBox_detailBtn {
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 24px;
}
.deckCard_stockBox,
.deckCard_priceBox {
    margin: 0;
    font-size: 14px;
    text-align: right;
}
.deckCard_stockBox {
    margin-bottom: 5px;
    font-size: 14px;
}
.deckCard_priceBox {
    font-size: 16px;
    color: #f00;
}
.deckCard_price {
    font-size: 20px;
}
.deckCard_thumbBox .deckCard_captionBox {
    position: relative;
    margin-left: 0;
    z-index: 4;
    margin-top: 0 !important;
    left: 0;
    height: auto;
    background: #22334d;
    transition: all .5s ease-in-out;
    top: 100%;
    width: 100%;
}
.deckCard_thumbBox .deckCard_captionBox_inner {
    margin: 0;
    padding: 10px;
    border: none;
    background: #666;
    font-size: 10px;
    color: #000;
    text-align: left;
}
.deckCard_inputBox {
    width: 100%;
}
.deckCard_thumbBox .deckCard_captionBox_inner .btn {
    margin: 0;
    border: none;
    font-size: 14px;
}
#deckSearch .panel-body {
    overflow: visible;
    padding: 0 10px 10px 10px;
}
#deckSearch .panel-heading {
    padding: 8px 10px;
}
#deckSearch .panel-title {
    font-size: 14px;
}
#deckSearch .panel-primary > .panel-heading {
    background: #1723b1;
}
#deckSearch .radio {
    margin: 0 -10px 15px;
}
#deckSearch .radio label {
    display: block;
    padding: 8px 0 8px 30px;
    border-top: 1px solid #acb0e4;
    background: #fbfbff;
    color: #000;
    font-size: 13px;
}
#deckSearch .radio label.checked {
    background-color: #efefff;
    color: #1723b1;
    font-weight: 700;
    font-size: 15px;
}
#deckSearch .radio input + label {
    border-top: none;
}
#deckSearch .radio label:last-child {
    border-bottom: 1px solid #1723b1;
}
#deckSearch .radio input {
    margin: 0 0 0 -20px;
    background: #00acc1;
}
#deckSearch .panel-primary {
    border-color: #1723b1;
}
#deckSearch .form-control {
    border-color: #d5d5d5;
    height: 30px;
    font-size: 12px;
}
#deckSearch .form-group {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d5d5d5;
}
#deckSearch .form-group.radio {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}
#deckSearch .search_typeaheadWrap { position: relative; }
.ui-datepicker { z-index: 2 !important; }
#deckSearch .deckSearchSubmit {
    display: flex;
}
#deckSearch .submitbox {
    width: 50%;
}
#deckSearch .btn-default {
    background-color: #1723b1;
    color: #fff;
}
#deckSearch .btn-default:hover {
    border: 1px solid #1723b1;
    background: #fff;
    color: #1723b1;
    text-decoration: none;
}
#deckSearch .clearbox {
    width: 50%;
    text-align: right;
}
#deckSearch .refresh-btn,
#deckSearch .refresh-btn:hover {
    padding: 4px 10px;
    width: 80%;
    color: #eee;
    font-size: 11px;
    line-height: 24px;
    border-radius: 4px;
    border-color: #eee;
    background-color: #fff;
    cursor: not-allowed;
    -pointer-events: none;
    transition: all .2s;
}
#deckSearch .refresh-btn.refresh-on {
    color: #ff6a6a;
    cursor: pointer;
    pointer-events: initial;
}
#deckSearch .refresh-btn-sm,
#deckSearch .refresh-btn-sm:hover {
    margin-bottom: 4px;
    padding: 2px 8px;
    color: #eee;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    border-color: #eee;
    background-color: #fff;
    cursor: not-allowed;
    -pointer-events: none;
    transition: all .2s;
}
#deckSearch .refresh-btn-sm.refresh-on-sm {
    color: #ff6a6a;
    cursor: pointer;
    pointer-events: initial;
}
/*デッキ詳細*/
.deck_detail {
    margin-bottom: 30px;
    padding: 0 5px;
    border-left: 8px solid #1723b1;
}
.deck_detail.standard-color { border-color: #337ab7; }
.deck_detail.pioneer-color { border-color: #337ab7; }
.deck_detail.modern-color { border-color: #8a00d1; }
.deck_detail.legacy-color { border-color: #e23e24; }
.deck_detail.vintage-color { border-color: #333; }
.deck_infoTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 14px;
}
.deck_infoTable th,
.deck_infoTable td {
    padding: 5px 10px;
    vertical-align: top;
}
.deck_infoTable th {
    font-weight: bold;
    width: 200px;
    text-align: left;
    background: #eee;
}
.deck_infoTable td {
    background: #f5f1e6;
    word-wrap: break-word;
}
#deck_cards_view {
    margin: -30px 0;
    padding: 30px 0;
}
.deck_detail > div {
    line-height: 1.4;
    font-size: 13px;
}
.deck_detail .arcName {
    font-weight: bold;
    font-size: 18px;
}
.deck_detail_list {
    margin-left: -15px;
    margin-right: -15px;
}
.deck_detail_listText {
    margin-bottom: 15px;
}
.deckDetail_checkBox { display: inline-block; }
.deck_detail_listImg {
    /*min-height: 478px;*/
    padding: 10px;
    background: #f4f4f4;
}
.deck_detail_listImg ul {
    padding-left: 0;
    margin: 0;
    text-align: center;
}
.deck_detail_listImg ul li button {
    padding: 0;
    border: none;
    background: none;
}
.deck_detail_listImg .card-img-price { min-height: 0; }
.deck_detail_list .row { margin: 0; }
.deck_listItem { margin-bottom: 15px; }
.deck_cardNum {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 15px;
    font-size: 16px;
    text-align: right;
    border-top: 1px dashed #ddd;
}
.decksColor_warp {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.period_fWrap span { margin: 3px; }
.period_fWrap.btm-group { margin-top: 10px; }
.period_fWrap .btn {
    width: 100%;
    padding: 3px 5px;
    border-radius: 0;
    font-size: 12px;
    color: #333;
    background: #fbfbff;
    border: 1px solid #d0d0ff;
}
.period_fWrap .btn:hover {
    color: #333;
    background: #efefff;
    border: 1px solid #fbfbff;
}
.period_fWrap .flatpickr-input { background: #fff; }
.period_fWrap .flatpickr-input.active { background: #eee; }
.filterArea {
    clear: both;
    background: #f4f4f4;
    padding: 2px 10px;
    font-size: 12px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
}
.filterArea input {
    margin-right: 15px;
}
.deck_actionBtn {
    max-width: 700px;
    margin: auto;
}
.deck_actionBtn .btn {
    width: 100%;
}
.deck_actionBtn.-flex { margin-bottom: 30px; }
.deck_loginBox {
    padding: 15px;
    background: #f4f4f4;
    text-align: center;
}
.deck_loginBox_txt {
    margin: 0;
}
/*デッキ編集*/
.deck-edit-select {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.deck-edit-select label { display: block; }
.deckEdit_selectItem {
    height: 30px;
    padding: 0 5px;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    background: none;
}
.card-serch-box {
    background: #f4f4f4;
    margin-bottom: 35px;
    /*border: 1px solid #1723B1;*/
    border-radius: 8px;
    padding: 30px;
}
fieldset legend {
    padding-bottom: 5px;
}
/*  decks > viewcard > sp tooltip
------------------------*/
.myDeck_tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}
.myDeck_tooltipBox {
    position: relative;
    padding: 10px;
    margin: 0 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
    -ms-box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}
.myDeck_tooltipBox:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 20%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.myDeck_tooltipBox .fBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.myDeck_tooltipBox .fBox_l { width: 45%; }
.myDeck_tooltipBox .fBox_r { width: 53%; }
.myDeck_tooltipBox .caption-up { position: static; }
.myDeck_tooltipBox .card-img-box-caption-up {
    padding: 5px;
    border: none;
}
.myDeck_tooltipBox .card-img-box-caption-up .btn {
    margin-bottom: 0;
    border: none;
}
.card-serch-box #deck-cards-name {
    width: 100%;
    border: 3px solid #1723b1;
}
.card-serch-box .clear-input {
    position: relative;
    max-width: 700px;
    margin: auto;
}
.card-serch-box fieldset > .row {
    margin-left: 0;
    margin-right: 0;
}
.card-serch-text .btn-danger {
    margin-bottom: 10px;
}
.card-serch-box .card-serch-text textarea {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.4em;
    /*    padding: 10px;*/
    resize: vertical;
}
.deck-card-select-box { margin-bottom: 15px; }
.deck_insertBox {
    max-width: 500px;
    margin: auto;
}
.deck_insertBox .btn {
    width: 100%;
    margin-bottom: 15px;
}
.card-serch-box fieldset > .row.deck-card-add-btn { margin-bottom: 15px; }
.selectNumberBox { margin-bottom: 0; }
.selectNumberBox .selectNumber {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.selectNumberBox .addBtn {
    display: block;
    width: 100%;
    text-align: center;
}
.selectNumber-defBox {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.selectNumberBox-countBox {
    display: inline-block;
    width: 30px;
    margin-left: 15px;
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
}
/*検索結果*/
.resultListBox,
.resultGridBox {
    padding: 15px;
    border-top: 5px solid #2c37b8;
    clear: both;
    overflow: hidden;
}
.resultListBoxHead {
    margin-bottom: 10px;
    display: table;
}
.resultListBoxHead .resultListThumb {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    float: none;
}
.resultGridBoxHead.row {
    margin-left: 0;
    margin-right: 0;
}
.resultGridBox .resultPrice {
    border-top: 1px solid #ccc;
}
.resultGridBox .resultPrice li:last-child {
    border-bottom: 1px solid #ccc;
}
.resultListBoxHead .tbl_title {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    float: none;
    padding-left: 0;
    line-height: 1.5;
}
.resultGridBox .title02 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    line-height: 1.3;
    border: 0;
    padding: 0 15px 10px;
    font-size: 15px;
}
.resultSpec .row {
    margin: 0;
}
.resultListAddCart {
    text-align: right;
}
.specTxt {
    padding: 15px !important;
}
.card-text {
    width: 100%;
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    white-space: normal;
    /*padding: 10px;*/
}
.resultPrice li {
    display: table;
    padding: 5px 0 5px 10px;
}
.resultPrice li > .cardlist-text-box {
    width: 70%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.resultPrice li .cardlist-text-box a,
.resultPrice li .cardlist-text-box.nolink {
    display: table;
    width: 100%;
    padding: 10px 0;
}
.resultPrice li .cardlist-text-box a:hover {
    text-decoration: none;
}
.resultPrice li .cardlist-text-box a div,
.resultPrice li .cardlist-text-box.nolink div {
    margin-right: 0;
    min-height: 32px;
    vertical-align: middle;
    display: table-cell;
}
.resultPrice li .cardlist-text-box a div.lang,
.resultPrice li .cardlist-text-box.nolink div.lang {
    width: 20%;
    font-size: 12px;
}
.resultPrice li .cardlist-text-box a div.status,
.resultPrice li .cardlist-text-box.nolink div.status {
    width: 15%;
    padding: 0;
    font-size: 12px;
}
.resultPrice li .cardlist-text-box a div.foil,
.resultPrice li .cardlist-text-box.nolink div.foil {
    width: 10%;
    padding: 0;
    font-size: 12px;
    text-align: center;
}
.resultPrice li .cardlist-text-box a div.price,
.resultPrice li .cardlist-text-box.nolink div.price {
    width: 25%;
    font-size: 14px;
    text-align: right;
    padding-right: 5%;
}
.resultPrice li .cardlist-text-box a div.stock,
.resultPrice li .cardlist-text-box.nolink div.stock {
    width: 20%;
    font-size: 7px;
}
.resultPrice li .cardlist-add-cart-box {
    top: inherit;
    right: inherit;
    width: 30%;
    text-align: right;
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
    overflow: hidden;
}
.resultPrice li .cardlist-add-cart-box .input-group {
    float: right
}
.foil-icon{
    width:34px;
    white-space: nowrap;
    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:12px!important;
    font-size:10px;
    padding: 0 5px 0 5px;
    margin:0 3px 0 3px;
}

.etched-icon{
    width:34px;
    white-space: nowrap;
    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:12px!important;
    font-size:10px;
    padding: 0 5px 0 5px;
    margin:0 3px 0 3px;
}

.card-detail-box {
    padding: 0;
    margin: 0 15px 15px;
}
.card-type-box {
    border-top: 0;
}
.card-text-box {
    margin-top: 0;
    padding: 15px;
}
.decklist_side .standard-color { color: #337ab7; }
.decklist_side .pioneer-color { color: #337ab7; }
.decklist_side .modern-color { color: #8a00d1; }
.decklist_side .legacy-color { color: #e23e24; }
.decklist_side .vintage-color { color: #333; }
.decklist_side .commander-color { color: brown; }
.decklist_side .pioneer-color { color: #ffa500; }
.decklist_side .input-group { white-space: normal; }
.decklist_side .side_box { margin-bottom: 30px; }
.decklist_metagame .decklist_item {
    width: 31.333%;
    margin-right: 2%;
}
.decklist_metagame .decklist_item .thmb_img {
    display: block;
    float: left;
    width: 35%;
}
.decklist_metagame .decklist_item .archetype {
    display: block;
    margin-left: 40%;
    vertical-align: top;
}
.decklist_metagame .decklist_item .trim {
    height: 65px;
    background-position: 48% 22% !important;
    background-size: 130% !important;
}
#main .row .decklist .decklist_metagame .thumbnail {
    padding: 10px;
}
/*------------------------
デッキ詳細
------------------------*/
.container.deck_details {
    margin: 30px auto;
    padding: 0;
}
.resultPrice-actionBox {
    margin: 0 -15px;
}
.cardlist-add-deck-box .add-card-deck-panel {
    margin: 0;
}
/*------------------------
カード詳細ページ用
------------------------*/
.viewCard_deckBox .owl-item {
    border: 1px solid #eee;
}
.viewCard_deckBox .owl-item .thmb_img {
    height: auto;
    margin: 0 0 5px;
}
.viewcard_price_cat {
    font-size: 24px;
    font-weight: bold;
}
.viewcard_price_wrap {
    display: table;
    float: right;
}
.viewcard_price_wrap .big-label-price {
    border-right: 3px solid #f4f4f4;
}
.viewcard_price_td {
    display: table-cell;
    padding: 0 30px;
    vertical-align: middle;
}
.viewcard_price_td.td-6 {
    width: 60%;
}
.viewcard_price_td.td-4 {
    width: 40%;
}

/* viewcard, viewbox, viewsupply, view-stock-card - cardconditions etc */
.condition-notes-others{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2em;
}
.condition-notes-others ul{
    display: flex;
    justify-content: center;
}
.condition-notes-others ul li{
    margin-left: 4px;
    padding-right: 4px;
    list-style: none;
    border-right: 1px solid #333;
}

.viewcard_price_btn {
    width: 100%;
    font-size: small;
}
.viewcard_type_btn_wrap {
    display: inline-block;
    float: right;
    margin-left: auto;
}
.viewcard_type_btn { width: 100%; }
.btn-to-shopping,
.btn-to-buying {
	display: flex;
	align-items: center;
	padding: 4px;
    width: 100%;
	max-width: 258px;
    font-size: small;
}
.btn-to-shopping .label,
.btn-to-buying .label {
	width: 25%;
	padding: 4px;
	font-size: 10px;
}
.btn-to-shopping .price,
.btn-to-buying .price {
	width: 50%;
	padding: 0 4px;
	text-align: right;
	font-size: 16px;
}
.btn-to-shopping .button,
.btn-to-buying .button {
	width: 25%;
	margin-left: 4px;
	padding: 4px 4px;
	background-color: #FFF;
	border-radius: 2px;
	color: #00cece;
	font-size: 10px;
}
.btn-to-shopping .button {
	color: #2c37b8;
}
.btn-to-buying .button {
	color: #00cece;
}
a.btn-to-shopping-link, a:hover.btn-to-shopping-link {
	text-decoration: none;
}
a.btn-to-buying-link, a:hover.btn-to-buying-link {
	text-decoration: none;
	color: #FFF;
}
.viewbox_stock .btn-to-buying div {
	margin-bottom: 0;
}
#main .row .viewCard_deckBox .thumbnail {
    height: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.viewCard_deckBox_item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: all .2s;
    border-radius: 2px;
}
.viewCard_deckBox_item:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
    transition: all .2s;
    border: 1px solid #9e9e9e;
}
.viewCard_deckBox a:hover {
    text-decoration: none;
}
.viewCard_deckBox .deck_format {
    height: 7px;
    padding: 0;
}
.viewCard_deckBox .deck_format.standard-color { background: #337ab7; }
.viewCard_deckBox .deck_format.pioneer-color { background: #337ab7; }
.viewCard_deckBox .deck_format.modern-color { background: #8a00d1; }
.viewCard_deckBox .deck_format.legacy-color { background: #e23e24; }
.viewCard_deckBox .deck_format.vintage-color { background: #333; }
.viewCard_deckBox .deck_format.pioneer-color { background: #ffa500; }
.viewCard_deckBox .trim {
    position: relative;
    width: 100%;
    height: 130px;
    margin: auto;
}
.viewCard_deckBox .thmb_img .tooltip-inner {
    display: block;
    max-width: 100%;
}
.viewCard_deckBox .tooltip-inner div {
    background: none;
}
.viewCard_deckBox .tooltip-inner {
    color: #000;
}
.viewCard_deckBox .deck_icon {
    padding: 0 3px;
    line-height: 0;
}
.viewCard_deckBox .deck_des {
    padding: 3px;
}
.viewCard_deckBox .deck_des table {
    width: 100%;
    border-collapse: collapse;
}
.viewCard_deckBox .deck_des th,
.viewCard_deckBox .deck_des td {
    padding: 3px 0;
    border-bottom: 1px dotted #ddd;
    vertical-align: top;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.viewCard_deckBox .deck_des th {
    width: 7em;
}
.viewCard_deckBox .owl-wrapper { /* /decksでowl-carouselの打ち消し */
    display: flex !important;
    align-content: stretch !important;
    max-height: none !important;
}
.viewCard_deckBox .feature-box .owl-item { border: 1px solid #e0e0e0; }
.viewCard_deckBox .feature-box .owl-item .thmb_img { height: auto; }
.viewbox_price_wrap {
}
/*  decks > my-page
------------------------*/
.mydeck_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.mydeck_item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}
.mydeck_item:nth-child(4n) { margin-right: 0; }
/* =====================
  tournaments
===================== */

/*  tournaments > top
------------------------*/
.tour_wrap section { margin-bottom: 30px; }
.tour_info {
    width: 100%;
    padding: 0 15px;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.tour_info th, .tour_info td {
    vertical-align: top;
    text-align: left;
    line-height: 1.4;
}
.tour_info th {
    width: 20%;
}
.tour_info td {
    width: 80%;
}
.tour_wrap img {
    width: 100%;
}
.tour_wrap .f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}
.tour_wrap .f_item {
    margin-bottom: 15px;
}
.tour_wrap .f_item:nth-child(2n) {
    margin-right: 0;
}
.tour_heading {
    position: relative;
    background: url(../../images/tournaments/bg_ttl_tnm_reserve.png) no-repeat left center;
    background-size: 100% 100px;
    width: 100%;
    display: table;
    height: 100px;
    border: 3px solid #1b2bae;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    border-radius: 8px;
    color: #1b2bae;
    text-align: center;
}
.tour_heading.tourheading2 {
    background-image: url(../../images/tournaments/bg_ttl_trnmnt.png);
    border: 3px solid #1b2bae;
    color: #333;
    font-size: 28px;
}
.tour_heading::before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    min-width: 180px;
    background: url(../../images/tournaments/bg_ttl_tnm_bwman.png) no-repeat left center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.tour_heading span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-left: -180px;
}
.pairing { text-align: center; }
.pairing_linkDes {
    margin-top: 30px;
    font-size: 24px;
}
.pairing_linkWrap {
    margin: 60px 0;
}
.pairing_webBtn {
    display: block;
    max-width: 564px;
    height: 100%;
}
.pairing_webBtn a {
    display: block;
    width: 100%;
    height: 100%;
}
.tour_name {
    margin: 0 0 10px;
    padding: 5px;
    background: #ddd;
    font-size: 16px;
    color: #000;
}
.tour_arcive .f_item {
    margin-bottom: 5px;
}
.tour_link {
    display: block;
    border: 1px solid #000;
    background: #fff;
}
.tour_link:hover {
    border: 1px solid #fff;
    background: #000;
    text-decoration: none;
    opacity: .8;
}
.tour_wrap .f_item {
    position: relative;
}
/*  tournaments > events
------------------------*/
.tournament_searchBox {
    width: 80%;
    margin: 0 0 30px;
}
.tournamentEvent_headingBox {
    border-bottom: 3px solid #fff500;
    margin: 0 0 10px;
}
.tournamentEvent_headingBox h2 {
    display: inline-block;
    margin: 0 0 -3px 0 !important;
    padding-right: 5px;
    font-size: 20px;
    line-height: 30px;
}
#tournamentEvent .default-color {
    border-bottom: 3px solid #999;
    color: #333;
}
#tournamentEvent .standard-color {
    border-bottom: 3px solid #337ab7;
    color: #337ab7;
}
#tournamentEvent .pioneer-color {
    border-bottom: 3px solid #337ab7;
    color: #337ab7;
}
#tournamentEvent .modern-color {
    border-bottom: 3px solid #8a00d1;
    color: #8a00d1;
}
#tournamentEvent .legacy-color {
    border-bottom: 3px solid #e23e24;
    color: #e23e24;
}
#tournamentEvent .vintage-color {
    border-bottom: 3px solid #333;
    color: #333;
}
#tournamentEvent .pioneer-color {
    border-bottom: 3px solid #ffa500;
    color: #ffa500;
}
#tournament_date {
    background: #fff;
}
#tournament_searchFrom label { padding: 0 8px; }
.tournamentEvent_searchResult thead tr th {
    padding-top: 0; /* bootstrap offset */
}
.tournamentEvent_searchCount {
    font-size: 12px;
    color: #999;
    font-style: italic;
}
/*  tournaments > bmiq & bminvi
TODO CSSコピペなのでそのうち整える
------------------------*/
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.gray_add {
    background: #39393d url(/images/tournaments/bmiq/gray-partten.jpg) repeat left top;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: #000 solid 1px;
}
.region_sub_menuBar {
    height: 50px;
    overflow: hidden;
    background: #1723b1;
    z-index: 9;
}
.region_sub_menuBar .sub_menuAvatar {
    float: left;
    position: absolute;
    top: -33px;
}
.region_sub_menuBar ul.subNenu {
    float: left;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    padding-left: 250px;
}
.region_sub_menuBar ul.subNenu li {
    display: inline-block;
    margin: 0 0;
}
.region_sub_menuBar ul.subNenu li a {
    color: #fff500;
    font-size: 16px;
    padding: 0 15px;
    border-right: #fff500 solid 1px;
    line-height: 16px;
    font-weight: bold;
}
.bmiq .search_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: table;
    background-color: #f8ee01;
    background: url(/images/tournaments/bmiq/yellow-pattren.jpg) repeat;
    margin-top: 20px;
    border: #cfcfcf solid 3px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 15px;
}
.bmiq .search_box .big_avatar {
    display: table-cell;
    height: 100%;
    width: 100%;
    position: relative;
    /* background: url(../images/tournaments/bmiq/avtar-map.png) no-repeat scroll 0 20px / 100% auto; */
}
.bmiq .search_box .big_avatar img {
    width: 100%;
    height: auto;
}
.bmiq .search_box .big_avatar .map {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}
.bmiq .search_box .big_avatar .map .search_bar {
    background: #48483e;
    padding: 0 15px;
    height: 10%;
    overflow: hidden;
}
.bmiq .search_box .big_avatar .map .search_bar .srh_i {
    display: inline-block;
    padding-top: 5px;
}
.bmiq .search_box .big_avatar .map .search_bar .srh_i i {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.bmiq .search_box .big_avatar .map .search_bar .srh {
    width: 90%;
    color: #fff;
    font-size: 20px;
    background: none;
    border: none;
    height: 100%;
}
.bmiq .search_box .big_avatar .map .map_content {
    padding: 15px;
    position: relative;
}
.container.bmiq .lt_map {
    padding: 0;
}
.container.bmiq .rt_map {
}
.bmiq .date_event {
    border-top: #cfcfcf solid 8px;
    margin: 20px 0 10px 0;
}
.bmiq .date_event .event_head {
    padding: 10px;
    text-align: center;
}
.bmiq .date_event .event_head h1 {
    font-size: 24px;
    margin: 0;
}
.bmiq .date_event ul {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
}
.bmiq .date_event ul li {
    margin-bottom: 10px;
    border-top: #ccc dotted 1px;
    padding-top: 10px;
    overflow: hidden;
}
.bmiq .date_event ul li .date_box {
    background: #1723b1;
    padding: 7px 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 30%;
    float: left;
}
.bmiq .date_event ul li .event_ttl {
    overflow: hidden;
    font-size: 18px;
    color: #1723b1;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 35%;
    line-height: 1.3;
}
.bmiq .date_event ul li .event_detail {
    overflow: hidden;
    font-size: 16px;
    color: #1723b1;
    font-weight: normal;
    margin-left: 35%;
    line-height: 1.1;
}
.bmiq .search_box .big_avatar .map .map_content {
    padding: 15px;
    position: relative;
    height: 100%;
}
.bmiq .search_box .big_avatar .map .map_content span {
    position: absolute;
    display: inline-block;
    width: 20%;
    height: 100%;
}
.bmiq .search_box .big_avatar .map .map_content span.p1 { right: 15%; top: 20%; }
.bmiq .search_box .big_avatar .map .map_content span.p2 { left: 52%; top: 43%; }
.bmiq .search_box .big_avatar .map .map_content span.p3 { left: 13%; top: 55%; }
.bmiq .search_box .big_avatar .map .map_content span.p4 { left: 34%; top: 67%; }
.bmiq .search_box .big_avatar .map .map_content span.p5 { right: 6%; top: 60%; }
.bmiq .search_box .big_avatar .map .map_content span.p6 { left: 3%; top: 75%; }
.bmiq .search_box .big_avatar .map .map_content span.p7 { right: 25%; top: 75%; }
.bmiq .search_box .big_avatar .map .map_content span a {
    height: 10%;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 0;
    color: #333;
    font-size: 13px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bmiq .search_box .big_avatar .map .map_content span a:hover {
    background: #d33c44;
    text-decoration: none;
    color: #fff;
}
.sub_menuBar { height: 50px; overflow: hidden; background: #1723b1; z-index: 9 }
.sub_menuBar .sub_menuAvatar { float: left; position: absolute; top: -33px; }
.sub_menuBar ul.subNenu { float: left; margin-top: 15px; width: 100%; text-align: left; padding-left: 250px; }
.sub_menuBar ul.subNenu li { display: inline-block; margin: 0; }
.sub_menuBar ul.subNenu li a { color: #fff500; font-size: 16px; padding: 0 15px; border-right: #fff500 solid 1px; line-height: 16px; }
.sub_menuBar ul.subNenu li a:hover { color: #fff500; }
.sub_menuBar ul.subNenu li a {
    padding: 5px 15px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    margin-right: 8px;
}
.sub_menuBar ul.subNenu li a {
    padding: 5px 10px 5px 15px;
    box-shadow: none;
    background: rgba(255, 255, 255, .3);
    color: #fff500;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, .3);
    text-shadow: 2px 0 0 #000;
    position: relative;
    overflow: hidden;
}
.sub_menuBar ul.subNenu li a:hover {
    background: #5568ff;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}
.sub_menuBar ul.subNenu li a::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #fff700;
}
.sub_menuBar ul.subNenu li a:hover::before {
    border-color: transparent transparent transparent #fff;
}
.bigMagic_invitational {
    padding-top: 40px;
    background: #f5dd95 url(/images/tournaments/bmiq/big-bg.jpg) no-repeat top center;
    height: auto;
    padding-bottom: 3.0em;
    background-size: cover;
}
.bigMagic_invitational .big_mid {
    text-align: center;
    margin: 0;
    clear: both;
}
.bigMagic_invitational .big_mid h2 {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 26px;
}
.bigMagic_invitational .designd_box .two_text {
    line-height: 1.5;
}
.bigMagic_invitational .designd_box .top_design {
    max-width: 763px;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}
.bigMagic_invitational .designd_box h1 { font-size: 48px;
                                         color: #ff3a1d;
                                         margin: 0;
                                         font-weight: bold }
.bigMagic_invitational .designd_box h3 { font-size: 18px;
                                         color: #000;
                                         margin: 0;
                                         font-weight: bold;
                                         margin-bottom: 15px;
}
.bigMagic_invitational .designd_box .bottom_design {
    max-width: 763px;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}
.bigMagic_invitational .big_mid .two_text {
    margin-top: 20px;
}
.bigMagic_invitational .big_mid .two_text h2 {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 26px;
}
.bigMagic_invitational .big_mid .two_text h1 { font-size: 26px;
                                               color: #1723b1;
                                               margin: 10px 0 0 0;
                                               line-height: 26px;
                                               font-weight: bold }
.bigMagic_invitational .two_box { text-align: center; margin: 30px auto 0 auto; width: 85%; padding-left: 0;
}
.bigMagic_invitational .two_box li { display: inline-block; margin: 0 2%; float: left; width: 45%; }
.bigMagic_invitational .two_box li a.bx_btn {
    width: 100%;
    height: 250px;
    padding: 15px;
    display: inline-block;
    background: #fff url(/images/tournaments/bmiq/box-pattren.png) repeat left top;
    border: #fff solid 8px;
    -moz-border-radius: 30px; /*Firefox*/
    -webkit-border-radius: 30px; /*Safari, Chrome*/
    border-radius: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=rgba(0, 0, 0, 0.3))"; /*IE 8*/
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3); /*FF 3.5+*/
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=rgba(0, 0, 0, 0.3)); /*IE 5.5-7*/
}
.bigMagic_invitational .two_box li a.bx_btn h2 { font-size: 14px !important; color: #000; margin: 10px 0 0 45px; text-align: left; }
.bigMagic_invitational .two_box li a.bx_btn h3 { font-size: 12px !important; color: #000; margin: 10px 0 0 45px; text-align: left; }
.bigMagic_invitational .two_box li a.bx_btn span.head1 { font-size: 14px !important; color: #000; margin: 10px 0 0 5%; text-align: left; display: block; line-height: 1.4; }
.bigMagic_invitational .two_box li a.bx_btn span.head2 { font-size: 12px !important; color: #000; margin: 10px 0 0 5%; text-align: left; display: block; line-height: 1.4; }
.open_content p {
    line-height: 1.6;
    font-weight: normal !important;
}
.open_content .img_title { overflow: hidden; background: #1723b1 url(/images/tournaments/bmiq/title-img.png) no-repeat top right; height: 80px; margin: 20px 0;
                           -moz-border-radius: 10px; /*Firefox*/
                           -webkit-border-radius: 10px; /*Safari, Chrome*/
                           border-radius: 10px;
}
.open_content .img_title h1 { font-size: 30px; font-weight: 700; margin: 0; background: url(/images/tournaments/bmiq/yellow-aro.png) no-repeat left center; padding-left: 40px; color: #fff; margin-top: 23px; }
.open_content .title_orTxt { margin: 0; }
.open_content .title_orTxt h1 { font-size: 28px; font-weight: 400; margin: 30px 0 0 0; color: #000; }
.open_content .title_orTxt .opn_lines { margin: 30px 0 50px 0; }
.open_content .title_orTxt .opn_lines li { font-size: 18px; font-weight: 400; margin: 10px 0; color: #000; }
.design_tbl { background: url(/images/tournaments/bmiq/tbl-bg.jpg) repeat-y left top; border: #1723b1 solid 2px; }
.design_tbl .tbl_row { border-bottom: #000 solid 1px; padding: 15px; }
.design_tbl .tbl_row .tbl_left { width: 225px; float: left; margin-right: 20px; color: #fff500; font-size: 20px; font-weight: 700; }
.design_tbl .tbl_row .tbl_right { overflow: hidden; }
.design_tbl .tbl_row .tbl_right h1 { font-size: 20px; font-weight: 400; margin: 5px 0 0 0; color: #000; }
.design_tbl .tbl_row .tbl_right h2 { font-size: 18px; font-weight: 400; margin: 5px 0 0 0; color: #000; }
.design_tbl .tbl_row .tbl_right .c_blue { color: #1723b1; }
.design_tbl .tbl_row .tbl_right .c_red { color: #ff2300; }
.design_tbl .tbl_row .tbl_right .c_red b { font-weight: bold }
.design_tbl .tbl_row:last-child { border-bottom: none; }
.design_tbl .tbl_row .tbl_right .in_ul { margin: 35px 0; }
.design_tbl .tbl_row .tbl_right .in_ul li { font-size: 18px; font-weight: 400; margin: 10px 0; color: #000; list-style: inside; padding-left: 10px; }
.design_tbl .tbl_row .tbl_right .in_ul li span { color: #ff2300; }
.design_tbl .tbl_row .tbl_right .small_tbl { float: left; margin: 20px 0 0 0; width: 50%; }
.design_tbl .tbl_row .tbl_right .small_tbl table { width: 100%; border: #999 solid 1px; overflow: hidden; border-collapse: separate;
                                                   -moz-border-radius: 10px;
                                                   -webkit-border-radius: 10px;
                                                   border-radius: 10px
}
.design_tbl .tbl_row .tbl_right .small_tbl table tr th { background: #1723b1; padding: 10px; color: #fff; font-size: 24px; font-weight: 700; border-right: #999 solid 1px; }
.design_tbl .tbl_row .tbl_right .small_tbl table tr td { padding: 10px 30px; color: #000; font-size: 22px; font-weight: 700; border-right: #999 solid 1px; }
.design_tbl .tbl_row .tbl_right .small_tbl table tr th:first-child { text-align: center; }
.design_tbl .tbl_row .tbl_right .small_tbl table tr th:last-child { text-align: center; border-right: none; }
.design_tbl .tbl_row .tbl_right .small_tbl table tr td:first-child { text-align: left; }
.design_tbl .tbl_row .tbl_right .small_tbl table tr td:last-child { text-align: right; border-right: none; }
.design_tbl .tbl_row .tbl_right .small_tbl table tr:nth-child(odd) { background: #f0f0f0; }
.design_tbl .tbl_row .tbl_right .small_tbl table tr:nth-child(even) { background: #fff; }
.design_tbl .tbl_row .tbl_right .half_tag { float: left; margin: 20px 0 0 40px; width: 45%; }
.design_tbl .tbl_row .tbl_right .half_tag ul { margin-bottom: 40px; }
.design_tbl .tbl_row .tbl_right .half_tag ul li { font-size: 16px; color: #000; margin-bottom: 10px; }
.page-template-region_template .regions_sidebar li:first-child ul li ul {
    display: block;
}
.sns_btn {
    position: relative;
    z-index: 1;
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 100%;*/
    margin-top: 3px;
    padding: 0;
    text-align: center;
}
.sns_btn li {
    width: 20%;
    min-width: 65px;
    margin-right: 2px;
    padding: 5px 0;
}
.sns_btn li.btn-reference {
    width: auto;
}
.sns_btn a:hover {
    text-decoration: none;
}
.sns_btn .sns-icon{
    height: 50px;
}
.sns_btn .sns-icon button{
    height: 35px;
    border-radius:3px;
}
.sns_btn .sns-icon .tw-button{
    background-color: #00acee;
}
.sns_btn .sns-icon .tw-button a,
.sns_btn .sns-icon .fb-button a{
    color: #fff;
    font-size: 14px;
}
.sns_btn .sns-icon .fb-button{
    background-color: #3b5998;
    padding-right: 15px;
    padding-left: 14px;
}
.sns_btn .sns-icon button a i{
    font-weight: bold;
}
.sns_btn .sns-icon button a i span{
    margin-left: 3px;
}
.sns_btn-right{
    text-align: right;
}
.sns_btn-right .sns-icon button{
	/*    height: 35px;*/
    border-radius:3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.sns_btn-right .sns-icon .tw-button{
    background-color: #00acee;
}
.sns_btn-right .sns-icon .tw-button a,
.sns_btn-right .sns-icon .fb-button a{
    color: #fff;
    font-size: 14px;
}
.sns_btn-right .sns-icon .fb-button{
    background-color: #3b5998;
    padding-right: 15px;
    padding-left: 14px;
}
.sns_btn-right .sns-icon button a i{
    font-weight: bold;
}
.sns_group {
    display: flex;
    align-items: center;
}
.fb-like { line-height: 1; }
.tw_retweetBtn {
    display: inline-block;
    margin-right: 10px;
}
.tw_retweetBtn a {
    display: block;
    height: 20px;
    padding: 4px 5px 3px;
    border-radius: 3px;
    background: #55acee;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 1;
}
.entry_article .fb-share-button {
	line-height: 1;
}

/*------------------------
店舗情報入力一覧ページ
------------------------*/
.stores_input_list {
    width: 100%;
    table-layout: fixed;
}
.stores_input_list th {
    background: #ccc;
    text-align: center;
}
.stores_input_list th,
.stores_input_list td {
    border: 1px solid #eee;
}
/*------------------------
店舗情報一覧ページ
------------------------*/
.storeslist_wrap a,
.stores_info a {
    opacity: 1;
    transition: .1s ease-in-out;
}
.storeslist_wrap a:hover,
.stores_info a:hover {
    opacity: .7;
    transition: .1s ease-in-out;
}
.storeslist_wrap,
.stores_info {
    max-width: 850px;
    margin: auto;
}
.stores_info a {
    display: block;
    margin-bottom: 10px;
}
.storeslist_wrap {
    margin-bottom: 30px;
}
.storeslist_wrap a {
    display: block;
}
.storeslist_wrap img {
    display: block;
    width: 100%;
}
/*------------------------
店舗詳細ページ
------------------------*/
.store_info table {
    border-collapse: collapse;
    width: 100%;
}
.store_info th,
.store_info td {
    vertical-align: top;
    line-height: 1.4;
}
.store_info th.t_top {
    border-top: #337ab7 4px solid;
}
.store_info td.t_top {
    border-top: #b3b3b3 4px solid;
}
.store_info th,
.store_info td {
    border-bottom: #e3e3e3 1px dotted;
    text-align: left;
    padding: 10px 0;
}
.store_prize img {
    display: block;
    margin: 0 auto 10px;
}
.store_cal iframe {
    margin-bottom: 15px;
}
.store_link p {
    margin: 0;
}
.store_link a {
    display: block;
    margin-left: 2em;
}
/*------------------------
店舗情報 スタッフ募集 ページ
------------------------*/
.stores_recruit {
    max-width: 970px;
    margin: auto;
}
.stores_recruit td {
    letter-spacing: 1px;
    line-height: 1.4;
}
.recruits_fwrap {
    display: flex;
    flex-wrap: wrap;
}
.recruits_fitem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.recruits_fitem:nth-child(even) {
    margin-right: 0;
}
/* =====================
    SubPage Style

    - buy
    - imageview
    - Player
===================== */
/*------------------------
    buy
------------------------*/
.purchase_btn_wrap {
    padding: 5px;
    background: #fff45c url(../../images/purchase/purchase_icon-1.png) 0 50% / 104px 64px no-repeat;
    border-radius: 5px;
    font-size: 13px;
}
.purchase_btn_wrap .rightdir {
    float: right;
    text-align: right;
}
.purchase_btn_wrap .rightdir:first-child {
    margin-left: 10px;
}
.purchase_btn_wrap .btn {
    padding: 4px 12px;
}
.purchase_des {
    margin: 0 0 3px;
}
.purchase_link {
}
.purchase_info_wrap {
    max-width: 750px;
    margin: auto;
}
.purchase_info_wrap .leftdir {
    float: left;
    width: 58%;
    margin-right: 2%;
}
.purchase_info_wrap .rightdir {
    float: right;
    width: 40%;
}
.purchase_info_wrap img,
.purchase_info_wrap a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.purchase_list {
    margin-right: 15px;
}
.purchase_list:nth-child(3) {
    margin-right: 0;
}
.purchase_info {
    margin-bottom: 15px;
}
.purchase_info,
.purchase_note {
    padding: 15px;
}
.purchase_info h3 {
    font-size: 18px;
}
.purchase_note ul,
.purchase_info ul {
    margin-left: 1.6em;
    margin-bottom: 10px;
    padding: 0;
}
.purchase_note li,
.purchase_info li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}
.purchase_note li {
    list-style: none;
}
.info_wrap {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    background: #eee;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    line-height: 1.7;
}
.info_wrap .info_header {
    display: block;
    margin: auto;
}
.info_wrap a {
    display: inline-block;
    margin-left: 2em;
}
.info_wrap .f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info_wrap .f_item {
    width: 48%;
    margin-right: 4%;
}
.info_wrap .f_item:nth-child(even) {
    margin-right: 0;
}
.cardset_detail {
    margin-bottom: 30px;
    line-height: 1.7;
    letter-spacing: 1px;
}
.cardset_detail .row {
    margin-bottom: 15px;
}
.cardset_title {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #337ab7;
}
.reserve-uketsuke{
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    padding: 5px;
    font-size: 15px;
    white-space: nowrap;
    background: #ff9500;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.8);
    border-width: 5px;
    border-color: white;
    border-style: double;
}
.cardset_title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width:768px){

	.cardset_detail_info{
		display: flex;
		justify-content: flex-end;
	}
	.cardset_detail_info dl{
		margin-right: 15px;
	}
}
@media screen and (min-width:769px){
.hamMenu-sp{
        display: none;
    }
}
.cardset_detail_info dt,
.cardset_detail_info dd {
    float: left;
}
.cardset_detail_info dt { clear: both; }
.cardset_recommend_img {
    position: relative;
    display: block;
}
.cardset_recommend_img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: -1;
    content: '';
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
    border-radius: 100px / 15px;
}
.cardset_recommend_img a {
    display: block;
    transition: 0.3s;
    opacity: 1;
}
.cardset_recommend_img a:hover {
    transition: 0.3s;
    opacity: .7;
}
.overTable {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/* ------------------------------------
    imageview
------------------------------------ */

/* ------------------------------------
    Player
------------------------------------ */
.player_content {
    max-width: 950px;
    margin: 0 auto 60px;
}
.player_content a {
    display: block;
    width: 100%;
    opacity: 1;
    transition: .1s ease-in-out;
}
.player_content a:hover {
    opacity: .7;
    transition: .1s ease-in-out;
}
.player_fwrap {
    display: flex;
    flex-wrap: wrap;
}
.player_fitem {
    margin-bottom: 15px;
    text-align: center;
}
#players .player_fitem:hover {
    opacity: .8;
    cursor: pointer;
}
.player_fitem img { width: 100%; }
.player_heading {
    margin: 0 0 15px;
    text-align: center;
}
.player_profileBox {
    margin: 15px;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
}
.player_profileBox._bmPro { border: 3px solid #0f1837; }
.player_profileBox._bmElders { border: 3px solid #f30168; }
.player_profileBox._BIGs { border: 3px solid #c5c5c5; }
.player_profileBox._profile { vertical-align: top; padding: 1.0em; color: #000b00; line-height: 1.4; }
.player_profileBox._profile > span.name { font-weight: bold; font-size: 1.2em; }
.player_profileBox._profile > span.level { }
.player_profileBox._profile > span.results { font-weight: bold; }
.player_profileBox > p { padding: 10px 15px; color: #000b00; line-height: 1.5; }
/*------------------------
会社概要 他 ページ
------------------------*/
.info_wrap {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    background: #eee;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    line-height: 1.7;
}
.info_wrap ul {
    list-style: none;
}
.info_wrap li {
    margin-bottom: 30px;
}
.info_title {
    margin-bottom: 60px;
    font-size: 24px;
}
.info_wrap dl,
.info_wrap dt,
.info_wrap dd {
    margin: 0;
    font-weight: normal;
    line-height: 1.7;
}
.info_wrap dl {
    margin-bottom: 2em;
}
.info_wrap dt {
    margin-bottom: .8em;
    padding-bottom: .5em;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
}
.info_wrap dd {
    margin-left: 1em;
}
#slide_sideMenu[off-canvas] ul.menu {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
#slide_sideMenu[off-canvas] ul.menu li a {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    padding: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    font-size: 11px;
}
#slide_sideMenu [off-canvas] ul.menu li a:hover {
    color: #ff3838;
    background-color: rgba(255, 255, 255, 0.1);
}
#slide_overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
#slide_sideWrap {
    width: 130px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.5);
}
#slide_sideWrap .tooltip-inner { position: relative; }
#slide_sideWrap .thmb_img {
    height: 160px;
}
#slide_sideWrap .tab-content > .active { position: relative; }
#slide_sideWrap .tab-pane { padding: 10px; }
#slide_sideWrap #history-tab,
#slide_sideWrap #watch-tab { padding: 0; }
#slide_sideWrap #history-wrap .shout-tab-ttl,
#slide_sideWrap #watch-wrap .shout-tab-ttl,
#slide_sideWrap #history-wrap .slide_sideHistory_wrap,
#slide_sideWrap #watch-wrap .slide_sideWatch_wrap { padding: 10px; }
#slide_sideWrap .owl-item {
    width: 100% !important;
}
.sidrDeck_editBtn,
#sidrDeck_editBox .deck-box-btn {
    width: 100%;
}
#sidrDeck_countBox {
    margin-bottom: 10px;
    text-align: right;
}
.sidrDeck_cardCount {
    margin-bottom: 5px;
}
.sidrDeck_btnBox {
    margin-bottom: 10px;
}

.slide_side_closeBtn{
    width: calc(100% - 10px);
    text-align: left;
    margin: 5px 5px 10px;
    display: block;
    padding:5px;
    color:#fff
}
.slide_side_closeBtn:focus{
    color:#fff;
    text-decoration: none;
}
.slide_side_closeBtn i{
    margin-right: 3px;
}
#slide_sideWrap .thumbnail {
    padding: 0;
    border-radius: 0;
}
#slide_sideWrap .thmb_img {
    position: static;
    margin: 0;
}
#slide_sideWrap .trim {
    position: relative;
    width: 100%;
    height: 150px;
    background-position: 38% 18% !important;
    background-size: 130% !important;
}
#slide_sideWrap .deck_format {
    height: 5px;
    padding: 0;
}
#slide_sideWrap .deck_format.standard-color { background: #337ab7; }
#slide_sideWrap .deck_format.pioneer-color { background: #337ab7; }
#slide_sideWrap .deck_format.modern-color { background: #8a00d1; }
#slide_sideWrap .deck_format.legacy-color { background: #e23e24; }
#slide_sideWrap .deck_format.vintage-color { background: #333; }
#slide_sideWrap .tooltip-inner {
    color: #000;
}
#slide_sideWrap .myDeck_itemBox {
    position: relative;
    margin-bottom: 15px;
}
#slide_sideWrap .deckName {
    /* .sidrのstyle打ち消し */
    margin: 0;
    padding: 10px 5px;
    background: none;
    line-height: 1;
}
#slide_sideWrap .mydeck_des {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    font-size: 12px;
    color: #fff;
}
#cart-btn,
#cart-wrap,
#cart-tabBtn { background: #204d74; }
#deck-btn,
#deck-wrap,
#deck-tabBtn { background: #5bc0de; }
#buying-btn,
#buying-wrap,
#buying-tabBtn { background: #5cb85c; }
#history-btn,
#history-wrap,
#history-tabBtn { background: #f0ad4e; }
#watch-btn,
#watch-wrap,
#watch-tabBtn { background: #d9534f; }
#slide_sideWrap .tab-content .btn-history,
#slide_sideWrap .tab-content .btn-watch {
    width: 100%;
    border: 1px solid #666;
    border-radius: 0;
    background: #eee;
}
#purchaseBox-fix {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*z-index: 10;*/
    display: block;
    width: 130px;
    margin: 0 0 -10px -10px;
    background: #eee;
    color: #000;
}
#purchaseBox-fix.open {
    display: block;
    text-align: right;
}
#purchaseBox-fix #cart_card_kinds,
#purchaseBox-fix #cart_cards_count,
#purchaseBox-fix #cart_summary {
    font-size: 16px;
}
#purchaseBox-fix .btn-lg,
#slide_tabBtn .btn {
    width: 100%;
    padding: 0;
    border-radius: 0;
}
#slide_tabBtn .btn:last-child {
    border-right: none;
}
#slide_tabBtn .btn a {
    display: block;
    width: 100%;
    height: 30px;
    z-index: 1;
    color: #fff;
}
#slide_tabBtn .btn a img {
    width: 16px;
}
#slide_tabBtn .btn i { z-index: 0; }
#slide_tabBtn .btn-cart i { margin-top: 6px; }
#slide_tabBtn .btn-deck img { margin-top: 7px; }
#slide_tabBtn .btn-buying img { margin-top: 5px; }
#slide_tabBtn .btn-history i { margin-top: 7px; }
#slide_tabBtn .btn-watch i { margin-top: 6px; }
.shout-tab-ttl {
    margin-bottom: 10px;
}
#history-tab .shout-tab-ttl,
#watch-tab .shout-tab-ttl { margin-bottom: 0; }
.shout-tab-ttl i { margin-right: 5px; }
.shout-tab-ttl img { height: 14px; }
#history-tab .login-txt-box {
    width: 100%;
    background: url(/images/bg_login.png);
    margin: 20px 0 30px 0;
}
#history-tab .login-txt-box-wrap {
    width: 80%;
    max-width: 420px;
    padding: 30px 0;
    position: relative;
    margin: 0 auto;
}
#history-tab .login-txt-box-wrap:before {
    content: "";
    background: url(/images/comingsoon.png) no-repeat right center;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
    width: 100px;
    height: 120px;
    position: absolute;
    right: 20px;
    top: 0;
}
#history-tab .login-txt-box p {
    border: 1px solid #1f2bb4;
    border-radius: 4px;
    padding: 20px 0 20px 30px;
    background: #fff;
    text-align: left;
    padding-right: 100px;
}
.totalBox {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
}
.totalBox dt {
    font-size: 12px;
    font-weight: normal;
}
.totalBox dd {
    margin-bottom: 15px;
}
.totalBox th,
.totalBox td {
    vertical-align: baseline;
    font-size: 14px;
    font-weight: normal;
}
.totalBox td {
    text-align: right;
}
.dropdown-menu {
    width: 700px;
    -width: 700px !important; /* bootstrap typeaheadの打ち消し */
}
/*pointback*/
.inner {
    padding: 0 20px 20px;
}
.contentBox {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
}
.content {
    padding: 0 20px 20px;
}
.headingUnder01 {
    color: #1723b1;
    font-weight: bold;
    font-size: 32px;
    border-bottom: 2px solid #1723b1;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.headingUnder02 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 3px 0 3px 20px;
    position: relative;
}
.headingUnder03 {
    font-weight: bold;
    font-size: 18px;
    color: #1723b1;
    margin-bottom: 15px;
}
.headingUnder04 {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.content .headingUnder02 {
    margin-left: -20px;
    margin-right: -20px;
}
.cardimgkizu{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
}
.cardimgkizu li img{
    margin: 20px;
    height: 250px;
}
.headingUnder02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #fced00;
}
.headingUnder02:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 50%;
    background: #1723b1;
}
.borderBox .headingUnder04 {
    margin-top: 10px;
}
.contentBox p {
    margin-bottom: 20px;
    line-height: 1.7em;
}
.attention {
    color: #e23e24;
}
.small {
    font-size: 14px;
}
.qaList {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0;
}
.qaList li {
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}
.qaList dl {
    margin-bottom: 0;
}
.qaList dt,
.qaList dd {
    overflow: hidden;
    display: table;
    width: 100%;
}
.qaList dt {
    font-size: 18px;
}
.qaList .qTitle {
    width: 60px;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.qaList dt .qTitle {
    background: #fff500;
}
.qaList dd .qTitle {
    background: #f4f4f4;
    font-size: 18px;
    font-weight: bold;
}
.qaList .qText {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}
/*テーブル*/
.p_under table {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
.p_under table thead {
    background: #f4f4f4;
    text-align: center;
    font-weight: bold;
}
.p_under table td,
.p_under table th {
    padding: 8px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 200px;
    line-height: 1.3em;;
}
.p_under table tbody th {
    background: #fff500;
}
.p_under table tbody td {
    font-size: 18px;
    text-align: center;
}
.p_under table td .small {
    font-size: 13px;
}
.p_under table + table {
    margin-top: 20px;
}
.gth {
    color: red;
}
.lth {
    color: #1723b1;
}
.p_under table tbody th.blue1 {
    background: #5fdbed;
}
.p_under table tbody th.green1 {
    background: #9dcdff;
}
.displayPc {
    display: block;
}
.displaySp {
    display: none;
}
thead.displayPc {
    display: table-caption;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
/*payment*/
.p_under table.payment tbody th {
    padding: 10px;
    width: 250px;
    white-space: nowrap;
}
.p_under table.payment tbody td {
    width: 600px;
    text-align: left;
    font-size: 16px;
    padding: 10px;
}
/*reservations*/
.p_under ul.textList {
    padding-left: 20px;
}
.p_under ul.textList li {
    margin-bottom: 15px;
    line-height: 1.4;
}
.borderBox {
    margin: 30px;
    padding: 15px 30px;
    border: 1px solid #ccc;
}
/*orderguide*/
.step::before {
    content: "";
    display: block;
    width: 0;
    border-color: #1723b1;
    border-style: solid;
    border-width: 15px 40px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin: auto;
}
.step:first-child::before {
    display: none;
}

.orderconfirmation a.borderBox{
  display: block;
}
.link-arrow-text {
position: relative;
padding-left: 15px;
text-decoration: none;
width: 100%;
}

.link-arrow-text::after {
content: '';
display: block;
width: 8px;
height: 8px;
border-top: 2px solid #1723b1;
border-left: 2px solid #1723b1;
transform: rotate(135deg);
position: absolute;
left: 0;
top: 6px;

}

.p_under .contents-table {
    margin: 0px 0px 30px 0px;
    padding: 25px 30px 15px 30px;
    border: 1px solid #eceabb;
    display: inline-block;
    background: #fffeed;
}
.p_under .contents-table li{
  margin-left: 1em;
  margin-bottom: 0.5em;

}
.p_under .content ul,
.p_under .content ol{
  padding-left: 1.5em;
}
.p_under .content li{
  margin-bottom: 0.7em;
}
.p_under .content .borderBox p:last-child{
  margin-bottom: 0;
}

/* company.ctp  特定商取引法に基づく表示、会社概要ページ */

.informations.company{
    width: 100%;
}
.companyPage_wrap {
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.company_table_head {
    background: #ebecfb;
    width: 15em;
    position: relative;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.company_table_contents {
    background: #fff;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.7;
    width: calc(100% - 15em);
}
@media screen and (max-width:768px) {
    .company_table_head{
        width: 100%;
        padding: 15px;
        display: block;
    }
    .company_table_contents{
        width: 100%;
        padding: 15px;
        display: block;
    }
}


/* ---------------------
    - common
    - flash
    - signup
    - confirm
    - profile
    - edit_profile
--------------------- */

/* =====================
  common
===================== */
.error-message {
    margin-top: 3px;
    font-size: 12px;
    color: #f00;
}
.requiredMark {
    padding-left: 3px;
    font-size: 12px;
    color: #f00;
}
.complete_txt { font-size: 20px; }
.requiredMarkBg {
    background: #f00;
    color: #fff;
    font-size: 9px;
    padding: 2px 3px;
}

/* =====================
  Flash
===================== */
.mypage-flash {
    font-size: 20px;
    position: absolute;
    width: 400px;
    background: #FFFFFF;
    padding: 80px 20px;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.2);
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 3px double red;
    border-radius: 16px;
    text-align: center;
    z-index: 999;
    color: red;
    max-width: 80%;
}
.mypage-flash .fa-times-circle{
    position: absolute;
    right: 10px;
    top: 10px;
}
.mypage-flash i{
    margin-right: 5px;
}
.mypage-flash.success {
    opacity: 0.8;
}
.mypage-flash.error {

}

/* =====================
  signup
===================== */
.loginForm .text, .loginForm .password {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.loginForm .input label,
.loginForm .input > input {
    flex-grow: 1;
    font-size: 16px;
}
.loginForm .password { margin-bottom: 10px; }
.loginForm .checkbox { float: left; }
.loginForm label {
    width: 6em;
    vertical-align: middle;
}
.loginForm #autologin { top: -3px; }
.forgetPass {
    font-size: 12px;
    text-align: right;
}
.register_des {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.registerForm .btn { width: 100%; }
.complete_message {
    /*background: url(/images/bg_comingsoon.png) ;*/
    background: #fff200;
    text-align: center;
    padding: 5px 10px 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}
.complete_message::before {
    content: "";
    border: 16px solid transparent;
    border-top: 16px solid #fff200;
    position: absolute;
    left: 20%;
    bottom: -32px;
    z-index: 2;
}
.btn-activate-complete {
    color: #fff;
    width: 100%;
}
.btn-activate-complete.site_cart_btn {
    background-color: #1622b0;
    border-color: #1622b0;
}
.btn-activate-complete.site_cart_btn:hover {
    background: #fef336;
    border-color: #cfc513;
    color: #000;
}
.btn-activate-complete.site_buycart_btn {
    background-color: #00cece;
    border-color: #00cece;
}
.complete_txt {
    font-weight: bold;
}
.completePage-inner label {
    width: 6em;
    font-size: 16px;
}
.completePage .input {
    margin-bottom: 10px;
}
.completePage .checkbox {
    float: left;
}
.completePage-inner.activate-mail-complete {
    max-width: 500px;
    margin: 0 auto;
}
.completePage-inner.activate-mail-complete fieldset {
    flex: 1;
}

/* =====================
  register
===================== */
input::placeholder {
    color: #bbb;
    font-style: italic;
    font-family: "游ゴシック", "Yu Gothic";
}
.registerPage legend {
    margin: 0 0 20px 0;
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #bbb;
    font-size: 20px;
    font-weight: normal;
}
.registerPage {
    padding: 0px; 
    background: none;
    margin-bottom: 50px;
}
.registerPage_wrap {
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}
.registerPage_form_header,
.editProfile_head {
    background: #ebecfb;
    width: 15em;
    position: relative;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.requiredText::before {
    content: "必須";
    display: inline;
    right: 15px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    background: rgb(230, 0, 18);
    padding: 3px;
    margin-right: 3px;
}
.registerPage_form_header.required::before,
.editProfile_head.required::before
{
    content: "必須";
    position: absolute;
    right: 30px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    background: rgb(230, 0, 18);
    padding: 3px;
}

.registerPage_form_detail{
    background: #fff;
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.7;
    width: calc(100% - 15em);
}

.registerPage_form_detail input,
.editProfile_des input
{
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px;
}

.registerPage_form_detail select,
.editProfile_des select
{
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px;
}

.registerPage_form_detail .error input,
.registerPage_form_detail .error select
{
    border: 1px solid #e60012;
    border-radius: 4px;
    padding: 5px;
    background: #FFF0F0;
}

.registerPage_form_detail .input-attention-wrap{
    background: #F5F5F5;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.editProfile_des .registerPage_inputBox,
.registration_notes {
    background: #F5F5F5;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.registration_notes {
    line-height:1.7rem;
    text-align: center;
    font-weight: bold;
}

.input-attention{
    padding: 0px 5px;
    font-weight: bold;
    margin-top: 10px;
}

.error input{
    border: 1px solid #e60012;
    border-radius: 4px;
    padding: 5px;
    background: #FFF0F0;
}

.input-attention-wrap > .input-attention{
    margin-top: 0;
}
.registerNote {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.4;
}
.registerPage_inputBox {
    padding: 15px;
}
.registerPage_inputBox:first-child { border-top: 0; }
.confirm_head,
.registerPage_inputBox label { font-weight: normal; }

.registerPage_inputBox select {
    min-width: 3em;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    background: #fff;
}
.registerPage_inputBox select::-ms-expand {
    display: none;
}
.register_Birthday_select {
    margin-right: 5px;
}
.register_selectBox,
.registerPage_postcord_flexbox,
.editProfile_postcord_flexbox,
.registerPage_tel_flexbox
{
    display: flex;
}
.registerPage_postcord_flexbox,
.editProfile_postcord_flexbox,
.registerPage_tel_flexbox
{
    align-items: center;
}
.register_selectWrap {
    display: flex;
    align-items: center;
}
.register_selectWrap .fa-arrow-down {
    position: absolute;
    top: 5px;
    left: 5em;
    font-size: 12px;
}
.register_Birthday_init { padding-right: 10px; }
.register_option {
    max-width: 500px;
    margin: 30px auto;
    padding: 15px;
    border: 1px dashed #ccc;
}
.register_mailNews,
.register_auctionInfo {
    display: flex;
    align-items: baseline;
}
.register_option input { margin-right: 5px; }
.register_option label { font-weight: normal; }
.register_agreePolicy {
    display: block;
    with: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: #F5F5F5;
}
.register_btn {
    display: block;
    width: 90%;
    padding: 15px;
    margin: auto;
    border: #a9a9a9 1px solid;
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-shadow: 1px 1px 0 #fff;
    color: #000;
    cursor: pointer;
}
.register_btn:hover {
    background: #1723b1;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
/* =====================
  confirm
===================== */
.confirmPage legend {
    margin: 0 0 20px 0;
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #bbb;
    font-size: 20px;
    font-weight: normal;
}
.confirmPage {
    padding: 0px; 
    background: none;
    margin-bottom: 50px;
}
.confirm_wrap {
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}

.login_dicNUm {
    border-bottom: 0;
}
.confirm_head {
    background: #ebecfb;
    width: 15em;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.confirm_head.required::before {
    content: "必須";
    position: absolute;
    right: 30px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    background: rgb(230, 0, 18);
    padding: 3px;
}


.confirm_des {
    background: #fff;
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.7;
    width: calc(100% - 15em);
}
.confirm_option {
    max-width: 500px;
    margin: 30px auto;
    padding: 15px;
    border: 1px dashed #ccc;
}
.confirm_selectOption { margin: 0; }
.confirm_selectOption.mb15 { margin-bottom: 15px; }
.confirm_btn {
    display: block;
    width: 45%;
    padding: 15px;
    margin: auto;
    border: #a9a9a9 1px solid;
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.confirm_btn:hover {
    background: #1723b1;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
}
.confirmPage .login_dicNUm { border-bottom: 0; }



/* =====================
  profile
===================== */

.profilePage_ttl {
    margin: 0 0 20px 0;
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #bbb;
    font-size: 20px;
    font-weight: normal;
}
.profilePage_wrap {
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}
.profile_row {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}
.profile_row:first-child { border-top: 0; }
.profile_row:last-child { border-bottom: 0; }
.profile_head {
    background: #ebecfb;
    width: 15em;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.profile_des{
    background: #fff;
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.7;
    width: calc(100% - 15em);
}

.profile_option {
    max-width: 500px;
    margin: 30px auto;
    padding: 15px;
    border: 1px dashed #ccc;
}
.ProfilePage .editProfile_mailNews,
.ProfilePage .editProfile_auctionInfo {
    display: flex;
    align-items: baseline;
}
#profile-namekanjil,
#profile-namekanal {
    margin-right: 10px;
}
.profile_submit {
    display: block;
    padding: 15px;
    margin: auto;
    max-width: 600px;
    border: #a9a9a9 1px solid;
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    color: #000;
    cursor: pointer;
}

.profile_selectOption {
    margin: 0 auto;
    padding: 15px;
    max-width: 400px;
    border: dashed 1px #ccc;
    text-align: center;
}
/* =====================
  edit_profile
===================== */
.editProfilePage legend {
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #bbb;
    font-weight: normal;
}
.editProfilePage_wrap {
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}
.editProfilePage .requiredMark {
    padding-left: 3px;
    font-size: 12px;
    color: #f00;
}
.editProfilePage .error-message {
    margin-top: 3px;
    font-size: 12px;
    color: #f00;
}
.editProfilePage .editProfileNote {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.4;
}


.editProfile_des{
    background: #fff;
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.7;
    width: calc(100% - 15em);
}

.editProfile_des.error select
{
    border: 1px solid #e60012;
    border-radius: 4px;
    padding: 5px;
    background: #FFF0F0;
}

.profile_option {
    max-width: 500px;
    margin: 30px auto;
    padding: 15px;
    border: 1px dashed #ccc;
}

.editProfilePage_inputBox{
    padding:5px;
}
.editProfilePage_inputBox:first-child { border-top: 0; }
.editProfilePage .login_dicNUm { border-bottom: 0; }
.editProfilePage_inputBox label { font-weight: normal; }
.editProfilePage_inputBox > input { padding: 0 5px; }
.editProfilePage_inputBox select {
    min-width: 3em;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    background: #fff;
}
.editProfilePage_inputBox select::-ms-expand { display: none; }
.editProfilePage .editProfile_Birthday_select { margin-right: 5px; }
.editProfilePage .editProfile_selectBox { display: flex; }
.editProfilePage .editProfile_selectWrap {
    display: flex;
    align-items: center;
}
.editProfilePage .editProfile_selectWrap .fa-arrow-down {
    position: absolute;
    top: 5px;
    left: 5em;
    font-size: 12px;
}
.editProfilePage .editProfile_Birthday_init { padding-right: 10px; }
.editProfilePage .editProfile_option {
    max-width: 500px;
    margin: 30px auto;
    padding: 15px;
    border: 1px dashed #ccc;
}
.editProfilePage .editProfile_mailNews,
.editProfilePage .editProfile_auctionInfo {
    display: flex;
    align-items: baseline;
}
.editProfilePage .editProfile_option input { margin-right: 5px; }
.editProfilePage .editProfile_option label { font-weight: normal; }
.editProfile_btn {
    display: block;
    width: 45%;
    padding: 15px;
    margin: auto;
    border: #a9a9a9 1px solid;
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.editProfile_btn:hover {
    background: #1723b1;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    text-decoration: none;
}
/* =====================
  password_reminder
===================== */
.password_reminder .loginForm,
.password_reset .loginForm {
    max-width: 640px;
}

.forgotPasswordForm,
.resetPasswordForm {
    width: 100%;
}

.forgotPasswordForm .forgotpassword-email,
.resetPasswordForm .resetpassword-label {
    display: flex;
    align-items: center;
    padding-right: 0px;
    /*height: 32px;*/
}

.forgotPasswordForm label,
.resetPasswordForm label {
    width: auto;
    vertical-align: initial;
}

.resetPasswordForm .resetpassword-value {
    line-height: 32px;
}

.forgotPasswordForm .complete_img {
    text-align: center;
}

.resetPasswordForm .text-reset-password {
    color: #d9534f;
}
/* =====================
  activate_mail
===================== */
 .user-form-container.activate-mail {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 500px;
     line-height: 1.7;
 }
.user-form-container.activate-mail .user-form {
    display: flex;
}
.user-form-container.activate-mail .user-form-rows {
    padding: 2rem;
    background-color: #F5F5F5;
}
.user-form-container.activate-mail .user-form-label {
    font-size: larger;
}
.user-form-container.activate-mail .user-form-label label {

}
.user-form-container.activate-mail .user-form-value {
    text-align: center;
}
.user-form-container.activate-mail .sub-link {
    margin-bottom: 1rem;
    font-size: 12px;
    text-align: right;
}

/* ---------------------
    - aside
    - yellow_heading
    - subheading
    - region
    - boxes
--------------------- */
#regions .clr { clear: both; }
/* =====================
  aside
===================== */
#regions ul, #regions li {
    padding: 0;
    list-style: none;
}
.regions_wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ragions_shopName {
    font-size: 18px;
}
#regions ul > li { border-bottom: 1px solid #cfcfcf }
#regions aside {
    border-top: 4px solid #cfcfcf;
    margin: 0 0 0 0;
}
.regions_prefectureWrap {
    margin-bottom: 10px;
    padding-left: -15px;
}
#regions aside ul > li {
    border-bottom: 1px solid #cfcfcf;
}
#regions aside ul > li > a {
    font-size: 16px;
    color: #1723b1;
    display: block;
}
#regions aside ul > li:hover > a,
#regions aside ul > li > ul > li:hover > a {
    text-decoration: none;
}
#regions aside ul > li > ul > li {
    margin: 8px 0 0;
    padding: 0;
    border: none;
}
#regions aside ul > li > ul > li > a {
    font-size: 14px;
    color: #000;
    display: block;
}
#regions .regions_name {
    padding: 8px;
    cursor: pointer;
}
#regions .regions_name:hover {
    background: #eee;
    color: #fff;
}
.side_prefectureItem a {
    cursor: pointer;
}
.side_prefectureItem a:hover {
    background: #1723b1;
    color: #fff !important;
}
/* =====================
  yellow_heading
===================== */
#regions .yellow_heading {
    background: #f9ef00;
    position: relative;
    padding: 12px 80px;
    font-size: 26px;
    color: #1723b1;
    margin: 0;
    border-radius: 2px;
}
#regions .yellow_heading img {
    position: absolute;
    left: 15px;
    top: -5px;
    height: 70px;
    width: auto;
}
/* =====================
  subheading
===================== */
#regions .subheading {
    font-size: 20px;
    color: #000;
    position: relative;
    padding: 4px 0 0 20px;
    font-weight: bold
}
#regions .subheading::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background: #000;
}
/* =====================
  region
===================== */
#regions .region li {
    float: left;
}
#regions .region_bigbox:before,
#regions .region_bigbox:after {
    display: table;
    content: " ";
}
/* =====================
  boxes
===================== */
#regions .boxes {
    width: 100%;
    padding: 10px 15px;
    border: 5px solid #ccc;
    background: #fff no-repeat scroll 180px 10px;
    transition: all .2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    text-align: left;
}
#regions .boxes .box_title {
    background: #ccc;
    padding: 4px 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
}
#regions .boxes .text_img img { width: 100%; }
#regions .boxes .regions_shopName {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
#regions .boxes .ragions_eventFormat {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
#regions .boxes .ragions_shopDes {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.4;
}
#regions .boxes .btn_row {
    text-align: center;
}
#regions .boxes .btn_row .box_btn {
    display: block;
    background: #333;
    padding: 0;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
#regions .boxes .btn_row .box_btn:hover {
    text-decoration: none;
}
#regions .boxes .btn_row .box_btn i {
    margin-right: 10px;
    font-size: 12px;
    color: #fff500;
}
#regions .boxes.blue_box {
    border: #1723b1 solid 5px;
    background: url(../images/box-avatar-blue.png) no-repeat scroll 180px 10px;
}
#regions .boxes.blue_box .box_title {
    background: #1723b1;
}
#regions .boxes.blue_box h2 {
    color: #1723b1;
}
#regions .boxes.blue_box h3 {
    color: #1723b1;
}
#regions .boxes.blue_box .btn_row .box_btn {
    background: #1723b1;
}
#regions .boxes.red_box {
    border: #ff2300 solid 5px;
    background: url(../images/box-avatar-red.png) no-repeat scroll 180px 10px;
}
#regions .boxes.red_box .box_title {
    background: #ff2300;
}
#regions .boxes.red_box h2 {
    color: #ff2300;
}
#regions .boxes.red_box h3 {
    color: #ff2300;
}
#regions .boxes.red_box .btn_row .box_btn {
    background: #ff2300;
}
#regions .boxes.purple_box {
    border: #8a00d1 solid 5px;
    background: url(../images/box-avatar-purple.png) no-repeat scroll 180px 10px;
}
#regions .boxes.purple_box .box_title {
    background: #8a00d1;
}
#regions .boxes.purple_box h2 {
    color: #8a00d1;
}
#regions .boxes.purple_box h3 {
    color: #8a00d1;
}
#regions .boxes.purple_box .btn_row .box_btn {
    background: #8a00d1;
}
#region_left > div {
    margin-bottom: 15px;
}
.regions_sidebar { margin-top: 20px; }
/*------------------------
予約一覧ページ
------------------------*/
.reserve-list-title {
    background: #e9f1ff url(/images/title/reserve-list-title.png) right center no-repeat;
    padding-top: 35px;
    padding-left: 30px;
    height: 100px;
    margin: 0 0 20px 0;
    color: #1723b1;
    font-size: 24px;
    border-radius: 4px;
    text-shadow: 2px 2px 1px #e9f1ff;
    border: 1px solid #c0d2f1;
}
.row.ranking {
    margin-left: 0;
    margin-right: 0;
}
/*scroll_fix*/
.scroll_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* .toast-bottom-left */
.toast-bottom-left {
    bottom: 40px;
}
/*banned-cards*/
.glyphicon-banned {
    content: "";
    width: 1em;
    height: 1em;
    background: url(/images/icon-banned.png) center;
    -webkit-background-size: 100% auto;
    margin-right: 5px;
    background-size: 100% auto;
    margin-right: 10px;
    line-height: 1em;
}
.banned-list-title {
    background: #fff;
    padding: 25px;
    margin-top: 0;
    color: #1723b1;
    font-size: 24px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #c0d2f1;
}
.bannedWrap .item {
    margin-bottom: 15px;
}
.bannedWrap .feature-box-title {
    margin-left: 15px;
    margin-right: 15px;
}
.limitTo-one {
    position: absolute;
    background: #333;
    left: 30px;
    top: 30px;
    padding: 8px 2px 0 2px;
    color: #fff;
    z-index: 5;
    font-size: 9px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 1.2;
}
.limitTo-one i {
    margin-right: 0;
}
.supply_listBox,
.supply_listBox ul,
.supply_listBox li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.supply_listBox {
    margin: 10px;
}
.supply_listBox li a:hover {
    background: #666;
    color: #fff
}
.supply_listBox li > ul > li{

}
.supply_listBox a {
    text-decoration: none;
}
.supply_listBox .supply_listBox_item {
    margin-top: -1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.supply_listBox .supply_listBox_item a {
    margin: 2px 0;
    padding: 5px;
    border-left: 3px solid #999;
}
.supply_listBox .supply_listBox_item.supply_listBox_item_group a {
    margin: 2px 0;
    padding: 3px 3px 3px 1.5em;
    border-left: 3px solid #ddd;
}
.supply_listBox .supply_listBox_item.supply_listBox_item_group span{
    margin: 2px 0 3px 0;
    padding: 5px;
    border-left: 3px solid #999;
    background: #e5e5e5;
    display: block;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}
.supply_listBox .supply_listBox_maker {
    padding-left: 15px;
    border-top: 0;
}
.supply_listBox .supply_listBox_maker li {
    margin: 3px 0;
}
.supply_listBox .supply_listBox_maker a {
    padding: 3px 5px;
    border-left: 2px solid #ddd;
}
/*comingsoon*/
.comingsoon {
    margin-top: 30px;
    padding: 50px 0;
    position: relative;
}
.coming-soon-bg {
    display: block;
    background: url(/images/bg_comingsoon.png);
    height: 450px;
}
.coming-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/images/comingsoon.png) no-repeat top center;
    height: 700px;
    text-align: center;
    width: 100%;
}
.coming-txt p {
    color: #fff;
    font-size: 52px;
    padding-top: 200px;
    line-height: 0.6;
}
.coming-txt p span {
    font-size: 18px;
    color: #9299e6;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
}
/*tab*/
.tabContent_colWrap .comingsoon {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
}
.tabContent_colWrap .coming-soon-bg {
    background: url(/images/bg_login.png);
    height: 80%;
}
.tabContent_colWrap .coming-txt {
    background-position: center top;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
    height: 100%;
}
.tabContent_colWrap .coming-txt p {
    padding-top: 45px;
    font-size: 30px;
    text-shadow: 2px 2px 1px #1723b1,
        -2px 2px 1px #1723b1,
        2px -2px 1px #1723b1,
        -2px -2px 1px #1723b1;
}
.tabContent_colWrap .coming-txt p span {
    font-size: 12px;
}
.sagawazikan .townTable {
    width: 100%;
    border: 1px solid #333;
}
.townTable th,
.townTable td {
    padding: 3px 5px;
    border: 1px solid #333;
}
/* ---------------------
    - common
    -
--------------------- */
/* =====================
  common
===================== */
.bm_dashboard a,
.bm_dashboard a:hover { text-decoration: none; }
.dashboard_head .btn {
    color: #292b2c;
    background: #fff;
    border: 1px solid #ccc;
}
.dashboard_head .btn:hover {
    color: #292b2c;
    background: #e6e6e6;
    border: 1px solid #adadad;
}
.dashboard_head .btn a { color: #292b2c; }
.dashboard_tb {
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.dashboard_tb table { width: 100%; }
.dashboard_tb th,
.dashboard_tb td {
    padding: 3px;
    border: 1px solid #ddd;
}
.dashboard_tb thead,
.dashboard_tb thead a {
    background: #1723b1;
    color: #ff0;
}
.dashboard_tb tbody tr:nth-child(odd) { background: #eee; }
.dashboard_tb .actions a {
    display: block;
    text-align: center;
}
.dashboard_form input {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0;
    background-color: #fff;
}
.dashboard_form .input.text,
.dashbord_dateWrap { margin-bottom: 30px; }
.dashbord_selectWrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 250px;
    background: #f2f2f2;
    border: 1px solid;
    border-color: white #f7f7f7 #f5f5f5;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dashbord_selectWrap:before, .dashbord_selectWrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}
.dashbord_selectWrap:before {
    border-bottom-style: solid;
    border-top: none;
}
.dashbord_selectWrap:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}
.dashboard_select {
    position: relative;
    margin: 0;
    padding: 6px 30px 6px 10px;
    height: 32px;
    line-height: 20px;
    font-size: 18px;
    color: #62717a;
    text-shadow: 0 1px white;
    background: #f2f2f2;
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.dashboard_select:focus {
    z-index: 3;
    width: 100%;
    color: #394349;
    outline: 2px solid #49aff2;
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: -2px;
}
.dashboard_select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: #f2f2f2;
    border-radius: 3px;
    cursor: pointer;
}
.dashboard_submit { margin-top: 30px; }
.dashboard_submit button[type="submit"] {
    border: 0;
    background: none;
}
/* =====================
  cardsets
===================== */
#cardsets_form .input {
    margin-bottom: 10px;
}
#cardsets_form input[type="text"],
#cardsets_form button,
#cardsets_form textarea,
#cardsets_form select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#cardsets_form label {
    width: 12em;
    vertical-align: top;
}
#cardsets_form input[type="text"],
#cardsets_form input[type="number"],
#cardsets_form textarea,
#cardsets_form select,
#cardsets_form input[type="checkbox"] {
    border: 1px solid #eee;
    background: #ffe;
}
#cardsets_form button[type="submit"] {
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #1723b1;
    color: #fff;
}
#cardsets_form button[type="submit"]:hover {
    border: 1px solid #1723b1;
    background: #fff;
    color: #1723b1;
}
#cardsets_form a.button {
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #1723b1;
    color: #fff;
}
#cardsets_form a.button:hover {
    border: 1px solid #1723b1;
    background: #fff;
    color: #1723b1;
}
#cardsets_form a.button{
    color: #fff;
}

/*.box-thumbnail { max-height: 220px !important; }*/
.box-thmb_img, .box-thmb_img .card-img { max-height: 120px !important; }
/*.supply-thumbnail { max-height: 240px !important; }*/
.supply-thmb_img, .supply-thmb_img .card-img { max-height: 150px !important; }
/* TODO */
.format-nav.-color a {
    color: black !important;
}
/*contact*/
.contact .borderBox.delivery ul {
    padding-left: 10px;
}
.contact .borderBox.delivery ul li {
    margin-bottom: 20px;
}
.contact button[type="submit"].form-control,
.contact input[type="submit"].form-control {
    background: #1723b1;
    color: #fff;
    border-radius: 8px;
    width: 60%;
    padding: 10px;
    height: 40px;
    font-size: 15px;
    line-height: 1;
}
.contact.confirm button[type="button"].form-control.back {
    background: #ababab;
    color: #fff;
    border-radius: 8px;
    width: 60%;
    padding: 10px;
    height: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
}
.contact.confirm button[type="button"].form-control.back::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 16px;
    left: 10%;
}
.contact .row {
    min-height: 32px;
    margin-bottom: 15px;
}
.contact.confirm .row {
    min-height: 32px;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0;
}
.contact.confirm .row > div:nth-child(2) {
    font-size: 16px;
}
.contact.confirm .row .body {
    line-height: 1.6;
}
.contact .thanks {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.user-address-data{
    font-size: 20px;
    padding-top: 10px;
}
.user-address-data span{
    display: block;

}
/* =====================
  コンタクトフォームの注意書き
===================== */

.content_form_detail .input-attention-wrap {
    line-height: 1.7;
    background: #F5F5F5;
    padding: 10px;
    margin-top: 10px;
}

/* =====================
  extra images
===================== */
.extrathumbs_wrap {
    overflow: hidden;
}
.extrathumbs_wrap img,
.cardImg .extrathumbs_wrap img {
    float: left;
    width: 20%;
    margin-right: 6.66%;
}
.extrathumbs_wrap img:last-child {
    margin-right: 0;
}
.detail-button > span {
    font-size: 10px;
    padding: 6px;
}

/* =====================
  management
===================== */
.table.banner .bannerOrder_block {
    vertical-align: middle;
    text-align: center;
}
.bannerOrder_inputBox {
    width: 4em;
    height: 2em;
    text-align: center;
}

/* =====================
  サイドメニューのCSS
===================== */
.free-item-list .menuicon-wrapper {
    margin: 6px 0;
}
.free-item-list .expansion-filter-list .btn{
    width: 100%;
    box-sizing: border-box;
}
.free-item-list .freeitem:before {
    content: "▽ セール品・特価品一覧";
    display: block;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 0 2px #005CFD;
    background: #005CFD;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    padding: 4px 6px;
}

.free-item-list .menuicon-wrapper {
    margin: 6px 0;
}
.free-item-list .expansion-filter-list .btn{
    width: 100%;
    box-sizing: border-box;
}
.free-item-list .freeitem:before {
    content: "▽ おすすめシングルカード";
    display: block;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 0 2px #005CFD;
    background: #005CFD;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    padding: 4px 6px;
}

.free-box-list .menuicon-wrapper {
    margin: 6px 0;
}
.free-box-list .expansion-filter-list .btn{
    width: 100%;
    box-sizing: border-box;
}
.free-box-list .freeitem:before {
    content: "▽ おすすめBOX/PACK";
    display: block;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 0 2px darkgreen;
    background: darkgreen;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    padding: 4px 6px;
}
.koukyu-box-list .koukyuitem:before {
    content: "▽ おすすめサプライ";
    display: block;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 0 2px #8e8e86;
    background: #8e8e86;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    padding: 4px 6px;
}

/* =====================
  自由作成シリーズ
===================== */
.freeseries-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 60px;
}
.freeseries-comments-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
    width: 360px;
    line-height: 2;
}
.freeseries-banners {
    width: 360px;
}
/* =====================
  create-card
===================== */
#create-card_form input[type="checkbox"] {
    background: #ddf0fd;
}
#create-card_form .input {
    margin-bottom: 50px;
}
#create-card_form input[type="text"],
#create-card_form button,
#create-card_form textarea,
#create-card_form select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#create-card_form label {
    width: 12em;
    vertical-align: top;
}
#create-card_form input[type="text"],
#create-card_form input[type="number"],
#create-card_form textarea,
#create-card_form select,
#create-card_form input[type="checkbox"] {
    border: 1px solid #eee;
    background: #ddf0fd;
}
#create-card_form button[type="submit"] {
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #1723b1;
    color: #fff;
}
#create-card_form button[type="submit"]:hover {
    border: 1px solid #1723b1;
    background: #fff;
    color: #1723b1;
}
#create-card_form a.button {
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #1723b1;
    color: #fff;
}
#create-card_form a.button:hover {
    border: 1px solid #1723b1;
    background: #fff;
    color: #1723b1;
}
#create-card_form a.button{
    color: #fff;
}

/*------------------------
    reCAPCHA badge
    scrollupのボタンと被らないようにmargin-bottomを設定
    SPだと表示されないので、z-indexを設定
------------------------*/
.grecaptcha-badge {
    margin-bottom: 100px;
    z-index: 1;
}

/*買取ページにsale_wordsを表示*/
.sale-words-buy.card_img_icon:before {
    content: attr(data-item);
    right: 2px;
    bottom: 65px;
    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;
}

@media screen and (max-width: 767px) {
    .sale-words-buy.card_img_icon:before {
        bottom: 47px;
    }
}

/* =====================
  company.ctp
  特定商取引法に基づく表示、会社概要ページ
===================== */
.container.company{
    width: 100%;
}
.companyPage_wrap {
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.company_table_head {
    background: #ebecfb;
    width: 15em;
    position: relative;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.company_table_contents {
    background: #fff;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.7;
    width: calc(100% - 15em);
}
@media screen and (max-width:768px) {
    .company_table_head{
        width: 100%;
        padding: 15px;
        display: block;
    }
    .company_table_contents{
        width: 100%;
        padding: 15px;
        display: block;
    }
}
