@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  アクセス
**************************************************
--------------------------------------------------*/
#access table{
	width:100%;
}

#access table th{
	box-sizing:border-box;
	vertical-align:middle;
	width:30%;
	padding:2% 0;
}

#access table td{
	box-sizing:border-box;
	width:70%;
	padding:2% 4%;
}

#google_map a{
	display:block;
	position: relative;
	width:70%;
	margin:25px auto 0;
	padding:2% 0;
	text-align:center;
	background-color:#a6a6a7;
	border-radius:3px;
	color:#fff;
}
	#google_map a:before{
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:50%;
		right:10px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background-color:#fff;
	}
	#google_map a:after{
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:50%;
		right:12px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#a6a6a7;
	}

.aboutus_station{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#at_your_side{
	width:95%;
	margin:30px auto 0; 
}

#at_your_side > h3{
	margin-top:5px;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}

#at_your_side > p{
	margin-top:10px;
}
