@charset "utf-8";
/* CSS Document */

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html , body , h1 , ul , img {
    margin:0;
    padding:0;
}
body {
    font-size:100%;
    color:#696969;
}

#caveat span {
    font-size:80%;
    color:#FF0000;
}
h1 {
    float:left;
}
h2 {
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: normal;
    color:#fff;
    background: #696969;;
    margin:10px 0;
    text-indent: 15px;
    line-height: 2;
}
h2 a {
    float: right;
    text-indent: 0;
}
h2 span {
    float: right;
    text-indent: 0;
}
h3 {
    padding:10px 20px;
    font-weight:normal;
}
h4 {
    padding:15px 25px;
    margin:0;
    font-weight:normal;
    font-size:110%;
}
img {
    border:none;
    vertical-align:middle;
    margin-bottom:10px;

}
ul {
    list-style:none;
}
th , td {
    font-weight:normal;
    vertical-align:top;
}
table.list_office th.list_name{
    color: #3399ff;
    text-align: left;
}
table#jigyousyo td {
    border-bottom: 1px solid #cccccc;
    /* border-top: 1px solid #000000; */
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}
table#jigyousyo td.bottom_line {
    padding-top:0px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    text-align: center;
    /*background: #00FFDD;*/
}
table#jigyousyo td.border-solid1{
  border-top: 1px solid #000000;
}
table#jigyousyo th {
    font-size: 14px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    /*font-weight: bold;*/
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    /*background: #00FFEE;*/
}
table#jigyousyo{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
/* table#jigyousyo td{
  border-top: 1px solid #000000;
} */
table#jigyousyo td.comment{
  text-align:center;
  border-top:none;
}
table#jigyousyo td.comment span{
  color: #3399ff;
}
table#jigyousyo td.comment_content{
  text-align:left;
  border-top:none;
}
table#jigyousyo th.list_no {
    width: 50px;
    color: #3399ff;
    text-align: center;
}
table#jigyousyo td.list_no {
    width: 50px;
}
table#jigyousyo th.list_name {
    width: 200px;
    color: #3399ff;
    text-align:  center;
}
table#jigyousyo th.list_mail {
    width: 200px;
    color: #3399ff;
    text-align: center;
}
table#jigyousyo th.list_edit_delete {
    width: 200px;
    color: #3399ff;
    text-align: center;
}
table#jigyousyo th.usage_situation {
    width: 200px;
    color: #3399ff;
    text-align: center;
}
table#jigyousyo th.edit_ddelete {
    width: 200px;
    color: #3399ff;
    text-align: center;
}
table#jigyousyo th.list_login,
table#jigyousyo th.list_memo {
    /* width: 400px; */
    color: #3399ff;
    text-align: center;
}
table#jigyousyo th.w-5{
  width:5%;
}
table#jigyousyo th.w-7{
  width:7%;
}
table#jigyousyo th.w-21{
  width:21%;
  /* text-align:left; */
  /* padding-left:6%; */
}
table#jigyousyo th.w-17{
  width:17%;
  /* text-align:left; */
  /* padding-left:5%; */
}
table#jigyousyo td.left-2{
  padding-left:2%;
  text-align:left;
}
table#autolock{
  width:100%;
}
input , textarea {
    border:#CCC 1px solid;
    padding-left:5px;
    font-size:100%;
    margin-right:10px;
}
input[type="checkbox"] {
    border:none;
    }
select {
    padding-left:px;
    border:#CCC 1px solid;
    font-size:100%;
    margin-bottom: 10px;
}
table.list_office th{
  padding:0 20px 20px 10px;
}
table.list_staff th.list_name,
table.list_staff th.list_mail,
table.list_user th.list_name,
table.list_user th.list_remarks{
  color: #ff66ff;
  text-align: left;
}
table.list_staff th,
table.list_user th{
  padding:0 20px 20px 10px;
}
/*a:link , a:visited { color:#72C600; }
a:hover , a:active { color:#FFCC33; }*/
#container {
    /*width:1200px;*/
    /* min-width: 1000px; */
    width: 95%;
    /* width: 100%; */
    margin:0 auto;
}

