  #alert{
    display:none;
}

/*  初期設定  */
#SCL2 {
    display:none;
}
#SCL2 table {
    table-layout:fixed;width:100%;
}
#SCL2 td {
    word-wrap:break-word;
}

#SCL3 {
    display:none;
}

#SCL4 {
    display:none;
}
#SCL4 table {
    table-layout:fixed;width:100%;
}
#SCL4 td {
    word-wrap:break-word;
}
#entry12tb {
    table-layout:auto !important;width:auto !important;
}

p.err_p {
    display:none;
    margin:0 !important;
    padding:0 !important;
    font-size: 85%;
}
p.errorBox {
    margin-top: 11px;
    padding: 6px 13px;
    background-color: #ffdddd;
    color: #ff0000;
    font-size: 123%;
    font-weight: bold;
    text-align: center;
    display:none;
}
.area_view {
    height:1em;
}

/*  注意書き用  */
.attn {
    width:100%;
    border:solid #CCC 1px;
    margin:0;
    padding:8px;
    font-size: 83%;
}
.attn span {
    color:#FF0000;
}
.attn .indent {
    padding-left:60px;
}
.fontred {
    color:#ff0000;
}

/*  スマートチェックリスト用にボタンタグを強制上書き  */
button {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    width:220px;
    height:35px;
    cursor:pointer
}

button img {
    display: block !important;
    cursor: pointer !important;
}
/*  スマートチェックリストのタブ切り替え用　スマホ対応  */
.small_tab{
    display: none;
}

@media screen and (max-width: 640px) {
    .small_tab{
        display: block;
        cursor: pointer;
    }
    .small_tab_base_top{
        border-top:1px solid #999 !important;
    }
    .small_tab_base{
        background:#eee;
        color:#999;
        width:100%;
        border: 1px solid #999;
        border-top: 0px;
    }
    .small_tab_menu{
        padding: 10px 20px;
        font-weight: bold;
    }
    .small_tab .active{
        background:#999;
        color:#fff;
    }
    .small_tab img{
        vertical-align: middle;
    }
    .small_tab .active img{
        -moz-transform:    rotate( 90deg );  /* Firefox用 */
        -webkit-transform: rotate( 90deg );  /* Chrome,Safari,新しいOpera用 */
        -o-transform:      rotate( 90deg );  /* 古いOpera用 */
        -ms-transform:     rotate( 90deg );  /* IE9用 */
        transform:         rotate( 90deg );  /* CSS3の書き方 */
        margin-right: 3px;
    }
}


/*  スマートチェックリストのタブ切り替え用  */
.tab{
    overflow:hidden;
}
@media screen and (max-width: 640px) {
    .tab{
        display: none;
    }
}
.tab li{
    background:#eee url("../img/tabbg.png") no-repeat;
    background-position: right top;
    padding:5px 5px 10px;
    float:left;
    margin-right:1px;
    font-size:12px;
    color:#999;
    cursor:pointer;
}
.tab li.select{
    background:#999 url("../img/tabbg.png") no-repeat;
    background-position: right top;
    color:white;
    font-weight:bold;
}
.tab_page li{
    background:#fff;
    padding:0px;
}
.tab_page table {
    margin:0 !important;
}
.hide {
    display:none;
}

.box-a {
    text-align: left;
    font-size: 95%;
    float:left;
    width:80%;
}
.box-b {
    float:right;
    width:20%;
    text-align:left;
}
.box-c {
    clear: both;
    width:auto;
}
.box-c textarea {
    resize: vertical;
    margin:5px 10px;
    width:545px;
}
@media screen and (max-width: 640px) {
    .box-c textarea {
        width:95%;
    }
}
/*  スマートチェックリストのプレースホルダ用  */
textarea.ph-color::-webkit-input-placeholder {
    color: #adadad;
    opacity: 1;
    font-weight: normal;
}
textarea.ph-color:-ms-input-placeholder {
    color: #adadad;
    opacity: 1;
    font-weight: normal;
}
textarea.ph-color::-moz-placeholder {
    color: #adadad;
    opacity: 1;
    font-weight: normal;
}

/*  スマートチェックリストの記入例用  */
.example {
    width:100%;
    border: dashed 1px #adadad;
    /*background-color: #ececec;*/
    text-align:center;
    background-image:url(/mobility/aero/jet_engine/img/entry_example.png);
    background-repeat:no-repeat;
    background-position:5px 5px;
}
.example_title {
    font-weight:bold;
    text-align:left;
    margin: 50px 0 5px;
}
.example img {
    margin: 45px 0px 35px;  
}
@media screen and (max-width: 640px) {
    .example{
        display: none;
    }
}
/* ボタン */
@media print, screen and (min-width: 641px) {
    .form-submit-button {
        margin-top: 30px;
        text-align: center;
    }
    .form-confirm-button {
        text-align: center;
    }
    .form-submit-button > a,
    .form-confirm-button > a {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        background-color: #e50020;
        border-radius: 5px;
        font-size: 2.4rem;
        text-align: center;
        color: #fff;
    }
    .form-submit-button > a > span,
    .form-confirm-button > a > span {
        position: relative;
        display: inline-block;
        padding-left: 30px;
    }
    .form-submit-button > a > span::before,
    .form-confirm-button > a > span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-top: -7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .form-history-button {
        text-align: center;
    }
    .form-history-button > a {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 1.8rem;
        text-align: center;
        color: #333;
    }
    .form-history-button > a > span {
        position: relative;
        display: inline-block;
        padding-left: 30px;
    }
    .form-history-button > a > span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
/* スマートチェックリスト　フォームスタイル */
.tableType03 {
    width: 100%;
    margin-top: 5px;
    border-top: 2px solid #999999;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 2px solid #999999;
    zoom: 1;
}
.tableType03 th.lv03 {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #f3efe8;
}
.tableType03 th,
.tableType03 td {
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
/* 応募フォームテーブル */
@media screen and (max-width: 640px) {
  .form-table tbody{
    display: block;
  }
  .form-table col{
    display: block;
  }
  .form-table tr{
    display:block;
  }
  .form-table th{
    display: block;
  }
  .form-table td{
    display: block;
    min-height: 25px;
  }
  .form-table .aR {
    text-align: left !important;
  }
  .form-table select{
    width:90%;
  }
  .form-table td input{
    height: auto !important;
  }
}
/* 任意ラベル */
@media print, screen and (min-width: 641px) {
  .arbitrarily{
    display: inline-block;
    margin-left: 10px;
    padding: 2px 6px;
    background-color: #666;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    vertical-align: 1px;
  }
}
@media screen and (max-width: 640px) {
  .arbitrarily{
    display: inline-block;
    margin-left: 10px;
    padding: 2px 6px;
    background-color: #666;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    vertical-align: 1px;
  }
}
/* 旧CSS　共通用 */
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.ml20{
    margin-left: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.aC {
    text-align: center !important;
}
.aL{
    text-align: left !important;
}
.aR{
    text-align: right !important;
}