﻿body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    color: #000;
    font-family: Tahoma,sans-serif;
}

.largeButton {
    width: 180px;
    font-size: 18px;
    border-radius: 10px;
    background-color: Black;
    color: white;
    height: 40px;
}

.ButtonGray {
    width: 180px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #E6E6E5;
    height: 40px;
    border: none;
    color: #000;
}

.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;
    vertical-align: middle;
}

    /* チェックボックスがチェックされたときのスタイル */
    input[type="checkbox"]:checked {
        -webkit-appearance: none;
        background-color: #000; /* 背景色を黒に */
        border-color: #fff; /* 境界線の色を白に */
        width: 25px;
        height: 25px;
        font-size: 16px;
        color: #fff; /* チェックマークの色を白に */
        vertical-align: middle;
    }

        /* チェックが入ったときに表示されるチェックマーク */
        input[type="checkbox"]:checked::before {
            -webkit-appearance: none;
            content: "✔";
            position: absolute;
            left: 3px;
            color: #fff; /* チェックマークの色を白に */
            font-size: 16px;
            width: 20px;
            height: 20px;
            vertical-align: middle;
        }


@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");
}
