﻿body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    color: #000;
    font-family: Tahoma,sans-serif;
}

.ButtonGray:hover,
.ButtonGray:focus {
    background-color: #000;
    color: #fff;
    outline: none;
}

.ButtonGray:active {
    background-color: #111;
}

.inputPassword {
    width: 200px;
    margin: 5px;
}

.gothamface {
    font-family: 'Gotham';
    font-weight: 100;
}

.ScreenName {
    font-family: 'Gotham-Bold';
    Font-Size: 25pt;
}

.QTYList {
    border-radius: 5px;
    border: 1px solid;
    font-size: 18px;
    Height: 32px;
    width: 70px;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align: center;
    border-color: black;
    color: black;
    background-color: white;
    font-family: sans-serif;
}

.PriceQTYTxt {
    border-radius: 8px;
    border: 1px solid;
    font-size: 18px;
    Height: 30px;
    Width: 70px;
    text-align: right;
    font-family: sans-serif;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 16px;
    cursor: pointer;
}

    /* チェックボックスがチェックされたときのスタイル */
    input[type="checkbox"]:checked {
        -webkit-appearance: none;
        background-color: #000; /* 背景色を黒に */
        border-color: #fff; /* 境界線の色を白に */
        width: 25px;
        height: 25px;
        font-size: 16px;
        color: #fff; /* チェックマークの色を白に */
    }

        /* チェックが入ったときに表示されるチェックマーク */
        input[type="checkbox"]:checked::before {
            -webkit-appearance: none;
            content: "✔";
            position: absolute;
            left: 3px;
            color: #fff; /* チェックマークの色を白に */
            font-size: 16px;
            width: 20px;
            height: 20px;
        }

.TypeButton {
    width: 160px;
    font-size: 18px;
    border-radius: 30px;
    background-color: #E6E6E5;
    height: 40px;
    border: none;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    /* ホバー・フォーカス */
    .TypeButton:hover,
    .TypeButton:focus {
        background-color: #000;
        color: #fff;
        outline: none;
    }

    /* 押下中 */
    .TypeButton:active {
        background-color: #111;
    }

    .TypeButton.selected {
        background-color: #000;
        color: #fff;
    }

.gdview__headRow {
    background-color: #333333;
    color: #FFFFFF;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none !important;
    box-shadow: inset 0 -1px 0 #000;
}

.gdview {
    border-collapse: separate;
    border-spacing: 0;
}

table[id*="gdview"] {
    border-top: none !important;
    border-collapse: separate;
    border-spacing: 0;
}

.ButtonBase {
    font-size: 15px;
    border-radius: 10px;
    height: 25px;
    background-color: #E6E6E5;
    color: #000;
    border: none;
    cursor: pointer;
    width: 120px;
}

.ButtonGray {
    width: 180px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #E6E6E5;
    height: 40px;
    border: none;
    color: #000;
    cursor: pointer;
}

.ButtonBase:hover,
.ButtonBase:focus {
    background-color: #000;
    color: #fff;
    outline: none;
}

.ButtonBase:active {
    background-color: #111;
}


.Button--50 {
    width: 50px;
}

.Button--80 {
    width: 80px;
}

.Button--100 {
    width: 100px;
}

.Button--110 {
    width: 110px;
}

.Button--120 {
    width: 120px;
}

.Button--130 {
    width: 130px;
}

.Button--140 {
    width: 140px;
}

.Button--150 {
    width: 150px;
}

.Button--160 {
    width: 160px;
}

.Button--170 {
    width: 170px;
}

.Button--180 {
    width: 180px;
}

.Button--190 {
    width: 190px;
}

.Button--200 {
    width: 200px;
}

.Button--210 {
    width: 210px;
}

.Button--230 {
    width: 230px;
}

.Button--250 {
    width: 250px;
}

.Button--280 {
    width: 280px;
}

.Button--320 {
    width: 350px;
}


.Button--400 {
    width: 400px;
}

.Button-h30 {
    height: 30px;
    border-radius: 15px;
}

.Button-h40 {
    height: 40px;
    border-radius: 20px;
}

.Font-18 {
    font-size: 18px;
}

.Font-20 {
    font-size: 20px;
}

.Button--outlined {
    border: 1px solid #C8C8C8;
}


@font-face {
    font-family: 'Gotham';
    src: url('/Font/Gotham Regular.otf') format("opentype");
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/Font/Gotham-Bold.otf') format("opentype");
}
