﻿input.ime-mode_on   {ime-mode: inactive;}
input.ime-mode_on_j {ime-mode: active;}
input.ime-mode_off  {ime-mode: disabled;}


.table_basic {
    width: 960px;
    height: 1080px;
    border: none;
    border-collapse: collapse; 
    background-color: #cdfaf7;
    color: #444444;
    font-family: 'Meiryo UI';
    text-align: center; 
    vertical-align: middle;
    font-size: 36px;
}

.textbox_basic {
    width: 480px;
    height: 60px;
    background-color: #FFFFFF;
    color: #444444;
    text-align: center; 
    font-family: 'Meiryo UI';
    vertical-align: middle;
    padding: 0px;
    font-weight: bold;
    font-size: 48px;
}

.label_basic {
    width: 360px;
    height: 36px;
    color: #444444;
    font-family: 'Meiryo UI';
    text-align: center; 
    vertical-align: middle;
    padding: 0px;
    font-size: 24px;
}

.button_basic {
    width: 600px;
    height: 60px;
    padding: 0px;
    background-color: #0fab9e;
    color: #FFFFFF;
    font-family: 'Meiryo UI';
    text-align: center; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 48px;
    border-bottom-width: 0px;
    }

.button_thin {
    width: 600px;
    height: 48px;
    background-color: #0fab9e;
    color: #FFFFFF;
    font-family: 'Meiryo UI';
    text-align: center; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 36px;
    border-bottom-width: 0px;
    padding: 0px;
}

.button_small {
    width: 180px;
    height: 30px;
    background-color: #0fab9e;
    color: #FFFFFF;
    font-family: 'Meiryo UI';
    text-align: center; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 21px;
    border-bottom-width: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.textbox_small {
    width: 240px;
    height: 30px;
    background-color: #FFFFFF;
    color: #444444;
    text-align: center; 
    font-family: 'Meiryo UI';
    vertical-align: middle;
    padding: 3px 3px;
    font-weight: bold;
    font-size: 21px;
}