@charset "utf-8";

#main>main>article p:first-of-type {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-indent: none;
}

#main>main>article #map_frame {
	position: relative;
	width: 545px;
	height: 250px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	/* margin-bottom: 70px; */
	padding-top: 0;
	cursor:pointer;
}

#main>main>article table {
	padding: 0;
	margin: 0 auto;
	border: 2px solid gray;
	font-size: 12px;
	line-height: 2em;
	border-collapse: collapse;

}
#main>main>article table th,#main>main>article table td {
	padding: 6px 18px;
	margin: 0;
	/* border-left: 4px solid gray; */
}
#main>main>article table tr {
	/* border-bottom: 2px solid #999; */
}
#main>main>article table th {
	background-color: orange;
}
#main>main>article table td {
	background-color: lightgray;
}
#main>main>article table tr:nth-of-type(2)>td {
	background-color: #aaa;
}
#main>main>article table tr:nth-of-type(2)>th {
	background-color: #ffbc40;
}

#main>main>article table td {
	padding: 5px;
	/* border-left: 4px solid #999; */
}
#main>main>section table {
	padding: 0;
	margin-left: 15px;
	margin-bottom: 5px;
	width: auto;
	font-size: 12px;
	line-height: 1.7em;
}
/* google map ‚Ì iframe*/
#ifmap_frame {
	border: none;
	overflow: hidden;
}
