@charset "utf-8";

/* CSS information ===================================================

	 file name : style.css
	style info : メインエリアスタイルシート

=================================================================== */

/*----------------------------------------------------------
/*  index.html トップページ
----------------------------------------------------------*/
/* .parking_map 駐車場・駐輪場マップ
------------------------------------------------*/
.parking_map {
	float:left;
	width:700px;
	margin-bottom:30px;
	position:relative;
}
.parking_map .title {
	width:325px;
	background: #544796;
}
.narrow_btn {
}
.narrow_btn li {
	float:left;
}
.narrow_btn li a:hover {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	display:block;
	zoom:1;
}

.map_area {
	padding:10px 10px 10px 10px;
	background-color:#544796;
	z-index:10;
}
#mapBox{
	width:680px;
	height:514px
	position:relative;
	background-color:#FFFFFF;
	overflow:hidden;
}
#map{
	width: 680px;
	height: 514px
}
.gm-style-iw {
    overflow: hidden !important;
    padding: 12px !important;
}
.gm-style-iw div {
    overflow: hidden !important;
}

/* .related_bnr 関連バナー
------------------------------------------------*/
.related_bnr {
	float:right;
	margin-bottom:30px;
}
.related_bnr img {
	width: 260px;
	height: auto;
}
.related_bnr .bnr01 {
	margin-bottom:10px;
}
.related_bnr .bnr02 {
	margin-bottom:10px;
}

/* .search 駐車場・駐輪場条件検索
------------------------------------------------*/
.search .topic {
	margin-bottom:0;
}

.search .inner {
	margin-bottom:20px;
	padding:10px 8px;
	border:solid 4px #8FC120;
}
.search_tbl {
	float:left;
	width:542px;
	font-size:105%;
}
.search_tbl tr {
	border-bottom: solid 1px #CCC;
}
.search_tbl th {
	width:90px;
	padding:10px 8px;
	text-align:left;
	font-weight: bold;
	background: #EBF7CE;
	border: solid 3px #FFF;
}
.search_tbl td {
	padding:10px 8px;
}
.search_tbl td input {
	font-size:120%;
}
.search_tbl td input[type=checkbox], 
.search_tbl td input[type=radio] {
	transform: scale(1.2);
	margin-left: 5px;
}
.search_tbl input[type=text] {
	width:315px;
}
.search_tbl td select {
	padding:5px 1px;
	font: 95% arial,helvetica,clean,sans-serif;
}
.search_btn {
	float:right;
}
.search_btn li {
	margin-bottom:8px;
}

/*.search_btn .btn01 input {
	width:119px;
	height:132px;
	text-indent:-9999px;
	background:url(../img/search_btn02_off.png) no-repeat;
	border:none;
	display:block;
	cursor:pointer;
}
.search_btn .btn02 input {
	width:119px;
	height:42px;
	text-indent:-9999px;
	background:url(../img/search_btn03_off.png) no-repeat;
	border:none;
	display:block;
	cursor:pointer;
}
*/
.classification img {
	padding: 5px;
}
.top_border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
/* .news 東武プロパティーズからのお知らせ
------------------------------------------------*/
.news_list {
	padding:0 10px;
	font-size:105%;
	line-height: 1.4;
	margin-bottom:30px;
}
.news_list dt {
    clear:left;
    float:left;
	width:8em;
	margin-bottom:20px;
	padding-left:19px;
	background:url(../img/common_ico01.gif) no-repeat left center;
	font-weight: bold;
}
.news_list dd {
	margin-bottom:20px;
}
.news_list span {
	_width:550px;
	display:block;
/*
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
*/
}
.news_list a {
	color:#000;
}
.news_list a:hover {
	text-decoration:none;
	color: #000;
}
.news .page_nav {
	text-align: center;
	clear: both;
	padding-top: 20px;
	font-size: 1.1em;
}
.document {
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
}
.document h2 {
	background-image: url(../img/title_h2_01_s1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	width: 658px;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	color: #79A319;
	margin-bottom: 15px;
}


.document p {
	margin-bottom: 20px;
}
.document dl {
	clear: both;
	width: 660px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.document dl dt {
	float: left;
	width: 470px;
	padding-right: 8px;
}
.document .pdf_dl {
	border: 1px dotted #DDDDDD;
	padding: 10px;
	clear: both;
	font-size: 0.89em;
	width: 658px;
	margin-top: 30px;
	overflow: hidden;
	float: left;
}
.document .pdf_dl img {
	float: left;
	width: 112px;
	margin-right: 18px;
}
.document .pdf_dl p {
	margin-bottom: 0px;
}
