@charset "UTF-8";

#contents .main h3{
	font-size:100%;	
	width: 540px;
}

#contents .main p {
	font-size: 100%;
	margin: 1em 1em 0.4em 1em;
	line-height: 1.5em;
	text-indent: 1em;
}

#contents .main table {
	width: 98.5%;
	border-top: 1px solid #999999;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 15px 10px;
}

#contents .main table th {
	padding :1em;
	border-bottom: 1px  solid #999999;
	border-left: 1px solid #999999;
	background-color: #f5f5f5;
}

#contents .main table td {
	padding :1em 0.4em 1em 2em;
	border-bottom: 1px  solid #999999;
	border-right: 1px solid #999999;
}

#contents .main #map {
	margin: 10px 0px 0px 2%;
	width: 98%;
}



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

#contents .main table {
	width: 93%;
}

}
