﻿@charset "utf-8";

/* hotspot 
   --------------------------------------------- */
#hotspot {
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif !important;
	text-align: left !important;
	width: 84%;
	height: 49px;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #b4b4b4;
}

#hotspot ul {
	overflow: hidden;
	height: 14px;
	line-height: 15px;
}

#hotspot li {
	width: 23%;
	font-size: 12px;
	float: left;
	list-style: none;
	text-align: center;
	padding: 0px 5px 0px 0px;
}

#hotspot img {
	padding-bottom: 10px;
}

#hotspot a { text-decoration: none; }
#hotspot a:link { color: #3a68ff; } 
#hotspot a:active { color: #3a68ff; }
#hotspot a:visited { color:#3a68ff; }
#hotspot a:hover { color:#0000ff; }

.clear {
	clear: both;
}
