@charset "utf-8";
/* CSS Document */

iframe {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border:#ccc solid 1px;
box-sizing:border-box;
float:left;
}
div#transportation_wrapper{
	width:380px;
	float:left;
	margin-left:20px;
	padding-top:20px;}
	
div#transportation_wrapper dl {
	}
div#transportation_wrapper dl dt{
	text-indent:2.5em;
	white-space:nowrap;
	margin-bottom:10px;
	}
div#transportation_wrapper dl dt#kuruma{
	background:url(../images/access/image1.png) no-repeat;
	background-size:contain;
	}
div#transportation_wrapper dl dt#densha1{
	background:url(../images/access/image2.png) no-repeat;
	background-size:contain;
	}
div#transportation_wrapper dl dt#densha2{
	background:url(../images/access/image3.png) no-repeat;
	background-size:contain;
	}
div#transportation_wrapper dl dd{
	color:#666;
	margin-bottom:30px;
	padding-left:1em;}
	
div#transportation_wrapper dl dt#map_dt{
	text-indent:0;
	font-size:1.2em;
	font-weight:bold;
	border-top:#ccc dotted 3px;
	padding-top:20px;
	}
div#transportation_wrapper dl dd#map_dd img{
	width:76px;
	height:54px;
	float:left;
	margin-right:15px;
	border:#CD0003 3px solid;
	}
div#transportation_wrapper dl dd#map_dd img:hover{
	border:#FF0004 1px solid;
	width:80px;
	height:58px;
	}
div#transportation_wrapper dl dd#map_dd{
	}
	
p#p_g_map{
	clear:both;}