@charset "shift_jis";

/* -----------------------------------------------------------------------------
**
** アパマンショップ shop CSS 汎用性
**
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
**  大枠
----------------------------------------------------------------------------- */

#base-layout {
	color: #666666;
	background: url(../images/pt_bg_01.jpg) ;
	background-repeat : no-repeat;
	border-top: 3px solid #ffffff;
	}
#logo {
	width: 960px;
	text-align:right;
	margin:10px 10px;
	}
#bnr {
	text-align:right;
	z-index:1;
	position:relative; top:120px; left:-130px
	}
#pt {
	width: 710px;
	margin: 110px 0 30px 140px;
	padding:10px;
	background: #ffffff;
	}
#pt h2 {
	font-size:140%;
	font-weight: bold;
	color:#008000;
	}
#pt h3 {
	font-size:120%;
	font-weight: bold;
	color:#008000;
	margin: 0 0 5px 0;
	}
#pt_search {
	border: 1px solid #F2A8A6;
	text-align:center;
	margin: 30px 0 0 0;
	background: #fefecc;
	}
#pt_search .text {
	font-size:120%;
	font-weight: bold;
	float:left;
	padding-top:15px;
	margin-left: 40px;
	}
#pt_search .select {
	font-size:120%;
	float:left;
	padding-top:30px;
	margin:0 0px 0 50px;
	}
#pt_search .btn {
	font-size:120%;
	margin:0 50px 0 0px;
	}
#pt_search .section:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
.prefecture {
	border: 1px solid #999999;
	background: #d9feb4;
	text-indent:10px;
	padding:3px;
	font-weight: bold;
	}
.sample {
	margin:5px 0 10px 0 ;
	}
.sample b {
	color:#3366ff;
	font-weight: bold;
	}
.tel {
	width: 410px;
	color:#000000;
	font-weight: bold;
	border: 1px solid #F2A8A6;
	background: #fefecc;
	padding:3px;
	margin-left:150px;
	}
.tel b {
	color:#008000;
	font-size:160%;
	}
table {
	width: 710px;
	margin:3px 0 25px 0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #ffffff;
	text-indent:0px;
	}
table th {
	width: 260px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:3px;
	font-weight:bold;
	color:#ff659c;
	}
table th .tel2 {
	color:#000000;
	}
table td {
	border-bottom: 1px solid #999999;
	padding:3px;
	}