.mb5{
    margin-bottom:5px !important;
}
.w70p{
    width:70% !important;
}
.w85p{
    width:85% !important;
}
.w90p{
    width:90% !important;
}
.txtC{
    text-align: center;
}
.required:after{
    content:"必須";
    color:#fff;
    background:#f00;
    font-size:11px;
    display:inline-block;
    padding:2px 5px;
    margin-left:5px;
}

.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: #eee;
    border: 3px dotted rgba(0,0,0,0.1);  
}

.form-signin-heading {
    text-align:center;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.info_area,.request_area{
    height:300px;
    overflow-y: scroll;
}
.panel-heading{
    text-align:center;
}
/*.kakikukeko{*/
/*    display:inline-block;*/
/*}*/
.schedule .btn-group>.btn{
    width:25%;
}
.mailist li{
    margin-bottom: 10px;
}
.mailist .btn{
    display: block;
}
.label{
    font-size:100%;
}
::placeholder{
    color:#ccc;
}
#time{
    font-size: 20px;
    padding: 15px 0;
    display: block;
}

.title_a {
    text-decoration: none;
    color:#000;
}
.title_a:hover {
    text-decoration: none;
    color: #000;
}
.title_a:link { color: #000; }　/*リンクの色*/
.title_a:visited { color: #000; }　/*訪問済みリンクの色*/
.title_a:active { color: #000; }　/*クリックしている時のリンクの色*/

.button_a {
    text-decoration: none;
    color:#fff;
}
.button_a:hover {
    text-decoration: none;
    color: #fff;
}
.button_a:link { color: #fff; }/*リンクの色*/

.button_a:visited { color:#fff!important; } /*訪問済みリンクの色*/

.button_a:active { color: #fff; }　/*クリックしている時のリンクの色*/


.btn_space0 {
    margin-left:5px!important;
}
.absent_table {
    padding-top:10px;
    display:flex;
    flex-direction:row;
    padding-right:20px;
}
.absent_leaving {
    width:10%;
    text-align:center;
    padding-top: 10px;
    margin-left:25px;
    margin-right:25px;
}
.absent_table_child0 {
    /*社員数が増えてきたら、スクロール対応*/
    overflow-x:scroll;
    /*width:1000px;*/
    padding-right:10px;
    /*margin-right:5px;*/
}
.absent_table_child1 {
    width:100%;
    display:flex;
    flex-direction:row;    
}
.absent_table_child2 {
    width:80px;
    table-layout: fixed;
}
.absent0 {
    width: 80px;
    text-align:center;
}
.absent1 {
    width: 80px;
    border-top:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    text-align:center;
}
.absent1_first {
    width: 80px;
    border-top:solid 1px;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    text-align:center;
}
.accordion4 .inner {
    display: none;
}
.accordion4 .inner.open {
    display: block;
}

.upper_menu1{
    /* 2019/11/26 アコーディオン２つ→３つにともないupper_menuをupper_menu1と
       upper_menu2に分ける対応をする 元々はupper_menu2の内容がupper_menuの
       内容                                                                 */
    margin-left:154px;
}
.upper_menu2{
    display:flex;
    justify-content: center;
}
.lower_menu{
    margin:10px 50px;
    width:300px;
    text-align:center;
    
}
.lower_menu ul {
    padding-inline-start:0px;
}

.aaaac {
    color:#000;
    border-radius:5px;
    padding:10px;
    width:300px;
    cursor: pointer;
}

.inner a {
    color:#000;
    text-decoration:none;
}
.app_color {
    background-color:#CCFFCC;
}

.work_place_color1 {
    /*background-color:#CCFFCC;*/
    background-color:#FFCC33;
}
.work_place_color2 {
    background-color:#FFC0CB;
}
.endtime_color {
    color:red;
}
.aaac1 {
    background:#FFF59D;
    border:1px solid #c7b703;
}
.aaac2 {
    background:#8ecde0;
    border:1px solid #28a4c9;
}
.aaac3 {
    background:#a8e284;
    border:1px solid #4dad10;
}
.meishi_button:link {
    text-decoration:none!important;
    color:#000
}
.meishi_button:hover {
    text-decoration:none!important;
    color:#000
}
.meishi_button:visited {
    text-decoration:none!important;
    color:#000
}
.meishi_button:active {
    text-decoration:none!important;
    color:#000
}
.aaac4 {
    background:#F48FB1;
    border:1px solid #b70343;
}

.aaaac:hover {
    color:#000;
    border-radius:5px;
    padding:10px;
    cursor: pointer;
}

.aaac1:hover {
    background:#FFEA00;
    border:1px solid #c7b703;
}
.aaac2:hover {
    background:#5bc0de;
    border:1px solid #28a4c9;
}
.aaac3:hover {
    background:#64DD17;
    border:1px solid #4dad10;
}
.aaac4:hover {
    background:#F50057;
    border:1px solid #b70343;
}

/*.inner .open .li{padding: 10px 0;} */
.inner li{
    /*padding: 10px 0;*/
    cursor: pointer;
}

.content1 {
    background:#fbf8e1;
    display:block;
}
.content1:hover {
    background:#FFF9C4;
    display:block;
}
.content2 {
    background:#e4f4f9;
    display:block;
}
.content2:hover {
    background:#c4eaf5;
    display:block;
}
.content3{
    background:#C5E1A5;
    display:block;
}
.content3:hover{
    background:#C5E1A5;
    display:block;
}
.content4 {
    background:#fbe0e9;
    display:block;
}
.content4:hover {
    background:#F8BBD0;
    display:block;
}
.notice_title {
    text-align: center;
}
.pull-fake-center{
    position: relative;
    display:inline;
    margin-left: 15%;
}
.notice_CR {
    clear:both;
}

.checkbox_rb {
    padding-top:7px;
    width:100px;
}

#rb1 {
    margin-left:20px;
}
/*#rb6 {*/
/*    margin-left:20px;*/
/*}*/
.label_title {
    padding-top:7px;
    text-align:right;
}

.notice_last {
    margin-top:15px;
}

.notice_header {
    display:flex;
    flex-direction:row;
}

.notice_header01 {
    width:50px
}
.notice_header02 {
    flex:auto;
    /*width:100px;    */
}
.notice_header03 {
    
}
.notice_header04 {
    width:70px;    
}

.notice_header05 {
    width:60px;    
}
.notice_body {
    display:flex;
    /*flex-direction:row;*/
    width:90;
    list-style:none;
}
.notice_body li {
    /*padding:10px;*/
    margin:0px 10px;
    /*background-color:#f5f5f5;*/
    /*width:13%;*/
    text-align:center;
}
.notice_body a {
    text-decoration:none;
    color:#000;
}
.notice_body li:first-child {
    margin-left:0px;
}
.notice_body li:last-child {
    margin-right:90px;
}
.notice_body li: {
    background-color:#EEE8AA;
}
.notice_extend li:nth-last-child(2) {
    /*background-color:#EEE8AA;*/
}
.notice_extend li:nth-last-child(3) {
    /*background-color:#EEE8AA;*/
}
.notice_extend li:last-child {
    padding-left:20px;
    margin-right:0px;
    /*background-color:#d8f5f5;*/
}
.focus_title {
    display:flex;
    margin-left:100px;
}
.focus_title p {
    margin-top:10px;
    margin-right:10px;
}
.focus_name_title {
    /*border:2px solid #f5f5f5;*/
    margin-left:100px;
}
.focus_name_title td:not(.focus_title_name_first) {
    padding:5px 10px;
    border:2px solid #f5f5f5;    
}
.history_serch_bottun{

}
.focus_title_name_first {
    padding-right:10px;
}
.focus_name_title input {
     border:none;
}
.notice_text_resize {
    vertical-align:top;
}

#notice_back input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
#notice_back label{
    font-size:11px;
    display:inline-block;
    padding-left:25px;
    cursor:pointer;
    height:30px;
    line-height:30px;
    position:relative;
}
#notice_back label{
    padding:0 8px;
    border-radius:5px;
    background:#efefef;
    font-weight:bolder;
    border-bottom:solid 3px #ddd;
    color:#555;
    transition:0.3s;
    min-width: 75px;
}

.notice_label{
    background: #EEE8AA !important;
    border-bottom: solid 3px #a9a580 !important;
}

#notice_back input[type="checkbox"]:checked + label{
    border:0;
    transform:translateY(2px);
    background:#3cb371 !important;
    color:#fff;
    border-bottom:solid 1px #236641 !important;
}

.newline_content {
    word-break: break-all;
}

/* 案件一覧　トップ */
.detail_top {
    width:1900px;
    text-align:center;
}
.deals_header0 {
    text-align:center;
}
.deals_header1 {

    display:flex;
    justify-content: center;
}
.deals_header1 a>p{
    width:100px;
    padding:5px 5px;
    color:#fff;
}
.deals_header1 >a{
    width:125px;
    padding:5px 5px;
    color:#fff;
    text-decoration:none;
}
.deals_header_p1 {
    margin-left:15px;
    margin-right:15px;
    background:#1E90FF;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
}
.deals_header_p1:hover {
    background:#0000FF;
    border:1px solid #0000BB;
}

.deals_header_p2 {
    margin-left:5px;
    margin-right:5px;
    background:#FFCC33;
    border:1px solid #FFCC66;
    border-radius:5px;
    text-align:center;
}
.deals_header_p2:hover {
    background:#FF9900;
    border:1px solid #FFCC99;
}
.deals_header_p3 {
    margin-left:5px;
    margin-right:5px;
    background:#C0C0C0;
    border:1px solid #999;
    border-radius:5px;
    text-align:center;
}
.deals_header_p3:hover {
    background:#808080;
        border:1px solid #666;
}
.deals_header_p4 {
    margin-left:5px;
    margin-right:5px;
    background:#ADD8E6;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
}
.deals_header_p4:hover {
    background:#4682B4;
        border:1px solid #666;
}
.deals_body {
    text-align: center;
    /*display:flex;*/
    /*justify-content: center;*/
}
.deals_table_filter {
    display:inline-block;
    width:10%;
    margin-left:10px;
    margin-right:10px;
}
.deals_table_filter td {
    /*border:1px solid #000;*/
    text-align:center;
}

.deals_table_filter input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
}
.deals_table_filter input[type="radio"]:checked + label {
    background: #31A9EE;/* マウス選択時の背景色を指定する */
    color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.deals_table_filter .label:hover {
    background-color: #E2EDF9; /* マウスオーバー時の背景色を指定する */ 
}
.deals_table_filter .label {
    display: block;	/* ブロックレベル要素化する */ 
    /*float: left;*/	/* 要素の左寄せ・回り込を指定する */ 
    /*margin: 5px;*/	/* ボックス外側の余白を指定する */
    /*width: 100px;*/	/* ボックスの横幅を指定する */
    /*height: 45px;*/	/* ボックスの高さを指定する */
    /*padding-left: 5px;*/	/* ボックス内左側の余白を指定する */
    /*padding-right: 5px;*/	/* ボックス内御右側の余白を指定する */
    color: #000;	/* フォントの色を指定 */
    text-align: center;	/* テキストのセンタリングを指定する */
    /*line-height: 45px;*/	/* 行の高さを指定する */
    line-height: 25px;
    cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
    border: 1px solid #006DD9;/* ボックスの境界線を実線で指定する */
    border-radius: 5px;	/* 角丸を指定する */
    padding: 0 5px 0 5px;
    font-weight:500;
}
.deals_table_container_right {
    display:inline-block;
    vertical-align: top;
    width:85%;
}
.deals_table_deals {
    /*display:inline-block;*/
    /*vertical-align: top;*/
    margin-left:10px;
    margin-right:10px;
    /*width:85%;*/
    white-space:nowrap;
    overflow-x:scroll;
    /*margin-bottom:30px;*/
    overflow-y:scroll;
    height:740px;
}
.deals_table_deals th {
    padding:0px 10px;
    /*width:100px;*/
    border:1px solid #000;
    text-align:center;
}
.deals_table_deals td {
    /*width:100px;*/
    padding:0px 10px;
    border:1px solid #000;
    text-align:center;
}
.deals_table_deals p {
    margin:0;
    color:#fff;
    padding: 0 5px;
    margin: 5px 0;
}
.deals_table_deals >a{
    width:100px;
    padding:5px 5px;
    color:#fff;
    text-decoration:none;
}
.deals_cells_btn1 {
    background:#69cdff;
    border:1px solid #666699;
    border-radius:5px;
    text-align:center;
    color: #fff;
    padding: 0 5px;
    margin: 5px 0;
}
.deals_cells_btn1:hover {
    background:#69a4ff;
    border:1px solid #666699;
}
.deals_cells_btn2 {
    margin-left:5px;
    margin-right:5px;
    background:#50c13dfa;
    border:1px solid #666699;
    border-radius:5px;
    text-align:center;
}
.deals_cells_btn2:hover {
    background:#37962dfa;
    border:1px solid #666699;
}
.deals_cells_btn3 {
    margin-left:5px;
    margin-right:5px;
    background:#1E90FF;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
}
.deals_cells_btn3:hover {
    background:#0000FF;
    border:1px solid #0000BB;
}
.deals_cells_btn4 {
    margin-left:5px;
    margin-right:5px;
    background:#3CB371;
    border:1px solid #2E8B57;
    border-radius:5px;
    text-align:center;
}
.deals_cells_btn4:hover {
    background:#32CD32;
    border:1px solid #3CB371;
}
.deals_cells_btn5 {
    margin-left:5px;
    margin-right:5px;
    background:#f3957e;
    border:1px solid #EE0000;
    border-radius:5px;
    text-align:center;
    color:#fff;
}
.deals_cells_btn5:hover {
    background:#FF3300;
    border:1px solid #EE0000;
}
.deals_appo{
    background-color: #fdec9e;
}

/* 案件一覧　閲覧/編集 */
.body_size {
    margin:0 auto;
    width:1366px;
}
.deals_detail_header1 {
    display:flex;
    margin:10px 10px 20px 10px;
    text-align:center;
    justify-content:center;
}
.deals_detail_header1>p {
    /*display:inline-block;*/
    width:100px;
    padding:5px 5px;
    color:#fff;
}
.deals_detail_header1>input[type="submit"] {
    width:100px;
    height: 30px;
    padding:5px 5px;
    color:#fff;
}
.deals_detail_header_p1 {
    margin-left:5px;
    margin-right:5px;
    background:#3CB371;
    border:1px solid #2E8B57;
    border-radius:5px;
    text-align:center;
    width: 100px;
    height: 30px;
    padding: 5px 5px;
    color: #fff;
}
.deals_detail_header_p1:hover {
    background:#32CD32;
    border:1px solid #3CB371;
    text-decoration: none;
    color:#fff;
}

.deals_detail_header_p2 {
    margin-left:5px;
    margin-right:5px;
    background:#1E90FF;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
    width: 100px;
    height: 30px;
    padding: 5px 5px;
    color: #fff;
}
.deals_detail_header_p2:hover {
    background:#0000FF;
    border:1px solid #0000BB;
    text-decoration: none;
    color:#fff;
}
.deals_detail_header_p3 {
    margin-left:5px;
    margin-right:5px;
    background:#FF69A3;
    border:1px solid #FF0461;
    border-radius:5px;
    text-align:center;
    width: 100px;
    height: 30px;
    padding: 5px 5px;
    color: #fff;
}
.deals_detail_header_p3:hover {
    background:#FF5192;
    border:1px solid #FF0461;
    text-decoration: none;
    color:#fff;
}
.deals_detail_header_p4 {
    margin-left:5px;
    margin-right:5px;
    background:#f3957e;
    border:1px solid #EE0000;
    border-radius:5px;
    text-align:center;
    width: 100px;
    height: 30px;
    padding: 5px 5px;
    color: #fff;
}
.deals_detail_header_p4:hover {
    background:#FF3300;
    border:1px solid #EE0000;
    text-decoration: none;
    color:#fff;
}

.deals_detail_header_p4:hover {
    background:#FF3300;
    border:1px solid #EE0000;
}

.deals_detail_table {
    display:flex;
    justify-content:center;
    margin-bottom:20px;
}
.deals_detail_table1 {
    margin:auto;
    border:1px solid #000;
    text-align:center;
    
}
.deals_detail_table1  th {
    border:1px solid #000;
    text-align:center;
 }
 .deals_detail_table1  td:nth-child(1) {
    width:150px;
    padding-left:10px;
    text-align:left;
    border:1px solid #000;
 }
  .deals_detail_table1  td:nth-child(2) {
    width:150px;
    /*padding-left:10px;*/
    text-align:left;
    border:1px solid #000;
 }
 .deals_detail_table1 .pl10{
     padding-left: 10px !important;
 }
   /*.deals_detail_table1  td:nth-child(3) {
    width:150px;
    padding-left:10px;
    text-align:left;
    border:1px solid #000;
 }*/
    .deals_detail_table1  tr:nth-child(3) td:nth-child(4) {
    width:150px;
    padding-left:10px;
    text-align:left;
    border:1px solid #000;
 }
     .deals_detail_table1  td:nth-last-child(1) {
    width:250px;
    /*padding-left:10px;*/
    text-align:left;
    border:1px solid #000;
 }
    .deals_detail_table1 input[type="text"],
    .deals_detail_table1 input[type="date"],
    .deals_detail_table1 select{
        border-style: None;
    }
  .deals_detail_last_cells td:nth-last-child(1) {
    text-align:center;
    border:1px solid #fff;
} 
  .deals_detail_last_cells td:nth-last-child(2) {
    border:1px solid #fff;
}

 .deals_regist_last_cells  td:nth-last-child(3) {
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
 }
 .deals_regist_last_cells  td:nth-last-child(4) {
    border:1px solid #fff;
 }

.input_box_size {
    height:100%;
    width:100%;
    box-sizing:border-box;    
}

td .input_checkbox_size {
    margin-left:5px;
}

.deals_read_table1 td{
    padding-left:10px;
}

/*-------------------*/
/* 案件一覧 検索画面 */
/*-------------------*/

/* 共通項目 */

.search_tables {
    margin-left:10px;
    margin-right:10px;
}
.search_tables p {
    margin-top:10px;
    margin-bottom:5px;
}
.search_largeframe {
    padding:10px;
    background-color:#f5f5f5;
    text-align: center;
}
.search_tables tr {
    background-color:#fff;
}
.search_tables tr:ntc-last-child(1) {
    padding-bottom:20px;
}
.search_input_day {
    width:130px;
}
.search_column {
    margin:auto;
    width:190px;
    display:inline-block;
    vertical-align:top;
}
.search_column p {
    text-align:center;
}
/*div.search_column:nth-child(4) {
    width:100px;
}*/
.search_row {
    padding:5px;
    background:#fff;
    margin:10px 5px;
}
.search_checkbox {
    text-align: left;
    list-style:none;
    padding-inline-start:0px;    
    padding-left: 15px;
}
.search_input_name {
    width:75px;
}
.search_input_num {
    width:75px;
}
.search_input_etc {
    width:100px;
}

.search_deals_num1 {
    width:75px;
}
.search_deals_num2 {
    width:75px;
    margin-left:20px;
}

.search_footer {
    margin-bottom:10px;
    text-align:center;
}

.search_footer button {
    margin-top:10px;
    padding:5px 20px;
    border-radius:5px;
    color:#fff;
}

.serch_btn {
    margin-top:10px;
    padding:5px 20px;
    border-radius:5px;
    color:#fff;
}
/*---------------------*/
/* 案件一覧 資料アップ */
/*---------------------*/

.adjust_regist01 {
    margin:5px 0px;
}

.adjust_regist02 {
    margin:10px 0px;
}

.adjust_regist03 {
    margin-left:20px;
}
.adjust_regist04 {
    margin-top:5px;
}



.deals_doc_table {
    width:100%;
}

.deals_doc_table table {
    width:50%;
    margin: 0 auto;
    margin-bottom:10px;
    border:1px solid #000;
    /*text-align:center;    */
}
.deals_doc_table p{
    /*margin-left:auto;*/
    /*margin-right:auto;*/ 
    /*text-align:center;*/
    width:150px;
    margin-top: 10px;
    margin-left: 10px;
}
.deals_doc_table th {
    /*width:200px;*/
    border:1px solid #000;
    text-align:center;
}
.deals_doc_table tr {
    border:1px solid #000;
    text-align:center;
}
.deals_doc_table  td {
    border:1px solid #000;
    text-align:center;
    vertical-align:center;
}
.deals_doc_table a {
    display: inline-block;
    text-decoration: none;
}
.deals_doc_table .w270 {
    width: 270px;
}
.deals_doc_btn1 {
    margin:5px;
    background:#3CB371;
    border:1px solid #2E8B57;
    border-radius:5px;
    text-align:center;
    color: #fff;
    width: 150px;
    height: 25px;
}
.deals_doc_btn1:hover {
    background:#32CD32;
    border:1px solid #3CB371;
}
.deals_doc_btn2 {
    margin:5px;
    margin-left:5px;
    margin-right:5px;
    background:#FF69A3;
    border:1px solid #FF0461;
    border-radius:5px;
    text-align:center;
    color: #fff;
}
.deals_doc_btn2:hover {
    background:#FF5192;
    border:1px solid #FF0461;
}

.deals_doc_qa_session {
    width:100%;
}

.deals_doc_qa_session_child {
    width:50%;
    /*margin-top:5px;*/
    padding-top:5px;
    margin-left:auto;
    margin-right:auto;
    background:#cfefff;
}

.deals_doc_qa_session_child h2 {
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    background:#0099FF;
    text-align:center;
    color:#fff;
}

.deals_doc_qa_auto_session1 {
    margin:5px;
    padding-left:10px;
    color:#0099FF;
}

.deals_doc_qa_auto_session0 {
    margin:5px;
    padding-left:10px;
    color:#000;
}
.deals_doc_input {
    width:100%;
}

.deals_doc_input_table {
    width:100%;
}
.deals_doc_input_table table {
    width:50%;
    margin: 0 auto;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #000;
    text-align:center;    
}
.deals_doc_input_table th {
    /*width:200px;*/
    border:1px solid #000;
    text-align:center;
}
.deals_doc_input_table tr {
    border:1px solid #000;
    text-align:center;
}
.deals_doc_input_table td {
    border:1px solid #000;
    text-align:center;
    vertical-align:center;
}
.deals_doc_input_table td:first-child {
    width:200px;
    background:#DCDCDC;
}

.deals_doc_input_table select,
.deals_doc_input_table textarea{
    border-style: none;   
}
.deals_doc_header1 {
    margin:10px;
    text-align:center;
    justify-content:center;
}
.deals_doc_btn3 {
    margin-left:5px;
    margin-right:5px;
    background:#50c13dfa;
    border:1px solid #666699;
    border-radius:5px;
    text-align:center;
    width: 100px;
    height: 30px;
    padding: 5px 5px;
    color: #fff;
}
.deals_doc_btn3:hover {
    background:#37962dfa;
    border:1px solid #666699;
}

.document_category{
    text-align: left;
    display: inline-block;
}

/* 案件一覧　プレビュー */
.deals_preview_header1 {
    display:flex;
    margin:10px;
    text-align:center;
    justify-content:center;
}
.deals_preview_btn1 {
    margin-left:5px;
    margin-right:5px;
    margin-bottom:20px;
    background:#f3957e;
    border:1px solid #EE0000;
    border-radius:5px;
    text-align:center;
    width: 100px;
    height: 30px;
    padding: 5px 5px;
    color: #fff;
}
.deals_preview_btn1:hover {
    background:#FF3300;
    border:1px solid #EE0000;
    text-decoration: none;
    color:#fff;
}

/***************************/
/*       社員名簿          */
/***************************/

.user_list_header0 {
    text-align:center;
}

#time {
    text-align:right;
}
#time2{
    font-size: 20px;
    padding: 15px 0;
    display: block;
    text-align:right;
    margin-right:350px;
}
#time3{
    font-size: 20px;
    padding: 15px 0;
    display: block;
    text-align:right;
    margin-right:300px;
}
.user_list_head_btn {
    display:flex;
    flex-direction: row;
    justify-content:flex-start;
}
.user_list_btn {
     display:flex;
    justify-content:right;
}
.user_list_btn1 {
    width:100px;
    margin-left:5px;
    margin-right:5px;
    padding:5px 0;
    background:#D2B48C;
    border:1px solid #B8860B;
    border-radius:5px;
    text-align:center;
    color:#fff;
}
.user_list_btn1:hover {
    background:#DAA520;
    border:1px solid #B8860B;
    color:#fff;    
}
.user_list_btn2 {
    width:100px;
    margin-left:auto;
    margin-right:350px;
    padding:5px 0;   
    background:#1E90FF;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
    color:#fff;    
}
.user_list_btn2:hover {
    background:#0000FF;
    border:1px solid #0000BB;
    color:#fff;    
}
.user_list_standard_table {
    width:70%;
    margin: 0 auto;
    margin-bottom:10px;
    /*border:1px solid #000;*/
    /*text-align:center;    */
}
.user_list_standard_table p{
    margin-left:auto;
    margin-right:auto;    
    /*text-align:center;*/
    width:150px;
}
.user_list_standard_table th {
    /*width:250px;*/
    border:1px solid #000;
    text-align:center;
}
.user_list_standard_table tr {
    border:1px solid #000;
    text-align:center;
}
.user_list_standard_table  td {
    border:1px solid #000;
    text-align:center;
    vertical-align:center;
}

