/* 廃車・保険 */
#waku {
	background: #FFF4D2 url(../img/disused_icon.jpg) no-repeat 10px 60px;
}
#waku h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 8px;
	background: url(../img/disused_h1.gif) no-repeat;
	height: 15px;
}
#waku h2 {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 8px;
	background: url(../img/disused_h2.gif) no-repeat center;
}
#waku h3 {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/disused_h3.gif) no-repeat;
	height: 92px;
}
#waku ul {
	padding-left: 145px;
	height: 100px;
}
#disused h4 {
	margin-bottom: 0.3em;
	font-size: 14px;
}
#disused h4 span {
	font-weight: normal;
	font-size: 12px;
}
#disused h5 {
	margin-bottom: 0.3em;
	font-size: 14px;
	text-align: center;
}




/* テーブル t1 */
#disused table.t1 {
	margin-bottom: 1em;
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}
.t1 th {
	padding: 0.1em 0.3em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #E1E1E1;
	font-weight: normal;
	width: 15%;
}
.t1 td {
	padding: 0.1em 0.3em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 35%;
}
.t1 input.txt {
	width: 130px;
}


/* テーブル t2 */
#disused table.t2 {
	margin-bottom: 1em;
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}
.t2 th {
	padding: 0.1em 0.3em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #E1E1E1;
	font-weight: normal;
	width: 20%;
}
.t2 td {
	padding: 0.1em 0.3em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


/* テーブル t3 */
#disused table.t3 {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.t3 th {
	border: none;
	background-color: #FFF;
	font-weight: normal;
	width: 15%;
}
.t3 td {
	border: none;
}


/* テーブル t4 */
#disused table.t4 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	border: none;
	border-collapse: collapse;
	width: 70%;
}
.t4 td {
	width: 50%;
	text-align: center;
}





/* その他 */
td span {
	color: #F00;
}
p.privacy {
	margin-bottom: 0.5em;
	padding: 0.5em;
	background-color: #FFF7DD;
}





