@charset "euc-jp";

/* フォームメール2 CSS */



div#sfm-layout {  margin: 10px 0px 15px; }
div#sfm-layout p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#sfm-layout h3 { font-size: 12px; text-align: center; margin: 5px 0px; }
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: 12px; }
div#sfm-layout td, div#sfm-layout th { font-size: 12px; line-height: 140%; text-align: left; }
div#sfm-layout td {
	width: 354px;
	padding: 5px;
	
}
div#sfm-layout th {
	font-weight: normal;
	white-space: nowrap;
	padding: 5px;
	border-left: 1px solid #bbb;
	background-color: #f0f0f0;
}

div#sfm-layout dt{
	background-color: #b6b6b6;
	padding: 5px;
	color: #FFF;
	margin-bottom: 10px;
	clear: both;
	text-align:center;
}

div#sfm-layout dd{
	margin-bottom: 20px;
	text-align:center;
}

div#sfm-layout .submit { text-align: center; background: #fff; width: auto; border-left: none; }
div#sfm-layout .submit input { width: 70px; }
div#sfm-layout .type-red { color: red; }
div#sfm-layout .border-red { border-left-color: red; }
div#sfm-layout .ERR { color: red; }

/* フォーム整形 */


/* 著作権表記 */
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; }


.red{
	color:#FF0004;
}

.contact01{
	text-align: center;
	background-color: #FFFFFF;
}
