/* アイキャッチ
***************************************************************/
.iCatch .bg {
background-image: url(../img/townplan/townplan1.jpg);
}
@media all and (max-width:680px) {
	.iCatch .bg {
		background-image: url(../img/townplan/townplan1_sp.jpg);
	}
}

#lot_list {
	width: 910px;
}
.btn a::after {
    content: initial;
}

/* ------------------------------
 セレクトボックス
------------------------------ */
select {
    font-size: 16px;
    font-weight: bold;
    padding: .2em;
    text-align: left;
    border: 1px solid #DCDCDC;
    vertical-align: middle;
}

/* ------------------------------
 リンクボタン
------------------------------ */
.btn a {
	font-size: 15px;
	font-weight: 700;
	color: #519fbc;
	min-width: 230px;
	padding: 6px 0;
	text-align: center;
	border: 2px solid #519fbc;
	background: #fff;
	display: inline-block;
	position: relative;
}
.btn a::after {
	content: "";
	width: 12px;
	height: 10px;
	background-image: url(../img/common/arrow_r.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: right 0.3s ease, background 0.3s ease;
}
.btn a:hover {
	background-color: #519fbc;
    color: #fff;
}
.btn a:hover::after {
	right: 5px;
    background-image: url(../img/common/arrow_r_w.svg);
}
.btn .cms_pdf + a,
.btn a + .cms_pdf {
	margin-left: 20px;
}
.btn-a a {
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #CC4B1F;
	display: inline-block;
	transition: 0.1s ease-in-out;
}
.btn-a.blue a {
	background: #003366;
}
.btn-a a:hover {
	opacity: .7;
}
.btn-a a span {
	padding-left: 25px;
	background: url(/shared/img/arrow02.png) no-repeat 0 .3em / 15px 12px;
}
.inq a span {
	background: url(/shared/img/mail_icon.png) no-repeat 0 .3em / 18px auto;
}
.phone a span {
	background: url(/shared/img/tel_icon_w.png) no-repeat 0 center / 18px auto;
}
.btn-a a:hover {
	text-decoration: none;
}

/* 横並びボタン */
.btnList a {
	margin: 0 20px;
}

/* ------------------------------
 タブ
------------------------------ */

#tab {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 3px #519fbc;
	letter-spacing: -.4em;
}

#border_line {
    height: 50px;
    background-color: red;
}

#tab li {
	font-weight: 700;
	display:inline-block;
	width: 452px;
	line-height: 78px;
	padding: 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
	
	letter-spacing: normal;
}
#tab span {
	padding-left: 32px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
}
#tab a {
	display:block;
	text-decoration: none;
	width: 100%;
    height: 100%;
}

#tab .tabw {
	background: #519fbc;
}
#tab .tabb {
	cursor : pointer;
	background: #e5e5e6;
}
#tab .tabb:hover  {
	background: #519fbc;
}

.lefttab {
	margin-right: 6px;
}

.tabhouse span {
	background: url(/shared/img/jutaku_icon.png) no-repeat 0 / auto 25px;
}
.tabland span {
	background: url(/shared/img/tochi_icon.png) no-repeat 0 / auto 25px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	#lot_list {
		width: auto;
	}
	/* タブ */
	#tab {
		width: auto;
		border-bottom: initial;
	}
	#tab li {
		display: block;
		width: auto;
		border-radius: 4px 4px 4px 4px;
	}
	.lefttab {
		margin: 0 0 6px 0;
	}
}

/* ------------------------------
 ボーダーテーブル
------------------------------ */
div.borderTb table {
	width: 100%;
    border-left: none;
    border-top: none;
}