@charset "utf-8";
@import "common.css";
/*//////////////////////////////////////////////////////
	アクセス
//////////////////////////////////////////////////////*/

/*===================================
	access
===================================*/

/* map */
#access #map iframe{
	width:100%;
	margin:0 auto 1.0em auto;
	display:block;
} 

/* text */
#access .text{
	font-weight:bolder;
	margin-bottom:1.0em;
}

/* table */
#access table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1.0em;
}
#access table tr{
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	border-collapse:collapse;
}
#access table tr th,
#access table tr td{
	font-size:90%;
	padding:1.0em;
}
#access table tr th{
	width:35%;
	text-align:right;
	background:#EEE;
}
#access table tr td p{
	margin-bottom:0.5em;
	
}
	#access table tr td a:link,
	#access table tr td a:visited,
	#access table tr td a:active{
		color:#C72323;
		text-decoration:underline;
		outline:none;
	}
	#access table tr td a:hover{
		text-decoration:none;
		outline:none;
	}