.front_remark {
    padding-left:5px;
    text-align:left !important;
}


/***************************/
/* 社員名簿（管理画面）    */
/***************************/

.user_list_manage_table table {
    width:70%;
    margin: 0 auto;
    margin-bottom:10px;
    border:1px solid #000;
    overflow:scroll;
}
/*.user_list_manage_table p{*/
/*    margin-left:auto;*/
/*    margin-right:auto;    */
    /*text-align:center;*/
/*    width:150px;*/
/*}*/
.user_list_manage_table th {
    width:200px;
    border:1px solid #000;
    text-align:center;
}
.user_list_manage_table tr {
    border:1px solid #000;
    text-align:center;
}
.user_list_manage_table  td {
    border:1px solid #000;
    text-align:center;
    vertical-align:center;
}

/**************************/
/*  勤務管理表(管理画面)  */
/**************************/
.title_bar {
    padding-left:15%;
    padding-right:15%;
}
.title_bar2 {
    margin-left:15%;
    margin-right:15%;
}
.manage_attend_head {
    display:flex;
    justify-content: space-between;
}
.attend_head_table1 {
    margin-left:auto;
    margin-right:auto;
    width:70%;
}
.attend_head_table2 {
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:70%;
}

.attend_select {
    width:3%;
}
.job_type1 {
    width:3%;
    border-bottom: solid 1px #000;
}
.job_type2 {
    width:3%;
    border-bottom: solid 1px #000;
}
.cell_margin1 {
    width:1%
}
.name1 {
    width:3%;
    border-bottom: solid 1px #000;
}
.name2 {
    width:6%;
    border-bottom: solid 1px #000;    
}
.cell_margin2 {
    width:15%
}
.pdf_btn {
    text-align:right;
    width:10%;    
}
.manage_attend_title {
    margin-left:210px;
    margin-right:auto;
    justify-content:flex-start;
    /*display:inline-block;*/
    float:left;
}
.manage_attend_date {
    padding:5px;
    display:inline;
    border:1px solid #000;    
}
.manage_attend_job {
    font-size: 26px;
    width:200px;
    display:inline;
    border-bottom:1px solid #000;
}
.manage_attend_name {
    font-size: 26px;
    width:200px;
    display:inline;
    border-bottom:1px solid #000;
}
.manage_attend_btn {
    margin-left:auto;
    margin-right:300px;
    /*justify-content:flex-end;*/
    /*display:inline-block;*/
    /*display:flex;*/
    float:right;
}

