/* access */

#line{
	background: url(../img/all/line.png) no-repeat center;
	overflow: hidden;
	padding-top: 10px;
}

.left{
	width: 456px;
	margin-left: 10px;
}

.right{
	width: 456px;
	margin-left: 20px;
}

#access{
	text-align: left;
	padding: 10px 10px 0 12px;
}

#access h3{
	color: #bf0000;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

#access p{
	padding-bottom: 10px;
	line-height: 24px;
}

a.google{
	padding: 5px;
	display: inline-block;
	
}

.map{
	width: auto;
	margin: 0 0 10px;
}






@media screen and (max-width:640px) {

	.contents .left,
	.contents .right{
		float: none;
		width: auto;
		margin: 0px 10px 0;
		display: block;
	}


	.contents .right{
		padding: 20px 0 0;
	}

	.map{
		width: 80%;
		margin: 0 0 10px;
	}


}

