@charset "utf-8";

/* フォームメール2 CSS */
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#sfm-container { width: 600px; margin: 15px auto; padding: 5px; border: 1px solid #ccc; }
div#sfm-container h1 { font-size: 14px; color: #fff; background: #ff6600; padding: 2px 2px 1px 5px; margin: 0px; }
div#sfm-container h2 { font-size: 12px; color: #ff0000; margin: 0px; padding: 10px 0px; }

div#sfm-layout { text-align: center; margin: 10px 0px 15px; }
div#sfm-layout p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#sfm-layout h3 { font-size: 14px; text-align: center; margin: 5px 0px; }
div#sfm-layout table { width: 90%; margin: auto; border: 1px solid #ccc; }
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 { background: #f1f1f1; width: 354px; padding: 5px; }
div#sfm-layout th { font-weight: normal; background-color: #e4e4e4; white-space: nowrap; padding: 5px; border-left: 1px solid #bbb; }
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 { color: red; font-weight: bold; border-left: 2px; border-color: red; }
div#sfm-layout .ERR { color: red; }

.tx5pt{ font-size: 5pt; color; #fff}
.tx7pt{ font-size: 7pt; line-height: 0.7;}
.tx10pt_red{ font-size: 10pt; line-height: 1; color: red; }
.tx10pt_blue{ font-size: 10pt; line-height: 1.2; color: blue; }
.tx14pt { font-size: 14pt; line-height: 1.5; color: red; font-weight: bold; }
.tx16pt { font-size: 16pt; line-height: 1.5; }

/* フォーム整形 */
#blogname, #url, #name, #email, #emailcheck { width: 350px; }
#coment { width: 350px; height: 100px; }

/* 著作権表記 */
div#copyright { font-size: 9px; 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; }