.manage_attend_list_table2_last_td {
    padding-left:1%;
    text-align:left!important;
}



.manage_attend_btn1 {
    width:75px;
    /*margin-left:5px;*/
    margin-right:5px;
    margin-bottom:5px;
    padding:5px 0;
    background:#D2B48C;
    border:1px solid #B8860B;
    border-radius:5px;
    text-align:center;
    color:#fff;
    display:inline-block;
}
.manage_attend_btn1:hover {
    background:#DAA520;
    border:1px solid #B8860B;
    color:#fff;
}
.manage_attend_btn2 {
    width:75px;
    /*margin-left:5px;*/
    margin-right:5px;
    padding:5px 0;    
    background:#1E90FF;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
    color:#fff;
    display:inline-block;
}
.manage_attend_btn2:hover {
    background:#0000FF;
    border:1px solid #0000BB;
    color:#fff;    
}
.manage_attend_btn3 {
    width:100px;
    margin-left:5px;
    margin-right:5px;
    padding:5px 0;    
    background:#8cc3f9;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
    color:#fff;
    display:inline-block;
}
.manage_attend_btn3:hover {
    background:#6f97bf;
    border:1px solid #0000BB;
    color:#fff;
}

.attend_nomodify {
    background:#EEEEEE;
}

/********************/
/*    勤務管理表    */
/********************/
.attend_apricicate_table {
    /*margin-left:300px;*/
    margin-right:auto;
}
.attend_apricicate_table tr{
    height:20px;
    border:1px solid #000;
}
.attend_apricicate_table tr:last-child {
    height:40px;
    border:1px solid #000;
}
.attend_apricicate_table td{
    width:50px;
    text-align:center;
    border:1px solid #000;
}

