.mt5{
    margin-top:5px !important;
}
.mt20{
    margin-top:20px !important;
}
.mt30{
    margin-top:30px !important;
}
.mb5{
    margin-bottom:5px !important;
}
.mb10{
    margin-bottom:10px !important;
}
.mb20{
    margin-bottom:20px !important;
}
.mb30{
    margin-bottom:30px !important;
}
.mt10{
    margin-top:10px !important;
}
.mt30{
    margin-top:30px !important;
}
.ml0{
    margin-left:0px !important;
}
.ml100{
    margin-left:100px !important;
}
.mr0{
    margin-right:0px !important;
}
.pt12{
    padding-top:12px !important;
}
.pl40{
    padding-left:40px !important;
}
.pl80{
    padding-left:80px !important;
}
.w270 {
    width: 270px !important;
}
.w10p{
    width:10% !important;
}
.w15p{
    width:15% !important;
}
.mb25mm{
    margin-bottom:25mm !important;
}
.pl5px {
    padding-left: 5px !important;
}
.pl10mm {
    padding-left: 10mm !important;
}
.pl20mm{
    padding-left: 20mm !important;
}
.pr5px {
    padding-right: 5px !important;
}
.marginC{
    margin-right:auto;
    margin-left:auto;
}
.marginR{
    margin-right:20px;
}
.display_flex{
    display:flex;
}
.display_block{
    display:block;
}
.dis_none {
    display: none;
}
.w100{
    width:100px !important;
}
.w200{
    width:200px !important;
}
.w70p{
    width:70% !important;
}
.w85p{
    width:85% !important;
}
.w90p{
    width:90% !important;
}
.w100p{
    width:100% !important;
}
.h20{
    height:20px !important;
}
.h30{
    height:30px !important;
}
.h80{
    height:80px !important;
}
.h2r {
    height: 2rem !important;
}
.txtC {
    text-align: center;
}
.txtL {
    text-align: left;
}
.txtR {
    text-align: right;
}

.fs2r {
    font-size:2rem;
}
.fw600 {
    font-weight:600;
}
.fw700 {
    font-weight:700;
}
.mble0{
    margin-block-end:0 !important;
}
.fwb{
    font-weight: bold !important;
}
.centeringWithmargin{
    margin:0 auto 0 auto;
}
.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;
}
.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;
}
.imap_key{
    vertical-align: top;
}
.imap_value_attachment p{
    margin-bottom: 0px;
}
.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;
}
.aaac5 {
    background:#F0AD4E;
    border:1px solid #ED7D31;
}
.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;
}
.aaac5:hover {
    background:#FF7F50;
    border:1px solid #ED7D31;
}
/*.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:#a8e284;
    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:10px 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;
    text-decoration: none!important;
    width: 100px;
    height: 30px;
    padding: 5px 5px;
    color: #fff!important;
}
.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;
    text-decoration: none;
    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;    
}

.deals_detail_table1 .input_box_size {
    height:22px;
}

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;
}

/************************************/
/*         メールフォーム           */
/************************************/

.sample1{
    display:inline-box;
}
.mailform_doc_table{
    /*width: 80%;*/
    margin: 0 auto;
    margin-bottom: 10px;
    /*border: 1px solid #000;*/
    /* text-align: center */;
}

.mailform_doc_table th {
    border:1px solid #000;
    text-align:center;
}
.mailform_doc_table tr {
    border:1px solid #000;
    text-align:center;
}
.mailform_doc_table td {
    border:1px solid #000;
    text-align:center;
    vertical-align:center;
}

.mailform_template_layout{
    position:relative;
    top:-300px;
    left:-40px;
}
/*             ダービー             */

#derby_first .allview {
    background-color: #fff;
}

