@charset 'utf-8';

html{
    margin:0;
    padding:0;
    width:100%;
    min-width:320px;
    height:100%;
}

body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;

    font-size:11pt;
    font-size:medium;
    font-size:95%;
    font-size:16px;
}
input,select,textarea{
    margin-top:3px;
    margin-bottom:3px;
/*     margin-left:6px; */

    font-size:15px;
    padding:4px;
    box-sizing:border-box;
    -webkit-border-radius : 2px;
    border-radius:2px;
    min-height:40px;
}
input[type="submit"],input[type="text"],input[type="password"],input[type="tel"],input[type="mail"],textarea{

}

input[type="text"],input[type="password"],input[type="tel"],input[type="mail"],select,textarea{

}

input[type="checkbox"],select,textarea{
/*     -webkit-border-radius : 2px; */
/*     border-radius:2px; */
/*     border:2px solid #bbbbbb; */
/*     width: 100%; */
}
select{
    height: 40px;
}
input[type="radio"]{
    padding:0;
    min-height:auto;
    margin-right:4px;
    -webkit-border-radius : 50%;
    border-radius:50%;
    vertical-align:middle;
}
input[type="submit"]{
    border:2px solid #bbbbbb;
    border:1px solid #bbbbbb;
    background:#eaeaea;
}
ol li{
  margin:5px 0;
}
label{
    padding:0 4px 0 2px;
    box-sizing:border-box;
}

table{
    border-collapse:collapse;
    border-spacing:0;
/*     margin-left:6px; */
    width:90%;
    width:96%;
    width: 100%;
    border:1px solid #cccccc;
}
table tr{
    border:1px solid #cccccc;
}
table th{


    background-color:#e0e0e0;
    border:1px solid #cccccc;
    font-size:90%;

    letter-spacing:0.02em;
    text-align:center;
}
table td{
    padding:2px;
/*     background-color:#ffffff; */
    border:1px solid #cccccc;
    font-size:100%;
}
table select{
    font-size:100%;
}



hr{
    border:0.5px solid #bbb;
    margin:8px 0;
}
.in_text{
    width:80%;
    width:90%;

    display:block;
    margin-left:auto;
    margin-right:auto;
}

.style_text{
  /* 全角ひらがな(istyle=1)  */
  -wap-input-format:&quot;*&lt;ja:h&gt;&quot;; -wap-input-format:*M;
}
.style_num{
  /* 半角数字(istyle=4)  */
  -wap-input-format:&quot;*&lt;ja:n&gt;&quot;; -wap-input-format:*N;
}
.style_alp{
  /* 半角英数字(istyle=3)  */
  -wap-input-format:&quot;*&lt;ja:en&gt;&quot;; -wap-input-format:*m;
}

.in_date{
    width:84px;
    width:90px;
    text-align:center;
}
.in_time{
    width:50px;
    width:56px;
    text-align:center;
}
.in_space{
    width:146px;
    width:152px;
}
.in_num{
    width:70px;
    width:76px;
    text-align:right;
}
.in_num_s{
    width:40px;
    width:46px;
    text-align:right;
}
/* --------------- */
/*  ヘッダー       */
#header{
}

.header img{
    height:40px;
    width:auto;
}
/* ログイン名 */
.login_nm{
    margin:0;
    padding:2px 2px 1px 4px;
    box-sizing:border-box;
    width:auto;
    height:20px;
    line-height:20px;
    background-color:#A8BADF;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    text-align:left;
    letter-spacing:0.03em;
}


.entry{
    margin-left: 0;
}
/* --------------- */
/* メイン          */
#main{
    padding:8px 6px 8px 6px;
    box-sizing:border-box;
    width:100%;
    min-height:calc(100% - 89px);
    height:auto;
    font-size:15px;
    padding-bottom:50px;    /* fix分確保 */
    padding-bottom:63px;    /* fix分確保 */
}

