/*ヒント社開発。Mライブ用。*/

.hs-search-condition {
    background-color: #f7f4f0 !important;
}


/*埼玉カラー*/
td.aa131, .bg-aa131 {
    background-color: #23aa9e !important;
    color: white !important;
}

.text-aa131 {
    color: #23aa9e !important;
}

/*大阪カラー*/
td.aa220, .bg-aa220 {
    background-color: #004995 !important;
    color: white !important;
}
.text-aa220 {
    color: #004995 !important;
}


/*愛知カラー*/
td.aa132, .bg-aa132 {
    background-color: #41226b !important;
    color: white !important;
}
.text-aa132 {
    color: #41226b !important;
}

/*プレワンカラー*/
td.aa133, .bg-aa133 {
    background-color: #c94564 !important;
    color: white !important;
}
.text-aa133 {
    color: #c94564 !important;
}

/*枠が白で灰色背景のボタン*/
.btn-gray-white {
    background-color: #dcdcdc;
    border: 2px solid white;
    color: black;
}
.btn-gray-white:hover {
    background-color: darkgray;
    border-color: white;
    color: white;
}


/*灰色っぽいパネル*/
.pnl-mrv {
    background-color: #f3f3f3;
    border: 4px solid #d2d2d2;
}



/*枠が白の検索ボタン*/
.btn-search {
    background-color: #aaaaaa;
    border: 4px solid white;
    color: white;
}
.btn-search:hover {
    background-color: black;
    border-color: white;
    color: white;
}

/*出品番号のTextBox*/
.textbox-exhibit {
    width: 200px;
    border: 4px solid #aaaaaa;
}

/*imgボタンのホバー*/
a img {
    transition: opacity 0.3s ease;
    opacity: 1;
}

a:hover img {
    opacity: 0.6;
}

button img {
    transition: opacity 0.3s ease;
    opacity: 1;
}

button:hover img {
    opacity: 0.6;
}