html{
  height:100%;
  width: 100%;
}

body {
  font-size: 18px;
  color: #343434;
  font-family: 'メイリオ', 'Meiryo',
  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
  'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Roboto',
  'sans-serif';
  margin:0;
  background-color: #eef3f8;
}

.hm_list ul{
     list-style-type: none;
}

.wrapper{
  width: 100%;
  margin: 0 auto;
}

header{
width: 100%;
  height: 60px;
  position: fixed;
  background: #fff;
  z-index:50;
}

.float-left{
    float: left;
}

.logo{
  padding: 30px 30px 10px 105px;
}

#main{
  height: 900px;
  padding: 30px;
}

.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :40px;
	left :0;
	width :100%;
	background :#fff;
  height: 40px;
  margin-top: 20px;
  z-index: 10;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
  padding-left: 20px;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
	width :20%;
	height :10000px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
    max-height: 836px;
    overflow-y: auto;
}

.hm_list li{
    border-bottom: 1px solid #999;
}

.hm_list ul{
    max-height: 300px;
    overflow-y: auto;
}

.hm_list li li{
    border-bottom: 0px;
    margin-bottom: 1px;
}

.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

.hm_list li a:visited{/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;

}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.selected{
  background-color: #eee;
  padding-left: 20px;
  padding: 8px 22px;
}
/* メニュー内のリストスタイル△△ */

/*閉じる為のクラス*/
.hm_menu_close {
width :0;
height :0;
opacity :0;
position: absolute;
left: 20%;
top: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.hm_menu_close label {
display :block;
width :100%;
height :100%;
cursor : pointer;
}

.hm_menu_check:checked ~ .hm_menu_close {
width :80%;
height :10000px;
opacity :0.8;
}
/*ここまで*/

/* △△ハンバーガーメニュー△△*/

.ID{
float: right;
margin-right: 30px;
}

@font-face{
	font-family: 'fontello';
	src: url('../fontello/font/fontello.eot');
	src: url('../fontello/font/fontello.eot#iefix') format('embedded-opentype'),
	     url('../fontello/font/fontello.woff') format('woff'),
	     url('../fontello/font/fontello.ttf') format('truetype'),
	     url('../fontello/font/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
.hasDatepicker{
    font-size: 18px;
    margin-right: 0px;
    width: 130px;
    z-index: 100 !important;
}

.ui-datepicker { z-index: 100 !important; }

.ui-datepicker-trigger{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
/*	font-size: 16[f:id:posturan:20170415184856j:plain]px;*/
	display: inline-block;
	text-decoration: inherit;
	cursor: pointer;
	color: #3456ff;
        background-color: rgba(0,0,0,0);
        border: none;
}

.cm_err_message{
    color: red;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
}

.staff_list_check {/* チェックボックスを隠す */
  display: none;
}
.staff_wrap {
	display: inline-block;
	position :fixed;
	top :40px;
	left :0;
	width :100%;
	background :#fff;
  height: 40px;
  margin-top: 20px;
  z-index: 10;
}

.staff_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.staff_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
  padding-left: 20px;
}
.staff_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.staff_btn::after {
	bottom: 0;
}
.staff_btn::before,
.staff_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.staff_list_wrap {
    width: 620px;
    height :10000px;
    background: #fff;
    position: absolute;
    right: -100%;
    top: 40px;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    padding: 10px;
}

/* ▽▽開閉時のアニメーション▽▽ */
.staff_list_check:checked ~ .staff_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.staff_list_check:checked ~ .staff_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.staff_list_check:checked ~ .staff_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.staff_list_check:checked ~ .staff_list_wrap {
	right: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.staff_list {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
    max-height: 836px;
    overflow-y: auto;
}

.staff_list li{
    border-bottom: 1px solid #999;
}

.staff_list ul{
    max-height: 300px;
    overflow-y: auto;
}

.staff_list li li{
    border-bottom: 0px;
    margin-bottom: 1px;
}

.staff_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.staff_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

.staff_list li a:visited{/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;

}

.staff_list li a:hover::before {
	bottom: 0;
}
.staff_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.selected{
  background-color: #eee;
  padding-left: 20px;
  padding: 8px 22px;
}
/* メニュー内のリストスタイル△△ */

/*閉じる為のクラス*/
.staff_list_close {
width :0;
height :0;
opacity :0;
position: absolute;
left: 20%;
top: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.staff_list_close label {
display :block;
width :100%;
height :100%;
cursor : pointer;
}

.staff_list_close:checked ~ .hm_menu_close {
width :80%;
height :10000px;
opacity :0.8;
}
/*ここまで*/

/* △△ハンバーガーメニュー△△*/


