@charset "UTF-8";

/* チューニング実績 */
/** ヘッダ **/
#hd_works {
	background-image: url(../img/hd_works.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 0px;
	height: 35px;
	width: 620px;
	text-indent: -9999px;
}

/** 実績 **/
/*** 実績テーブル1 ***/
#tbl_works_list1 {
	height: auto;
	margin: 10px auto;
	padding: 0px;
	border: solid 2px #999999;
	border-collapse: collapse;
	width: 616px;
}
	#tbl_works_list1 th {
		font-size: 12px;
		margin: 0px;
		padding: 4px;
		border: 1px solid #CCCCCC;
		background: #EEEEF6;
		color: #3366CC;
		text-align: left;
	}
		#tbl_works_list1 th a {
			text-decoration: none;
			display: block;
			color: #3366CC;
		}
			#tbl_works_list1 th a:hover {
				text-decoration: underline;
				color: #0033AA;
			}
	#tbl_works_list1 td {
		font-size: 12px;
		margin: 0px;
		padding: 4px;
		border: 1px solid #CCCCCC;
		text-align: center;
	}
		#tbl_works_list1 .tbl_list_hd {
	text-align: center;
	background: #CCCCDD;
	color: #3366AA;
	font-weight: bold;
		}
/*** 実績種別-ワークス ***/
#tbl_hd_works {
	border: 1px solid #990000;
	background: #336699;
}
	#tbl_hd_works h4 {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0px;
		padding: 0px;
	}

/*** 実績テーブル2 ***/
#tbl_works_list2 {
	height: auto;
	margin: 10px auto;
	padding: 0px;
	border: solid 2px #999999;
	border-collapse: collapse;
	width: 616px;
}
	#tbl_works_list2 th {
	font-size: 12px;
	margin: 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background: #F6EEEE;
	color: #CC6633;
	text-align: left;
	}
		#tbl_works_list2 th a {
			text-decoration: none;
			display: block;
			color: #CC6633;
		}
			#tbl_works_list2 th a:hover {
				text-decoration: underline;
				color: #AA3300;
			}
	#tbl_works_list2 td {
		font-size: 12px;
		margin: 0px;
		padding: 4px;
		border: 1px solid #CCCCCC;
		text-align: center;
	}
		#tbl_works_list2 .tbl_list_hd {
			text-align: center;
			background: #DDCCCC;
			color: #666666;
		}
/*** 実績種別-谷田部 ***/
#tbl_hd_yatabe {
	border: 1px solid #990000;
	background: #996633;
}
	#tbl_hd_yatabe h4 {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0px;
		padding: 0px;
}

.tbl_photo{
	width: 180px;
}

#tbl_tuning {
	margin: auto;
	padding: 0px;
	border: solid 1px #999999;
	border-collapse: collapse;
}
	#tbl_tuning th {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	border: 1px dotted #CCCCCC;
	background: #F0F0F6;
	color: #666699;
	text-align: center;
	}
	#tbl_tuning td {
		font-size: 12px;
		margin: 0px;
		padding: 4px;
		border: 1px dotted #CCCCCC;
		text-align: left;
	}
		#tbl_tuning td p {
	margin: 3px;
	padding: 0px;
		}
