@charset "utf-8";

/* コンテンツ */

/* 検索ページ */
#contents #zukan{
	width: 710px;
}

#zukan .maninfo {
	width: 710px;
	height: 150px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96C7F0;
}

#zukan .maninfo .photo {
	margin-top: 2px;
	width: 200px;
	text-align: center;
	float: left;
	height: 150px;
}

#zukan .maninfo .photo img {
	padding: 5px;
	border: 1px solid #999999;
}

#zukan .maninfo .main {
	float: left;
	width: 510px;
}


#zukan .maninfo .main .name {
	width: 495px;
	font-size: 131%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #96C7F0;
	margin-bottom: 10px;
	margin-left: 5px;
}

#zukan .maninfo .main .tool {
	width: 490px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#zukan .maninfo .main .info {
	width: 495px;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 5px;
}

/* 物件地図データ 開始 */
div#mapdata {
	width: 710px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DAEC;
}

div#mapdata div#map{
	width: 710;
	height: 350px;
}

div#mapdata div#zoom {
	width: 710px;
	text-align: right;
}

div#mapdata div#spot {
	width: 710px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#mapdata div#spotdata {
	width: 710px;
	height: 150px;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: both;
}

div#mapdata div#spot table {
	float: left;
	width: 130px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#mapdata div#spot table:not(:last-child) {
	margin-right: 5px;
}

div#mapdata div#spot table tbody tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

div#mapdata div#spot table tbody tr:last-child {
	border: none;
}

div#mapdata div#spot table th {
	padding: 2px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin: 0px;
	font-weight: normal;
	font-size: 100%;
}

div#mapdata div#spot table th.type0 {
	border-bottom-color: #DF0024;
}

div#mapdata div#spot table th.type1 {
	border-bottom-color: #007520;
}

div#mapdata div#spot table th.type2 {
	border-bottom-color: #0669B2;
}

div#mapdata div#spot table th.type3 {
	border-bottom-color: #F8BF1F;
}

div#mapdata div#spot table th.type4 {
	border-bottom-color: #714b20;
}

div#mapdata div#spot table th.type99 {
	border-bottom-color: #000000;
}

div#mapdata div#spot table th.type0:hover {
	background-color: #ffeaef;
	cursor: pointer;
}

div#mapdata div#spot table th.type1:hover {
	background-color: #e8ffef;
	cursor: pointer;
}

div#mapdata div#spot table th.type2:hover {
	background-color: #e2f4ff;
	cursor: pointer;
}

div#mapdata div#spot table th.type3:hover {
	background-color: #f7f2db;
	cursor: pointer;
}

div#mapdata div#spot table th.type4:hover {
	background-color: #ffefdd;
	cursor: pointer;
}

div#mapdata div#spot table th.type99:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

div#mapdata div#spot table td {
	text-align: left;
	font-size: 85%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

div#mapdata div#spot table td.bar {
	padding: 0px;
}

div#mapdata div#spot table td.no {
	vertical-align: top;
	width: 15px;
	text-align: center;
}

div#mapdata div#spot table td span.distance {
	color: #999999;
}

div#mapdata div#spot div#spotdata table tbody#spot-type0 tr:hover {
	background-color: #ffeaef;
	cursor: pointer;
}

div#mapdata div#spot div#spotdata table tbody#spot-type1 tr:hover {
	background-color: #e8ffef;
	cursor: pointer;
}

div#mapdata div#spot div#spotdata table tbody#spot-type2 tr:hover {
	background-color: #e2f4ff;
	cursor: pointer;
}

div#mapdata div#spot div#spotdata table tbody#spot-type3 tr:hover {
	background-color: #f7f2db;
	cursor: pointer;
}

div#mapdata div#spot div#spotdata table tbody#spot-type4 tr:hover {
	background-color: #ffefdd;
	cursor: pointer;
}

div#mapdata div#spot div#spotdata table tbody#spot-type99 tr:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

div#mapdata p.exp {
	font-size: 85%;
	color: #999999;
	clear: both;
	text-align: right;
}

div#mapdata div#station table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#mapdata div#station table td {
	text-align: left;
	vertical-align: middle;
	font-size: 85%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#mapdata div#station table td:hover {
	background-color: #ffeff9;
	cursor: pointer;
}

div#mapdata div#station table td img {
	margin-right: 5px;
	vertical-align: middle;
}

div#mapdata div#station table td span.distance {
	color: #999999;
}
/* 物件地図データ 終了 */