#derby_first .lastmonth {
    border-right: 2px solid #fff;
    background: url('/images/background_stage.gif');
    background-repeat:  no-repeat;
    background-size: 100% 100%;
    background-position:center center;
    position: relative;
}
#derby_first .lastmonthHead {
    text-align: center;
    font-size: 5vw;
}
#derby_first .lastmonth_position1 {
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 50px;
}
#derby_first .lastmonth_rank1_img {
    height: 30vh;
    position: absolute;
    left: 7vw;
}
#derby_first .lastmonth_rank1_text {
    width: 100px;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    top: 22vh;
}
#derby_first .lastmonth_rank1_text2 {
    width: 100px;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    top: 25vh;
}
#derby_first .lastmonth_position2 {
    display: inline-block;
    position: absolute;
    top: 13vh;
    /*left: 120px;*/
}
#derby_first .lastmonth_rank2_img {
    height: 22vh;
    position: absolute;
    top: 40vh;
    left: 0px;
}
#derby_first .lastmonth_rank2_text {
    width: 100px;
    position: absolute;
    top: 48vh;
    left: 22vw;
    font-size: 2rem;
}
#derby_first .lastmonth_rank2_text2 {
    width: 200px;
    position: absolute;
    top: 51vh;
    left: 22vw;
    font-size: 2rem;
    
}
#derby_first .lastmonth_position3 {
    display: inline-block;
    position: absolute;
    top: 10vh;
}
#derby_first .lastmonth_rank3_img {
    height: 20vh;
    position: absolute;
    top: 69vh;
    left: 15vw;
    transform: scale(-1, 1);
}
#derby_first .lastmonth_rank3_text {
    width: 100px;
    position: absolute;
    top: 77vh;
    left: 2vw;
    font-size: 1.8rem;
}
#derby_first .lastmonth_rank3_text2 {
    width: 200px;
    position: absolute;
    top: 80vh;
    left: 2vw;
    font-size: 1.8rem;
}

#derby_first .target_month {
    padding: 0 0 !important;
}

#derby_first .target_month_appricate {
    height: 50vh;
    border-bottom: 2px solid #fff;
    /*position: relative;*/
    background-size: auto 100%;
    background-position:center bottom;
    
}
#derby_first .target_month_finance {
    height: 50vh;
    /*background-size: 100%;*/
    background-size: auto 100%;
    background-position:center center;
}

#derby_first .target_title {
    font-size: 30px;
    font-weight: 500;
}
/* 馬関係 */
#derby_first .appricate_text_position1 {
    display:inline-block;
    width: 20%;
    position: relative;
    top: 50px;
}
#derby_first .appricate_rank1_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .appricate_text_position2{
    display:inline-block;
    width: 20%;
    position: relative;
    top: 50px;
}
#derby_first .appricate_rank2_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .appricate_text_position3 {
    display:inline-block;
    width: 20%;
    position: relative;
    top: 50px;
}
#derby_first .appricate_rank3_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .appricate_text_position4 {
    display:inline-block;
    width: 20%;
    position: relative;
    top: 50px;
}
#derby_first .appricate_rank4_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .appricate_text_position5 {
    display:inline-block;
    width: 20%;
    position: relative;
    top: 50px;
}
#derby_first .appricate_rank5_text {
    font-size: 2rem;
    font-weight: 700;
}

#derby_first .finance_text_position1 {
    display:inline-block;
    width: 20%;
    position:relative;
    top: 50px;
}
#derby_first .finance_rank1_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .finance_text_position2{
    display:inline-block;
    width: 20%;
    position:relative;
    top: 50px;
}
#derby_first .finance_rank2_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .finance_text_position3 {
    display:inline-block;
    width: 20%;
    position:relative;
    top: 50px;
}
#derby_first .finance_rank3_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .finance_text_position4 {
    display:inline-block;
    width: 20%;
    position:relative;
    top: 50px;
}
#derby_first .finance_rank4_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .finance_text_position5 {
    display:inline-block;
    width: 20%;
    position:relative;
    top: 50px;
}
#derby_first .finance_rank5_text {
    font-size: 2rem;
    font-weight: 700;
}
#derby_first .horse_position {
    width: 20%;
    position:relative;
    top: 12vh;
}
#derby_first .horse_position_appricate {
    width: 20%;
    position:relative;
    top: 12vh;
}
#derby_first .appricate_horse_position {
    width: 20%;
    position: absolute;
    top: 18vh;
}
#derby_first .finance_horse_position {
    width: 20%;
    position:absolute;
    top: 18vh;
}

@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: 1344px 0; }
}