/* header */
#header {
    overflow: hidden;
}
#header #login_staff_name {
    margin-right: 10px;
    font-size: 14px;
    line-height: 2;
}
#header p {
    margin:0;
    padding:0;
    float:right;
}
#header #nav ul li {
    float: left;
    margin-right: 10px;
}
#bt_admin_menu{
    width: 103%;
    height: 40px;
    display: inline-block;
    background: #3399ff;;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}
ul.header-area{
  width:120%;
}
@media screen and (max-width: 768px) {
  .sp_btn {
    font-size: 10px !important;
    line-height: 4 !important;
  }
  .sp_ul{
    width:100% !important;
  }
  .sp-w7{
    width:7% !important;
  }
  .sp-w12{
    width:12% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_btn {
    font-size: 15px !important;
  }
}
ul.header-area li{
  width:10%;
}
/* footer */
#footer p {
    text-align:center;
    font-size:75%;
    margin:20px 0;
}

/* ログイン画面 */
#login #main {
    float: none;
    /* width: 800px; */
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 45px 0;
    background-color: #FFFFFF;
    text-align: center;
}
#login #header {
    margin: 0;
    padding: 110px 0 15px 0;
    text-align: center;
    height: auto;
    background: none;
}
#login #header h1 {
    float: none;
}
#login table {
    margin:50px auto;
    margin-bottom: 30px;
    font-size:110%;
}
#login table td { padding:5px; }

/* 設定画面 */
#setting li {
    border: #ccc solid 1px;
    margin-bottom: 10px;
}
/* table_list */
#contents div#table_scroll {
    height: 500px;
    overflow-y: scroll;
}
#contents div#shift_scroll {
    height: 500px;
    overflow-y: scroll;
}
#contents table.table_list {
    width: 100%;
    clear:both;
    margin-bottom:20px;
}
#contents table.table_list th {
    border-top:#CCCCCC solid 2px;
    border-bottom:#CCCCCC solid 2px;
    padding:5px;
    text-align: center;
    font-size: 14px;
    /*font-weight: bold;*/
}
#contents table.table_list td {
    border-bottom:#CCCCCC solid 1px;
    padding:5px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}
#contents table.table_lists th {
    border-top:#CCCCCC solid 0px;
    border-bottom:#CCCCCC solid 1px;
    padding:5px;
    text-align: center;
    font-size: 14px;
    color: #ff66ff;
    font-weight: bold;
}
#contents table.table_lists td {
    border-bottom:#CCCCCC solid 1px;
    padding:5px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}
#contents table.table_list .list_no {
    width: 50px;
    color: #ff66ff;
}
#contents table.table_list .list_name {
    width: 200px;
    color: #ff66ff;
}
#contents table.table_list .list_mail {
    width: 200px;
    color: #ff66ff;
}
#contents table.table_list .list_remarks {
    width: 200px;
    color: #ff66ff;
}
#contents table.table_list .list_delete {
    width: 50px;
    color: #ff66ff;
}
#contents table.table_list .list_edit_delete {
    width: 250px;
    color: #ff66ff;
}
#contents .section table.table_list {
    width: 100%;
    clear:both;
    margin-bottom:20px;
}
#contents .section table.table_list th {
    border-top:#CCCCCC solid 2px;
    border-bottom:#CCCCCC solid 2px;
    padding:5px;
}
#contents .section table.table_list td {
    border-bottom:#CCCCCC solid 1px;
    padding:10px;
}

/* シフト表 */
#contents div#table_week {
    width: 1221px;
    display: inline-block;
    border-top:#CCC solid 1px;
    border-right:#CCC solid 1px;
}

#contents div#table_week div.week_user_line {
  clear: both;
}

