@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------ */

/*===============================================
●お問い合わせ/カタログ請求
===============================================*/
 .textWrap {
	padding-left: 10px;
 }

 #formWrap {
	width: 100%;
	margin: 0 auto;
	/*color: #555;*/
	/*line-height: 120%;*/
	font-size: 90%;
	text-align: left;
 }

 #formWrap span, #formWrap dt, .html {
	font-weight: bold;
 }

 #formWrap span {
	color: #dc143c;
 }

 #thanks p.top-page {
	text-align: right;
 }

 #formWrap a, #thanks a {
	color: #d13200;
	text-decoration : none;
 }

 #formWrap a:hover, #thanks a:hover {
	color: #ccd100;
	text-decoration : underline;
 }