/************************************/
/*     　　　　売上管理 　　　　    */
/************************************/

/*仮に作ったので削除予定 .abc .def */

.abc{
    display: flex;
}
.def{
    display:block;
}

#sale_report .dateField,
#sale_report_edit .dateField,
#sale_report_delete .dateField,
#sale_insentive .dateField {
    height: 30px;
}
#sale_insentive .select_insentive {
    padding: 1px 8px;
}
#sale_insentive .selectField {
    height: 34px;
}

.table_sale {
    /*font-size: 1.4rem !important;*/
}
.first_line {
    height:10rem;
    font-size:2rem;
    font-weight:700;
}
.second_line {
    height:3rem;
    font-size:1.5rem;
    font-weight:600;
}
.sale_top.second_line td:nth-child(6) {
    border-bottom:1px solid #000;
}
.third_line {
    height:1.5rem;
}
.table_sale .title {
    
}
.table_sale th {
    border: 1px solid #000;
    text-align: center;
    height: 40px;
    
}

.table_sale td {
    border:1px solid #000;
}
.table_sale td.txtR {
    padding-right: 1rem;
}
.last_tr {
    border-top:5px double #000;
}

.finance_size {
    width:100%;
    height:100%;
}

.sale_col_w100 {
    width:10%;
    min-width:100px;
}
.sale_col_w200 {
    width:20%;
    min-width:200px;
}

/* sale_report.blade.php用 */

.sale_report_overflow {
    overflow-x:scroll;
    width:1500px;
    padding-left:10px;
    padding-right:10px;
    margin-left: auto;
    margin-right: auto;
}


.sale_report{
    /*border:1px solid #000;*/
    /*text-align:center;*/
    font-size: 14px;
}



.sale_table th:nth-child(8) {
    width:30px;
    min-width: 30px;
}

.sale_table th:nth-child(1) {
    width:140px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(2) {
    width:140px;
    min-width:140px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(3) {
    width:140px;
    min-width:140px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(4) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(5) {
    width:200px;
    min-width:200px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(6) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(7) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(9) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(10){
    width:140px;
    min-width:140px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:nth-child(11) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table th:last-child{
    width:200px;
    min-width: 200px;
    text-align: center;
    border:1px solid #000;
}

.sale_table td:not(:nth-child(8)) {
    border: 1px solid #000;
}
.sale_table td:nth-child(1),
.sale_table td:nth-child(2),
.sale_table td:nth-child(3),
.sale_table td:nth-child(4),
.sale_table td:nth-child(9),
.sale_table td:nth-child(10),
.sale_table td:nth-child(11) {
    text-align: center;
}
.sale_table td:nth-child(5),
.sale_table td:nth-child(6),
.sale_table td:nth-child(7) {
    text-align: right;
}
.sale_table select {
    width:100%;
    height:100%;
}

/* report部分の下から3行目 */
.sale_table_last3 td:nth-child(9) {
    width:30px;
    min-width: 30px;
}
.sale_table_last3 td:nth-child(5) {
    /* 経理印 */
    text-align: center;
    width:100px;
    border:1px solid #000;
}
.sale_table_last3 td:nth-child(6) {
    /* 上司印 */
    text-align: center;
    border:1px solid #000;
}
.sale_table_last3 td:nth-child(7) {
    /* 担当印 */
    text-align: center;
    border:1px solid #000;
}
.sale_table_last3 td:nth-child(8) {
    text-align: right;
    border:1px solid #000;
}
.sale_table_last3 td:nth-child(10) {
    text-align: center;
}
.sale_table_last3 td:nth-child(11) {
    text-align: center;
}
.sale_table_last2 td:not(:nth-child(6)) {
    border:1px solid #000;
}
.sale_table_last2 td:nth-child(1) {
    text-align: center;
}
.sale_table_last2 td:nth-child(6) {
    border: none;
}
.sale_table_last2 td:nth-child(5) {
    width:30px;
    min-width: 30px;
}
.sale_table_last1 td:not(:nth-child(2)) {
    border:1px solid #000;
}
.sale_table_last1 td:nth-child(2) {
    border: none;
}
.sale_table_last1 td:nth-child(2) {
    width:30px;
    min-width: 30px;
}
.sale_table_last1 td:nth-child(3),
.sale_table_last1 td:nth-child(4) {
    text-align: txtR;
}
.sale_calpart {
    height: 20px;
}
.sale_calpart th {
    text-align: center;
    border: none;
}

.sale_calpart td:nth-child(2),
.sale_calpart td:nth-child(4),
.sale_calpart td:nth-child(6) {
    text-align: center;
    border: 2px solid #000;
}

.sale_report_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;
}
.sale_report_btn1:hover {
    background:#DAA520;
    border:1px solid #B8860B;
    color:#fff;
}
.sale_report_btn2 {
    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;
}
.sale_report_btn2:hover {
    background:#FF3300;
    border:1px solid #EE0000;
    color:#fff;    
}
.sale_report_btn3 {
    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;
}

.sale_report_btn3:hover {
    background:#0000FF;
    border:1px solid #0000BB;
    color:#fff;    
}

/*　 売上管理　編集・削除画面　　*/

.sale_top_fordelete.second_line td:nth-child(7),
.sale_top_foredit.second_line td:nth-child(7) {
    border-bottom:1px solid #000;
}
#derby_second .allview {
    height: 100vh;
    position: relative;
    background-color: #fff;
}

#derby_second .text_position1 {
    display:inline-block;
    width: 20%;
    position:relative;
    top: 33vh;
    font-size: 2rem;
    font-weight: 700;
}
#derby_second .text_position2 {
    display:inline-block;
    width: 20%;
    position:relative;
    top: 33vh;
    font-size: 2rem;
    font-weight: 700;
}
#derby_second .text_position3 {
    display:inline-block;
    width: 20%;
    position:relative;
    top: 33vh;
    font-size: 2rem;
    font-weight: 700;
}
#derby_second .target_title {
    font-size: 30px;
    font-weight: 500;
}
#derby_second .horse_position {
    width: 20%;
    position:relative;
    top: 49vh;
}



