<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   detail
---------------------------------------------------------------------------------------------------- */
/*.detail h2	{
	margin-bottom: 20px;
}
*/
/* spotMap
---------------------------------------------------------------------------------------------------- */
/*.spotMap  h3	{
	padding: 15px;
	color: #fff;
	font-weight: bold;
}*/

.spotMapH	{
	margin: 0 auto;
	position: relative;
}

.spotMapArea	{
	/*margin: 10px 0;*/
	margin: 1%;
	background-color: #f3f5f8;
}

.spotMapG	{
	float: left;
	border: 1px solid #cccccc;
}

.spotMapArea dl	{
	float: left;
	width: 168px;
}

.spotMapArea dl dt	{
	padding: 15px 0;
	background-color: #756a62;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.spotMapArea dl dd ul	{
	border-top: 1px solid #f8f8f8;
}

.spotMapArea dl dd ul li	{
	padding: 15px 10px;
	border-bottom: 1px solid #f8f8f8;
}

.spotMapArea dl dd ul li a	{
	padding-left: 20px;
	background: url(./img/map_ic001.gif) no-repeat left center;
}

.spotAreaMon dt	{
	margin-bottom: 10px;
	padding-bottom: 11px;
	background: url(./img/map_hr001.gif) no-repeat left bottom;
	font-weight: bold;
}

.spotMapBtn {
	margin-top: -30px;
	margin-bottom: 30px;
}

.spotMapBtn ul	{
	float: right;
}

.spotMapBtn ul li	{
	float: left;
	padding: 0 1px 0 3px;
}

.pointCheckBlock input[type="checkbox"]	{
    width: 10px;
    height: 10px;
}

</pre></body></html>