@charset "UTF-8";
/* CSS Document */

/* CSP 対応 */
.hide {
    display: none;
}


div#container[x-style=scroll] {
    overflow-y: scroll;
}

.no_memo_image {
    background-image: none;
}

.w-320 {
    width: 320px !important;
}

.w-470 {
    width: 470px;
}

.wp-90 {
    width: 90%;
}

.h-60 {
    height: 60;
}

.h-700 {
    height: 700px;
}

.m-10 {
    margin: 10px;
}
.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.logo-mt-8 {
    margin-top: -8px;
}

.pt-0 {
    padding-top: 0px;
}

.wh-35 {
    width: 35px;
    height: 35px;
}

.list-wh-35 {
    width: 35px !important;
    height: 35px !important;
}

.overflow-auto {
    overflow: auto;
}

.select-color-name {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid black;
}

.bg-beige {
    background-color: #FFD88C;
}

.bg-black {
    background-color: #000000;
}

.bg-blue {
    background-color: #0000FF;
}

.bg-brown {
    background-color: #800000;
}

.bg-gold {
    background-color: #E6B424;
}

.bg-green {
    background-color: #00FF00;
}

.bg-grey {
    background-color: #5F5F5F;
}

.bg-metallic {
    background-color: #FFFFFF;
}

.bg-multicolor {
    background-color: #FFFFFF;
}

.bg-orange {
    background-color: #FF7800;
}

.bg-pink {
    background-color: #FF3399;
}

.bg-red {
    background-color: #FF0000;
}

.bg-silver {
    background-color: #B9B9B9;
}

.bg-turquoise {
    background-color: #00B0F0;
}

.bg-violet {
    background-color: #7030A0;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-yellow {
    background-color: #FFFF00;
}

.bg-purple {
    background-color: #7030A0;
}

.bg-darkgrey {
    background-color: #3F3F3F;
}

.bg-beige {
    background-color: #FFD88C;
}

li#btn_check_all {
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

.clear-both {
    clear: both;
}

.detail-international {
    color:#2583c7;
}

.detail-international-bg {
    background-color:#2583c7;
}

.height-auto {
    height: auto;
}

.align-left {
    text-align: left;
} 
.align-right {
    text-align: right;
} 
.align-center
{
    text-align:center;
}
.fs-12
{
    font-size: 12px;
}
.disabled-ime-mode
{
    ime-mode: disabled;
}

.color-white
{
    color:#fff;
}

.page-navi-img
{
    width:20px;
    height: 24px;
}

.page-navi-img36
{
    width:36px;
    height: 24px;
}
.btn-logout-back {
    font-weight: bold;
    font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,'ＭＳ Ｐゴシック';
}
.theme-search-form-limited {
    display:none;
    text-align: center;
    left: 0px; top: 0px;
}

.item-detail-lineup {
    height: 73px;
    overflow-x:auto;
}



/* CSP 対応 */