@charset "UTF-8";
/* ==============================

	access CSS

============================== */
h1.pageTitle {
	font-size: 32px;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 40px;
}
/* 
----------------------------------------------------*/
.accessWrapper {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.accessWrapper h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
}
.accessTrain {
	display: block;
	width: auto;
	background-color: #F2F2F2;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.accessTrain dt {
	font-size: 28px;
	display: block;
	margin-bottom: 5px;
	line-height: 40px;
	height: 40px;
	background-image: url(../../../access/images/icon_train.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
.btn_googleMap:after { 
  content: "";
  clear: both;
  display: block;
}
.btn_googleMap a {
	background-color: #E6E6E6;
	border-radius: 8px;
	padding-right: 50px;
	padding-left: 100px;
	height: auto;
	padding-top: 22px;
	padding-bottom: 22px;
	background-image: url(../../images/arrow_blue_1.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	color: #333333;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: right;
	float: right;
}
