@charset "utf-8";

/* フォームメール CSS */

div#sfm-container { margin: auto; padding: 0px; ; }

div#sfm-layout { text-align: center; margin: 10px 0px 15px; }
div#sfm-layout h3 { font-size: 12px; text-align: center; margin: 5px 0px; }
div#sfm-layout table { table-layout:fixed; width: 100%; margin: auto;  }
div#sfm-layout a:link, div#sfm-layout a:visited {
	color: #48372D;
	text-decoration: none;
}
div#sfm-layout a:hover {
	color: #8CC305;
	text-decoration: underline;
}
div#sfm-layout form { margin: 0px; }
div#sfm-layout input, div#sfm-layout select, div#sfm-layout textarea { font-size: 12px; }
div#sfm-layout td, div#sfm-layout th { font-size: 12px; line-height: 140%; text-align: left;
	margin: 2px; }
div#sfm-layout td {
	width: 66.7%;
	padding: 5px;
	}
div#sfm-layout th {
	font-weight: normal;
	border-top: 1px solid #FBFDF7;
	border-bottom: 1px solid #FBFDF7;
	padding: 5px;
	background-color: #E8F3CD;
	vertical-align: middle;
	}
div#sfm-layout th#required {
	font-weight: normal;
	white-space: nowrap;
	padding: 5px;
	border-top: 2px solid #FBFDF7;
	border-right: 2px solid #FBFDF7;
	border-bottom: 2px solid #FBFDF7;
	border-left: 2px solid #D2005A;
	background-color: #ECEBEA;
	}
div#sfm-layout .submit { text-align: center; background: none; width: auto;  }
div#sfm-layout .submit input { width: 70px; }
div#sfm-layout .type-red { color: #D2005A; }
div#sfm-layout .type-grey {
	color: #7D7D7D;
}
div#sfm-layout .border-red { border-left-color: red;  }
div#sfm-layout .ERR { color: red; }


/* フォーム整形 */
#name, #kana, #address2, #address3, #email, #emailcheck, #subject { width: 98%; height:auto; }
#address0 { margin-bottom: 3px; }
#zip0 { width: 20%; }
#zip1 { width: 30%; }
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { width: 20%; }
#message { width: 98%; height: 100px; }

/* 著作権表記 */
div#copyright { font-size: 9px; text-align: right; margin-top: 2px; }
div#copyright a:link, div#copyright a:visited { color: #CCCCCC; text-decoration: none; }