.sale_table_fordelete th:nth-child(9),
.sale_table_foredit th:nth-child(9) {
    width:30px;
    min-width: 30px;
}

.sale_table_fordelete th:nth-child(1),
.sale_table_foredit th:nth-child(1) {
    width:50px;
    min-width:50px;
    text-align:center;
    border:1px solid #000;
}
    
.sale_table_fordelete th:nth-child(2),
.sale_table_foredit th:nth-child(2) {
    width:140px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(3),
.sale_table_foredit th:nth-child(3) {
    width:140px;
    min-width:140px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(4),
.sale_table_foredit th:nth-child(4) {
    width:140px;
    min-width:140px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(5),
.sale_table_foredit th:nth-child(5) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(6),
.sale_table_foredit th:nth-child(6) {
    width:200px;
    min-width:200px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(7),
.sale_table_foredit th:nth-child(7) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(8),
.sale_table_foredit th:nth-child(8) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(10),
.sale_table_foredit th:nth-child(10) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(11),
.sale_table_foredit th:nth-child(11){
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:nth-child(12),
.sale_table_foredit th:nth-child(12) {
    width:100px;
    min-width:100px;
    text-align:center;
    border:1px solid #000;
}
.sale_table_fordelete th:last-child,
.sale_table_foredit th:last-child{
    width:200px;
    min-width: 200px;
    text-align: center;
    border:1px solid #000;
}

.sale_table_fordelete td:not(:nth-child(9)),
.sale_table_foredit td:not(:nth-child(9)) {
    border: 1px solid #000;
}

/*.sale_table_fordelete td:nth-child(1),*/
.sale_table_fordelete td:nth-child(1),
.sale_table_fordelete td:nth-child(2),
.sale_table_fordelete td:nth-child(3),
.sale_table_fordelete td:nth-child(4),
.sale_table_fordelete td:nth-child(5),

.sale_table_foredit td:nth-child(1),
.sale_table_foredit td:nth-child(2),
.sale_table_foredit td:nth-child(3),
.sale_table_foredit td:nth-child(4),
.sale_table_foredit td:nth-child(5),

/*.sale_table_fordelete td:nth-child(9),*/
.sale_table_fordelete td:nth-child(10),
.sale_table_fordelete td:nth-child(11),
.sale_table_fordelete td:nth-child(12),

.sale_table_foredit td:nth-child(10),
.sale_table_foredit td:nth-child(11),
.sale_table_foredit td:nth-child(12) {
    text-align: center;
}
/*.sale_table_fordelete td:nth-child(5),*/
.sale_table_fordelete td:nth-child(6),
.sale_table_fordelete td:nth-child(7),
.sale_table_fordelete td:nth-child(8),

.sale_table_foredit td:nth-child(6),
.sale_table_foredit td:nth-child(7),
.sale_table_foredit td:nth-child(8) {
    text-align: right;
}
.sale_table_fordelete select,
.sale_table_edit select {
    width:100%;
    height:100%;
}

/* report部分の下から3行目 */
/*.sale_table_fordelete_last3 td:nth-child(9) {*/
.sale_table_fordelete_last3 td:nth-child(10),
.sale_table_foredit_last3 td:nth-child(10) {
    width:30px;
    min-width: 30px;
}
/*.sale_table_fordelete_last3 td:nth-child(5) {*/
.sale_table_fordelete_last3 td:nth-child(6),
.sale_table_foredit_last3 td:nth-child(6) {
    /* 経理印 */
    text-align: center;
    width:100px;
    border:1px solid #000;
}
/*.sale_table_fordelete_last3 td:nth-child(6) {*/
.sale_table_fordelete_last3 td:nth-child(7),
.sale_table_foredit_last3 td:nth-child(7) {
    /* 上司印 */
    text-align: center;
    border:1px solid #000;
}
/*.sale_table_fordelete_last3 td:nth-child(7) {*/
.sale_table_fordelete_last3 td:nth-child(8),
.sale_table_foredit_last3 td:nth-child(8) {
    /* 担当印 */
    text-align: center;
    border:1px solid #000;
}
/*.sale_table_fordelete_last3 td:nth-child(8) {*/
.sale_table_fordelete_last3 td:nth-child(9),
.sale_table_foredit_last3 td:nth-child(9) {
    text-align: right;
    border:1px solid #000;
}
/*.sale_table_fordelete_last3 td:nth-child(10) {*/
.sale_table_fordelete_last3 td:nth-child(11),
.sale_table_foredit_last3 td:nth-child(11) {
    text-align: center;
}
/*.sale_table_fordelete_last3 td:nth-child(11) {*/
.sale_table_fordelete_last3 td:nth-child(12),
.sale_table_foredit_last3 td:nth-child(12) {
    text-align: center;
}
/*.sale_table_fordelete_last2 td:not(:nth-child(6)) {*/
.sale_table_fordelete_last2 td:not(:nth-child(7)),
.sale_table_foredit_last2 td:not(:nth-child(7)) {
    border:1px solid #000;
}

/*.sale_table_fordelete_last2 td:nth-child(1) {*/
.sale_table_fordelete_last2 td:nth-child(2),
.sale_table_foredit_last2 td:nth-child(2) {
    text-align: center;
}
/*.sale_table_fordelete_last2 td:nth-child(6) {*/
.sale_table_fordelete_last2 td:nth-child(1),
.sale_table_fordelete_last2 td:nth-child(7),
.sale_table_foredit_last2 td:nth-child(1),
.sale_table_foredit_last2 td:nth-child(7) {
    border: none;
}
/*.sale_table_fordelete_last2 td:nth-child(5) {*/
.sale_table_fordelete_last2 td:nth-child(6),
.sale_table_foredit_last2 td:nth-child(6) {
    width:30px;
    min-width: 30px;
}
/*.sale_table_fordelete_last1 td:not(:nth-child(2)) {*/
.sale_table_fordelete_last1 td:not(:nth-child(3)),
.sale_table_foredit_last1 td:not(:nth-child(3)) {
    border:1px solid #000;
}
/*.sale_table_fordelete_last1 td:nth-child(2) {*/
.sale_table_fordelete_last1 td:nth-child(1),
.sale_table_fordelete_last1 td:nth-child(3),
.sale_table_foredit_last1 td:nth-child(1),
.sale_table_foredit_last1 td:nth-child(3) {
    border: none;
}
/*.sale_table_fordelete_last1 td:nth-child(2) {*/
.sale_table_fordelete_last1 td:nth-child(3),
.sale_table_foredit_last1 td:nth-child(3) {
    width:30px;
    min-width: 30px;
}
/*.sale_table_fordelete_last1 td:nth-child(3),*/
.sale_table_fordelete_last1 td:nth-child(4),
.sale_table_fordelete_last1 td:nth-child(5),
.sale_table_foredit_last1 td:nth-child(4),
.sale_table_foredit_last1 td:nth-child(5) {
    text-align: txtR;
}
.sale_calpart_fordelete,
.sale_calpart_foredit {
    height: 20px;
}
.sale_calpart_fordelete th,
.sale_calpart_foredit th {
    text-align: center;
    border: none;
}

/*.sale_calpart_fordelete td:nth-child(2),*/
.sale_calpart_fordelete td:nth-child(3),
.sale_calpart_fordelete td:nth-child(5),
.sale_calpart_fordelete td:nth-child(7),
.sale_calpart_foredit td:nth-child(3),
.sale_calpart_foredit td:nth-child(5),
.sale_calpart_foredit td:nth-child(7) {
    text-align: center;
    border: 2px solid #000;
}

/* 売上管理　編集画面 */
#sale_report_edit .LineAdd {
    width: -webkit-fill-available;
}

#sale_report_edit .loan_amount_flat35 {
    width: 100px;
    text-align: right;
}

#sale_list .list_table {
    margin: 0 auto;
}

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

.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;    
    }

}