/* --------------- */
/* フッター        */
#footer-fixed{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:58px;
    height:65px;
    height:50px;
    height:63px;
    background:#fff;
}
#footer-fixed div.ft_btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;

   background-color:#D8E0F1;
   padding:4px 8px 0 8px;
   box-sizing:border-box;
   height:46px;
   height:50px;
   height:63px;
}
#footer-fixed div.ft_btn div.menu{
    width:50px;
    text-align:center;
    font-size:9px;
    letter-spacing:0.03em;
    position:relative;
}
#footer-fixed div.ft_btn div.menu div{
    position:absolute;
    bottom:9px;
    left:0;
    right:0;
}
#footer-fixed div.ft_btn img{
    width:24px;
    width:auto;
    height:auto;
    height:28px;
    margin-top:2px;
}
#footer-fixed div.ft_btn img.aaa{
    width:30px;
    margin-top:-2px;
}
#footer-fixed div.ft_btn div.menu.top img{
    width:22px;
    margin-top:2px;
}
#footer-fixed div.ft_btn a{
    color:#000;
    text-decoration:none;
    display:block;
}
/* 設定メニュー */
#footer-fixed div.ft_btn div.menu.mn_setting{
    position:relative;

    background:url("../images/ico_ft_setting.png") no-repeat;
    background-size:28px 28px;
    background-position:top 2px center;
}
#footer-fixed div.ft_btn div.menu.mn_setting label.mn_setting_lbl{
/*    line-height:77px;
    line-height:83px;
    padding:28px 12px 0 12px;
    box-sizing:border-box;
    text-align:center;
    vertical-align:bottom;
*/
    padding:0;
    position:absolute;
    bottom:9px;
    left:0;
    right:0;

    padding: 36px 0 0 0;
    box-sizing:border-box;
}
#footer-fixed div.ft_btn div.menu.mn_setting ul.mn_setting_disp{
    position:absolute;
    bottom:66px;
    right:-3px;
    font-size:13px;
    padding:4px 10px;
    box-sizing:border-box;
    width:180px;

    border:2px solid #D8E0F1;
    background-color:#efefef;
    background-color:#ffffff;

    visibility: hidden;
    opacity: 0;
}
#footer-fixed div.ft_btn div.menu.mn_setting input#mn_setting_chk{
    display:none;
}
#footer-fixed div.ft_btn div.menu.mn_setting input.mn_setting_chk:checked ~ ul.mn_setting_disp {
    visibility: visible;
    opacity: 1;
}
#footer-fixed div.ft_btn div.menu.mn_setting ul.mn_setting_disp li{
    padding:6px 10px;
    box-sizing:border-box;
    border-bottom:1px solid #ccc;
    text-align:left;
    line-height:30px;
    width:100%;
}
#footer-fixed div.ft_btn div.menu.mn_setting ul.mn_setting_disp li:after{
}
#footer-fixed div.ft_btn div.menu.mn_setting ul.mn_setting_disp li:last-child{
    border:0;
}
#footer-fixed div.ft_btn div.menu.mn_setting ul.mn_setting_disp li a{
    padding:12px 10px;
    box-sizing:border-box;
}




#footer-fixed div.footer{
    width:100%;

    padding:5px 0 4px 0;
    padding:2px 0 2px 0;
    box-sizing:border-box;
    background-color:#35479D;
    color:#fff;

    font-size:small;
    font-size:85%;
    font-size:10px;
    word-wrap:normal;
    text-align:center;

    position:absolute;    /* login画面用 */
    bottom:0;
}
#footer-fixed div.footer img.logo{
    height:20px;
    height:15px;
    width:auto;
    vertical-align : bottom;
    margin-right:20px;
}
#footer-fixed div.footer span.powered_by{
    font-size:9px;
    font-size:10px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* --------------- */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    padding: 0 0 0 20px;
    box-sizing:border-box;
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

