@charset "utf-8"; 
/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
.cntForm table { margin:0px 0px 15px 0px; text-align:left; border-collapse:collapse; width:100%; _width:97%; /* IE6 */ }
.cntForm th { padding:10px; background-color:#efefef; white-space:nowrap; border-bottom:1px solid #ccc; }
.cntForm td { padding:10px; border-bottom:1px solid #ccc; }
.cntForm th.center,
.cntForm td.center { text-align:center; vertical-align:middle; }

.cntForm input.w350 { width:350px; }
.cntForm input.w300 { width:300px; }
.cntForm input.w250 { width:250px; }
.cntForm input.w200 { width:200px; }
.cntForm input.w150 { width:150px; }
.cntForm input.w50 { width:50px; }
.cntForm textarea { width:300px; height:150px; }

.btnBox { padding:20px; text-align:center;}

a.att { color:#CC0000; }

.unitIn form li { color:#CC0000; list-style:disc; list-style-position:inside; } 


/* 高さ確保

:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

*/

