
@charset "utf-8";

body {
  font-family: var(--font-family-base);
  color: var(--color-base);
  text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
}

#contents {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
  font-size: 75%;
  line-height: 1.5;
}

#contents-inner {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 100px;
}

h2 {
  background: url(../images/bg_h2.png) left bottom no-repeat;
}

#main-area .txt-block table tr th {
  font-family: 'ヒラギノ角ゴ ProN W6';
}

#main-area p.head {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.layout-flow .picture {
  padding-top: 10px;
  text-align: center;
}

#main-area .action-block .btn {
  text-align: left;
}

#main-area {
  float: none;
  width: 960px;
}

h2.bgheader, h3.bgheader {
  width: 960px;
}

h2{
  background: url(../../images/bg_h2.png) left bottom no-repeat;
}

p[align="center"] {
  text-align: center;
}

a {
  color: #568cc5;
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
