@charset "utf-8"

*,*::after,*::before{
    box-sizing:inherit;
}

html{
    box-sizing:border-box;
    font-size: 1.0em;
}

body{
    width: 100%;
    height: 100%;
    background-color:#e7e7eb;
    color:#424242;
    margin: 0;
    text-rendering: optimizeLegibility;
    font-family: 'Helvetica Neue', Arial, 'メイリオ';
    line-height: 1.6;
    position: fixed;
    overflow: hidden;
}

.form_hs {
    height: calc(100% - 280px);
}

.form_hl {
    height: calc(100% - 310px);
}

.font_s {
    font-size: 0.9rem;
}

.font_l {
    font-size: 1.0rem;
}

.column_s {
    width: 180px;
}

.column_l {
    width: 250px;
}

.column_ss {
    width: 120px;
}

.column_sl {
    width: 180px;
}

.column_ls {
    width: 240px;
}

.column_ll {
    width: 320px;
}

.vtbl_s {
    height: 201px;
}

.vtbl_l {
    height: 201px;
}

.vtbl_s tr{
    height: 40px;
}

.vtbl_l tr{
    height: 40px;
}

.vtbl_s input[type="checkbox"]{
    transform: scale(1.0);
}

.vtbl_l input[type="checkbox"]{
    transform: scale(1.5);
}

.scale_s input[type="radio"]{
    transform: scale(1.0);
}

.scale_l input[type="radio"]{
    transform: scale(1.5);
}

.nonBreak {
    display: none;
}

.isBreak {
    display: inline;
}

/* エリア別 */

.header_area {
    background: #ffffff;
}

.header_hs {
    height: 100px;
}

.header_hl {
    height: 105px;
}

.function_area {
    background: #8491c3;
    height: 50px;
    clear: left;
}

.message_area {
    background: tranceparent;
    overflow: auto;
    padding-left: 10px;
    width: calc(100% - 10px);
}

.message_hs {
    height: 55px;
}

.message_hl {
    height: 65px;
    margin-bottom: 5px;
}

.tab_area {
    margin: 0 auto;
    background: tranceparent;
}

.tab_hs {
    height: 32px;
}

.tab_hl {
    height: 46px;
}

.content_area {
    background: #bbbcde;
    border: 1px solid #1c305c;
    overflow: auto;
    word-break: break-all;
}

.content_hs {
    height: calc(100% - 142px);
}

.content_hl {
    height: calc(100% - 179px);
}

.content_j28_hs {
    height: calc(100% - 110px) !important;
}

.content_j28_hl {
    height: calc(100% - 133px) !important;
}

.button_area {
    background: tranceparent;
    text-align: right;
}

.button_ls {
    font-size: 0.9rem !important;
    width: 120px !important;
}

.button_ll {
    width: 180px !important;
    height: 48px !important;
    top: 3px !important;
    margin-top: 3px !important;
}

.button_ss {
    font-size: 0.9rem !important;
    width: 100px !important;
}

.button_sl {
    width: 100px !important;
    height: 48px !important;
}

.button_hs {
    font-size: 0.9rem !important;
    width: 100px !important;
}

.button_hl {
    width: 140px !important;
    height: 48px !important;
}

.insdel_hs {
    font-size: 0.9rem !important;
    width: 120px !important;
}

.insdel_hl {
    width: 150px !important;
    height: 48px !important;
}

.footer_area {
    background: #8491c3;
    text-align: center;
}

.footer_hs {
    height: 130px;
}

.footer_hl {
    height: 170px;
}

.vTable_s .w1 {
    width: 640px;
}

.vTable_s .w2 {
    width: 600px;
}

.vTable_s .w3 {
    width: 243px;
}

.vTable_l .w1 {
    width: 610px;
}

.vTable_l .w2 {
    width: 570px;
}

.vTable_l .w3 {
    width: 213px;
}

/* タブ用 */
.tab_selector{
    width: 20px !important;
    background: #84a2d4 !important;
}

.main_tabs{
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
}

.main_tabs li{
    color: #777777;
    background: #b3ada0;
    margin: 0 -3px 0 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    list-style: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #2a4073;
    border-bottom-width: 0;
    font-weight: bold;
}

.main_tab_s {
    width: 100px;
    font-size: 0.88rem;
}

.main_tab_l {
    width: 150px;
    font-size: 1rem;
}

.main_tabs li:hover{
    cursor: pointer;
}

.main_tabs li.selected_tab{
    color: #222222;
    background: #bbbcde;
}