#contents div#table_week div.week_user_name_title {
  width: 140px;
  color: #ff66ff !important;
  border-left:#CCC solid 1px;
  border-bottom:#CCC solid 1px;
  text-align: center !important;
  padding: 10px 0px;
  float:left;
}

#contents div#table_week div.week_user_name,
#contents div#table_week div.week_user_name_title {
  width: 135px;
  color: #696969;
  border-left:#CCC solid 1px;
  border-bottom:#CCC solid 1px;
  text-align: left;
  padding: 10px 0px 10px 5px;
  float:left;
}

#contents div#table_week div.week_time {
  width: 44px;
  color: #ff66ff;
  border-left:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  text-align: center;
  padding: 10px 0px;
  float:left;
}

#contents div#table_week div.no_set {
 width: 44px;
 height:45px;
 position: relative;
 float:left;
 border-left: #ccc solid 1px;
 border-bottom: #ccc solid 1px;
}

#contents div#table_week span.set {
  position: absolute;
  z-index: 5000;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  height:45px;
  border: #33ccff solid 1px;
  box-sizing:border-box;
  background-color: rgba(51, 204, 255,0.5);
}



#contents table#table_week {
    width: 100%;
    clear:both;
    border-top:#CCC solid 1px;
    border-right:#CCC solid 1px;
}
#contents table#table_week th {
    width: 3.5%;
    background: #fff;
    color: #ff66ff;
    padding:10px 5px;
    border-left:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    text-align: center;
    font-weight: bold;
}
#contents table#table_week td.week_tdname {
    border-left:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    padding:10px;
    white-space: nowrap;
}
#contents table#table_week td.td1 {
    border-left: #CCC solid 1px;
    border-bottom: #CCC solid 1px;
    width: 12px;
    text-align: center;
    vertical-align: middle;
}
#contents table#table_week td.td2 {
    border-left: #CCC dashed 1px;
    border-bottom: #CCC solid 1px;
    width: 12px;
    text-align: center;
    vertical-align: middle;
}
#contents table#table_week td.set {
    background-color: #FFDC73;
    background-color: #8A2BE2;
    color: #FFFFFF;
    text-align:center;
    font-size:9px;
    font-weight: bold;
}
#contents table#table_week td.td {
    border-left: #CCC solid 1px;
    border-bottom: #CCC solid 1px;
    width: 24px;
    text-align: center;
    vertical-align: middle;
}

#shift_date_nav {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
#shift_date_nav li {
    width: 10%;
    border-top:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    border-right:#CCC solid 1px;
    float: left;
    text-align: center;
}
#shift_date_nav li.monday {
    width: 10%;
    border-top:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    border-left:#CCC solid 1px;
    text-align: center;

    float: left;
    text-align: center;
}
#shift_date_nav li a{
    width: 100%;
    display: inline-block;
    color: #72C600;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}
#shift_date_nav li a:hover{
    width: 100%;
    display: inline-block;
    background: #72C600;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}
#shift_date_nav li a#shift_date_select{
    width: 100%;
    display: inline-block;
    background: #72C600;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}
#shift_date_nav ul {
    width: 100%;
    overflow: hidden;
}
#shift_date_nav li#prev {
    width: 14.5%;
    float: left;
    border-left:#CCC solid 1px;
    text-align: center;
}
#shift_date_nav li#prev a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #33CCFF;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
#shift_date_nav li#prev a:hover {
     background: #33CCFF;
    color: #fff;
}
#shift_date_nav li#next {
    width: 14.5%;
    float: left;
    text-align: center;
}
#shift_date_nav li#next a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #33CCFF;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
#shift_date_nav li#next a:hover {
    background: #33CCFF;
    color: #fff;
}

