html{
    font-size: 62.5%;
}
   
body {
    font-size: 16px;
    font-size: 1.6rem;/*1rem = 10px*/
}
/* ヘッダ－ */
.header{
    height:42px;
    padding: 5px 0;
    font-size: 3rem;
    text-align: center;
    border: 1px solid #4297d7;
    background: #68a8e8;
    color: #fff;
    font-weight: bold;
}
/* ログアウトボタン */
.logoutInfo{
    /* behavior: url("PIE.htc"); */
    background-color:#ffffff;
    border:1px solid #bbbbbb;
    font-size:14px;
    font-weight: normal;
    text-decoration:none;
    color:#000000;
    width:auto;
    margin:0 2px;
    padding:4px 3px;
    cursor:pointer;
    /* 角丸指定 */
    border-radius:5px;			/* CSS3草案 */
    -webkit-border-radius:5px;	/* Safari,Google Chrome用 */
    -moz-border-radius:5px;		/* Firefox用 */
}
.lblRequired {
	color: red;
}
/*入力不可*/
.ax-readonly
{
	background-color : #cccccc;
	border:1px #7F9DB9 solid;
	padding:2px 1px 2px 1px;
}
.title{
    display: inline-block;
}
.main{
    margin-top: 3rem;
}
.mainarea{
    margin: auto;
    border: solid 1px #aabbaa;
    background-color: #eeffee;
}
.schedule a{
    font-size: 1.6rem;
}
.schedule span{
    display: inline-block;
    font-size: 1.6rem;
}
/* td{
    height: 4rem;
    text-align: center;
} */
.responsive{
    margin-top: 10rem;
    text-align: center;
    font-size: 1.2rem;
    top: 50%;
    left: 50%;
}
.workform{
    margin-top: 3rem;
    text-align: left;
}
.workform .memo{
    font-size: 2rem;
}
.workform textarea{
    width: 98%;
    margin-bottom: 1rem;
    padding: 10px;
}
.requestform{
    margin-top: 3rem;
    text-align: left;
}
.requestform select{
    margin-bottom: 3rem;
}
.requestform .note{
    width: 100%;
}
.requestform .memo{
    font-size: 2rem;
}
.requestform textarea{
    width: 98%;
    padding: 10px;
}
.btn{
    border: 2.5px outset #dcecff;
    font-size: 2.5rem;
    margin-top: 2px;
    border-color:#dddddd;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 2px 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.6rem;
    margin-bottom: 5px;
    background: -moz-linear-gradient(top, #ffffff, #ddddff); /* moz */
    background: linear-gradient(to bottom, #ffffff, #ddddff);
	background-color: #ffffff;
	color: #000000;
} 
.kintaibtn{
    border: 2.5px outset #dcecff;
    font-size: 2.5rem;
    margin-top: 2px;
    border-color:#dddddd;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 2px 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.6rem;
    margin-bottom: 5px;
    background: -moz-linear-gradient(top, #ffffff, #ffdbb8); /* moz */
    background: linear-gradient(to bottom, #ffffff, #ffdbb8);
	background-color: #ffffff;
	color: #000000;
} 
.menu{
    margin: auto;
    width: 50%;
    border: none;
    background-color: #fff;
}
.menu div{
    width: 90%;
    height: 6rem;
    margin: 2rem 0;
    text-align: center;
    font-size: 4rem;
    background: -moz-linear-gradient(top, #ffffff, #ffdbb8); /* moz */
    background: linear-gradient(to bottom, #ffffff, #ffdbb8);
}
.menu a {
	padding: 16px 16px;
	text-decoration: none;
	color: #222;
}
input.btn{
    background: -moz-linear-gradient(top, #ffffff, #ffdbb8); /* moz */
    background: linear-gradient(to bottom, #ffffff, #ffdbb8);
}
input.addbtn, .overtimeAddbtn{
    background: -moz-linear-gradient(top, #ffffff, #ffdbb8); /* moz */
    background: linear-gradient(to bottom, #ffffff, #ffdbb8);
    border: 2.5px outset #dcecff;
    font-size: 2.5rem;
    margin-top: 2px;
    border-color:#dddddd;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 2px 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.6rem;
    margin-bottom: 5px;
}
.endtime{
    margin: 0 0 2rem 3rem;
    width: 1rem;
}
.minute{
    margin-left: 0.5rem;
}
.rebtn{
    width: 87%;
    font-size: 3rem;
}

/*====================
スマホを基本にする
 - 〜639px      ：スマホ
 - 640px〜1023px：タブレット
 - 1024px〜     ：PC
====================*/

/*スマホ用css*/
@media screen and (max-width:639px) {
    .title{
        display: inline-block;
    }
    .header{
        font-size: 2rem;
    }
    .responsive{
        font-size: 2rem;
    }
    .mainarea{
        width: 100%;
    }
    .schedule a{
        font-size: 2rem;
    }
    .schedule span{
        font-size: 2rem;
    }
    td{
        /* height: 8rem; */
        width: 5rem;
    }
    .input{
        height: 80%;
        width: 98%;
        font-size: 2.5rem;
    }
    .workform select{
        height: 5rem;
        width: 60%;
        font-size: 2.5rem;
    }
    .workform .endtime{
        width: 8rem;
    }
    .workform input{
        height: 5rem;
        font-size: 2.5rem;
    }
    .workform .btn{
        font-size: 3rem;
        height: 6rem;
        width: 95%;
        text-align: center;
    }
    .workform a.btn{
        margin: 2rem 0;
        font-size: 3rem;
        height: 5rem;
        width: 95%;
        text-align: center;
    }
    .requestform select{
        height: 5rem;
        width: 60%;
        font-size: 2.5rem;
    }
    .requestform .endtime{
        width: 8rem;
    }
    .requestform input{
        height: 5rem;
        font-size: 2.5rem;
    }
    .requestform .btn{
        font-size: 3rem;
        height: 6rem;
        width: 95%;
        text-align: center;
    }
    .requestform a.btn{
        margin: 2rem 0;
        font-size: 3rem;
        height: 5rem;
        width: 95%;
        text-align: center;
    }
    input.btn{
        font-size: 4rem;
        height: 6rem;
        text-align: center;
    }
    td .btn{
        font-size: 3rem;
        height: 80%;
        width: 99%;
        background: -moz-linear-gradient(top, #ffffff, #ddddff); /* moz */
        background: linear-gradient(to bottom, #ffffff, #ddddff);
    }
    div.btn{
        margin-top: 2rem;
    }
}
/*tablet用css*/
@media only screen and (min-width:640px) and (max-width:1023px) {
    .responsive{
        font-size: 2.5rem;
    }
    .mainarea{
        width: 90%;
    }
    .schedule a{
        font-size: 2.5rem;
    }
    .schedule span{
        font-size: 2.5rem;
    }
    /* td{
        height: 7rem;
    } */
    .input{
        height: 80%;
        width: 98%;
        font-size: 2.2rem;
    }
    .workform select{
        height: 5rem;
        width: 60%;
        font-size: 2.5rem;
    }
    .workform .endtime{
        width: 8rem;
    }
    .workform input{
        height: 5rem;
        width: 28%;
        font-size: 2.5rem;
    }
    .workform .btn{
        margin: 2rem 0;
        font-size: 4rem;
        height: 8rem;
        width: 96.2%;
        text-align: center;
    }
    .workform a.btn{
        margin: 2rem 0;
        font-size: 3rem;
        height: 5rem;
        width: 95%;
        text-align: center;
    }
    .requestform select{
        height: 5rem;
        width: 60%;
        font-size: 2.5rem;
    }
    .requestform .endtime{
        width: 8rem;
    }
    .requestform input{
        height: 5rem;
        font-size: 2.5rem;
    }
    .requestform .btn{
        margin: 2rem 0;
        font-size: 4rem;
        height: 8rem;
        width: 96.2%;
        text-align: center;
    }
    .requestform a.btn{
        margin: 2rem 0;
        font-size: 3rem;
        height: 5rem;
        width: 95%;
        text-align: center;
    }
    input.btn{
        font-size: 4rem;
        height: 8rem;
        text-align: center;
    }
    td .btn{
        font-size: 3rem;
        height: 80%;
        width: 99%;
        background: -moz-linear-gradient(top, #ffffff, #ddddff); /* moz */
        background: linear-gradient(to bottom, #ffffff, #ddddff);
    }
    div.btn{
        margin: 2rem;
    }
}
/*pc用css*/
@media screen and (min-width:1024px) {
    .responsive{
        font-size: 2.0rem;
    }
    div .btn{
        margin-top: 2rem;
    }
    .workform select{
        height: 5rem;
        width: 60%;
        font-size: 2.5rem;
    }
    .workform .endtime{
        width: 8rem;
    }
    .workform input{
        height: 5rem;
        /* width: 28%; */
        font-size: 2.5rem;
    }
    .requestform select{
        height: 5rem;
        width: 60%;
        font-size: 2.5rem;
    }
    .requestform .endtime{
        width: 8rem;
    }
    .requestform input{
        height: 5rem;
        font-size: 2.5rem;
    }
    td .btn{
        background: -moz-linear-gradient(top, #ffffff, #ddddff); /* moz */
        background: linear-gradient(to bottom, #ffffff, #ddddff);
    }
}



/* テスト */
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  
  .hamburger__line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    background-color: #fff;
    transition: all 0.5s;
  }
  
  .hamburger__line--1 {
    top: 1px;
  }
  
  .hamburger__line--2 {
    top: 18px;
  }
  
  .hamburger__line--3 {
    top: 36px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
    background-color: black;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
    background-color: black;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
    background-color: black;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: fixed;
    right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .sp-nav ul li{
    list-style-type: none;
    font-size: 20px;
  }
  .sp-nav a{
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 0 15px;
    padding: 10px;
    transition: .5s;
  }
  .sp-nav li a:hover{
    color: #ffffff;
    background: #68a8e8;
    border-bottom: none;
  }
  
  /*ハンバーガーがクリックされたら右からスライド*/
  .open .sp-nav {
    right: 0;
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }
/* テスト */
  div .break{
    overflow-wrap: break-word;
  }