@charset "utf-8";

/*  .access_section
----------------------------------------*/
article .access_section {
	margin-bottom: 35px;
}
iframe.map {
	width: 956px;
	height: 346px;
	background: #FFF;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
}

/*  .address_section
----------------------------------------*/
article .address_section {
	padding: 0 35px 50px 80px;
	background: url(../images/access/bg-access.png) no-repeat right bottom;
	background-size: 290px auto;
}
article .address_section dl:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .address_section dl {
	color: #542810;
	font-size: 117%;
	margin-bottom: 5px;
}
article .address_section dl dt {
	width: 140px;
	float: left;
	font-weight: bold;
}
article .address_section dl dd {
	width: 660px;
	float: left;
}