﻿body, input, select{
	font-size: 13px;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
input[type=button]{
	padding: 2px 5px;
	background: linear-gradient(whitesmoke, lightgrey);
	border: 1px solid #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table{
	margin: 0px auto;
	border-collapse: collapse;
}
th{
	font-weight: normal;
}
#title{
	margin: 10px;
	font-weight: bold;
	font-size: 20px;
}
#login_form{
	margin: 0px auto;
	padding: 40px 20px;
	width: 200px;
	background: #f5f5f5;
}
#login_button{
	color: #ffffff;
	background: #556b2f;
	border: 1px solid #556b2f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 5px;
	padding: 5px 0px;
	width: 100%;
}
#datepicker{
	text-align: center;
	width: 80px;
}
#ui-datepicker-div{
	font-size: 90%;
}
#reservation_table{
	margin-top: 20px;
}
#reservation_table th, #reservation_table td{
	border: 2px solid #ffffff;
	height: 40px;
	width: 200px;
}
#reservation_table thead th, #reservation_table tfoot th{
	background: #556b2f;
	color: #ffffff;
}
.ui-datepicker-calendar tr td:first-child a{
	background: none!important;
	background-color: #fcc!important;
	color: #f00!important;
}
.ui-datepicker-calendar tr td:last-child a{
	background: none!important;
	background-color: #ccf!important;
	color: #00f!important;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
	text-align: center;
}
.dataTables_length{
	padding-bottom: 10px;
}
.dataTables_filter{
	padding-bottom: 15px;
}
.dataTables_info{
	padding-top: 15px;
	padding-bottom: 10px;
}
.datatables th{
	color: #ffffff;
	background: #556b2f;
	border: 1px solid #4e6329;
}
.datatables td{
	border: 1px solid #f9e4a4;
	min-width: 100px;
}
.datatables tbody tr:nth-child(odd){
	background: #fff9d6;
}
.previous, .next{
	margin: 2px 10px;
	padding: 3px 8px;
	color: #ffffff;
	background: #557fdb;
	border: 1px solid #557fdb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.previous, .next {
	cursor: pointer;
}

table#reservation_table th,table#reservation_table td{
	border: 1px #000 solid;
}
