@charset "UTF-8";

.move_btn tR.isActive{
	background: linear-gradient(45deg,#bdb9ff,#67b8ff);
	color: #000;
}
.days {
	cursor: default;
}
#time_table_box .days {
	cursor: pointer;
}
#week_links {
	width:100%;
	height:60px;
	margin:0;
	padding:0;
}
#week_links li{
	display:inline-block;
	margin:0;
	padding:0;
	width:50%;
	height:100%;
	position:relative;
}
#week_links li div{
	position:absolute;
}
#week_links li:last-child div{
	right:0;
}
#branch_store_idBox {
	width:90%;
	margin:20px auto 40px auto;
	text-align:left;
}
#branch_store_idBox select {
	max-width:350px;
	font-size:16px;
}

.move_btn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.move_btn.ng {
	background:#ccc!important;
}
.move_btn:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.move_btn:active {
	position:relative;
	top:1px;
}
.grid_box2_g1 {
	text-align:right;
}
.shop_select {
	width: 100%;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.shop_select {
		width: 98%;
	}
}
