@charset "utf-8";

#contents-in h2	{ margin-bottom:30px; }

#index			{ padding-bottom:20px; background:url("/images/contact_img.png") no-repeat 530px 0px; min-height:380px; }
#check			{ padding-bottom:20px; background:url("/images/confirm_img.png") no-repeat 530px 0px; min-height:380px; }

input.w			{ width:500px; padding:2px; }
textarea		{ width:500px; padding:2px; height:200px; }

p.error			{ color:#E30; background:url("/common/images/err.png") no-repeat; height:58px; padding:4px 0 0 70px; }

dl dt			{ padding:10px 10px 3px 0; }
dl dd			{  }

label			{ margin-right:10px; }

dl.check dt		{ border-bottom:1px dotted #745D35; margin-bottom:10px; width:500px; }
dl.check dd		{ margin-bottom:20px; }

#send			{ margin:15px 0 0 -3px; }
/*#send input		{ width:120px; padding:5px 10px; }*/

input#check_btn	{ text-indent:-2000px; display: block; float:left; background:url("/images/btn_confirm.png") no-repeat; width:185px; height:48px; border:none; cursor:pointer; }
*html input#check_btn	{ width:139px; }
input#send_btn	{ text-indent:-2000px; display: block; float:left; background:url("/images/btn_send.png") no-repeat; width:185px; height:48px; border:none; cursor:pointer; }
input#back_btn	{ text-indent:-2000px; display: block; float:left; background:url("/images/btn_edit.png") no-repeat; margin:0 10px 0 0; width:185px; height:48px; border:none; cursor:pointer; }
*html input#back_btn	{ width:185px; }
