﻿
/* ボタン１個の場合 */
.td_btn_01{
    width:100%;
    height:80px;    
}

/* ボタン２個の場合 */
.td_btn_02_Left{
    width:49%;
    height:80px;
}

.td_btn_02_Right{
    width:49%;
    height:80px;
}

.td_btn_02_lbl01{
    width:2%;
    height:80px;
}

/* ボタン３個の場合 */
.td_btn_03_Left{
    width:49%;
    height:80px;
}

.td_btn_03_Right{
    width:49%;
    height:80px;
}

.td_btn_03_Right2{
    width:100%;
    height:80px;
}

.td_btn_03_lbl01{
    width:2%;
    height:80px;
}


.lbl_Fot_01{
    width:100%;
    text-align:center;
    font-size:large;
    margin-left:auto;
    margin-right:auto;
}

.btn_Tugi_EFalse{
    width:100%;
    height:75px;
    text-align:center;
    font:700;
    font-size: xx-large;
    font-weight:700;
    color: dimgrey;
}

.btn_Tugi_ETrue {
    width: 100%;
    height: 75px;
    text-align: center;
    font: 700;
    font-size: xx-large;
    font-weight: 700;
    color: blue;
    /* iPhone Safari 独自の装飾をオフにする */
    background-color: #e0e0e0; /* グレー（PCと同じ色に調整） */
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}

.btn_Mae {
    width: 100%;
    height: 75px;
    text-align: center;
    font: 700;
    font-size: xx-large;
    font-weight: 700;
    color: blue;
    /* iPhone Safari 独自の装飾をオフにする */
    background-color: #e0e0e0; /* グレー（PCと同じ色に調整） */
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}

.btn_Cancel{
    width:100%;
    height:75px;
    text-align:center;
    font:700;
    font-size: xx-large;
    font-weight:700;
    color:red;
}

.btn_End{
    width:100%;
    height:75px;
    text-align:center;
    font:700;
    font-size:xx-large;
    font-weight:700;
    color:red;
}
