/*ボタン1 目立つデザインs*/
.css1button {
    font-family: Meiryo UI, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #050505;
    padding: 8px 30px;
    background-color: #eeffe5;
    background: -moz-linear-gradient(
        top,
        #d0ffb8 0%,
        #8fc282);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#d0ffb8),
        to(#8fc282));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #3d942c;
    -moz-box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0),
        0px 1px 0px rgba(255,255,255,0.2);
    cursor: pointer;
}



/*ボタン3 目立たないデザイン*/
.css3button {
    font-family: Meiryo UI, sans-serif;
    font-size: 13px;
    color: #050505;
    padding: 3px 30px;
    background: -moz-linear-gradient(
        top,
        #d0ffb8 0%,
        #8fc282);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#d0ffb8),
        to(#8fc282));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #3d942c;
    -moz-box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0),
        0px 1px 0px rgba(255,255,255,0.2);
    cursor: pointer;
}

/*ボタン4 目立たないデザイン(文字数確認ボタン)*/
.css4button {
    width:120px;
    font-family: Meiryo UI, sans-serif;
    font-size: 12px;
    color: #050505;
    padding: 3px;
    background: -moz-linear-gradient(
        top,
        #d0ffb8 0%,
        #8fc282);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#d0ffb8),
        to(#8fc282));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #3d942c;
    -moz-box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    box-shadow:
        0px 3px 3px rgba(255,255,255,0.1),
        inset 0px 0px 1px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0),
        0px 1px 0px rgba(255,255,255,0.2);
    cursor: pointer;
}

/*ナビ部分(該当ページ)*/
td#navi_true{
    width: 89px;
    height: 40px; 
    border: none;
    margin: auto;
    background:url(../image/navi_t.gif);/*画像URL(相対位置の場合、CSSファイルからの位置)*/
    background-repeat:repeat-x;/*横方向のリピートのみ実施*/
    text-align:center;
    font-weight: bold;

    color:#ffffff;
}

/*ナビ部分(非該当ページ)*/
td#navi_false{
    width: 87px;
    height: 38px;
    border: 1px solid;
    border-color: gray;
    margin: auto;
    text-align:center;
    color:#8c8c8c;
    font-weight: bold;
}

/*ナビ部分 tableタグ*/
.navi{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


 /*事前登録ボタン*/
.zizenbotan {
        font-family: Meiryo UI, sans-serif;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
        background: #669900;/*色*/
        border-radius: 4px;/*角の丸み*/
        font-weight: bold;
        width:230px;
    }

.zizenbotan:hover{
            /*押したとき*/
        opacity: 0.8;
    }

/*応募ボタン*/
.oubobotan {
        font-family: Meiryo UI, sans-serif;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
        background: #19A2E6;/*色*/
        border-radius: 4px;/*角の丸み*/
        font-weight: bold;
        width:230px;
    }

.oubobotan:hover{
            /*押したとき*/
        opacity: 0.8;
    }

/*マイページボタン*/
.mypagebotan {
        font-family: Meiryo UI, sans-serif;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
        background: #FF8F0A;/*色*/
        border-radius: 4px;/*角の丸み*/
        font-weight: bold;
        width:230px; 
    }

.mypagebotan:hover{
            /*押したとき*/
        opacity: 0.8;
    }
    
/*ヘッダーロゴ*/
div#title_header {
    display:block;
    margin: auto; /*センタリングする場合 */
    height: auto; /* タイトルの高さ */
    width:640px; /* タイトル部の横幅 */
    background:#ffffff;/*画像URL(相対位置の場合、CSSファイルからの位置)*/
    background-repeat:no-repeat; /* リピートさせない場合 */
    font-size: 38px; 
    font-weight: normal;
    color: #000000;
    font-family: Meiryo UI, sans-serif;
}

/*ヘッダーロゴ*/
div#title_header1 {
    margin-top: -15px;
    display:block;
    height:40px; /* タイトルの高さ */
    width:640px; /* タイトル部の横幅 */
    background:url(../image/header1.gif);/*画像URL(相対位置の場合、CSSファイルからの位置)*/
    background-position: right top;
    background-repeat:no-repeat; /* リピートさせない場合 */
}
div#title_header1 span { display:none; }/*spanの中身を表示させない*/
/*フッターロゴ*/
div#title_footer {
    margin-top: -15px;
    display:block;
    margin: auto; /*センタリングする場合 */
    height:20px; /* タイトルの高さ */
    width:640px; /* タイトル部の横幅 */
    background:url(../image/footer.gif);/*画像URL(相対位置の場合、CSSファイルからの位置)*/
    background-repeat:no-repeat; /* リピートさせない場合 */
}
div#title_footer span { display:none; }/*spanの中身を表示させない*/

