@charset 'UTF-8';


input,textarea{
	font-size:10px; line-height:15px; color:#fff;
	font-family:"メイリオ" , "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
img { border:0; margin:0; padding:0;}

.t-warning { color:#FF0000; } /* 注意 */
.t-advice  { color:#D8551E; } /* 忠告 */
.t-note    { color:#005A5D; } /* 注釈 */
.c-both    { clear:both;} /* clear */

/* COMMON FONT SIZE FOR WIN */
.text-mini{ font-size: 9px; line-height: 14px;  }
.text-s   { font-size: 10px; line-height: 15px;  } /* initと同じ 通常は使用しない */
.text-m   { font-size: 14px; line-height: 20px;  }
.text-l   { font-size: 18px; line-height: 26px;  }


.car-info{display:block;margin:40px 0;clear:both;}

p.comment{
	display:block;width:500px;padding-right:10px;
	background:url(../img/comment_bg.jpg) no-repeat 0 -60px;float:right;
}
p.comment2{
	display:block;width:500px;padding-right:10px;float:right;
}

p.comment3{
	display:block;width:400px;padding-right:10px;float:right;
}

.link-box{
	border:solid 1px #f00;padding:0 5px 0 10px;
	text-decoration:none !important;color:red;
	background:url(../img/arrow_red.png) no-repeat left center;
}






