﻿/***************************************************************************************/
/**    **/
/***************************************************************************************/
body {
    /* IOS スケーリング停止対応 */
    /*-webkit-text-size-adjust: 100%;*/
    font-family: arial,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding-top: 0px;
    /*padding-bottom: 0px;*/
}
#wrapper {
    height: 100%;
    overflow: hidden;
}

/*h1カスタマイズ*/
.h1-tenma {
    font-size: 4vh;
}

/*Selectbox カスタマイズ*/
.form-control-tenma {
    font-size: 2vh;
    height: 50px;
}
/********************************************************************/
/** table */
/********************************************************************/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 3px solid #2f2f2f;
    width: 50vw;
    font-size: 3vw;
}
td {
    border: 1px solid #2f2f2f;
}
#T1_table, #T2_table, #T31_table, #T32_table, #T11_table, #T12_table {
    margin: auto;
}


/*******************************/
/*シリアル番号*/
/*******************************/
.T1_td, .T2_td {
    width: 5vw;
    text-align: center;
}

/*******************************/
/*パスワード*/
/*******************************/
.T31_td, .T32_td {
    width: 5vw;
    text-align: center;
}

/*******************************/
/*メール*/
/*******************************/
.T11_td, .T12_td {
    width: 70vw;
    text-align: left;
}
/*******************************/
/*表題用*/
/*******************************/
span {
    font-size: 2.4vw;
}
/*******************************/
/*  */
/*******************************/
input {
    outline: none;
    border: none;
}

/*******************************/
/*  */
/*******************************/
#body-MeisaiArea {
    display: none;
}

