@charset "euc-jp";

/* フォームメール2 CSS */

div#sfm-layout {
	text-align: center;
	margin: 10px 0px 15px;
}

div#sfm-layout p {
	text-align: left;
}

div#sfm-layout p.cap {
	margin-bottom: 5px;
	text-align: left;
	color: #F60;
	font-weight: bold;
	font-size: 1.4em;
}

div#sfm-layout table {
	width: 580px;
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 2px;
}

div#sfm-layout a:link,
div#sfm-layout a:visited {
	color: #00d;
	text-decoration: none;
}

div#sfm-layout a:hover {
	color: #f22;
	text-decoration: underline;
}

div#sfm-layout form {
	margin: 0px;
}

div#sfm-layout input,
div#sfm-layout select,
div#sfm-layout textarea {
	font-size: 1.2em;
}

div#sfm-layout th,
div#sfm-layout td {
	line-height: 140%;
	text-align: left;
}

div#sfm-layout th {
	width: 130px;
	padding: 10px;
	background-color: #DCDCDC;
}

div#sfm-layout td {
	width: 410px;
	padding: 10px;
}

div#sfm-layout td input {
	margin-right: 5px;
}

div#sfm-layout td input.write {
	width: 80%;
	margin-right: 0;
}

div#sfm-layout td.telp input {
	margin: 0 5px;
}


div#sfm-layout .submit {
	text-align: center;
	background: #fff;
	width: auto;
	border-left: none;
}

div#sfm-layout .submit input {
	width: 70px;
}

div#sfm-layout p.finish {
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

div#sfm-layout .type-red {
	color: red;
}

div#sfm-layout .ERR {
	color: red;
}

/* フォーム整形 */
#name, #kana, #address2, #address3, #email_s, #emailcheck, #subject { width: 350px; }
#address0 { margin-bottom: 3px; }
#zip0 { width: 30px; }
#zip1 { width: 40px; }
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { width: 40px; }
#message { width: 350px; height: 100px; }

/* 著作権表記 */
div#copyright { font-size: 10px; text-align: right; margin-top: 2px; }
div#copyright a:link, div#copyright a:visited { color: #999; text-decoration: none; }
div#copyright a:hover { text-decoration: underline; }