li.selected_tab.main_tab_s {
    padding: 5px !important;
}

li.selected_tab.main_tab_l {
    padding: 5.5px !important;
}

.main_tab_area {
    margin-bottom: 10px;
}

.selected_tab{
    position: relative;
    z-index: 1;
}

.main_tab:hover{
    background: #bbbcde;
}

.main_tabs li.display_none{
    display: none;
}

.display_none{
    display: none;
}

/* 項目別 */

.subsystem_name{
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    color: #222222;
}

.function_name{
    font-size: 1.1rem;
    margin-left: 10px;
    color: #222222;
}

/* 共通 */

a:link {
    color: #444444;
}

a:visited {
    color: #444444;
}

a:hover {
    text-decoration: none;
}

.footer_area a {
    color: #222222;
}

.footer_area a:visited {
    color: #222222;
}

.focus td{
    background-color: yellow !important;
}

label.required {
    border-bottom-color: #d9333f;
}

.require{
    color: red;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

label.search_item_label{
    font-size: 1rem;
    font-weight: bold;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

input[type='text'],input[type='password'],input[type='number']{
    width: 160px;
    height: 24px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background:#bbbcde !important;
    border-radius: 0px;
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    font: 400 1rem Arial;
    height: 40px;
    width: 100px;
    margin: 1px 6px;
    top: 7px;
    padding: 0px;
    font-family: 'Helvetica Neue', Arial, 'メイリオ';
}

.ui-state-default[disabled],
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background:#b3ada0 !important;
    cursor: default !important;
    cursor:not-allowed;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background:#ccccff !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background:#8491c3 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background:#b3ada0 !important;
    cursor: default !important;
    cursor:not-allowed;
}

.content_area .ui-state-default,
.content_area .ui-widget-content .ui-state-default,
.content_area .ui-widget-header .ui-state-default {
    background:#5a79ba !important;
}

.content_area .ui-state-default[disabled],
.content_area .ui-widget-content .ui-state-default,
.content_area .ui-widget-header .ui-state-default {
    background:#b3ada0 !important;
    cursor: default !important;
    cursor:not-allowed;
}

.content_area .ui-state-hover,
.content_area .ui-widget-content .ui-state-hover,
.content_area .ui-widget-header .ui-state-hover {
    background:#9999cc !important;
}

.content_area .ui-state-active,
.content_area .ui-widget-content .ui-state-active,
.content_area .ui-widget-header .ui-state-active {
    background:#8491c3 !important;
}

.content_area .ui-state-disabled,
.content_area .ui-widget-content .ui-state-disabled,
.content_area .ui-widget-header .ui-state-disabled {
    background:#b3ada0 !important;
    cursor: default !important;
    cursor:not-allowed;
}

.loginButton.ui-state-default {
    background:#0098d0 !important;
    height: 40px;
    color: #ffffff;
    top: 6px;

}

.login_hs {
    width: 180px;
}

.login_hl {
    width: 240px;
    height: 48px !important;
}

.loginButton.ui-state-hover {
    background:#3399ff !important;
}

.loginButton.ui-state-active {
    background:#8491c3 !important;
}

.loginButton.ui-state-disabled {
    background:#b3ada0 !important;
    cursor: default !important;
    cursor:not-allowed;
}

a.button{
    background:#bbbcde !important;
    list-style-type: none;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    font: 400 1rem Arial;
    height: 40px;
    margin: 10px 10px 0 5px;
    padding: 11px 16px;
    text-decoration: none;
}

a.button:hover{
    background:#ccccff !important;
}

a.button:active{
    background:#8491c3 !important;
}

a.button.disabled{
    background:#aaa !important;
    pointer-events: none;
}

.searchBtn{
    background-color: #5a79ba !important;
    width: 100px;
    height: 40px;
    margin: 10px 5px 0 0;
}

select{
    height: 34px;
}

/* テーブル用 */
table, td, th{
    border-collapse: collapse;
}

td, th{
    border: 1px solid #2a4073;
    width: 100px;
    height: 30px;
}

td{
    background: #e8ecef;
}

td.delCheck{
    width:35px;
    text-align:center;
}

td.selCheck{
    width:35px;
    text-align:center;
}

th{
    background: #8491c3;
    color: #2c2c2c;
}

tr:nth-child(odd) td {
    background-color: #f3f3f2;
}

tr:nth-child(even) td {
    background-color: #bbc8e6;
}

/* メッセージ用 */
.info-msg {
    color: #000000;
    font-weight: bold;
}

.warn-msg {
    color: #ec6800;
    font-weight: bold;
}

.error-msg {
    color: #d00000;
    font-weight: bold;
}

/* ボタン用 */
ul.tableButton3{
    display: table;
    margin: 0 0 0 10px;
}

.tableButton{
    width: 100px;
    height: 40px;
    margin-bottom: 5px;
}

.tableButton:hover{
    background:#9999cc !important;
}

.tableButton:active{
    background-color: #8491c3;
}

.dialogButton{
    background:#8491c3 url("images/ui-bg_highlight-soft_100_8491c3_1x100.png") 50% 50% repeat-x !important;
    color: buttontext;
    list-style-type: none;
    text-decoration: none;
    float: right;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    -webkit-writing-mode: horizontal-tb !important;
    text-align: center;
    cursor: pointer;
    height: 40px;
    width: 100px;
    font-weight: bold;
    margin: 5px;
}

.dialog_s {
    padding: 5px;
}

.dialog_l {
    padding: 0px;
}

.dialogButton:hover{
    background:#9999cc url("images/ui-bg_highlight-soft_100_9999cc_1x100.png") 50% 50% repeat-x !important;
}

.dialogButton:active{
    background:#5a79ba url("images/ui-bg_highlight-soft_100_5a79ba_1x100.png") 50% 50% repeat-x !important;
}

.confirmDialog {
    min-width: 400px;
    max-width: 600px;
}

div.ui-datepicker {
    font-size: 0.8rem;
}

div.ui-datepicker select.ui-datepicker-year {
    width: 40%;
}

div.ui-datepicker select.ui-datepicker-month {
    width: 30%;
}

div.ui-datepicker select.ui-datepicker-date {
    width: 30%;
}

div.header_area_left{
    float: left;
}

div.header_area_right{
    float: right;
    padding: 60px 10px 0 0;
}

div.function_area_left{
    float: left;
}

div.function_area_right{
    float: right;
}

.func_ls {
    padding-top: 7px;
    width: 750px;
}

.func_ll {
    padding-top: 5px;
    width: 650px;
}

.func_rs {
    padding-top: 15px;
    width: calc(100% - 760px);
}

.func_rl {
    padding-top: 10px;
    width: calc(100% - 660px);
}

.labeltext {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    color: #222222;
}

.funcname_s {
    width: 430px !important;
    font-size: 1rem;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.funcname_l {
    width: 340px !important;
    font-size: 1.1rem;
    margin-left: 5px;
    vertical-align: bottom;
}

.loginname_s {
    width: 140px !important;
    font-size: 1rem;
    margin-top: 5px;
    vertical-align: bottom;
}

.loginname_l {
    width: 160px !important;
    font-size: 1.1rem;
    vertical-align: top;
}

div.footer_area_explanation{
    height: 40px;
    padding-top: 5px;
}

ui-widget-content {
    background: #e7e7eb url(/genbo/javax.faces.resource/images/ui-bg_highlight-hard_100_e7e7eb_1x100.png.xhtml?ln=primefaces-cupertino) 50% top repeat-x;
}

.ui-widget-header{
    background:#8491c3 url("/genbo/javax.faces.resource/images/ui-bg_highlight-soft_100_8491c3_1x100.png") 50% 50% repeat-x !important;
}

.ui-widget-header .ui-icon {
    background-image: url("/genbo/jakarta.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-cupertino&v=11.0.0");
}

img.shigen_logo{
    width: auto;
    height: 84px;
    padding: 5px;
}

.footer_area_explanation,
.function_area_right,
.copyright {
    color: #222222;
}

.number {
    text-align: right;
    ime-mode: disabled;
}

.list-box {
    display: table;
    padding-bottom: 5px;
}

.list-text {
    padding-left: 10px;
    font-size: 1rem;
    font-weight: bold;
    display: table-cell;
}

.answer-text {
    padding-left: 10px;
    font-weight: 100;
    display: table-cell;
    vertical-align: middle;
}

.contact {
    margin-left: 1.5em;
}

.contact dt {
    margin-right: 0.5em;
    width: 540px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align:middle;
}

.contact dd {
    margin-left: 1em;
    display: table-cell;
    vertical-align:middle;
}

.select-kenshaNm {
    min-width: 350px;
    max-width: 750px;
}

/** 画面サイズ大用 */
.largeFont {
    font-size: 1.4rem;
}

/* for ajax*/
html.progress, html.progress * {
    cursor: wait !important;
}