﻿
body, h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
}

.div_master_all {
    width: 100%;
    text-align: center;
}

.div_master_center {
    width: 1200px;
    margin: 0 auto;
}

img {
    border-style: none;
}

.img_middle {
    vertical-align: middle;
}

.dispNone {
    display: none;
}

.text_center {
    text-align: center;
}

input[type=text], input[type=password], textarea {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #FFFFEE;
    border: 1px solid gray;
    padding: 6px 8px;
}

select {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #FFFFEE;
    padding: 5px 2px;
    border: 1px solid gray;
}

    input[type=text]:focus {
        outline: 1px solid gray;
    }

    input[type=password]:focus {
        outline: 1px solid gray;
    }

    select:focus {
        outline: 1px solid gray;
    }

    textarea:focus {
        outline: 1px solid gray;
    }

input[type=image]:focus {
    outline: none;
}


input[id^='chk'] {
    transform: scale(1.5);
    margin: 0px 8px 3px 3px;
    vertical-align: text-bottom;
}

input[id^='rad'] {
    transform: scale(1.3);
    margin: 0px 5px 3px 3px;
    vertical-align: text-bottom;
}

table {
    border-collapse:collapse;
    width: 100%;
}
    table td {
        height: 30px;
        vertical-align:middle;
    }

    table .td_left {
        border:1px solid #c2bfbf;
        text-align: left;
        padding-left: 20px;
    }

    table .td_center {
        border:1px solid #c2bfbf;
        text-align: center;
        padding:0px;
    }

    table .td_rigth {
        border:1px solid #c2bfbf;
        text-align: right;
        padding-right: 10px;
    }


.table-input-type1 .td-name {
    text-align: left;
    padding-left: 20px;
    border-top: 1px solid #c2bfbf;
    border-bottom: 1px solid #c2bfbf;
    border-left: 1px solid #c2bfbf;
}

.table-input-type1 .td-must {
    text-align: center;
    border-top: 1px solid #c2bfbf;
    border-bottom: 1px solid #c2bfbf;
    border-right: 1px solid #c2bfbf;
}

.table-input-type1 .td-input {
    text-align: left;
    padding: 15px 0px 15px 20px;
    border: 1px solid #c2bfbf;
}

.table-input-type1 .td-head, .table-input-type1 .td-detail-center {
    text-align: center;
    border: 1px solid #c2bfbf;
    padding: 8px 0px;
}


.td-must img {
    vertical-align: middle;
}

.td-head-color1 .td-name, .td-head-color1 .td-must, .td-head-color1 .td-head {
    background-color: #e8f2f7;
}


.table-display-type1 td {
    text-align: left;
    border: 1px solid #c2bfbf;
    padding: 7px 0px 7px 15px;
}

.table-display-type1 th {
    background-color: lightyellow;
    border: 1px solid #c2bfbf;
    padding: 7px 0px;
    text-align: center;
    font-weight: 400;
}

.table-display-type1 .th-left {
    text-align: left;
    padding-left: 15px;
}

.table-display-type1 .td-center {
    text-align: center;
    padding-left: 0px;
}

.table-display-type1 .noborder {
    border: none;
    text-align: center;
}


.tableTopName {
    width:950px;
    text-align:left;    
    background-color: #fadfdf;
}

    .tableTopName td {
        text-align: left;
        padding-left: 15px;
    }

.div_accord_head {
    height: 23px;
    vertical-align: middle;
    text-align: left;
}


.div-br1 {
    height: 12px;
}

.div-br2 {
    height: 30px;
}

.div-br3 {
    height: 20px;
}

.div-br4 {
    height: 6px;
}

.gvList th {
    background-color: #1b85c3;
    color: white;
    text-align: center;
    border: 1px solid darkgray;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
}

.gvList td {
    border: 1px solid darkgray;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
}

.gvList tr {
    background-color: #F2FFFF;
}

    .gvList tr:hover {
        background-color: lightgoldenrodyellow;
    }

.gv-middle {
    text-align: center;
    padding: 0px;
}

.gv-left {
    text-align: left;
    padding-left: 10px;
}

.gv-right {
    text-align: right;
    padding-right: 10px;
}



.fontPG07 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.7em;
}

.fontPG08 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.8em;
}

.fontPG09 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.9em;
}

.fontPG10 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1em;
}

.fontPG12 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

.fontPG14 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4em;
    font-weight: 500;
}


.Font_Meiryo_10 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 10pt;
}

.Font_Meiryo_11 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 11pt;
}

.Font_Meiryo_12 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12pt;
}


.fontEnglish {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.8em;
}


.fontPGError {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    color: red;
}

.fontPGError1 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.8em;
    color: red;
}

.fontred {
    color: red;
}

.cursor-p {
    cursor: pointer;
}

.opacity60 :hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}