<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift-JIS";

/*
	許しません！クルマの不正改造
	最終更新： 2007-03-09
*/


/*--------------------------------------------------不正改造の事例*/
.caseExample {
	margin:0 15px;
}

.caseExample h5 {
	background-color:#9BAFC4;
	padding:2px 5px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 20px 0;
}
/* 不正改造事例の項目 */
.checklist {
	float:right;
	width:350px;
	margin:0 15px 10px 10px;
	padding:10px 5px;
	border:1px solid #CCCCCC;
}
.checklist ul li {
	font-size:80%;
	line-height:150%;
	background-image:url(../../../common/img/icon/list_square01.gif);
	background-position:10px 5px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin:0!important;
}
/** 危険性 **/
.kikensei {
	width:390px;
	float:right;
	font-size:85%;
	line-height:130%;
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:5px 10px;
}
.kikensei p {
	margin:0;

}
/** 法令 **/
.hourei {
	width:390px;
	float:right;
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:5px 10px;
}
.hourei p {
	margin:0;
}
.hourei ul li {
	font-size:85%;
	line-height:150%;
	background-image:url(../../../common/img/icon/list_square01.gif);
	background-position:10px 5px;
	background-repeat:no-repeat;
	padding:0 0 5px 25px;
	margin:0!important;
}
/* 法令内テーブル装飾 */
.hourei table {
	font-size:85%;
	margin-bottom:7px;
	border-collapse:separate;
	border-spacing:0;
	border-top:1px solid #DED8CA;
	border-bottom:3px solid #DED8CA;
}
.hourei caption {
	padding:6px;
	color:#FFFFFF;
	background:#666666;
}
.hourei th {
	border-right:1px solid #E9E4D9;
	border-bottom:1px solid #E9E4D9;
	text-align:left;
	padding-left:10px;
}
.hourei td {
	border-bottom:1px solid #E9E4D9;
	text-align:center;
	background-color:#FFFFFF;
}
/* ヘッダー部の指定 */
.hourei thead th {
	color:#5E4F46;
	background-color:#C9C7C6;
}
.hourei tbody th {
	background-color:#F6F6F5;
}

/*--------------------------------------------------前後のセグメント*/
.nextSegment {
	border-top:1px #0099CC dotted;
	border-bottom:1px #0099CC dotted;
	margin:10px 0 5px 0;
	padding:2px 0;
}
.nextSegment p {
	text-align:center;
	float:left;
	font-size:85%!important;
	margin:0;/*NC対策*/
}
.down {
	padding:0 20px;
	background:url(../../../common/img/icon/list_arrowdown.gif) no-repeat top left;

}
.up {
	padding:0 20px;
	background:url(../../../common/img/icon/list_arrowup.gif) no-repeat top left;
}

/*--------------------------------------------------不正改造車110番*/
.callList table {
	border-collapse:separate;
	border-spacing:0;
	border-top:1px solid #DED8CA;
	border-bottom:3px solid #DED8CA;
	margin-bottom:5px;
}
.callList th {
	border-right:1px solid #E9E4D9;
	border-bottom:1px solid #E9E4D9;
	padding:2px;
}
.callList td {
	border-right:1px solid #E9E4D9;
	border-bottom:1px solid #E9E4D9;
	background-color:#FFFFFF;
	text-align:left;
	padding:3px 5px;
	line-height:120%;
}
/* ヘッダー部の指定 */
.callList thead th {
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background:#486D94;
}
.callList tbody th {
	font-weight:bold;
	background-color:#F6F6F5;
}

/*--------------------------------------------------構成団体*/
.party ul {
	margin:0 20px 7px 20px!important;
	padding:10px 0;
	border:1px solid #CCCCCC;
}
.party ul li {
	list-style-type:square!important;
	margin-left:40px;
}

/*EOF*/</pre></body></html>