@CHARSET "utf-8";

/*↓ 超標準のスタイル設定*/
* {
    font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

body {
    display: block;
    margin: 0;
    min-width: 1024px;
}

/* body 直下の main-contents ページレイアウト (body 直下の header ページレイアウト -> header.css で定義) */
body > .main-contents {
	padding-bottom: 30px;
}

/* body 直下の footer ページレイアウト*/
body > footer {
	font-size:8pt;
	text-align:right;
	padding:4px;
	color:#aaaa;
	background: #f3f3f3;
	text-shadow:-1px -1px 1px #aaaa, 1px 1px #ffffff;
}

input,
textarea {
    font-size: 14pt;
    padding: 0.2rem;
    outline: none;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    overflow: visible;
    word-wrap: break-word;
}

input::placeholder {
  color:#93939680;
}

input[type="text"]:required,
[type="password"]:required,
[type="select"]:required,
[type="email"]:required,
[type="time"]:required,
[type="date"]:required {
    background: lightyellow;
}

input[type="text"]:focus,
[type="password"]:focus,
[type="select"]:focus,
[type="email"]:focus,
[type="time"]:focus {
    background: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:valid,
[type="password"]:valid,
[type="select"]:valid,
[type="email"]:valid,
[type="time"]:valid {
    background: transparent;
}

input[type="MAIL_ADDRESS"]:invalid {
    background: #ffcdd2;
}
textarea.invalid,
input.invalid {
    background: #ffcdd2!important;
}

button {
    margin: 0.2rem;
    padding: 0.2rem;
    color: #fff;
    background-color: #338EC3;
    border: 1px solid transparent;
    border-color: #007bff;
    border-radius: 0.3rem;
    vertical-align: middle;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: visible;
    cursor: pointer;
}

button:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    text-decoration: none;
}

button.std1 {
    padding: 0.1rem 0.4rem;
    color: #495057;
    background-color: #eeeeee;
    border-color: #767676;
}

button.std1:focus {
    border-color: #767676;
    box-shadow: 0 0 0 0.14rem rgba(149, 149, 165, 0.25);
    border: 1px solid #eeeeee;
}

button.std1:hover {
	background-color: #d0d0d0;
    border-color: #767676;
}

a {
    color: #338EC3;
    text-decoration: underline;
    background-color: transparent;
}

select {
    font-size: 14pt;
    padding: 0.2rem;
    border-color: #ced4da;
    border-radius: 0.3rem;
}
select.input_style_1{
    width:175px;
}

select:required {
    background: #ffcdd2;
}

.edit-area .tab-A input:required,
.edit-area .tab-A select:required,
.edit-area .tab-B input:required { /* 2025-11-06 m-okamura */
    background: lightyellow;
}

.edit-area .tab-B input:disabled { /* 2025-11-19 m-okamura */
    background: #eeeeee;
}
.edit-area .tab-A .error-field,
.edit-area .tab-B .error-field,
.edit-area .tab-C .error-field,
.edit-area .tab-D .error-field {
    border: 2px solid #f00303; /* 2025-11-06 m-okamura */
}

.error-input { /* 2025-11-06 m-okamura */
    background: #f00303;
}

select:focus {
    background: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

select:valid {
    background: transparent;
}

span {
    margin: 0.2rem;
    padding: 0.2rem;
    outline: none;
}


/*↑ 超標準のスタイル設定*/


/*ヘッダーの設定*/

#header {
    font-size: 22pt;
    color: #214463;
    box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0%;
    width: 100%;
    heigth: 140px;
    z-index: 999;
}

.bc {
    position: relative;
    left: 50%;
    right: 50%;
    background-color: green;
    background-clip: content-box;
}

.ichiran table {
    table-layout: fixed;
}

.ichiran td {
    border-width: 0px 0px 0px 0px;
    border-bottom: 0.1px #808080;
    font-size: 0.8em;
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-widget {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.ui-button {
    width:140px;
    height:48px;
}


/* 部署名を表示する部分 */

.gradient-title {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-color: #BAD2E8 !important;
    color: #2F6FAA !important;
    font-size: 16pt;
    font-weight: bold;
}


/* ボタン */

.css3button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5pt;/*14px*/
    color: #ffffff;
    padding: 2px 2px;
    background: -moz-linear-gradient( top, #a3a3a3 0%, #3b3b3b 50%, #242424 50%, #000000);
    background: -webkit-gradient( linear, left top, left bottom, from(#a3a3a3), color-stop(0.50, #3b3b3b), color-stop(0.50, #242424), to(#000000));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}


/* ログインページの設定 */

.loginpage {
    /* background: url('/company_system/img/sea.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.kanrino {
    position: relative;
    width: 150px;
    text-align: left;
    font-size: 1.0em;
}

.kanrino1 {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 10pt;
    border: none;
}

.koutei {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 10pt;
    border: none;
}

.jikan {
    width: 36px;
    text-align: right;
    font-size: 1.0em;
}

.jikan1 {
    border: none;
    width: 94%;
    text-align: center;
    font-size: 1.0em;
}
.input_kintai .jikan1 {
    border: none;
    width: 94%;
    text-align: center;
    font-size: 10pt;
    margin:0;
}

.rTimeSpan {
    width: 120px;
    text-align: left;
    border: none;
    font-size: 1.5em;
    font-weight: bold;
}

.rTimeSpan_kintai {
    width: 98%;
    text-align: center;
    border: none;
    font-size: 10.5pt;
    font-weight: bold;
}

.border1 {
    border-style: solid;
    border-width: 1px
}

.color-white {
    color: white
}

.color-black {
    color: black
}

.color-gray {
    color: gray
}

.color-darkgray {
    color: darkgray
}

.color-lightgray {
    color: lightgray
}

.color-darkblue {
    color: #338EC3
}

.color-lightblue {
    color: #96bacf
}

.color-orange {
    color: #e08040
}

.color-blue {
    color: blue
}

.color-red {
    color: red
}

.bg-blue {
    background-color: #136Ea3
}

.bg-darkblue {
    background-color: #338EC3
}

.bg-white {
    background-color: white
}

.bg-green {
    background-color: #69C5AC
}

.bg-orange {
    background-color: #ED7878
}

.bg-purple {
    background-color: #BA95BB
}

.bg-cyan {
    background-color: #79A7D9
}

.bg-approval_sp {
    background-color: #03c49c
}

.bg-rejected_sp {
    background-color: #e64659
}

.bg-kanriNo_list_sp {
    background-color: #4472c4
}



div.page_titlebar {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 54px;
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 0 40px;
    box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.5);
}

div.page_title {
    width: 100%;
    min-width: 200px;
    display: table-cell;
    vertical-align: middle;
    color: #338EC3;
    font-size: 15pt;/*20px*/
}

div.tool_iconbox {
    display: table-cell;
}

.tool_iconbox {
    min-width: 80px;
    vertical-align: middle;
    text-align: center;
    font-size: 8pt;
}

.tool_icon {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

i.tool_iconback {
    border-radius: 50%;
    display: inline-block;
    margin: 2px 2px 0 2px;
    padding: 10px 8px;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14pt;
}
.control.ext1 {
	padding-left:1.8rem;
    margin-bottom:0;
	font-size:12pt;
}

.control input {
    /* position: absolute; */
    posotion: fixed;
    z-index: -1;
    opacity: 0;
}
.make_kanrino .control input {
    position: relative;
    z-index: -1;
    opacity: 0;
    display:table-cell;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 10px;
    height: 20px;
    width: 20px;
    border: 1px solid #949494;
    background: #fff;
}
.control__indicator.ext1 {
    top:0;
    left:0;
}


.add_role_member .control__indicator {
    position: absolute;
    top: 2px;
    left: 12px;
    height: 20px;
    width: 20px;
    border: 1px solid #949494;
    background: #fff;
}



.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #a4c8ff;
}

.control input:checked~.control__indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #0e647d;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.8;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control__indicator2 {
    position: absolute;
    top: -40px;
    left: 150px;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator2 {
    border-radius: 50%;
}

.control:hover input~.control__indicator2,
.control input:focus~.control__indicator2 {
    background: #bbcefb;
}

.control input:checked~.control__indicator2 {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked~.control__indicator2,
.control input:checked:focus~.control__indicator2 {
    background: #0e647d;
}

.control input:disabled~.control__indicator2 {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator2:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator2:after {
    display: block;
}

.control--checkbox .control__indicator2:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator2:after {
    border-color: #7b7b7b;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


.cal_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.width100pr {
    width: 100%;
}

.width50pr {
    width: 50%;
}

.width60pr {
    width: 60%;
}

.width40pr {
    width: 40%;
}

.line {
    width: 100%;
}

.border-Top {
    border-top: 1px solid;
}

.border-Bottom {
    border-bottom: 1px solid;
}
.border-gray {
    border-color: #cccccc;
}

/* ローディング画面 */
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #1d1e1d;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../img/gif-load.gif") center center no-repeat;
}
/* アコーディオン表示用CSS */

.hidden_info > input[type="checkbox"]{
/*チェックは見えなくする*/
    display: none;
}

.hidden_show {
/*中身を非表示にしておく*/
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_info > input:checked~.hidden_show {
/*クリックで中身表示*/
    padding: 0;
    height: auto;
    opacity: 1;
}

.panel-2nd label {
/* 標準スタイル対策 */
    margin: 0px;
}

.nav-icon-size{
    font-size:20px;
}

input[type='text']:disabled {background-color: #eeeeee;}
select:disabled {background-color: #eeeeee;}                /* 2025-11-03 m-okamura */
input[type='date']:disabled {background-color: #eeeeee;}    /* 2025-11-03 m-okamura */

.lsp4 {
    margin-left: 4px;
}
