@charset "UTF-8";
@import url(parts/base.css);
@import url(parts/layout.css);
@import url(parts/header.css);
@import url(parts/form.css);
@import url(parts/footer.css);

strong {
	font-weight: bold;
}
.caution {
	font-weight: bold;
	color: #CC0000;
}

/**/

#info {
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
	clear: both;
	margin-top: 15px;
}

#info div.cont {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#about {
	background-image: url(../../../shared/img/pre_dot.gif);
	background-repeat: no-repeat;
	background-position: 70px bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/**/
div.topics {
	float: left;
	width: 305px;
}

div.topics h2 {
	padding-bottom: 20px;
}

div.topics strong {
	font-size: 110%;
	color: #805C3A;
	display: block;
	padding-bottom: 3px;
}

div.topics dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

div.topics dl dt {
}

/**/

#info {
}

/* ******************** */
/* 		clearfix		*/
#info:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#info {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #info {
	height:1%;
}

#info {
	display:block;
}
/* ******************** */



div.map {
	float: left;
	width: 275px;
}

div.detail {
	float: right;
	width: 390px;
}

div.detail p.tt {
	padding-top: 8px;
	padding-bottom: 8px;
}

div.detail p.course {
	margin-bottom: 10px;

}
div.detail  .course span    {
	border: 2px solid #999999;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}



/* -------------------------------------------------------------------
 トップページ：営業時間
------------------------------------------------------------------- */
table.open {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 390px;
}

table.open th, table.open td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: middle;
}

table.open th {
	background-color: #EBEBEB;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

table.open td {
	background-color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.1em;
	white-space: nowrap;
}
table.open td.bg{
	background-color: #E8F3E8;
}
table.open td span.note {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 3px;
	display: block;
}

table.open td.time {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
