@charset "utf-8";
/* フォームメール2 CSS */

div#FM-container {
	width: 600px;
	margin: auto;
	padding: 5px;
	border: 1px solid #ccc;
}
div#FM-container h1 {
	font-size: 14px;
	color: #fff;
	background: #99c;
	padding: 2px 2px 1px 5px;
	border-left: 6px solid #55a;
	margin: 0px;
}
div#FM-container h2 {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px;
}
div#FM-layout {
	text-align: center;
	margin: 10px 0px 15px;
}
div#FM-layout p {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}
div#FM-layout h3 {
	font-size: 12px;
	text-align: center;
	margin: 5px 0px;
}
div#FM-layout table {
	width: 90%;
	margin: auto;
	border: 1px solid #ccc;
}
div#FM-layout a:link, div#FM-layout a:visited {
	color: #00d;
	text-decoration: none;
}
div#FM-layout a:hover {
	color: #f22;
	text-decoration: underline;
}
div#FM-layout form {
	margin: 0px;
}
div#FM-layout input, div#FM-layout select, div#FM-layout textarea {
	font-size: 12px;
}
div#FM-layout td, div#FM-layout th {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
}
div#FM-layout td {
	background: #f1f1f1;
	width: 354px;
	padding: 5px;
}
div#FM-layout th {
	font-weight: normal;
	background-color: #e4e4e4;
	white-space: nowrap;
	padding: 5px;
	border-left: 1px solid #bbb;
}
div#FM-layout .submit {
	text-align: center;
	background: #fff;
	width: auto;
	border-left: none;
}
div#FM-layout .submit input {
	width: 70px;
}
div#FM-layout .type-red {
	color: red;
}
div#FM-layout .border-red {
	border-left-color: red;
}
div#FM-layout .ERR {
	color: red;
}
.required {
	color: #F00;
	margin-left: 0.5em;
}
.input_btn {
	padding: 1em;
	cursor: pointer;
	font-weight: bold;
	margin: 0px 1em;
}
.error {
	color: #F00;
	margin-left: 0.5em;
}
/* フォーム整形 */
#name, #kana, #address2, #address3, #email, #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;
}
