﻿@charset "utf-8";
/* CSS Document */

/**************************/
/* left_cont 設定 */
/**************************/

#Lcont_main {
	height: 330px;
}

/**************************/
/* right_cont 設定 */
/**************************/

#right_cont h3.howto {
	margin-bottom: 10px;
	padding: 2px 8px;
	border-left: 10px solid #dd9b9d;
	border-bottom: 3px solid #dd9b9d;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#right_cont ul {
	margin-bottom: 20px;
	list-style: none;
}

#right_cont ul li.li1 {
	margin-bottom: 3px;
	background: url(../img/li_mark_o.png) no-repeat left top scroll;
	margin-left: 0.5em;
	padding-left: 1.5em;
	font-size: 16px;
	color: #333333;
}

#right_cont ul li.arrow {
	width: 44px;
	height: 22px;
	margin-bottom: 2px;
	margin-left: 40px;
	background: url(../img/arrow.png) no-repeat left top scroll;
}

#right_cont h3#price {
	margin-bottom: 10px;
	padding: 2px 8px;
	border-left: 10px solid #51a1a2;
	border-bottom: 3px solid #51a1a2;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#right_cont p {
	margin-bottom: 2px;
	padding-left: 2em;
	text-indent: -1em;
	font-size: 16px;
	color: #333333;
}

#right_cont ul.price {
	margin-bottom: 20px;
	list-style: disc inside;
}

#right_cont ul.price li {
	margin-bottom: 8px;
	padding-left: 3em;
	text-indent: -2em;
	font-size: 16px;
	color: #333333;
}

#right_cont table.court_price {
	clear: both;
	margin-bottom: 20px;
	margin-left: 10px;
	table-layout: fixed;
	border-collapse: separate;
}

#right_cont caption {
	margin-top: 5px;
	margin-bottom: 1px;
	text-align: center;
	font-size: 16px;
}

#right_cont table tr {
	height: 35px;
}

#right_cont table thead tr th {
	border-style: solid;
	border-color: #6a6e00;
	border-width: 0px 1px 2px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	background: #dadf00;
}

#right_cont table tbody tr {
	background: #e0ee97;
}

#right_cont table tbody tr th {
	width: 75px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

#right_cont table tbody tr td {
	width: 70px;
	padding: 3px 5px;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
}

tr th.nomal {
	border-style: solid;
	border-color: #6a6e00;
	border-width: 0px 1px 1px 0px;
	background: #dadf00;
}

tr td.nomal {
	border-style: solid;
	border-color: #6a6e00;
	border-width: 0px 1px 1px 0px;
}

tr th.bold {
	border-style: solid;
	border-color: #6a6e00;
	border-width: 0px 1px 2px 0px;
	background: #dadf00;
}

tr th.hour {
	width: 120px;
}

tr td.bold {
	border-style: solid;
	border-color: #6a6e00;
	border-width: 0px 1px 2px 0px;
}

tr th.end {
	border-style: solid;
	border-color: #6a6e00;
	border-width: 0px 1px 1px 0px;
	background: #dadf00;
}

tr td.end {
	border-style: solid;
	border-color: #6a6e00;
	border-width: 0px 1px 1px 0px;
}
