﻿.dogrun_tbl{
	width: 100%;
    margin: auto;
	border: solid 1px #d9d9d9;
	border-collapse: collapse;
}
.dogrun_tbl th{
	border: solid 1px #d9d9d9;
	padding: 18px;
	    font-size: 1.1em;
	background: #fff6da;
	border-bottom: solid 3px #8594b9;
}
.dogrun_tbl td{
	border: solid 1px #d9d9d9;
	padding: 7px;
    text-align: center;
	font-weight: bold;
	transition-duration: 0.2s;
}
.dogrun_tbl tr{
	transition-duration: 0.2s;
}
.dogrun_tbl tr:not(:first-child):hover,.dogrun_tbl tr:not(:first-child):hover td{
	background: #fffdb2;
}
.time_td, th.time_td{
	background:#CCF2FF;
}
.time_td{
	font-size: 0.95em;
}
.unreservable{
	color: #f00;
}
.reservable{
	color:#007eff;
}
.icons{
	font-weight: bold;
	text-align: right;
	margin: 1% 1% 1% 0%;
}
.icon_space {
    margin-right: 0.5%;
    margin-left: 2%;
}
.icon_blue {
    color: #007eff;
}
.icon_red {
    color: #f00;
}
.submit {
    margin: 2% auto;
    display: block;
    padding: 1% 3%;
}
.login_btn{
	text-align: center;
    margin-bottom: 5px;
}
.login_btn a{
    border: solid 1px #00abff;
    background: #00abff;
    color: #fff;
    display: inline-block;
    padding: 5px 80px;
    transition-duration: 0.2s;
    text-decoration: none;
    border-radius: 4px;
}
.login_btn a:hover{
	background:#fff;
    color: #00abff;
}
.register_btn{
	text-align: center;
    margin-bottom: 20px;
}
.register_btn p{
	margin: 5px;
}
.register_btn a{
	border: solid 1px #f00;
	background:#f00;
	color:#fff;
    display: inline-block;
    padding: 5px 80px;
	transition-duration:0.2s;
	text-decoration:none;
	border-radius: 4px;
}
.register_btn a:hover{
	background:#fff;
    color: #f00;
}
.top_txt {
    margin: 4px;
}
.dogrun_login{
	display: flex;
    justify-content: space-between;
	background: #ffdf93;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.dogrun_login > div{
	width: 187px;
	white-space: nowrap;
}
.dogrun_login p{
	width: 420px;
	margin:0;
	margin-top: 2px;
}
.dogrun_name{
    font-weight: bold;
}
a.dogrun_logout{
	background: #6f8691;
    font-size: 0.8em;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
}
a.dogrun_syoukai{
	background: #ff6565;
    font-size: 0.8em;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
}
.inactive{
	color: #999;
}
.inactive_td img{
	filter: grayscale(85%) brightness(150%);
}
.inactive_td a{
	color: #bfcedd;
	pointer-events: none;
}
.inactive_td .unreservable {
    color: #c58c8c;
}
.inactive_td .aki_num {
	color: #c3c2c2;
}
.aki_num {
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 3px;
	color: #666;
}
.reservable:hover{
	color:#007eff;
}
.reservable img{
	height: 14px;
    vertical-align: middle;
}
.reservable_y img {
    height: 16px;
}
.menu_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1%;
    width: 98%;
}
.menu_box a{
    font-size: 0.9em;
    padding: 5px 10px;
    margin-left: 6px;
    border-radius: 4px;
    color: #fff;
	display: inline-block;
}
.member_menu_btn{
	background:#0080FF;
}
.red_menu_btn{
	background:#D90000;
}
.password_menu_btn{
	background: #474747;
}
.back_menu_btn{
	background: #757575;
}
.reserve_tbl{
	width: 98%;
    margin: auto;
	border: solid 1px #eee;
	border-collapse: collapse;
}
.reserve_tbl th{
	background: #d14343;
    color: #fff;
	padding: 3px 10px;
    padding-top: 5px;
}
.reserve_tbl td{
	padding: 5px 10px;
	border-bottom: dotted 1px #eee;
    text-align: center;
}
.past{
	background: #ccc;
}
.reserve_ttl{
	font-weight: bold;
}
.msg_success{
	color: #f00;
    text-align: center;
    margin: 5px;
}