.img_stamp {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	/*width:auto;*/
    max-width: 100%;
    /*min-width: 100%;*/
    /*max-height: 10mm;*/
    /*width:20px;*/
}

/******************/
/*  勤務管理一覧  */
/******************/
.manage_attend_list_table table {
    width:90%;
    margin: 0 auto;
    margin-bottom:10px;
    border:1px solid #000;
}
.manage_attend_list_table p{
    margin-top:10px;
    /*margin-left:auto;*/
    /*margin-right:auto;    */
    width:80px;
}
.manage_attend_list_table th {
    border:1px solid #000;
    text-align:center;
}
.manage_attend_list_table th:last-child {
    width:275px;
}
.manage_attend_list_table tr {
    border:1px solid #000;
    text-align:center;
}
.manage_attend_list_table  td {
    border:1px solid #000;
    text-align:center;
    vertical-align:center;
}

.manage_attend_list_table  td:nth-last-child(3) {
    width:300px;
    border-top:1px solid #000;
    border-right:1px solid #000;
    border-right:hidden;
    padding-left:150px;
    text-align:center;
    vertical-align:center;
}
.NoDisplay {
    /*display:table-row;*/
    display:none;
}

.営業 {
    display:table-row;
}
.事務 {
    display:table-row;
}
.manage_attend_modify {
    margin-right:20px;
    /*float:center;*/
}

