﻿/* 分析センター Web版 */

/* ----------------------------------
    ファイル名：input.css
    製  作  者：冨士田
    製  作  日：2008.11.08-
---------------------------------- */

/* input */
body {
    font-size: 16px;
}

span, input, textarea, select {
    font-size: 16px;
    font-family: MS PMincho,MS Mincho,serif;
}

div.submenu-input {
    width: 948px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #999;
    padding: 5px 0 5px 0;
    background: #ffcc66;
    clear: both;
}
/*.submenu-input a:link     {font-size:16px; color:#4169e1;}
    .submenu-input a:visited    {font-size:16px; color:#c9171e;}
    .submenu-input a:hover      {font-size:16px; color:#fff; text-decoration:none; background-color:#4169e1;}
    .submenu-input a:active     {font-size:16px; color:#fff; text-decoration:none; background-color:#4169e1;}
        */
p.submenu-input-list {
    padding: 0 0 0 25px;
    margin: 10px 0;
    background: url(../img/arrow.gif) no-repeat;
    width: 320px;
    background-position: 5px -10px;
    background-repeat: no-repeat;
    text-align: left;
}

.submenu-input-s {
    width: 890px;
    padding: 10px;
    margin: 0 10px;
    text-align: left;
}

#contents-input {
    width: 900px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.table-nor {
    border: 0;
    margin: 0;
    width: 100%;
}

    .table-nor th {
        padding: 5px;
        text-align: center;
        background: #b2ffb2;
        font-weight: normal;
        width: 150px;
        font-size: 14px;
        border: 1px solid #4835b2
    }

    .table-nor td {
        padding: 5px;
        text-align: left;
        vertical-align: middle;
        border: 1px solid #4835b2
    }

.table-nor-b {
    border: 0;
    margin: 0;
    width: 100%;
}

    .table-nor-b th {
        padding: 5px;
        text-align: center;
        background: #b2ffb2;
        font-weight: normal;
        width: 150px;
        font-size: 14px;
    }

    .table-nor-b td {
        padding: 5px;
        text-align: left;
        vertical-align: middle;
    }

.table-nor-wide {
    border: 0;
    margin: 0;
    width: 100%;
}

    .table-nor-wide th {
        padding: 5px;
        text-align: center;
        background: #b2ffb2;
        font-weight: normal;
        width: 180px;
        font-size: 14px;
        border: 1px solid #4835b2;
    }

    .table-nor-wide td {
        padding: 5px;
        text-align: left;
        vertical-align: middle;
        border: 1px solid #4835b2;
    }

/*換算報告書用*/
.table-nor-conversion {
    border: 0;
    margin: 0;
}

    .table-nor-conversion th {
        padding: 5px;
        text-align: center;
        background: #b2ffb2;
        font-weight: normal;
        width: 150px;
        font-size: 14px;
        border: 1px solid #4835b2
    }

    .table-nor-conversion td {
        padding: 5px;
        text-align: left;
        vertical-align: middle;
        border: 1px solid #4835b2
    }
/*ここまで換算報告書用*/

.th-ex {
    padding: 5px;
    text-align: center;
    background-color: #00ffff;
    font-weight: normal;
    width: 120px;
    font-size: 14px;
}

.th-ex-s {
    padding: 5px;
    text-align: center;
    background-color: #ccf;
    font-weight: normal;
    width: 100px;
    font-size: 14px;
}

.min-td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    width: 287px;
}

.read {
    color: #777;
    background-color: #fafafa;
    font-size: 14px;
}

.chkcategory {
    background: #ffaa7f;
    border: 1px solid #4835b2;
    margin: 15px 0;
}

    .chkcategory ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        clear: both;
    }

    .chkcategory li {
        float: left;
        width: 62px;
        margin: 3px 0;
        text-align: right;
        font-size: 14px;
    }

.chkcategory-ex {
    font-size: 14px;
}

.chkcategory span {
    margin-right: 1px;
    font-size: 14px;
}
/*表内の説明文：フォント小、青字*/
.notes {
    font-size: 13px;
    color: #00005f;
}
/*テーブル上部：位置補正*/
/*.table-position   {position:relative; top:-5px;}*/
.formtitle {
    width: 100%;
    text-align: left;
    margin: 10px 0 5px 0;
}

    .formtitle h3 {
        color: #069;
        font-size: 16px;
        float: left;
    }

    .formtitle span {
        font-size: 13px;
        color: #555;
        margin-left: 10px;
    }

.businesstitle {
    width: 100%;
    text-align: left;
}

    .businesstitle h3 {
        color: #069;
        font-size: 16px;
        float: left;
    }

    .businesstitle span {
        font-size: 13px;
        color: #555;
        margin-left: 10px;
    }

.searchform td {
    padding: 5px;
    text-align: left;
    vertical-align: bottom;
}

.searchform span {
    font-size: 13px;
}

.detailform td {
    padding: 5px;
    text-align: left;
    vertical-align: bottom;
}

