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

.place {
	width: 100%;
	margin-right: -30px;
	margin-bottom: 20px;	
}
.place dl {
	float: left;
	width: 420px;
	margin: 0 30px 30px 0;
}
.place dt a:hover img {
	position: relative;
	left: 1px;
	top: 1px;
}

h2.sbtitle {
	float: right;
	display: inline;
}
p.txt {
	float: right;
	display: inline;
}
figure.top {
	margin: 0 0 40px 130px;
}

section {
	margin-right: -10px;
	margin-bottom: 30px;
}
section figure {
	float: left;
	position: relative;
	z-index: 0;
	margin: 20px 10px 0 0;
	width: 270px;
	height: 270px;
	padding: 5px;
	background-color: #EDF2EE;
}
section figure img {
	border: #BBBBBB solid 1px;
	padding: 9px;
	background-color: #FFFFFF;
}
section figure figcaption {
	position: absolute;
	z-index: 1;
	bottom: 6px;
	left: 5px;
}
section figure figcaption img {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}
section table {
	clear: both;
	display: inline-table !important;
	width: 860px;
	line-height: 150%;
	border: #D6D7DE solid 1px;
	border-collapse: collapse;
	margin: 20px 0 0;
}
section table th {
	vertical-align: top;
	background-color: #EDF5EE;
	border: #D6D7DE solid 1px;
	padding: 1em;
	width: 100px;
}
section table td {
	border: #D6D7DE solid 1px;
	padding: 1em;
}

section.place dl {
	height: 230px;
}
section.firstyard,
section.secondyard {
	display: table;
	margin-bottom: 20px;
}


.info {	
	display: table !important;
	width: 830px;
	height: 115px;
	margin: 50px 0 130px 130px;
	border: #D6D7DE solid 3px;
	padding: 17px;
	background-color: #FFFFFF;
}
.info h4 {
	float: left;
	width: 115px;
	height: 115px;
	margin: 0 15px 0 0;
	display: inline;
}
.info ul {	
	float: right;
	width: 130px;
	height: 115px;
}
.info li {	
	float: left;
	margin: 0 0 0 15px;
}
.info dl {
	display: inline;	
	width: 400px;
	height: 115px;
}
.info dt img {	
	height: 40px;
}
.info dd {	
	line-height: 175%;
}