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

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

/* ------------------------------
 リンクボタン
------------------------------ */
.btn a {
	min-width: 230px;
	font-weight: 700;
	text-align: center;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	display: inline-block;
	transition: 0.1s ease-in-out;
}
.btn a span {
	padding-left: 25px;
	background: url(/shared/img/arrow01.png) no-repeat 0 .3em / 15px 12px;
}
.btn a:hover {
	background: #ddd;
	text-decoration: none;
	color: #333;
}
.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 a span {
	background: url(../img/mail_a_icon.png) no-repeat 0 .3em / 18px auto;
}
.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;
}
@media screen and (max-width: 767px) {
	.inq-a a span {
		padding-left: 20px;
		background: url(../img/mail_a_icon.png) no-repeat 0 .3em / 15px auto;
	}
}

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

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

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

#tab li {
	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;
}
#tab a {
	display:block;
	text-decoration: none;
	width: 100%;
    height: 100%;
}

#tab .tabw {
	background: #1C479A;
}
#tab .tabb {
	cursor : pointer;
	background: #808080;
}
#tab .tabb:hover  {
	background: #1C479A;
}

.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 {
    border-left: none;
    border-top: none;
}