

/*--- 見出し ---*/
.title2 {
	margin-top:10px;
	color:#245E8F;
	font-size:120%;
	padding-bottom: 13px;
	background: url(../../common/img/line02.gif) no-repeat 0 100%;
}

/*--- box ---*/
.search {
	background:#EEF6FC;
	border:#A1D5F1 1px solid;
	padding: 20px 25px;
	position: relative;

}

* html .search {
	width: 600px;

}

.search input{
}

.search select {
	vertical-align: top;
}

.parkList {
	position:relative;
	min-height:67px;
	min-width:645px;
	padding-bottom:8px;
	background: url(../../common/img/line02.gif) no-repeat 0 100%;
}

.line {
	padding-bottom: 13px;
	background: url(../../common/img/line02.gif) no-repeat 0 100%;
}

* html .parkList {
	height:67px;
}

.list {
	float:right;
	padding: 0 0 0 25px;
	background: url(../../common/img/arw_blue.gif) no-repeat 5px 0.2em;
	margin: 0 20px;
}

.photo {
	position:absolute;
	top:10px;
	left:10px;
}

.btn {
	position:absolute;
	top:20px;
	right:5px;
}

.parkList dl {
	margin-left:100px;
	padding-top:15px;
	background: url(../../common/img/icon_arw_blue01.gif) no-repeat 0 1.4em;
}

.parkList dt {
	padding-left:8px;
	font-weight:bold;
}

.parkList dd {
	padding-left:8px;
}

.detailsBox p {
	text-align: center;
}

.detailsBox dl {
	margin: 15px 0;
}

.detailsBox img {
	padding: 15px 10px ;
}

.detailsBox dt {
	float: left;
	width: 7em;
	border-top:#CCCCCC 1px dotted;
	padding: 8px 15px 8px 0;
	font-weight: bold;
	color: #666;
	clear: left;
}

.detailsBox dd {
	padding-left: 7em;
	border-top:#CCCCCC 1px dotted;
	padding: 8px 0;
}

.detailsBox .lastChaird {
	border-bottom:#CCCCCC 1px dotted;
}

#mapDetail {
	width: 640px;
	height: 450px;
}

#mapList {
	width: 640px;
	height: 400px;
}

.gmapPark {
	width: 250px;
}


.pSending {
	color:#003366;
	font-size:84%;
	padding: 10px 0 10px 290px;
}

.pSending li {
	float:left;
	padding-right:6px;
}

.pSending a {
	border: 1px solid #9AAFE5;
	color:#003366;
	float:left;
	line-height:14px;
	min-width: 8px;
	padding: 2px 4px 0 ;
	text-decoration:none;
}


.pSending li.active a {
	background:#9AAFE5;
}

