@charset "Shift_JIS";

/*---テーマカラー：スカイブルー---*/

body{
	margin: 0;
	color: #000000;
	font-size: 12px;
	background-color: #e4f2ff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}

.theme-color-deep{
	background-color: #0286FD;
}

.requestButtonUpper{
	float: left;
	width: 184px;
	height: 28px;
	text-indent: -9999px;
}

.requestButtonUpper a{
	background: url(images/request_upper_off.jpg) no-repeat right;
	display: block;
	width: 184px;
	height: 28px;
	text-decoration: none;
}

.requestButtonUpper a:hover{
	background: url(images/request_upper_on.jpg) no-repeat right;
	display: block;
	width: 184px;
	height: 28px;
}

.requestButtonUnder{
	float: left;
	width: 238px;
	text-indent: -9999px;
}

.requestButtonUnder a{
	background:url(images/request_off.jpg) no-repeat center center;
	display: block;
	width: 238px;
	height: 95px;
	text-decoration: none;
}

.requestButtonUnder a:hover{
	background:url(images/request_on.jpg) no-repeat center center;
	display: block;
	width: 238px;
	height: 95px;
}

.lumpCloseMailBoxUpper{
	float: left;
	width: 320px;
	margin: 20px auto 0 auto;
	border-top: solid 4px #0286FD;
	border-right: solid 1px #0286FD;
	border-bottom: solid 1px #0286FD;
	border-left: solid 1px #0286FD;
	padding: 7px 164px;
	background-color: #c7e3fd;
}

.lumpCloseMailBoxUnder{
	float: left;
	width: 320px;
	margin: -7px auto 30px auto;
	border-top: solid 1px #0286FD;
	border-right: solid 1px #0286FD;
	border-bottom: solid 4px #0286FD;
	border-left: solid 1px #0286FD;
	padding: 7px 164px;
	background-color: #c7e3fd;
}

.goResmBox{
	margin: 15px auto 5px auto;
	text-indent: -9999px;
	width: 560px;
}

.goResmBox a{
	background:url(images/go_resm_off.jpg) no-repeat center center;
	display: block;
	width: 560px;
	height: 41px;
}

.goResmBox a:hover{
	background:url(images/go_resm_on.jpg) no-repeat center center;
	display: block;
	width: 560px;
	height: 41px;
}

/*------------------------------------------------- */

h2.pageTitle{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	padding-left: 9px;
	border-left: 6px solid #0286FD;
}

.articleDetailsTitle{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	padding-left: 9px;
	border-left: 6px solid #0286FD;
	float: left;
	width: 450px;
	margin-bottom: 10px;
}

.sectionLayout{
	background-color: #ffffff;
	border-top: solid 1px #989898;
	border-right: solid 1px #989898;
	border-left: solid 1px #989898;
}

.googleMapTitle{
	background-color: #c7e3fd;
	border: solid 1px #989898;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 588px;
}

.phLine-notitle{
	border-top: 1px solid #989898;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 600px;
}

h3.concTitlePlan{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #989898;
	padding: 3px;
	background-color:#c7e3fd;
	border: solid 1px #989898;
}

h4.topOutlineTit{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding: 5px 0 0 17px;
	border-bottom: solid 1px #666666;
	background: url(images/top-head.jpg) 5px 5px no-repeat;
}

.topOutlinePrice{
	font-size: 16px;
	font-family: Arial Black;
	color: #FF0000;
	text-align: left;
	padding-left: 5px;
}

/*物件概要---*/

.subTitle{
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-top: solid 1px #989898;
	border-left: solid 1px #989898;
	border-right: solid 1px #989898;
}

.noticeTable{
	border: none;
	width: 650px;
	margin-bottom: 2px;
	background-color: #c7e3fd;
	border-top: solid 1px #989898;
}

.noticeTable th{
	border: none;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 10px;
	border-bottom: solid 1px #989898;
}

.noticeTable td{
	border: none;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 10px;
	width: 500px;
	border-bottom: solid 1px #989898;
	border-left: solid 1px #989898;
}

.outTable{
	border: none;
	width: 650px;
	margin-bottom: 2px;
	border-top: solid 1px #989898;
}

.outTable th{
	border: none;
	background-color: #c7e3fd;
	border-right: solid 1px #989898;
	border-bottom: solid 1px #989898;
	padding: 3px 10px;
	width: 110px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}

.outTable td{
	border: none;
	background-color: #ffffff;
	border-bottom: solid 1px #989898;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}
/*---物件概要*/

/*資料請求---*/

.reqListTable{
	width: 650px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
	border-left: solid 1px #989898;
}

.reqListTable th{
	border: none;
	padding: 5px;
	border-top: solid 1px #989898;
	border-right: solid 1px #989898;
	background-color: #c7e3fd;
}

.reqListTable td{
	border: none;
	padding: 7px 5px;
	border-top: solid 1px #989898;
	border-right: solid 1px #989898;
}

h6{
	background:url(images/border_bottom.jpg) repeat-x top;
	height: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

.formTable{
	border: none;
	width: 600px;
	text-align: left;
	border-top: solid 1px #989898;
}

.formTable th{
	border: none;
	vertical-align: top;
	padding: 8px;
	border-bottom: solid 1px #989898;
	background-color: #c7e3fd;
}

.formTable td{
	border: none;
	line-height: 16px;
	vertical-align: top;
	padding: 8px;
	border-bottom: solid 1px #989898;
	border-left: solid 1px #989898;
	background-color: #ffffff;
}

.indicate{
	color: #cc0000;
}

/*---資料請求・来場予約*/

/*---------物件一覧ページ用----*/

#h2List{
	padding: 12px 0;
}

.tab{
	background-color:#c7e3fd;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	padding: 5px 10px;
	width: 100px;
}

.tab a:link{
	text-decoration: underline;
	color: #000000;
}

.tab a:visited{
	text-decoration: underline;
	color: #000000;
}

.tab a:hover{
	text-decoration: underline;
	color: #ff0000;
}

.tab-now{
	background-color:#989898;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	padding: 5px 10px;
	width: 100px;
}

.tab-now a:link{
	color: #ffffff;
	text-decoration: none;
}

.tab-now a:visited{
	color: #ffffff;
	text-decoration: none;
}

.tab-now a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.searchWindow{
	border: none;
	width: 800px;
	margin-top: 0;
	text-align: left;
	border-left: solid 1px #666666;
	border-top: solid 3px #989898;
}

.searchWindow th{
	border: none;
	vertical-align: middle;
	padding: 5px 0 5px 5px;
	background-color: #c7e3fd;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	width: 95px;
}

.searchWindow td{
	border: none;
	padding: 5px 25px 5px 10px;
	vertical-align: middle;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.checkCity{
	width: 664px;
	text-align: left;
	padding: 3px;
	background-color: #c7e3fd;
	margin-bottom: 3px;
}

.sortClassification{
	color:#FF0000;
}

.registeredTable{
	border: none;
	width: 800px;
	border-top: solid 3px #989898;
	border-left: solid 1px #666666;
}

.registeredTable th{
	border: none;
	line-height: 15px;
	text-align: center;
	background-color: #c7e3fd;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right:solid 1px #666666;
	border-bottom: solid 3px #989898;
}

.registeredTable th a:link{
	color:#000000;
}

.registeredTable th a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.registeredTable th a:visited{
	color:#000000;
}

.registeredTable td{
	border: none;
	line-height: 18px;
	text-align: center;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.registeredTable td.leftSide {
	text-align: left;
}

.checkbox{
	text-align: center;
	background-color: #c7e3fd;
	width: 45px;
}

.referenceCompany{
	float: left;
	border-top: solid 1px #989898;
	border-left: solid 1px #989898;
	border-right: solid 1px #989898;
	width: 648px;
}

.referenceInfo{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 400px;
}

.referenceName{
	font-size: 15px;
	line-height: 22px;
}

.referenceAddress{
	line-height: 15px;
}

.referenceLicense{
	font-size: 9px;
	line-height: 10px;
}

/*賃貸物件一覧　アイコン説明---*/

#iconExplanation{
	margin: 20px 0;
	padding: 5px;
	border: solid 1px #989898;
	width: 789px;
}

.iconExp-table th{
	background-color: #c7e3fd;
	width: 20%;
	height: 30px;
	padding-left: 3px;
}

/*---賃貸物件一覧　アイコン説明*/

/*------------------------------------------------- 回り込み解除用class ----*/
/*   （floatさせた要素を含む親のブロック要素にはcboxというclassをつける）   */

.cbox{
	zoom: 100%;
}
.cbox:after{
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
	line-height: 0;
}

/*------------------------------------------------- 読み上げブラウザ用 ----*/
div#skipMenu{
	position: absolute;
	top: -500px;
	left: -500px;
	visibility: hidden;
}
/*------------------------------------------------- */
