@charset "Shift_JIS";

.nodsp{ display:none; }

select {
    font-size: 1.0rem;
    padding: 10px 4px 10px 4px!important;
}

.TextStyle95 {
    font-size: 95%;
}


#SiteName h1 {
    margin-left: 20px;
    color: #000;
    font-weight: bold;
    font-size: 0.95rem;
}
.font-bold {
    font-weight: bold;
}

.mt-1em {
    margin-top: 1em;
}
.ml-1em {
    margin-left: 1em;
}

.mt-05em {
    margin-top: 0.5em;
}

.pt-1em {
    padding-top: 1em;
}

.text-center {
    text-align: center;
}

.font-bold {
    font-weight: bold;
}

.text-uline {
    text-decoration: underline;
}

.fsize90 {
    font-size: 0.90em;
}
.fsize95 {
    font-size: 0.95em;
}
.fsize100 {
    font-size: 1.00em;
}
.fsize110 {
    font-size: 110%;
}

.pad08 {
    padding: 0 8px;
}

.fcoRed{ color:#cc0000; }
.fcoGreen {
    color: #009900;
}

input[type="text"] {
    font-size: 1.0rem;
}

.imgAttention{
    width:1.8rem;
    margin-right:3px;
}


.btnmain {
    width: 40%;
    background-color: #e60027;
    color: #fff;
    background-image: url(../../../image/jp/r1/icon/icon_link_right_l_white_hd.gif);
    background-position: 98% center;
    margin: 0 3px;
    padding: 9px 25px 9px 15px;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    font-size: 95%;
    text-align: center;
    line-height: 130%;
    border: 0 none;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    cursor: pointer;
    word-break: break-all;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
}


.btninline {
    width: 33%;
}

.btnyes {
    color: #fff;
    background-color: #e60027;
    background-image: url(../../../image/jp/r1/icon/icon_link_right_l_white_hd.gif);
    background-position: 98% center;
}
.btnback {
    color: #000;
    background-color: #ccc;
    background-image: url(../../../image/jp/r1/icon/icon_link_left_disabled_hd.gif);
    background-position: 2% center;
}

.btnyes:hover, .btnmain:hover {
    background-color: #b1000e;
}
.btnback:hover {
    background-color: #bbb;
}


#divExecBoard {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    opacity: 0.5;
    display: none;
}

    #divExecBoard img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 300px;
/*        height: 70px;
*/    }




@media screen and (max-width: 767px) {
    .JS body {
        background-color: #fff;
    }
}

