@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
table.tanto {
	margin-bottom: 1em;
	width: 100%;
	border: #ddd 2px solid;
}
table.tanto td,table.tanto th {
	padding: 10px 5px;
	vertical-align: top;
	font-size: 85%;
	width: 80px;
	border: #ddd 1px solid;
}
table.tanto td.date {
	background: #6d7b98;
	color:#fff;
}
table.tanto td.ampm {
	background: #6d7b98;
	color:#fff;
	width: 17px;
}
table.tanto td.time {
	border-bottom: #999 1px dotted;
	font-size: 85%;
	padding: 3px;
}
.hrLine02 {
	height: 1px;
	border-top: #999 1px dotted;
	margin: 5px;
}
table.tanto td.borderNone {
	border-right: none;
}
table.tanto td.borderNone02 {
	border-left: none;
}

table.parking {
	width: 100%;
}
table.parking td,table.parking th {
	padding: 10px;
}
table.parking th {
	width: 240px;
	border-bottom: #777 2px solid;
}
table.parking td {
	border-bottom: #ddd 1px solid;
}
.line {
	margin: 5px 0;
	height: 1px;
	border-top: #999 1px dotted;
}

table.gairai {
	margin-bottom: 1em;
	width: 100%;
	border: #ddd 2px solid;
	table-layout: fixed;
}
table.gairai td,table.gairai th {
	padding: 7px 3px;
	vertical-align: top;
	font-size: 85%;
	letter-spacing: 0;
	border: #ddd 1px solid;
}
table.gairai th {
	vertical-align: middle;	
	text-align: center;
	background: #6d7b98;
	color:#fff;
}
table.gairai td.time {
	vertical-align: middle;
	text-align: center;
	width: 70px;
}
table.gairai th.time {
	width: 30px;
}
table.gairai td span {
	font-size: 10px;
}
