@charset "shift-jis";
/*日本語*/


.clearfix:after{
	content:"";
	display: block;
	clear:both;
}
.clearfix{
	zoom:1;
}

/*======================================================
以下は、デザインに合わせて変更可
========================================================*/
/*
ul{list-style-type:none;margin:0;padding:0}
img{
	vertical-align:middle;
	border:none;
}
#wrap{
	margin:0 auto;
	background-color:#fff;
	width:950px;
}
#contents{
	width:100%;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "Osaka","ＭＳ Ｐゴシック" ,sans-serif;
}
h3{margin:5px 0;padding:0;}
h4{margin:10px 0 0 0;padding:0;}

#menu li{display:inline;margin-right:15px;}

#contents ul li{font-size:80%;}
*/
/*========================================================================
以下は、タイプ領域。「軽自動車」「標準タイプ」など。ID、クラス名はそのまま使ってください
==========================================================================*/

#ka,#eco,#wagon,#truck,#bus{}
label{color:#a1a1a1;}
.checkedLabelColor{color:#000 !important;}



/*========================================================================
以下は、価格表テーブル。クラス「priceList」は価格テーブルすべてに付与すること。IDは自由に付けて可
thead、tbodyを使用する。
th、tdの位置、列数・行数はサンプルhtmlのテーブル構造の通りにする。
文字揃え、背景色、セル幅、罫線等のスタイルは自由に変更可
==========================================================================*/

table.priceList{
	position:relative;/*これは必須*/
	clear:both;
	zoom:1;
}

table.priceList caption.loading{/*これは必須*/
	display:block;
	position:absolute;
	left:50%;top:40%;
}