.manage_attend_list_btn1 {
    width:75px;
    /*width:60px;*/
    margin:5px 0px;
    margin-right:5px;    
    padding:5px 0;
    background:#FFCC33;
    border:1px solid #FFCC66;
    border-radius:5px;
    text-align:center;
    color:#fff;
    /*float:right;*/
    float:right;
}
.manage_attend_list_btn1:hover {
    background:#FF9900;
    border:1px solid #FFCC99;
    color:#fff;
}
.manage_attend_list_btn2 {

    width:75px;
    margin:5px 0px;
    /*margin-left:5px;*/
    margin-right:5px;
    padding:5px 0;    
    background:#FF69A3;
    border:1px solid #FF0461;
    border-radius:5px;
    text-align:center;
    color:#fff;
    display:inline-block;
}
.manage_attend_list_btn2:hover {
    background:#FF5192;
    border:1px solid #FF0461;
    color:#fff;    
}
.manage_attend_list_btn3 {
    width:75px;
    /*width:60px;*/
    /*margin-left:5px;*/
    margin-right:5px;
    padding:5px 0;
    background:#3CB371;
    border:1px solid #2E8B57;
    border-radius:5px;
    text-align:center;
    color:#fff;
    display:inline-block;
}
.manage_attend_list_btn3:hover {
    background:#32CD32;
    border:1px solid #3CB371;
}
.manage_attend_list_btn4 {
    width:75px;
    /*width:60px;*/
    /*margin-left:5px;*/
    margin-right:5px;
    padding:5px 0;    
    background:#1E90FF;
    border:1px solid #28a4c9;
    border-radius:5px;
    text-align:center;
    color:#fff;
    display:inline-block;
}
.manage_attend_list_btn4:hover {
    background:#0000FF;
    border:1px solid #0000BB;
    color:#fff;    
}
.manage_attend_list_btn5 {
    width:75px;
    /*margin-left:5px;*/
    margin-right:5px;
    padding:5px 0;    
    background:#f3957e;
    border:1px solid #EE0000;
    border-radius:5px;
    text-align:center;
    color:#fff;
    display:inline-block;
}
.manage_attend_list_btn5:hover {
    background:#FF3300;
    border:1px solid #EE0000;
    color:#fff;    
}
.manage_attend_list_btn6 {
    display:inline;
}

