@charset "euc-jp";

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

/* body { background-color: #ffffff; color: #000000; } */

div#sfm-container { font-family: "MS Pゴシック",sans-serif; width: 780px; margin: 16px auto 36px; padding: 5px; border: 4px double #333; }
div#sfm-container h1 { font-size: 14px; color: #fff; background: #99c; padding: 2px 2px 1px 5px; border-left: 6px solid #55a; margin: 0px; text-align: center; }
div#sfm-container h2 { font-weight: normal; font-size: 14px; margin: 8px 32px 14px; text-align: center; }

div#sfm-layout { text-align: center; margin: 34px 0px 34px; }
div#sfm-layout p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#sfm-layout h3 { font-size: 13px; text-align: center; margin: 5px 0px; }
div#sfm-layout table { width: 86%; margin: auto; border: 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 { padding: 4px; background: #eeeeee; font-size: 14px; border: 1px solid #bbb; }
div#sfm-layout td, div#sfm-layout th { font-size: 14px; line-height: 160%; text-align: left; border: 0px; color: #666; }
div#sfm-layout td { background: #f7f7f7; width: 450px; padding: 6px; }
div#sfm-layout th { font-weight: normal; background-color: #f7f7f7; white-space: nowrap; padding: 5px; border: 0px solid #3F017D; }
div#sfm-layout th.fat { font-weight: 700; }
div#sfm-layout .submit { text-align: center; background-color: #f7f7f7; width: auto; border: 3F017D; }
div#sfm-layout .submit input { width: 190px; height: 35px; background-color: #636363; color: #fff; }
div#sfm-layout .submit input.go { width: 190px; height: 35px; background: #636363 url(../images/input-submit.jpg) no-repeat center center; color: #fff; }
div#sfm-layout .submit input.reset { background: #c7c7c7 url(../images/input-reset.jpg) no-repeat center center; color: #000; }
div#sfm-layout .type-red { color: red; padding: 20px; }
div#sfm-layout .border-red { border-left-color: red; }
div#sfm-layout .ERR { color: #ae9194; padding: 10px; }

/* フォーム整形 */
#officename, #groupname, #name, #kana, #address2, #address3, #email, #emailcheck, #subject { width: 450px; }
#address0 { margin-bottom: 3px; }
#zip0 { width: 30px; }
#zip1 { width: 40px; }
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { width: 40px; }
#message { width: 450px; height: 150px; resize: none; }

/* 著作権表記 */
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; }