.detailform h3 {
    color: #444c26;
    font-size: 16px;
}

.detailform span {
    font-size: 13px;
}

td.othersform {
    padding: 5px;
    text-align: center;
    background-color: #f5deb3;
    font-weight: normal;
    font-size: 14px;
}

.othersform h3 {
    color: #4c412d;
    font-size: 14px;
    margin-top: 10px;
}

.contents-etc {
    width: 890px;
    text-align: center;
    margin: 5px auto;
    font-size: 13px;
    border: 2px solid #909E75;
    color: #2b4001;
    background: #f7fced;
}

.etctitle {
    width: 100%;
    text-align: left;
}

    .etctitle h3 {
        color: #2f3c16;
        font-size: 19px;
        margin: 10px 0 0 10px;
    }
/*経営審査*/
.exa-title {
    font-size: 18px;
    color: #033;
    font-weight: bold;
}

.label-box {
    border: 1px solid #ddf;
    height: 18px;
}

.label-box2 {
    border: 1px solid #afafaf;
    height: 18px;
}

.label-center {
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

.label-right {
    padding: 0 5px;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
}

.label-sub {
    margin: 0 2px 0 5px;
}

.annotation {
    width: 100%;
    text-align: left;
    margin: 0 0 0 5px;
}

    .annotation h3 {
        font-size: 18px;
        margin: 10px 0 0 0px;
    }

    .annotation h4 {
        font-size: 16px;
        font-weight: normal;
        margin: 10px 0 0 25px;
    }

    .annotation h5 {
        font-size: 14px;
        font-weight: normal;
        margin: 10px 0 0 30px;
    }

    .annotation div {
        margin: 5px 0 5px 23px;
    }

h4.anno-stocks {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0 25px;
    float: left;
    width: 320px;
}

div.anno-stocks {
    margin: 7px 0 0 50px;
    float: left;
}

    div.anno-stocks span {
        margin: 0 10px 0 0;
    }

h4.anno-stocks2 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0 25px;
    float: left;
    width: 150px;
}

div.anno-stocks2 {
    margin: 7px 0 0 15px;
    float: left;
    width: 500px;
}

    div.anno-stocks2 span {
        margin: 0 10px 0 0;
    }

.annotation-t {
    width: 870px;
    background-color: #ccc;
    margin-bottom: 10px;
}

    .annotation-t th {
        text-align: center;
        color: white;
        background-color: #335;
        font-weight: normal;
        font-size: 13px;
    }

    .annotation-t td {
        text-align: center;
        background-color: #fff;
        vertical-align: middle;
    }

td.anno-t-title {
    color: white;
    background-color: #779;
    font-weight: bold;
    font-size: 13px;
}

div.fin-table {
    margin: 5px;
}

.fin-t1 {
    width: 637px;
    background-color: #ccc;
    margin-bottom: 10px;
}

    .fin-t1 th {
        text-align: center;
        color: white;
        background-color: #335;
        font-weight: normal;
        font-size: 13px;
    }

    .fin-t1 td {
        text-align: right;
        background-color: #fff;
        vertical-align: middle;
    }

.fin-t2 {
    width: 883px;
    background-color: #ccc;
    margin-bottom: 10px;
}

    .fin-t2 th {
        text-align: center;
        color: white;
        background-color: #335;
        font-weight: normal;
        font-size: 13px;
    }

    .fin-t2 td {
        text-align: right;
        background-color: #fff;
        vertical-align: middle;
    }

td.fin-t-title {
    color: white;
    background-color: #303;
    font-size: 13px;
}

td.table-null {
    background-color: #eee;
}

td.anno-t-even {
    background-color: #f1e5ff;
}

div.fins-error {
    margin: 10px 0 5px 0;
    text-align: left;
    color: #c00;
}
/*attached_details*/
div.att-t1-left {
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;
}

div.att-t1-right {
    float: right;
    width: 49%;
    margin: 0;
    padding: 0;
}

.att-t1 {
    width: 420px;
    background-color: #ccc;
    margin-bottom: 10px;
}

    .att-t1 th {
        text-align: center;
        color: white;
        background-color: #335;
        font-weight: normal;
        font-size: 13px;
    }

    .att-t1 td {
        text-align: center;
        background-color: #fff;
        vertical-align: middle;
    }
/*loan*/
div.loan-t-left {
    float: left;
    width: 49%;
    margin: 0px;
    padding: 0px;
}

div.loan-t-right {
    float: right;
    width: 50%;
    margin: 4px;
    padding: 0px;
}

