.search_day_table{
	border: 1px solid #444;
	margin: 0 auto;
	text-align: center;
	width: 100%;

}
tbody {
	background: #fff;
    }
.t_scroll{
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 400px;
	font-size: 0.9em;
}
.search_day_table tr:nth-child(2n){background: #eee; }

.search_day_table td {
    padding: 10px 0;
	border-right: 1px dotted #444;
}
.search_day_table .search_title td {
    background: #444;
	color: #fff;
}

.login_preview,
.login_message{
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.login_preview .item,
.login_message .item{
	background: #fff;
	padding: 20px 10px;
	width: 80%;
	margin: 0 0 20px 10%;
}

.btn_area{
	margin: 40px auto 50px;
	text-align: center;
}
.btn_area_end{
	border-bottom: dotted 1px  #333;
	margin: 40px auto 50px;
	text-align: center;
	padding: 0 0 50px 0;
}

.btn_area_end a,
.btn_area a{
	margin: 0 5% 0 0;
	font-size: 1.1em;
	color: #fff;
	padding: 15px 0;
	border-radius: 30px;
	background-color: #0f0f0f;
	text-align: center;
	width: 40%;
	cursor: pointer;
	display: inline-block;
}
.btn_area_end a:last-child,
.btn_area a:last-child{
	margin: 0;
}


.tab_item_one {
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #5ab4bd;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

dd .day{
	width: 40%;
	display: inline-block;
}

.btn_area .on,
.btn_area_end .on,.on{
	background: #f08719;
}
.off{
	background: #ddd;
}

.splitarea{font-size: 0;}
.splitarea tbody{font-size: 10px;}
.split{
	width: 32%;
	margin: 0 2% 0 0;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
}.split:nth-child(3n),.split2:nth-child(2n){margin: 0 0 0 0;}
.split2{
	width: 48%;
	margin: 0 2% 0 0;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
}

#sidebar_670min_adimin #sidebox_admin{
	display:block;
	overflow:hidden;
	background:#f08719;
	box-sizing:border-box;
	width: 100%;
	position: fixed;
	top: 0;
	height:78px;
	z-index: 9999;
}

#sidebar_670min_adimin #center_head {
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
	top: 5;
	right:8px;
}
#sidebar_670min_adimin #center_head img{
	width:300px;
	height:70px;
	display: inline-block
}

#sidebar_670min_adimin #main_logo,
#sidebar_670min #main_logo{
	width:200px;
	margin:25px 0 15px 20px;
	float:left;
}
#sidebar_670min_adimin #main_logo img,
#sidebar_670min #main_logo img{
/*	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
*/	width:100%;
}

