html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: arial, helvetica, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

input[type="text"],
input[type="password"] {
  margin-bottom: 2px;
}

/** レイアウト */

#mBody {
  width: 800px;
  margin: 0 auto;
}

#pageContent {
  padding: .5em 5em 2em;
}

#pageFooter {
  font-size: 12px;
  text-align: center;
  width: 90%;
  height: 50px;
  padding-top: .75em;
  margin: 0 auto;
}

/** 学会別スタイル */

body {
  background-color: #ffffff;
}

#mBody {
  border-left: 1px solid #2a507f;
  border-right: 1px solid #2a507f;
  background-color: white;
}

#pageFooter {
  /* background-color: #FEEBF6; */
  border-top: 1px solid #999999;
  color: #333;
}

/** 見出し */

h1.midashi1 {
  margin: 1.5em 0 .5em;
  font-size: 20px;
  border-bottom: 1px solid #333333;
}
h2.midashi2 {
  margin: 1.5em 0 .5em;
  font-size: 18px;
  border-bottom: 1px dotted #333333;
  color: #333;
}
h3.midashi3 {
  padding-left: 1em;
  border-bottom: 1px dotted #666666;
  font-size: 16px;
  color: #333;
}
h1.midashi1 span,
h2.midashi2 span,
h3.midashi3 {
  font-weight: normal;
}

/** テーブル */

table.table {
  border-collapse: collapse;
  margin: .5em 0 1em;
}
table.table th,
table.table td {
  padding: .5em 8px;
}

table.table.bordered {
}
table.table.bordered th,
table.table.bordered td {
  border: 1px solid #666666;
  font-weight: normal;
  text-align: left;
}
table.table.bordered th {
  background-color: #eeeeee;
}

table.table.bordered .payment th,
table.table.bordered .payment td {
  border-color: #999999;
}

/** フォーム */

.form {
  display: inline-block;
  padding: .5em 2em;
  border: 1px solid #666666;
}
.form table.table {
}
.form table.table th,
.form table.table td {
  padding: 1px 0;
}

/** ボタン */

a.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: .5em 4em;
  color: #ffffff;
  background-color: #2A507F;
  border: outset 2px #9999cc;
  min-width: 300px;
}
a.btn:hover {
  background-color: #4A709F;
  border: inset 2px #9999cc;
  color: #eeeeee;
}
a.btn:active,
a.btn:visited {
  color: #ffffff;
}

/* その他 */

.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

.menu.active {
  font-size: 1.1em;
  /* font-weight: bold; */
  text-decoration: underline;
}

.list-margin > li {
  margin-bottom: .5em;
}