.loan-t {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

    .loan-t th {
        text-align: center;
        background-color: #b2ffb2;
        font-weight: normal;
        font-size: 15px;
        height: 18px;
    }

    .loan-t td {
        height: 18px;
        margin: 0;
        text-align: right;
    }

    .loan-t input {
        text-align: right;
    }

.loan-t-th-ex {
    border-right: 1px solid #ccf;
    background-color: #b2ffb2;
}

.loan-t-td-ttl {
    border-right: 1px solid #ccf;
    background-color: #00ffff;
    font-family: MS PMincho,MS Mincho,serif;
    text-align: left;
}

.loan-t-td-ttc {
    border-right: 1px solid #ccf;
    background-color: #00ffff;
    font-family: MS PMincho,MS Mincho,serif;
    text-align: center;
}

.loan-t-td-tb {
    border-right: 1px solid #ccf;
    background-color: #ffff77;
    font-family: MS PMincho,MS Mincho,serif;
}

.loan-t-td-lbl {
    border-right: 1px solid #ccf;
    background-color: #ccffff;
    font-family: MS PMincho,MS Mincho,serif;
}

.loan-t-sum {
    background-color: #33ff33;
    margin-right: 30px;
}

.loan-t-foot {
    height: 25px;
    margin-right: 30px;
}

.loan-t-foot-nm {
    font-weight: bold;
}
/*kozi*/
div.kozi {
    text-align: left;
}

.kozi-p {
    float: left;
    margin: 4px 0 0 10px;
}
/*zaimu*/
div.num-moji {
    font-size: 1.3em;
    font-weight: bold;
}
/*縦書き用*/
.td-vertical {
    text-align: center;
    background-color: #7fff7f;
    font-size: 13px;
}
/*gridview*/
.table-gv {
    margin: 10px 0;
    background: #fde6bb;
    border: 1px solid #4835b2;
}

    .table-gv th {
        color: #111;
        background: #66e5ff;
        font-size: 16px;
        font-weight: normal;
        padding: 2px 0;
        text-align: center;
        border: 1px solid #4835b2;
    }

    .table-gv td {
        font-size: 16px;
        padding: 2px 0;
        border: 1px solid #4835b2;
    }

    .table-gv a:link {
        color: #111;
    }

    .table-gv a:visited {
        color: #111;
    }

    .table-gv a:hover {
        color: #111;
        text-decoration: none;
        background-color: #ccc;
    }

    .table-gv a:active {
        color: #111;
        text-decoration: none;
        background-color: #ccc;
    }

.table-gv-pager {
    color: #111;
    font-size: 24px;
    background-color: #f8f2da;
}

    .table-gv-pager span {
        color: #111;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 10px;
        margin: 0px;
    }

    .table-gv-pager a:link {
        color: #111;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #ccc;
        margin: 0px;
        border: 1px solid #333;
    }

    .table-gv-pager a:visited {
        color: #111;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #ccc;
        margin: 0px;
        border: 1px solid #333;
    }

    .table-gv-pager a:hover {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #09f;
        margin: 0px;
        border: 1px solid #333;
    }

    .table-gv-pager a:active {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #09f;
        margin: 0px;
        border: 1px solid #333;
    }

.table-gv-alt {
    background-color: #ffe4b5;
}

.table-gv-foot {
    background-color: #b2ffb2;
}

.table-gv-pager_koji {
    color: #111;
    font-size: 24px;
    text-align: left;
}

    .table-gv-pager_koji table {
        margin-left: 400px;
    }

    .table-gv-pager_koji span {
        color: #111;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 10px;
        margin: 0;
    }

    .table-gv-pager_koji a:link {
        color: #111;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #ccc;
        margin: 0px;
        border: 1px solid #333;
    }

    .table-gv-pager_koji a:visited {
        color: #111;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #ccc;
        margin: 0px;
        border: 1px solid #333;
    }

    .table-gv-pager_koji a:hover {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #09f;
        margin: 0px;
        border: 1px solid #333;
    }

    .table-gv-pager_koji a:active {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 1px 8px;
        background-color: #09f;
        margin: 0px;
        border: 1px solid #333;
    }

#e-sinsei-input {
    text-align: left;
    margin: 0 0 0 30px;
    padding: 0;
}

.table-sinsei {
    border: 0;
    padding: 10px 20px 10px 20px;
    margin: 0;
}

    .table-sinsei th {
        border: 1px solid #4835b2;
        width: 175px;
        font-size: 16px;
        text-align: center;
        background: #b2ffb2;
        font-weight: normal
    }

    .table-sinsei td {
        border: 1px solid #4835b2;
        width: 200px;
        font-size: 16px;
        text-align: left;
        vertical-align: middle
    }

.HealthInsuranceStatusLiteral {
    border: none;
    text-align: center;
    background-color: #fde6bb;
}

.HealthInsuranceStatusLiteral-table-gv {
    margin: 0;
    background: #fde6bb;
    border: 1px solid #4835b2;
}

    .HealthInsuranceStatusLiteral-table-gv th {
        color: #111;
        background: #66e5ff;
        font-size: 16px;
        font-weight: normal;
        padding: 2px 0;
        text-align: center;
        border: 1px solid #4835b2;
    }

    .HealthInsuranceStatusLiteral-table-gv td {
        font-size: 16px;
        padding: 2px 0;
        border: 1px solid #4835b2;
    }
