@charset "Shift_JIS";



/*===========　テーブル設定　==========*/
table.spec {
	text-align: center;
	font-size: 93%;
}

table.spec th{
	font-weight: normal;
	text-align: left;
}

table.spec th,
table.spec td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

table.spec .zebra1{
	background-color: #E8ECF2;
}