.buttonArea {
    position: absolute;
    right: 2rem;
    bottom: 0rem;
    display: flex;    
}
.buttonArea2 {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    display: flex;    
}

/* 受信メール */
#imap_list .search_area{
    padding-bottom: 20px;
}

#imap_list .start_end_day{
    display: inline-block;
}

#imap_list .from{
    display: inline-block;
    margin-left: 20px;
}

#imap_list .subject{
    display: inline-block;
    margin-left: 20px;
}

#imap_list .search_button{
    display: inline-block;
    margin-left: 20px;
}

#imap_list .imap_common{
    display: inline-block;
    position: static !important;
    font-size: 14px !important;
    height: 34px !important;
    padding: 6px 12px !important;
}

#imap_list .imap_date{
    width: 130px;
}

#imap_list .imap_text{
    width: 250px;
}

#imap_list .end_day_wrapper {
    margin-left: -40px;
}

#imap_list .sp_only{
    display: none;
}

#imap_list .update{
    margin-right: 5px;
}

#imap_list #overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

#imap_list .cv_spinner{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

#imap_list .spinner{
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

@media screen and (max-width: 1023px){
    #imap_list .sp_only{
        display: block;
    }
    
    #imap_list .from{
        margin-left: 0px;
        margin-top: 10px;
    }
}