/* ヘルパーポップアップ */
#popup_helper_screen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background:#696969;
    display: none;
    opacity: 0.5
}
#popup_helper_select {
    position:absolute;
    width:450px;
    padding:10px;
    overflow-y:scroll;
    z-index:10000;
    top:30%;
    left:30%;
    background-color:#FFFFFF;
    border:#999999 solid 1px;
    display: none;
}
#popup_helper_select h3 {
    font-weight:bold;
    background:none;
    margin:0;
    padding:0 0 10px 0;
}
#popup_helper_select .popup_button {
    position: absolute;
    top: 0;
    right: 0;
    /*float:right;*/
    width: 100px;
    height: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    text-decoration: none;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    z-index: 10000;
}
#popup_helper_select .popup_button:hover {
    opacity: 0.7;
}
#popup_helper_select .popup_delete {
    float:right;
    width: 100px;
    height: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    text-decoration: none;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}
#popup_helper_select #shift_popup_delete:hover {
    opacity: 0.7;
}
#popup_helper_select #shift_popup_delete {
    float:right;
    width: 100px;
    height: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    text-decoration: none;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
    display: none;
}
#popup_helper_select #base_shift_popup_delete:hover {
    opacity: 0.7;
}
#popup_helper_select #base_shift_popup_delete {
    float:right;
    width: 100px;
    height: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    text-decoration: none;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
    display: none;
}
#popup_helper_select .popup_delete:hover {
    opacity: 0.7;
}
#popup_helper_select table.table_data {
    clear:both;
    /*margin:20px 10px;*/
    border-top:#999999  solid 1px;
    /*border-right:#999999  solid 1px;*/
}
#popup_helper_select table.table_data th {
    background-color:#E4F4CE;
    padding:10px;
    /*border-left:#999999  solid 1px;*/
    border-bottom:#999999  solid 1px;
}
#popup_helper_select table.table_data td {
    /*border-left:#999999 solid 1px;*/
    border-bottom:#999999 solid 1px;
    padding:10px;
    text-align: center;
}

/* 利用者、職員ポップアップ */
#popup_regist_screen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background:#696969;
    display: none;
    opacity: 0.5
}
#popup_regist {
    position:absolute;
    width:900px;
    padding:10px;
    overflow-y:scroll;
    z-index: 10000;
    top:30%;
    left:30%;
    background-color:#FFFFFF;
    border:#999999 solid 1px;
    display: none;
}
#popup_regist h3 {
    font-weight:bold;
    background:none;
    margin:0;
    padding:0 0 10px 0;
}
#popup_regist div.popup_button {
    float:right;
    margin-bottom: 10px;
    width: 100px;
    height: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    text-decoration: none;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
}
.popup_button {
    position: absolute;
    top: 0;
    right: 0;
    /*float:right;*/
    width: 100px;
    height: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    text-decoration: none;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    z-index: 10000;
}
#popup_regist table.table_data {
    clear:both;
    margin:20px 0;
    border-top:#999999  solid 1px;
    border-right:#999999  solid 1px;
}
#popup_regist table.table_data th {
    background-color:#E4F4CE;
    padding:10px;
    border-left:#999999  solid 1px;
    border-bottom:#999999  solid 1px;
}
#popup_regist table.table_data td {
    border-left:#999999 solid 1px;
    border-bottom:#999999 solid 1px;
    padding:10px;
}
.help_setting {
    width: 100px;
    height: 30px;
    position: center;
    display: inline-block;
    background: #3333FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
}
.help_setting:hover {
    opacity: 0.7;
}
/* ヘルプ画面 */
.question {
    color: #72C600;
}
.answer {
    color: #FF4000;
}

/* 共通クラス */
.text_right { text-align:right; }
.text_center { text-align:center; }
.text_bold { font-weight:bold; }
.error_message {
    color: #FF5A2A;
    font-size: 80%;
}
p.error_message {
    font-size: 12px;
}
.warning_message {
    color: #FF0000;
    text-align: center;
    margin-top: 150px;
    border: 1px solid #FF0000; padding: 10px;
}
.warning_message2 {
    color: #FF0000;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #FF0000; padding: 10px;
}