/*見出し　濃い青(#003366)*/
.headline {
    color : #003366;font-size: 23px;
}

/*見出し２(文字小)　濃い青(#003366)*/
.subHeadline { font-size: 12px; font-weight: bold; color: #003366; font-family: Meiryo UI, sans-serif;}
.subHeadline2 { font-size: 14px; font-weight: bold; color: #003366; font-family: Meiryo UI, sans-serif;}
.subHeadline3 { font-size: 16px; font-weight: bold; color: #003366; font-family: Meiryo UI, sans-serif;}
.subHeadline4 { font-size: 16px; font-weight: normal; color: #FFFFFF; font-family: Meiryo UI, sans-serif;}
.subHeadline4_036 { font-size: 16px; font-weight: normal; color:#000000; font-family: Meiryo UI, sans-serif; }
.subHeadline5 { font-size: 12px; color: #404040; font-family: Meiryo UI, sans-serif;}
.subHeadline7_green { font-size: 24px; color:#00b050; font-family: Meiryo UI, sans-serif; font-weight: bold;}
.subHeadline7 { font-size: 24px; font-family: Meiryo UI, sans-serif; font-weight: bold;}
.subHeadline8 { font-size: 18px; font-family: Meiryo UI, sans-serif; font-weight: bold;}
.fontred { font-size: 16px; font-family: Meiryo UI, sans-serif; font-weight: bold; color:#ff1100;}

/*ページ毎タイトル*/


div#title_page {
    display:block;
    width:626px;
    padding: 3px 0px 3px 3px ;
    margin: 0px 0px 0px 0px;
    border-left: solid 9px #404040;
    border-bottom: solid 1px #404040;
    border-top: solid 1px #404040;
    border-right: solid 1px #404040;
    background: #404040;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}
div#title01 {
    display:block;
    width:626px;
    padding: 3px 0px 3px 3px ;
    margin: 0px 0px 0px 0px;
    border-left: solid 9px #404040;
    border-bottom: solid 1px #404040;
    border-top: solid 1px #404040;
    border-right: solid 1px #404040;
    background: #404040;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}
div#title02 {
    display:block;
    padding: 3px 0px 3px 3px ;
    margin: 0px 0px 0px 0px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}
div#title_page span{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color : #ffffff;
    font-family: Meiryo UI, sans-serif;
    font-size: 23px;
}

div#title_page span#type{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color : #ffffff;;
    font-size: 14px;
    font-family: Meiryo UI, sans-serif;
}


/*body　白(#ffffff)*/
BODY {
    background-color:#ffffff;
    font-family: Meiryo UI, sans-serif;
}

/*テーブル左寄り解消（firefox対応）*/
TABLE {
    margin: auto;
}

/*TD　黒(#000000)*/
TD {
    font-size:12px;
    text-align:left;
    color:#000000;
    line-height: 1.2;
    font-family: Meiryo UI, sans-serif;
}

/*TH　黒(#000000)*/
TH {
    font-size:12px;
    text-align:left;
    color:#000000;
    line-height: 1.2;
}

/*リンクの設定*/
/*リンクされた文字　濃い緑(#239133)*/
a {
    /*color:#239133;*/
    font-style:normal;
    text-decoration:underline;
}

/*マウスをのせたとき　明るい青(#0000bb)*/
a:hover {
    /*color:#0000bb;*/
    font-style:normal;
    text-decoration:underline;
}

/*クリック中　　明るい青(#0000bb)*/
a:active {
    /*-color:#0000bb;*/
    font-style:normal;
    text-decoration:underline;
}

/*広さ*/
.TDwidth {
    width : 5%;
}

/*中央寄せ*/
.TDcenter {
    text-align : center;
}

/*右寄せ*/
.TDright {
    text-align : right;
}

/*左寄せ*/
.TDleft {
    text-align : left;
}

/*上寄せ*/
.TDtop {
    vertical-align: top;
}

/*下寄せ*/
.TDbottom {
    vertical-align: bottom;
}

/*中央寄せ*/
.TDmiddle {
    vertical-align: middle;
}

/*ヘッダー、フッターの一括設定　白(#ffffff)*/
.header,.footer {
    width:640px;
    text-align : center;
    border: 0px solid #ffffff;
    border-collapse: separate; border-spacing: 0px;
}

/*ボタン CSS*/
.confbottan {
    display: inline-block;
    width: 70%;
}
/*タイトルの一括設定*/
.title {
    width:640px;
    text-align : center;
    border: 1px solid #c0c0c0;
    border-collapse: collapse; border-spacing: 0px;
}

/*？？？？？　水色(#6495ed)*/
.title td.left {
    background-color: #310099;
    width:5px;
}

/*？？？？？　紺色(#003366)*/
.title td.right {
    color : #003366;
    font-size: 23px;
}

/*？？？？？*/
.ime_off{
    ime-mode:disabled;
}

/*？？？？？*/
.ime_on{
    ime-mode:active;
}

.TDcenterBold {
    text-align : center;
    font-weight: bold;
}
.TDcenterBold1 {
    text-align : center;
    font-weight: bold;
    font-size: 14px;
}

/*ウォーターマーク*/
.updnWatermark {
    color: #999999;
    font-family: Sans-Serif;
    font-size:12px;
    /*font-style: italic;*/
    padding: 2px;
    white-space: nowrap;
}

.color_1 {
    color: #A4BAE8;
}
.color_2 {

    color: #A0D896;
}


/*見出し*/
.midashi {
    color : #003366;
    font-size: 23px;
}

/*テーブル左より解消(firefox対応)*/
DIV {
    text-align:center;
}

/*テーブル左寄り解消（firefox対応）*/
TABLE {
    margin: auto;
}

/*位置を揃えるためのテーブル*/
.table1 {
    border-collapse: collapse;
    width: 640px;
}

/*外枠のみが表示されるテーブル*/
.table2 {
    border-collapse: separate;
    width: 640px;
    border:1px solid #ffffff;
}

.table5 {
    border-collapse: separate;
    width: 640px;
    border:1px solid #ffffff;
}

/*外枠のみが表示されるテーブル*/
.tableagree {
    border-collapse: separate;
    width: 640px;
    border:1px solid #000000;
}

.table13 {
    border-collapse: separate;
    width: 640px;
    border-style: none;
}

/*外枠のみが表示されるテーブル(注意喚起)*/
.table2red {
    border-collapse: separate;
    width: 640px;
    border:2px solid #ff0000;
}

.table2red td{
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

.table15{
     border: 3px solid;
     color: #404040;
}

/****************************************************************/
/*Top.htmlの[今年初めて応募される方]?[応募がお済みの方]を指定*/
.table14 {
    border: lightgray 1px solid;
}

.table14 div{
    text-align: left;
}

/*１つめの背景*/
.table14 .div1{
    background-color: #F7FFEF;
}

/*２つめの背景*/
.table14 .div2{
    background-color: #EFF5FF;
}

/*３つめの背景*/
.table14 .div3{
    background-color: #FFF9F2;
}

/*タイトル部分*/
.table14 h1{
    font-size: 1.7em;
    font-weight: bold;
    margin: 0;
}

/*日付部分*/
.table14 h2{
    font-size: 1.2em;
    font-weight:normal;
    margin: 0;
}

/*HR線のスタイル（色以外）*/
.table14 hr{
    margin:3px 0;
    border: 1px solid;
}

/*hr線の色*/
.table14 .hr1{
    border-color: #669900;
}

.table14 .hr2{
    border-color: #007fff;
}

.table14 .hr3{
    border-color: #ffab47;
}
/*Top.htmlの[今年初めて応募される方]?[応募がお済みの方]を指定*/
/****************************************************************/

/*中枠も表示され,ボーダーのテーブル（table1と組み合わせる）*/
table.table3 td {
    border-collapse: collapse;
    border:1px solid #3d942c;
}

/*中枠も表示され,ボーダーのテーブル（table1と組み合わせる）*/
table.table3_lightgray td {
    border-collapse: collapse;
    border:1px solid lightgray;
}

/*テーブルの列の背景・フォントを設定*/
/*入力項目のあるテーブルの左側(色の濃い方)*/
.Table1Col1 {
    background-color: #caeb94;
    border-collapse: collapse;
    border:1px solid #ffffff;
    color: #000000;
    font-weight: 600;
    padding-left: 10px;
    font-family: Meiryo UI, sans-serif;
}

.width160 {
    width: 160px;
}

/*入力項目のあるテーブルの右側(色の薄い方)*/
.Table1Col2 {
    background-color: #eeffe5;
    border-collapse: collapse;
    border:1px solid #ffffff;
    color: #000000;
    padding-left: 10px;
    font-family: Meiryo UI, sans-serif;
}

table.table3 td.err{
    background-color: #FFEEEE;
    border-collapse: collapse;
    border:1px solid #003366;
    color: #000000;
    padding-left: 10px;
}


/*エラーページ毎タイトル*/
div#title_page_err {
    display:block;
    width:626px;
    padding: 3px 0px 3px 3px ;
    margin: 0px 0px 0px 0px;
    border-left: solid 10px #404040;
    border-bottom: solid 1px #404040;
    border-top: solid 1px #404040;
    border-right: solid 1px #404040;
    background: #404040;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    font-family: Meiryo UI, sans-serif;
}
div#title_page_err span{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color : #ffffff;
    font-size: 23px;
}
.ReadOnly
{
    color: #000000;
    background-color: #ffffff;
}

/*FONT設定*/
.font1 { color: #ffffff; }
/*赤文字(red or #ff1100)*/
.red { color: #ff1100; }
.font3 { color: #FF6600; font-size:12px; font-weight: 700;}
.font14 { font-size: 12px; font-weight: bold; font-family: Meiryo UI, sans-serif;}
.font5 { color: #CC0000; }
.font13 { font-size: 13px;  font-weight: 600; }
.font7 { color: #004400;}
.font18 { font-size: 18px; font-weight: bold;}
.font9 { color: #ffffff; font-size:14px;}
.font13red { color: #ff1100; font-size:13px; font-weight: 600;}
.font6 { color: #0000ff; font-size:13px; font-weight: 600;}
.font11 { font-size: 11px; line-height: 100%;}
.font12 { font-size: 12px; }
.font12b { font-size: 12px; font-weight: 600; }
.font17 { font-size: 17px; font-weight: 600;}
.font16 { font-size: 16px; font-weight: 600;}
.font13nomal { font-size: 13px; font-family: Meiryo UI, sans-serif;}

/*TABLEセル位置設定*/
.td1 { text-align:left; }
.td2 { text-align:center; }
.td3 { text-align:right; }
.td6 { vertical-align:top; }
.td7 { vertical-align:middle; }
.td8 { vertical-align:bottom; }

/*TABLE 顔写真同意事項あたり用*/
.table9 {border-collapse: separate;
         width: 640px;
         border:1px solid #000000;
}


/*ボタンだけどテキストだけ*/
input.button_text{
    clear:both;

    vertical-align:middle;
    margin:auto ;

    font-size: 1em;
    /* 背景色を指定 */
    background-color: #ffffff;
    /*文字色を白に指定 */
    color: blue;
    font-weight: bold;
    /*submitボタンのを枠を非表示にする */
    border-style: none;
}

/*ボタンだけどテキストだけ、下線あり*/
input.button_text_u{
    clear:both;

    vertical-align:middle;
    margin:auto ;

    font-size: 1em;
    /* 背景色を指定 */
    background-color: #ffffff;
    /*文字色を白に指定 */
    color: blue;
    font-weight: bold;
    /*submitボタンのを枠を非表示にする */
    border-style: none;
    text-decoration:underline;/*下線あり*/
}

.btn_hover a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
}

/*中央寄せ*/
.char_position{
    text-align: center;
}

/*文字先頭余白*/
.txtIndent{
    text-indent: 0.5em;
}

/*以下スマホ対応*/

/*スマホ非表示*/
.mobile_only, #mobile_only{
    display: none;
}
.mobile_only_tr, #mobile_only_tr{
    display: none;
}

@media only screen and (max-device-width:740px){
    
    /*携帯ヘッダー*/
div#title_header_mobile {
    display:block;
    margin: auto; /*センタリングする場合 */
    height: auto; /* タイトルの高さ */
    width: auto;  /*タイトル部の横幅 */
    background:#ffffff;/*画像URL(相対位置の場合、CSSファイルからの位置)*/
    background-repeat:no-repeat; /* リピートさせない場合 */
    font-size: 30px; 
    font-weight: normal;
    color: #000000;
    font-family: Meiryo UI, sans-serif;
    padding-bottom: 0px;
}

/*携帯ヘッダー画像切り取りツール用*/
div#title_header_mobile2 {
    display:block;
    margin: auto; /*センタリングする場合 */
    height: auto; /* タイトルの高さ */
    width: auto;  /*タイトル部の横幅 */
    background:#ffffff;/*画像URL(相対位置の場合、CSSファイルからの位置)*/
    background-repeat:no-repeat; /* リピートさせない場合 */
    font-size: 60px; 
    font-weight: normal;
    color: #000000;
    font-family: Meiryo UI, sans-serif;
}
/*携帯ヘッダーロゴ*/
div#title_header2{
    display:block;
    height:40px; /* タイトルの高さ */
    width: auto; /* タイトル部の横幅 */
    background:url(../image/header1.gif);/*画像URL(相対位置の場合、CSSファイルからの位置)*/
    background-position: right top;
    background-repeat:no-repeat; /* リピートさせない場合 */
    padding-top: 0px;
}
div#title_header2 span { display:none; }/*spanの中身を表示させない*/


 /*事前登録ボタン*/
.zizenbotan {
        font-family: Meiryo UI, sans-serif;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
        background: #669900;/*色*/
        border-radius: 4px;/*角の丸み*/
        font-weight: bold;
        width:230px;
    }

.zizenbotan:hover{
            /*押したとき*/
        opacity: 0.8;
    }

/*応募ボタン*/
.oubobotan {
        font-family: Meiryo UI, sans-serif;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
        background: #19A2E6;/*色*/
        border-radius: 4px;/*角の丸み*/
        font-weight: bold;
        width:230px;
    }

.oubobotan:hover{
            /*押したとき*/
        opacity: 0.8;
    }

/*マイページボタン*/
.mypagebotan {
        font-family: Meiryo UI, sans-serif;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
        background: #FF8F0A;/*色*/
        border-radius: 4px;/*角の丸み*/
        font-weight: bold;
        width:230px; 
    }

.mypagebotan:hover{
            /*押したとき*/
        opacity: 0.8;
    }

    /*android chromeフォントサイズバグ対応*/
    html * {max-height: 999999px;}

    /*PC非表示*/
    .pc_only, #pc_only{
        display: none;
    }
    /*スマホ表示*/
    .mobile_only, #mobile_only{
        display: block;
    }
    .mobile_only_tr, #mobile_only_tr{
        display: table-row;
    }
    .yubin{
        display: inline-block;
    }

    .mobile_left{
        text-align: left;
    }
    .mobile_center{
        text-align: center;
    }
    .mobile_word-break{
    word-break : break-all;
    }

    /*タイトル表示*/
    div#title_page {
        width: 95%;
        height: auto;
        box-sizing: border-box;
        font-size: 15px;
    }
    div#title_page span{
        font-size: 18px;
        font-weight: normal;
    }

    /*コンテンツの横幅*/
    .mobile_contents{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    /*メイン中央寄せ*/
    body{
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    TABLE {
        margin: 0;
    }

    TD {
        padding:0px;
        font-size:13px;
    }

    TH {
        padding:0px;
    }

    /*ヘッダー、フッターの設定*/
    .header,.footer {
        width:100%;
        height: auto;
    }

    div#title_header {
        top: 0;
        width: 100%;
        height: 0;
        background-size: contain;
        padding-top: calc(85 / 640 * 100%);
    }

    /*フッターロゴ*/
    div#title_footer {
        top: 0;
        width: 100%;
        height: 0;
        background-size: contain;
        padding-top: calc(20 / 640 * 100%);
    }

    /*エラーページ毎タイトル*/
    div#title_page_err {
        width: 95%;
        box-sizing: border-box;
    }

    /*ボタン1 目立つデザインs*/
    .css1button {
        padding: 8px 0px;
    }

    /*ボタン3 目立たないデザイン*/
    .css3button {
        padding: 8px 0px;
    }
    
    /*ボタン4 目立たないデザイン(文字数確認ボタン)*/
    .css3button {
        padding: 8px 0px;
    }

    .table02_mobile{
        width: 99%;
    }
    .table02_mobile th{
        font-weight: normal;
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .table1 {
        border-collapse: collapse;
        width: 95%;
        border-spacing: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .table1 th, .table1 td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /*入力欄*/
    .Table1Col1{
        padding-left: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
        white-space: normal;
        border-collapse: collapse;
    }

    /*入力項目のあるテーブルの右側(色の薄い方)*/
    .Table1Col2{
        padding-left: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
        white-space: normal;
    }

    /*見出し*/
    .subHeadline4_036{
        font-size: 1em;
        line-height: 1.5em;
        font-weight: normal;
        color: #404040;
        padding: 1px;
        font-family: Meiryo UI, sans-serif;
    }
    .subHeadline5 {
        font-size: 12px;
        padding-left: 5px;
        font-family: Meiryo UI, sans-serif;
    }
    .subHeadline6{
        background-color: #eeffe5;
        line-height: 20px;
        font-family: Meiryo UI, sans-serif;
    }

    /*外枠のみが表示されるテーブル*/
    .table2{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .table5{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
        /*外枠のみが表示されるテーブル*/
    .tableagree{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    /*外枠のみが表示されるテーブル(注意喚起)*/
    .table2red {
        border-collapse: separate;
        border:2px solid #ff0000;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .table2red td{
        color: #ff0000;
        font-size: 14px;
        font-weight: bold;
    }

    div#title01 {
        display:block;
        width: 99%;
        padding: 5px 0px 5px 5px ;
        border: solid 0px #c0c0c0;
        background: #404040;
        text-align:left;
        box-sizing: border-box;
    }
    div#title02 {
        display:none;
    }

    /*エラー表示時*/
    .err{
        padding: 5px 0px 5px 5px;
    }

    /*中枠も表示され,ボーダーのテーブル（table1と組み合わせる）*/
    table.table3{
        border-bottom:1px solid #3d942c;
    }
    table.table3 td{
        border-collapse: collapse;
        border-bottom: none;
    }

    /*TopMenu 試験日程*/
    table.table3_lightgray{
        table-layout: fixed;
        border-collapse: collapse;
        border:1px solid lightgray;
    }
    table.table3_lightgray td {
        display: table-cell;
        width: auto;
    }

    /*Top.htmlの[今年初めて応募される方]?[応募がお済みの方]を指定*/
    .table14 {
        border: lightgray 2px solid;
        padding:5px;
    }
    
    /*入力欄サイズ*/
    .mobile_size{
        width: 95%;
    }

    /*スマホ用注意書き*/
    .mobile_attention{
        display: inline-block;
        margin-left:auto;
        margin-right:auto;
        text-align: left;
    }

    /*見出し*/
    .midashi {
        font-size: 15px;
    }

    .mobile_padding{
        padding:0px 5px 5px 5px;
    }

    /*ナビ部分(該当ページ)*/
    .navi{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    /*ナビ部分(非該当ページ)*/
    td#navi_false{
        box-sizing: border-box;
    }

    /*Topページの事前ボタン*/
    .button_jizen{
        width: 150px;
        height:50px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing:2px;
        border:1px solid #000000;
        color: #ffffff;
        background-color:#669900;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
    }

    /*Topページの応募ボタン*/
    .button_obo{
        width: 150px;
        height:50px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing:2px;
        border:1px solid #000000;
        color: #ffffff;
        background-color:#00BFFF;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
    }

    /*Topページのマイページボタン*/
    .button_mypage{
        width: 150px;
        height:50px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing:2px;
        border:1px solid #FF6600;
        color: #ffffff;
        background-color:#FFA500;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
    }
    
    /*Topページのボタン非活性*/
    .disable_button{
        width: 150px;
        height:50px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing:2px;
        border:1px solid #000000;
        color: #ffffff;
        background-color:#C0C0C0;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
    }

    /*ボタンサイズ*/
    .mobile_size_button{
        width: 120px!important;
    }

    /*TABLE 顔写真同意事項あたり用*/
    .table9 {
        width: 95%;
        margin-right: auto;
        margin-left:auto;
        padding: 10px;
    }

    /*左余白*/
    .pad_left{
        padding-left: 15px;
    }
    /*顔写真位置*/
    .divimg{
        width: auto!important;
        text-align: center;
    }
    /*顔写真点線位置*/
    .spanimg{
        right: 0px;
    }

    /*空のセルの高さ*/
    .empty_cell td{
        min-height: 25px;
    }

    /*左寄せ*/
    .char_position{
        text-align: left;
    }


    /*Q&A*/
    .question{
        width: 15%;
    }
    .answer{
        width: 85%;
    }

    /*先頭の空白を取り除く*/
    .txtIndent{
        text-indent: 0em;
    }
    /*左寄せ*/
    .table6 td{
        padding-left: 0!important;
    }

    /*利用環境チェック文字サイズ*/
    .env {
        width: 90%!important;
    }
    .env td{
        font-size: 14px!important;
    }

    /*インターネット応募の説明のフロー*/
    div#gid_flow {
        margin: auto; /*センタリングする場合 */
        width: 100%;
        height: 0;
        background-size: contain;
        padding-top: calc(370 / 320 * 100%);
        background:url(../image/gid_flow.gif);/*画像URL(相対位置の場合、CSSファイルからの位置)*/
        background-repeat:round; /* リピートさせない場合 */
    }
    
    .disp_table{
        display: table;
    }
    
    table.table_nittei td{
        padding:3px;
    }
}