/* 地球人の平和な日常 ブログ */

@charset "UTF-8";

/* ---------- form ---------- */
#wrap-form {
  margin: 0 auto; 
  width: 720px; 
}

.label-entry {
  display: block; 
  margin: 16px 0 4px; 
}

input.entry {
  padding: 5px 8px 4px; 
  width: 360px; 
  /* font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', arial, Helvetica, sans-serif;  */
  font-family: 'IBM Plex Sans JP', sans-serif; 
  font-size: 14px; 
  font-size: 1.4rem; 
  line-height: 1.5; 
  border: 1px solid #777; 
}

input.entry-wide {
  width: 640px; 
}

textarea.entry {
  /* resize: none;  */
  padding: 5px 8px 4px; 
  width: 720px; 
  /* font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', arial, Helvetica, sans-serif;  */
  font-family: 'IBM Plex Sans JP', sans-serif; 
  font-size: 14px; 
  font-size: 1.4rem; 
  line-height: 1.5; 
  border: 1px solid #777; 
}

.inst-form {
  margin: 1.5em auto 1em; 
  width: 720px; 
}

.table-form {
  margin: 0 auto; 
  width: 720px; 
  border-collapse: collapse; 
  background: #fff; 
  border: 1px solid #777; 
}

.table-form td {
  padding: 10px; 
  border: 1px solid #777; 
}

.table-form td:first-child {
  width: 12em; 
}

.wrap-btn-form {
  margin: 2.5em auto 0; 
  width: 100%; 
  text-align: center; 
}

.btn-form {
  padding: 9px 2em 7px; 
  background: #d7d7d7; 
  border: 1px solid #d7d7d7; 
  border-width: ; 
  -webkit-border-radius: 24px; 
  -moz-border-radius: 24px; 
  border-radius: 24px; 
  text-align: center; 
  font-size: 16px; 
  cursor: pointer; 
}

.btn-form:hover {
  opacity: .7; 
}

.btn-form-submit {
  background: #e3537d !important; 
  border: 1px solid #e3537d !important; 
  color: #fff !important; 
}

.btn-form-aux {
  background: #2285c0 !important; 
  border: 1px solid #2285c0 !important; 
  color: #fff !important; 
}

.copy-postmail {
  position: fixed; 
  display: inline-block; 
  bottom: 12px; 
  left: 16px; 
}

.copy-postmail a {
  font-family: 'open sans', 'sans-serif' !important; 
  font-size: 12px !important; 
  font-size: 1.2rem !important; 
}
