@charset 'utf-8';

fieldset{
    display: none;
}
body{
    font-size:11pt;
    font-size:medium;
    font-size:95%;
}
p{
    margin:0;
}
input,select,textarea{
    margin-top:3px;
    margin-bottom:3px;
    margin-left:6px;
}
ol li{
  margin:5px 0;
}
label{
}
table{
    border-collapse:collapse;
    border-spacing:0;
    margin-left:6px;
    width:90%;
    border:1px solid #cccccc;
}
table tr{
    border:1px solid #cccccc;
}
table th{
    background-color:#e0e0e0;
    border:1px solid #cccccc;
    font-size:80%;
}
table td{
    padding:2px;
    background-color:#ffffff;
    border:1px solid #cccccc;
    font-size:9pt;
    font-size:small;
    font-size:80%;
}
table select{
    font-size:9pt;
    font-size:small;
    font-size:100%;
}
.in_text{
    width:80%;
}

.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;
    text-align:center;
}
.in_time{
    width:50px;
    text-align:center;
}
.in_space{
    width:146px;
}
.in_num{
    width:70px;
    text-align:right;
}
.in_num_s{
    width:40px;
    text-align:right;
}
/* --------------- */
/*  ヘッダー       */
#header{
}
.header{
    width:auto;
    height:44px;
/*  background:url('../images/head_logo.png') no-repeat center; */
    background-color:#35479D;
    text-align:center;
}
.header img{
    height:40px;
    width:auto;
}
/*
.footer{
    padding-bottom:4px;
    text-align:center;
    font-size:small;
    font-size:85%;
    word-wrap:normal;
}
*/
/* ログイン名 */
.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;
}
/* 共通：ページタイトル */
.page_title{
    margin:0;
    padding:2px 2px 1px 4px;
    box-sizing:border-box;
    width:auto;
    width:100%;
    height:22px;
    height:auto;
    line-height:22px;
    background-color:#D8E0F1;
    font-size:102%;
    font-weight:bold;
}

/* --------------- */
/* メイン          */
#main{
    padding:8px 6px 8px 6px;
    box-sizing:border-box;
    width:100%;
    min-height:calc(100% - 89px);
    height:auto;
    font-size:13px;
    padding-bottom:65px;    /* fix分確保 */
    padding-bottom:30px;    /* ガラケーは左記でOK */
}

/* --------------- */
/* フッター        */
#footer-fixed{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:58px;
    height:65px;
    height:19px;
    background:#fff;
}
#footer-fixed div.ft_btn{
    display:none;
}
#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;
}
#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);
}

/* 削除アイコン */
.del_icon{
    width: 16px;
    height: 16px;
    background: url(../images/del_1.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

/* 求人アイコン */
.rec_icon{
    width: 56px;
    height: 22px;
    background: url(../images/icon_recruit.png) no-repeat;
    background-size: 16px 16px;
    background-position: 3px;
    margin: 0 auto;
    display: inline-block;
}

/* --------------- */
.err_msg{
    margin:4px 0 2px 4px;
    margin:4px 0 8px 4px;
    word-wrap: break-word;
    font-weight:bold;
    color:red;
}
.err_msg a{
    color:red;
}
.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;
    word-wrap: break-word;
}
.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;
}

.subbtn_mini{
    padding:4px 18px 3px 18px;
    box-sizing:border-box;
    margin-left:4px;
    text-align:center;
    font-size:13px;
    line-height:normal;

    overflow:visible;

    border-radius: 4px;
}

.btn_base{
    border-width:1px;
    background-color:#3F6AAB;
    color:#fff;
}

.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;
}

/*ログインスタッフの情報*/
.login_staff_info_disp{
    width: auto;
    padding: 0 10px;
    margin: 10px 5px;
    border-radius: 10px;
    background-color: #F3F5FC;
    border: solid 2px #D8E0F1;

}
.message strong{
    font-weight: bold;
}

.transportation_expenses_explanation{

    background: #ffffce9c;
    border: 1px solid #E2E237;
    margin: 0px auto 8px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 10px;
}