@charset "shift_jis";

/*********************************
 *
 * CONTACT
 *
 *********************************/

p.lead {padding:0 1em;}
table.contact {width:665px; margin-top:16px; border-top:1px solid #e7e7e7;}
	table.contact th {width:235px; padding:10px 10px 10px 0; background:#fbfbfb; border-right:1px solid #fff; border-bottom:1px solid #e7e7e7; font-weight:bold; text-indent:18px;}
		table.contact th span {color:#c30040; font-size:10px; font-weight:lighter;}
	table.contact td {width:408px; padding:10px 0 10px 12px; border-bottom:1px solid #d0d0d0;}
		table.contact td span {font-size:10px;}
		
/* form */
input, select, textarea {font-size:12px; font-family:"メイリオ",Meiryo,"ＭＳ ゴシック",monospace; line-height:1.5;}
input, select {vertical-align:middle;}
input.none {border:none;}
table input, table select, table  textarea {padding:3px; border:1px solid #7b9cbd;}
	table select {padding:0;}
table input.check {border:1px solid #fff;}
.btn {text-align:center;}

/* width */
.w100 {width:100px;} .w200 {width:200px;} .w350 {width:350px;}