@charset "utf-8";

/* ---------------------------------------- 共通 */
.header-box {}
.comming-soon-box {
  width: 566px;
  margin-top: 50px;
  text-align: center;
}

#members-content-box { width: 566px; }

/* ---------------------------------------- 広報ツール */
#tool-box {
  width: 566px;
}
#tool-box table { margin-top: 20px; }
#tool-box table td {
  width: 141px;
  text-align: center;
}
#tool-notice {
  margin-top: 20px;
  padding: 8px 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  line-height: 16px;
}
.tool-strong {
  padding: 1px 4px;
  background-color: #d33;
  color: #fff;
}

/* ---------------------------------------- ヒント集 */
#hint-box {
  width: 566px;
  margin-top: 25px;
}
.hint-item {
  border-bottom: 1px dashed #999;
  padding-left: 18px;
  margin: 8px;
  background-image: url('../images/members/hint/headchar.png');
  background-repeat: no-repeat;
  background-position: 4px 1px;
}

/* ---------------------------------------- メルマガ */
#mm-menu-box { margin-top: 25px; }
#mm-title {
  font-size: 16px;
  font-weight: bold;
  color: #1e6536;
}
#mm-menu { margin-top: 8px; }
#mm-menu table td {
  width: 113px;
  font-size: 11px;
  color: #1e6536;
  font-weight: bold;
}
#mm-menu a {
  text-decoration: underline;
  font-weight: normal;
}

#mm-body {
  width: 566px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #999;
  font-family: monospace;
  color: #333;
}

/* ---------- PDF */
#getpdf { margin: 40px 0 0 0; }
#getpdf-left {
  float:left;
  width: 100px;
  margin-right: 8px;
}
#getpdf-right {
  float:left;
  width: 446px;
  font-size: 10px;
}

