@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
.pageTitle {
	background-image: url(../imgs/bg-title.jpg);
}
#section01 .image {
	float: left;
	width: 370px;
	padding-top: 5px;
	text-align: center;
}
#section01 .name {
	margin-top: 13px;
}
#section01 .name p {
	margin-bottom: 5px;
	font-weight: bold;
}
#section01 .text {
	margin-left: 410px;
	text-align: left;
}
.title02 {
	margin-bottom: 30px;
}
.floatList li {
	width: 480px;
}
.floatList li + li {
	margin-left: 40px;
}
.floatList .map {
	width: 480px;
	height: 300px;
	margin-bottom: 25px;
}
.floatList .map iframe {
	display: block;
}
.floatList .mapInfo dt {
	font-weight: bold;
}
.floatList .mapInfo dd {
	margin-top: 10px;
}
.floatList .mapInfo dd span {
	display: inline-block;
}