/*中枠も表示され,ボーダーのテーブル（table1と組み合わせる）*/
table.table4 td {
    border-collapse: collapse;
    border:1px solid #003366;
}
table.table4 input{
    width: 100px;
    height: 20px;
}
/**？？？？？*/
.table1 td.err
{background-color: #FFEEEE;
 border-collapse: collapse;
 border:1px solid #003366;
 color: #000000;
 padding-left: 10px;
}

/*注意書きのフォント**/
.txtAttention {
    color: #ff1100;
}
.txtAttention3 {
    font-size: 19px;
    color: #ff1100;
}
.txtAttentionBlack {
    font-size: 19px;
}

/*確認画面で画像を重ねる*/
.divimg{
    position:relative;
    width:128px;
    height:172px;
}
.spanimg{
    position:absolute;
    top:0px;
    left:0px;
}

@media only screen and (max-device-width:740px){

    
    /*申込入力欄サイズ*/
    .mobile_size_max{
        width: 96%;
    }
    .mobile_size_min{
        width: 18%;
    }
    /*住所ボタンサイズ*/
    .mobile_size_jusho_button{
        width: 85px;
        padding: 0px;
    }
    /*入力欄追加ボタンサイズ*/
    .mobile_size_add_button{
        width: 200px !important;
        padding: 0px !important;
    }
    
    /*申込留意事項*/
    .mobile_table1{
        display: inline-table;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile_table1 tr{
        display: table-row;
    }
    .mobile_table1 td{
        width: auto;
        display: table-cell;
    }
    
    /*顔写真アップロード*/
    .mobile_table2 tr{
        display: table-row;
    }
    .mobile_table2 td{
        display: table-cell;
        width: auto;
    }
    
    /*項目番号*/
    #number{
        width: 6%;
    }
    
    .TDcenterBold1{
        font-size: 12px;
        text-align: left;
    }
    
    .mobile_login{
        width: 25.5em;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 11.5px;
    }
    
    /*ナビゲーション*/
    .navi{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .navi td{
        font-size: 10px;
    }
    td#navi_true, td#navi_false{
        width :8%;
    }
    
    table.table4{
        border-bottom:1px solid #003366;
    }
    
    table.table4 td {
        border-bottom: none;
    }
    
    /*注意書きのフォント*/
    .txtAttention3, .txtAttentionBlack {
        font-size: 12px;
    }
    
    .table1 td.err {
        border-bottom: none;
    }
    
    /*資格確認画面*/
    .mobile_msk_agree{
        padding: 10px 10px 10px 10px;
    }
    .mobile_msk_font{
        font-size: 13px;
    }
}