@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      sightseeing.css
 Style Info:     周辺観光ページ
----------------------------------------------------------- */

/*----------------------------------------------------
	#map
----------------------------------------------------*/

/*clearFix*/

#contents:after,
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#map{
	border:1px solid #979797;
	width: 558px;
	overflow: hidden;
}

body {
	margin: 0px;
	padding: 0px;
}


dl#spot {
	border: 1px solid #EDEDED;
	padding: 10px;
	background-color: #F6F6F6;
	background-image: url(../access/sightseeing/img/boxbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 15px;
	clear: both;
}

dl#spot dt a {
	font-size: 14px;
	background-image: url(../access/sightseeing/img/icon_point.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	font-weight: bold;
	color: #0099CC;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

dl#spot dt a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../access/sightseeing/img/icon_point_over.gif);
}

dl#spot dd.pt {
	float: left;
	width: 180px;
	margin-right: 15px;
}

dl#spot dd.pt ul#icon {
	padding-top: 38px;
	background-image: url(../access/sightseeing/img/icon_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

dl#spot dd.pt ul#icon li {
	display: inline;
	float: left;
	margin-right: -1px;
}

dl#spot dd.txt {
	margin-bottom: 10px;
}

dl#spot dd.st {
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	color: #666666;
}

dl#spot dd.add {
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	color: #666666;
	margin-bottom: 10px;
}

.marker_data {
	padding: 5px;
}

dl#window {
	font-size: small;
}

dl#window dt {
	background-color: #F6F6F6;
	padding: 3px;
	margin-bottom: 7px;
}

dl#window dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}

dl#window dd.pt {
	margin-right: 7px;
	margin-left: 0px;
	float: left;
}

dl#window dd.pt img {
	width: 120px;
}

dl#window.txt {
	float: left;
}

/*スポット名*/
p.spotName {
	text-align:left;
	background:#EBEBEB;
	display:block;
	color:#000000;
	font-size:small;
	padding: 5px;
	font-weight: bold;
}

/* スポット名 */
#gmap_name {

}

.fukidasi {

}

.addresslist {
	font-size:small;
	padding-left: 130px;
	text-align: left;
}

.subject {
	padding-top: 10px;
	clear: left;
}

.subject img {
	width:120px;
	float: left;
}

ul#rank {
	padding-top: 0px;
	padding-left: 110px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 160px;
	margin-bottom: 20px;
}

ul#rank.cop {
	background-image: url(../access/sightseeing/img/title_rnk_cop.gif);
	float: left;
}

ul#rank.fam {
	background-image: url(../access/sightseeing/img/title_rnk_fam.gif);
	float: right;
}

ul#rank.fuf {
	background-image: url(../access/sightseeing/img/title_rnk_fuf.gif);
	float: left;
}

ul#rank.jos {
	background-image: url(../access/sightseeing/img/title_rnk_jos.gif);
	float: right;
}

ul#rank li.no1 {
	background-image: url(../access/sightseeing/img/icon_no1.gif);
	background-repeat: no-repeat;
	font-size: large;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 50px;
	height: 38px;
}

ul#rank li.no2,
ul#rank li.no3 {
	background-image: url(../access/sightseeing/img/icon_no2.gif);
	background-repeat: no-repeat;
	background-position: 7px 0px;
	font-size: medium;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 50px;
	height: 30px;
	color: #666666;
}

.pointlink {
	clear: both;
}

a.point {
	font-size: 14px;
	background-image: url(../access/sightseeing/img/icon_point.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.4em;
	font-weight: bold;
	color: #0099CC;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 518px;
	background-color: #F6F6F6;
	border: 1px solid #EDEDED;
	clear: both;
}

a.point:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../access/sightseeing/img/icon_point_over.gif);
}

#mapwrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#mapwrapper #map {
	border:none;
	width: 100%;
	overflow: hidden;
}
