@charset "utf-8";

/*=============================
営業案内ページ
=============================*/
.mt20{
	margin-top:20px;
}
#main_box h3{
	margin-bottom: 20px;
}

#main_box p{
	line-height:2;
	margin-bottom: 40px;
}
#main_box p.blk{
	line-height:2;
	margin-bottom: 10px;
}
#main_box p.cal{
	line-height:2;
	margin-bottom: 10px;
}

#main_box .cal_box{
	clear:both;
	width:570px;
	margin-bottom: 20px;
}
#main_box .cal_lt{
	float:left;
	margin-bottom: 20px;
}
#main_box .cal_lt p{
	margin:10px 0 5px 0;
	font-weight:bold;
	font-size:16px;
	color:#313131;
}
#main_box .cal_rt{
	float:right;
	margin-bottom: 20px;
}
#main_box .cal_rt p{
	margin:10px 0 5px 0;
	font-weight:bold;
	font-size:16px;
	color:#313131;
}

table{
	border: solid 1px #ff8400;
	border-collapse: collapse;
}
table th,
table td{
	text-align:center;
	height:25px;
	width:33px;
	border: solid 1px #ff8400;
	border-collapse: collapse;
}
table th {
	font-weight: normal;
	background-color:#fff2ce;
}
table td.sat {
	color:#4bb6ff;
}
table td.sun {
	color:#ea0907;
}

table td.close {
	color:#ffffff;
	background-color:#ea0907;
}
table td.yel {
	background-color:#fff8a5;
}
table td.gre {
	background-color:#c4dc81;
}
table td.org {
	background-color:#fcc900;
}
table td.blu {
	background-color:#bde4f9;
}
table td.pin {
	background-color:#fbe4ee;
}
table td.pur {
	background-color:#d9c3de;
}

table td.pur2 {
	background-color:#e5b4f7;
}



span.toptxt4{
	color: #FF0000;
}


/* バス運行
============================*/

#bus_box{
	width:550px;
	padding:0px;
	font-size:14px;
	margin-left: 20px;
}
#bus_box h1{
	margin:0;
	padding:0;
}
#bus_box h2{
	float:left;
	margin:0;
	padding:20px 0;
}
#bus_box p.days{
	float:right;
	margin:0;
	padding:10px 0 0 0;
}
#bus_box p.alink{
	margin:0;
	padding-top:10px;
	float:left;
}
#bus_box p.btn{
	clear:both;
}
form{
	text-align:center;
}

#bus_box a:link {
	color: #146e0e;
	text-decoration: underline;
}
#bus_box a:visited,
#bus_box a:hover,
#bus_box a:active {
	color: #146e0e;
	text-decoration: none;
}
table#bus_table {
	clear: both;
	width: 570px;
	border: 1px #ff8400 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:15px;
}

table#bus_table th {
	padding: 15px 10px;
	border: 1px #ff8400 solid;
	border-width: 0 0 1px 1px;
	background: #fff2ce;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	width: 35px;
}
table#bus_table td {
	padding: 15px 10px;
	border: 1px #ff8400 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	width: 532px;
}

