@charset "UTF-8";
/*//////////////////////////////////////////////////////////////

company-access

/////////////////////////////////////////////////////////////*/

/* --------------------------------------------------
access-area
-------------------------------------------------- */
section.access-area{
	
}

section.access-area h3{
	margin-bottom: 40px;
}

.txt-box-l{
	width:524px;
	float:left;
}
.txt-box-r{
	width:524px;
	float: right;
}

.pht-m {
	margin-top:20px;
}

@media screen and (max-width:750px){
	.txt-box-l{
		width: 100%;
		float: none;
	}
	.txt-box-r{
		width: 100%;
		float: none;
	}
}


/* --------------------------------------------------
map
-------------------------------------------------- */
#map {
	width:1064px;
	margin: 0 auto;
	overflow:hidden;
}

#map dl{
	float:left;
	width: 100%;
	margin-bottom:60px;
}
#map dl dt{
	font-size:18px;
	font-size:1.8rem;
	color:#0E2A7D;
	margin:20px 0 18px;
}
#map dl dd{
 width: 100%;
}
#map dl dd.description{
 width: 100%;
 font-size:14px;
 font-size:1.4rem;
}

#map hr {
	clear:both;
	border:0;
	height:2px;
	margin: 10px 38px 10px 0;
	background:url(../../images/dot01-trans.png) repeat-x bottom left;
}

/*-- Google Map --*/
#mapCanvas01{
	width: 100%;
	height: 420px;
	margin:0;
}


.last { margin-right:0 !important}

@media screen and (max-width:750px){
	#map {
		width: 100%;
	  }
	  .google-maps {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 75%;
	  }
	  .google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	  }
}