@charset "utf-8";

/* CSS Document */
#main_content02 .h1_access{
width: 100%;
margin: 0;
padding: 0;
line-height: 1;
height: 80px;
background: url(../access/images/title_access.png) no-repeat left center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-bottom: #ccc 1px solid;
}




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

.access_contents{
	text-align:left;
	width: 90%;
	margin:0px auto;
	padding: 30px 0px;
	overflow: hidden;
}
.address {padding-bottom: 2em;}
.map {
	width:410px;
	height:330px;
	margin: 0 auto;
	background-color:#FFC;
}
.font18 {
	font-size:120%;
}
}

@media only screen and (min-width: 641px) {

.access_contents{
	text-align:left;
	width: 750px;
	margin:0px auto;
	padding: 30px 0px;
	overflow: hidden;
}
.address {
	float:left;
	padding: 70px 0px;
}
.map {
	float: right;
	width:410px;
	height:330px;
	background-color:#FFC;
}
.font18 {
	font-size:18px;
	line-height:22px;
}
}