/* リスト */
.mn_list:after{
    left:auto;
    right:2px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #35479d;
    border-right: 2px solid #35479d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* エラーMSG */
.err_msg{
    margin:4px 0 2px 4px;
    margin:4px 0 8px 4px;
    margin:4px 4px 10px 8px;
    margin:4px auto 10px auto;
    word-wrap: break-word;
    font-weight:bold;
    color:red;
    width:96%;
    display:block;
}
.err_msg a{
    color:red;
}
/* エラーMSG（日報） */
.err_msg.daily_report{
    font-weight:normal;
}
.err_msg.daily_report:before{
    width: 13px;
    height: 14px;
    height: 100%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 2px;
    border-radius: 50%;
    border-radius: 2px;
    background: #35479d;
    background: #cc3300;
    background: #ef7e3a;
}
.err_msg.daily_report:after{
    left: 4px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 6px solid #ffffff;
}

/**/
.order_wait{
/*  color:red; */
}
.order_agree{
    margin-top:10px;
    margin-bottom:10px;
}
.page_state{
    color:red;
    margin:4px 0 2px 4px;
}
.item_head{
    margin:12px 0 2px 4px;
    margin:12px auto 2px auto;
    word-wrap: break-word;

}
/* ------------------------------------ */
/* スタッフメニュ―リンク */
.staff_menu ol.staff_mn li{
    margin:10px auto;
}
.staff_menu a.mn_btn:before,
.staff_menu a.mn_btn_sub:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    vertical-align: middle;
    background-image:none;
    background-size:30px 30px;
    background-repeat:no-repeat;
    width:30px;
    height:30px;
}
.staff_menu a.mn_btn,
.staff_menu a.mn_btn_sub{
/*    border:2px solid #dddddd;
    background-color:#efefef;
*/
/*    background:linear-gradient(90deg,#35479D 0%,#35479D 8px,#f0f0f0 8px,#f0f0f0 100%);*/
    background:linear-gradient(90deg,#3F6AAB 0%,#3F6AAB 8px,#f0f0f0 8px,#f0f0f0 100%);
    -webkit-border-radius : 2px;
    border-radius:2px;
    padding:0 6px;
    box-sizing:border-box;
    display:block;
    width:90%;
    height:42px;
    line-height:43px;
    font-size:15px;
    margin:0 auto;
    color:#000;
    text-decoration:none;
    letter-spacing:0.06em;

    position: relative;
    vertical-align: middle;
    text-align:center;
}
.staff_menu a.mn_btn_sub{
    width:76px;
    height:42px;
    line-height:40px;
    display:inline-block;
    margin:6px 4px;
    background:#ffffff;
    border:2px solid #d8e0f1;
    border:2px solid #96a3dc;
}
.staff_menu a.mn_btn:after,
.staff_menu a.mn_btn_sub:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle;

    width: 7px;
    height: 7px;
    border-top: 2px solid #35479D;
    border-right: 2px solid #35479D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.staff_menu a.mn_btn_sub:after{
    width: 5px;
    height: 5px;
}
/* 注意ﾎﾞﾀﾝ */
.staff_menu a.mn_btn.attention{
    background:linear-gradient(90deg,#cc3300 0%,#cc3300 8px,#f0f0f0 8px,#f0f0f0 100%);
    color:#cc3300;
    font-weight:bold;
    font-size:110%;
    width:96%;
}
.staff_menu a.mn_btn.attention:after{
    border-color:#cc3300;

    top:-1px;
    bottom:0;
    right:10px;
    animation: movearrow 2s 1s ease infinite;
}
@keyframes movearrow {
    /*0%{margin:0 15px 0 -15px;opacity:.3;}*/
    0%{margin:auto 30px auto -30px;opacity:.3;}
    100%{margin:auto 0px auto 0px;opacity:1;}
}

/* ｽｹｼﾞｭｰﾙ確認 */
.staff_menu a.mn_btn.schedule{
    background:linear-gradient(90deg,#90BC3C 0%,#90BC3C 8px,#f0f0f0 8px,#f0f0f0 100%);
}
/* .staff_menu a.mn_btn.schedule:before{
    background-image:url("../images/menu_schedule.png");
}*/
.staff_menu a.mn_btn.schedule:after{
    border-top: 2px solid #90BC3C;
    border-right: 2px solid #90BC3C;
}

/* 給与明細 */
.staff_menu a.mn_btn.salary{
    background:linear-gradient(90deg,#D29149 0%,#D29149 8px,#f0f0f0 8px,#f0f0f0 100%);
    }
/* .staff_menu a.mn_btn.salary:before{
    background-image:url("../images/menu_salary.png");
}*/
.staff_menu a.mn_btn.salary:after{
    border-top: 2px solid #D29149;
    border-right: 2px solid #D29149;
}

/* お仕事 */
.staff_menu a.mn_btn.order{
    background:linear-gradient(90deg,#4DA735 0%,#4DA735 8px,#f0f0f0 8px,#f0f0f0 100%);
}
/* .staff_menu a.mn_btn.order:before{
    background-image:url("../images/menu_order.png");
}*/
.staff_menu a.mn_btn.order:after{
    border-top: 2px solid #4DA735;
    border-right: 2px solid #4DA735;
}
/* ﾒﾆｭｰﾌﾞﾛｯｸ */
.staff_menu li.mn_block{
/*    border:2px solid #dddddd;
    background-color:#fefefe;
*/
/*    background:linear-gradient(90deg,#35479D 0%,#35479D 8px,#eeeeee 8px,#eeeeee 100%);*/
    background:linear-gradient(90deg,#3F6AAB 0%,#3F6AAB 8px,#eeeeee 8px,#eeeeee 100%);
    -webkit-border-radius : 2px;
    border-radius:2px;
    padding:6px;
    box-sizing:border-box;
    display:block;
    width:90%;
    margin:5px auto;
    text-align:center;
    font-size:15px;
    letter-spacing:0.06em;

}
/* お仕事詳細ﾌﾞﾛｯｸ */
.staff_menu li.mn_block.order{
    background:linear-gradient(90deg,#4DA735 0%,#4DA735 8px,#f0f0f0 8px,#f0f0f0 100%);
}
.staff_menu li.mn_block.order a.mn_btn_sub:after{
    border-top: 2px solid #4DA735;
    border-right: 2px solid #4DA735;
}
.staff_menu a.mn_btn_sub.order{
    border-color:#4DA735;
}
/* 日報記入ﾌﾞﾛｯｸ */
.staff_menu li.mn_block.performance{
    background:linear-gradient(90deg,#D1B327 0%,#D1B327 8px,#f0f0f0 8px,#f0f0f0 100%);
}
.staff_menu li.mn_block.performance a.mn_btn_sub:after{
    border-top: 2px solid #D1B327;
    border-right: 2px solid #D1B327;
}
.staff_menu a.mn_btn_sub.performance{
    border-color:#D1B327;
}




/* ------------------------------- */
.line_text{
    margin:3px 0 4px 4px;
    word-wrap:break-word;
}
.line_text .sub{
    margin-left:4px;
}
.item_head_sub{
    margin:4px 4px 0 4px;
    background-color:#EAEAEA;
    word-wrap:break-word;
}
.ent_schedule{
    margin:8px 0;
}
.saturday{
    color:#3366cc;
}
.sunday{
    color:#cc0000;
}
.today td{
    background-color:#FEF8C0 !important;
}
.sche_last{
    font-size:8pt;
    font-size:x-small;
    font-size:75%;
}
.midashi{
    margin-top:2px;
    margin-left:6px;
}
.yotei_sel select{
    margin-left:0px;
}
.btn{
    padding:2px 6px;
    box-sizing:border-box;

    display:block;
    padding:4px 6px;
    padding:0 6px;
    width:90%;
    height:42px;
    line-height:42px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    letter-spacing:0.06em;

    font-size:15px;
    letter-spacing:0.06em;

    border:0;
    -webkit-border-radius : 4px;
    border-radius:4px;
    background:#ef7e3a !important;
    color:#ffffff;
    box-shadow:1px 1px 1px #cccccc
}
.btn.login{
    color:#ffffff !important;
    background:#35479d !important;
    text-align:center;
    padding:0 !important;
}
.btn.cmn{
    border:2px solid #ccc;
    -webkit-border-radius : 2px;
    border-radius:2px;
    background-color:#f0f0f0;
    text-align:center;
}
.btn.cmn:before{
    left: auto;
    right:10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #35479d;
    border-right: 2px solid #35479d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.btn.cmn{
    text-decoration:none;
    color:#000;
}
/* サブボタン */
.staff_schedule{
    text-align:center;
}
.staff_schedule .schedule{
    margin:4px 0;
    text-align:left !important;
}
.staff_schedule .schedule a{
    color:blue;
}
.staff_schedule .report a{
    color:blue;
    font-size:90%
}
.staff_schedule .report .non a{
    color:red;
    font-weight:bold;
}
.staff_schedule .schedule_pre{
}

.staff_salary{
    text-align:center;
}
.staff_salary .schedule{
    margin:4px 0;
    text-align:left !important;
}
.txt_num{
    text-align: right;
}

.item_head{
    display: flex;
    margin-bottom: 10px;
}

.salary .item_head{
    justify-content: space-between;
}
.item_head .page_link{
    padding: 3px 10px;
    box-sizing: border-box;
    border: 2px solid #a8badf;
    background-color: #d8e0f1;
    border-radius: 18px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    min-width: 145px;
    text-align: center;
}
.item_head .page_link a{
    color: #3F6AAB;
}
.item_head .page_link a:before{
    content:"";
    display:inline-block;
    width:14px;
    height:15px;
    vertical-align:middle;
    background-image:url('../images/ico_sublink1.gif');
    background-size:auto 13px;
    background-repeat:no-repeat;
    margin-right:1px;
}
@media screen and (max-width:1366px){
#tbl_hd{
    width: 100% !important;
}
}
