@charset "utf-8";

/*!
Theme Name: yuhipark_theme
Theme URI: http://example.com/
Description: child theme for the Xeory
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_extension
Version: 0.2.2
*/

table.calendar{
	margin: 10px 0 15px 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 100%;
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 700px;
	clear: both;
}

table.calendar th{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #e9dbcc;
	color: #333333;
	text-align: center;
	width: 80px;
}

table.calendar th.month{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #d3b799;
	color: #333333;
	text-align: center;
	width: 398px;
}

table.calendar th.nav{
	background: #d3b799;
}

table.calendar td{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	vertical-align: top;
	height: 80px;
}

table.calendar td div.date{
	padding: 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #f5efe7;
}

div#top_main table.calendar td p{
	margin: 5px 5px 5px 5px;
	padding-bottom: 10px; 
	font-size: 80%;
	line-height: 140%;
}

table.calendar td p{
	margin: 5px 5px 5px 5px;
	padding-bottom: 10px; 
	font-size: 80%;
	line-height: 140%;
}


table.calendar_reserve{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 100%;
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 700px;
	clear: both;
}

table.calendar_reserve th{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #b5caf7;
	color: #333333;
	text-align: center;
	width: 80px;
}

table.calendar_reserve th.month{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #2654a4;
	color: #fff;
	text-align: center;
	width: 398px;
}

table.calendar_reserve th.nav{
	background: #2654a4;
}

table.calendar_reserve td{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	vertical-align: top;
	height: 80px;
}

table.calendar_reserve td div.date{
	padding: 5px;
	height: auto;
	line-height: 20px;
	text-align: center;
	background: #e0ebff;
}

table.calendar_reserve td ul{
	margin: 0px;
}

table.calendar_reserve td ul li{
	margin: 0px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dotted #999999;
	text-align: center;
}

table.calendar_reserve td ul li:last-child{
	border-bottom: none;
}

table.reserve_single{
	margin: 10px 0 30px 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 100%;
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 696px;
	line-height: 45px;
	clear: both;
}

table.reserve_single th{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #e9dbcc;
	color: #333333;
	text-align: center;
	width: 232px;
}

table.reserve_single td{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	width: 80px;
}
table.calendar_reserve td a{
	text-decoration: underline;
}
table.calendar_reserve th.nav a{
	color: #fff;
}
table.calendar_reserve th{
	font-size: 1rem;
}
table.calendar_reserve td{
	font-size: 16px;
}