@charset "utf-8";

.contents_ttl {
	position: relative;
}

.contents_ttl a {
  display: block;
  width: 175px!important;
  height: 28px!important;
  line-height: 28px!important;
  margin: 0 10px 0 0;
  padding: 5px 8px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
  box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
  border: solid 1px #b63540;
  background: #e982c1;
  background: -moz-linear-gradient(top, #e982c1 0%, #d54991 100%);
  background: -webkit-linear-gradient(top, #e982c1 0%,#d54991 100%);
  background: linear-gradient(to bottom, #e982c1 0%,#d54991 100%);
  background: -ms-linear-gradient(to bottom, #e982c1 0%,#d54991 100%);
  color: #ffffff!important;
  text-decoration: none;
  text-align: center;
  -webkit-text-shadow: 0 2px rgba(0,0,0,.2);
  -moz-text-shadow: 0 2px rgba(0,0,0,.2);
  text-shadow: 0 2px rgba(0,0,0,.2);
  text-decoration: none!important;
  float: right;
  font-size: 13px;
  font-weight: normal;
}


/* 条件検索*/
.week_nav {
	width: 890px;
	height: 29px;
	margin: 17px 10px;
}
.week_nav li{
	width: 120px;
	height: 29px;
	margin: 1px;
	text-align: center;
	font-weight: bolder;
	line-height: 29px;
	border: 1px solid #9a9a9a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #9a9a9a;
	float: left;
}
.week_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #9a9a9a;
  text-decoration: none;
}
/*本日*/
.week_nav li.active {
	float: left;
	width: 120px;
	height: 29px;
	color: #5276c9;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	line-height: 29px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #c1d8f4;
	border: 1px solid #9a9a9a;
}
.week_nav li:hover {
	border: 1px solid #5276c9;
}
/*.week_nav li:nth-child(5):hover {
	border: 1px solid #0020B7;
	color: #0020B7;	
}
.week_nav li:nth-child(6):hover {
	border: 1px solid #FF0004;
	color: #FF0004;
}*/
.week_nav li:hover a {
  color: #5276c9;
}
.week_nav li a.table_th3 {
  color: #0000ff;
}
.week_nav li a.table_th4 {
  color: #ff0000;
}

.main_top_btn{
	width: 514px;
	 height: 33px;
	margin: 30px auto;
}
/*グラフ*/
.graph_box{
	width: 852px;
	background-color: #f7f7f7;
	margin: 0 auto;
	border: 1px solid #9a9a9a;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  /*
	background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/schedule/main_graph.png");
	*/
  background-repeat: no-repeat;
}
.schedule_time {
	padding: 5px 10px;
}

.schedule_time select {
	width: auto;
	padding: auto;
	line-height: 1.6;
}

.select_time {
	color: #5074c5;
	font-size: 116%;
}
/*本日の出勤全員・今すぐいける子ボタン*/
.btn_float{
	width: 248px;
    height: 33px;
	margin-right: 5px;
	color: #da5ebb;
    border: 1px solid #da5ebb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 120%;
    line-height: 35px;
    float: left;
    position: relative;
}
.btn_float:last-child {
  margin-right: 0;
}
.btn_float a{
display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    color: #da5ebb;
}
.btn_float.active,
.btn_float:hover{
	color: white;
	background-color: #da5ebb;
}

.attd_box > li .states span::before {
    content: ""!important;
}

/* slider */
.ui-rangeSlider{
  height:22px;
  margin: 30px auto 0;
}
.ui-rangeSlider .ui-rangeSlider-innerBar{
  height:16px;
  margin:3px 6px;
  background:#DDD;
}
.ui-rangeSlider .ui-rangeSlider-handle{
  width:10px;
  height:24px;
  background:#5175c6;
  background:rgba(84,119,197, 0.8);
  cursor:col-resize;
}
.ui-rangeSlider .ui-rangeSlider-bar{
  margin: 2px 0;
  background: #c1d8f1;
  background:rgba(193,215,245, 0.6);
  height:18px;
  cursor:move;
  cursor:grab;
  cursor: -moz-grab;
}
.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging{
  cursor: -moz-grabbing;
  cursor:grabbing;
}
.ui-rangeSlider-arrow{
  height:16px;
  margin:2px 0;
  width:16px;
  background-repeat:no-repeat;
  cursor: pointer;
}
.ui-rangeSlider-arrow.ui-rangeSlider-leftArrow{
  background-image: url("//img.undernavi.com/portal/web/area/chugoku/icon_range_prev.png");
  background-position:center left;
}
.ui-rangeSlider-arrow.ui-rangeSlider-rightArrow{
  background-image: url("//img.undernavi.com/portal/web/area/chugoku/icon_range_next.png");
  background-position:center right;
}
.ui-rangeSlider-arrow-inner{
  display: none;
}
.ui-rangeSlider-container{
  height:22px;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container{
  margin:0 15px;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container{
  margin:0;
}
.ui-rangeSlider-label{
  margin:0 2px 2px;
  background-image:url("//img.undernavi.com/portal/web/area/chugoku/label_range.png");
  background-position:bottom center;
  background-repeat:no-repeat;
  white-space: nowrap;
  bottom:20px;
  padding:3px 6px 7px;
  cursor:col-resize;
  color: #333333;
}
.ui-rangeSlider-label-inner{
  display:none;
}
/*
 * Edit slider
 */
input.ui-editRangeSlider-inputValue{
  width:3em;
  vertical-align: middle;
  text-align:center;
}