@charset "UTF-8";

/** お問い合せフォーム
****************************************/

table.mailform {
	margin:0;
	padding:0;
	width:100%;
}

table.mailform tr th{
	width:30%;
	text-align:right;
	font-weight:normal;
	font-size:12px;
	padding:10px 20px 10px 0;
}

table.mailform tr td{
	font-size:12px;
	border-left:2px solid #001144;
	padding:10px 0 10px 20px;
	width:70%;
}

table.mailform tr th span{
	color:#bb0000;
	font-size:10px;
}

table.mailform tr td textarea {
	width:100%;
	height:120px;
}

#contact_number{
	margin:0 0 30px 0;
	padding:15px 0;
	border:3px solid #cccccc;
	font-size:14px;
	text-align:center
}

#contact_number span{
	font-weight:bold;
	color:#bb0000;
}

/** よくある質問
****************************************/

dl#faq_list dt{
	background:url(img/icon_q.gif) no-repeat 10px 5px;
	padding:5px 0 15px 70px;
	margin:0;
	font-weight:bold;
	color:#0060ff;
	font-size:14px;
}

dl#faq_list dd{
	background:url(img/icon_a.gif) no-repeat 10px 5px;
	border-bottom:1px dashed #cccccc;
	padding:5px 0 15px 70px;
	margin:0 0 15px 0;
	font-size:14px;
}

#copy_faq{
	clear:both;
	text-align:center;
	margin:30px 0;
}

/** お取引の流れ
****************************************/

ul#flow_list{margin:0;padding:0;}

ul#flow_list li{
	border-bottom:1px dashed #cccccc;
	padding:5px 0 15px 90px;
	margin:0 0 15px 0;
	font-size:14px;
}

ul#flow_list li.step01{background:url(img/icon_step01.gif) no-repeat 10px 5px;}
ul#flow_list li.step02{background:url(img/icon_step02.gif) no-repeat 10px 5px;}
ul#flow_list li.step03{background:url(img/icon_step03.gif) no-repeat 10px 5px;}
ul#flow_list li.step04{background:url(img/icon_step04.gif) no-repeat 10px 5px;}
ul#flow_list li.step05{background:url(img/icon_step05.gif) no-repeat 10px 5px;}
ul#flow_list li.step06{background:url(img/icon_step06.gif) no-repeat 10px 5px;}
ul#flow_list li.step07{background:url(img/icon_step07.gif) no-repeat 10px 5px;}
ul#flow_list li.step08{background:url(img/icon_step08.gif) no-repeat 10px 5px;}
ul#flow_list li.step09{background:url(img/icon_step09.gif) no-repeat 10px 5px;}

/** リンク
****************************************/

ul#link_list{margin:0;padding:0;}

ul#link_list li{
	background:url(img/icon_link.gif) no-repeat 10px 8px;
	border-bottom:1px dashed #cccccc;
	padding:5px 0 15px 40px;
	margin:0 0 15px 0;
	font-size:14px;
}
}