#imap_detail .subject{
    display: flex;
    justify-content: space-between;
}

#imap_detail .subject_hr{
    margin-top: 10px;
}

#imap_detail .imap_key{
    font-weight: bold;
    padding-bottom:10px;
}

#imap_detail .imap_value{
    padding-left: 10px;
    padding-bottom:10px;
}

#imap_detail .imap_key_files{
    padding-bottom:0px !important;
}

#imap_detail .imap_value_files{
    padding-bottom:0px !important;
}

#imap_detail table.collapse{
    display: table;
}

#btn_decode{
    width: auto !important;
    margin-right: 5px !important;
}

#imap_regist .control-label{
    padding-top: 0px !important;
}

#imap_filter .from_common{
    height: 45px;
    line-height: 45px;
}

#imap_filter .from_special{
    margin-top: 5px;
}

#imap_filter .from_special{
    margin-top: 5px;
}

#imap_filter .from_default{
    margin-top: 10px;
}

#imap_filter .from_default span{
    display: inline-block;
    padding-left: 15px;
    color: red;
}

#imap_filter .alert_div{
    padding-right: 15px;
    padding-left: 15px;
}

#imap_filter .main_label{
    font-size: 20px;
}

.back_button{
    margin-right: 5px;
}

/*カラーボックス用*/
/*
    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;}