.list_detail_session0 {
    margin:5px;
    padding-left:10px;

}
.list_detail_session1 {
    margin:5px;
    text-align:right;
    padding-left:10px;
}





/************************************/
/*             管理画面             */
/************************************/

.admin_title {
    text-align:center;
}

/* 8/31 notice_allのラジオボックス対応のためコメント化(不具合があればコメント外す予定)　*/
/*.form-group {*/
/*        text-align:center;*/
/*}*/


.admin_layout_right {
    text-align:right;
}
.admin_layout_left {
    text-align:left;
    padding-left:30px!important;
}
.admin_layout_center {
    text-align:center;
}
.admin_layout_middle {
    vertical-align:middle!important;
}
.admin_size {
    width:60px;
}
.table_position_center {
    text-align:center;
}

.admin_financing_company_table{
    display:inline-block;
}
.admin_financing_company_table td:nth-child(1) {
    text-align:right;
    font-weight:700;
    /*width:250px;*/
}
.admin_financing_company_table td:nth-child(2) {
    /*width:350px;*/
}

.w50px {
    width:50px!important;
}

.w150px {
    width:150px!important;
}

@media screen and (min-width: 1001px) {

    .user_list_standard_table th{
        width:105px;
    }
    
    /*.user_list_standard_table th:nth-child(3){*/
    /*    width:50px;*/
    /*} */
}


@media screen and (min-width: 1201px) {
    #notice_back {
        padding-top:40px;
    }

    .notice_body li:first-child {
        margin-left:25px;
    }
    .notice_extend li:last-child {
        margin-right:90px;
        /*background-color:#d8f5f5;*/
    }

    #notice_back label{
        font-size:16px;
        display:inline-block;
        padding-left:25px;
        cursor:pointer;
        height:30px;
        line-height:30px;
        position:relative;
    }
    #notice_back label{
        padding:0 8px;
        border-radius:5px;
        background:#efefef;
        font-weight:bolder;
        border-bottom:solid 3px #ddd;
        color:#555;
        transition:0.3s;
        min-width: 115px;
    }    

    .manage_attend_list_table th:last-child {
        width: 520px;    
    }

}




/*カラーボックス用*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}
