@charset utf-8;

/* --------------------------------------------------------------------------------
html { font-size:62.5%; = 10px }
body { font-size:1.6rem; = 16px }
font-family: Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
-------------------------------------------------------------------------------- */

#header {
  padding-bottom: 530px;
  background: url(../images/head.jpg) no-repeat center bottom;
}

.aboutBox {
  margin-bottom: 50px;
  width: 1040px;
  position: relative;
  overflow: hidden;
}

.aboutBox h3 {
  margin: 0 auto 25px;
  padding: 0;
  text-align: center;
}

#content>h4 {
  margin: 0 -500% 50px;
  padding: 0 500%;
  text-align: center;
  width: 1040px;
  height: 350px;
  position: relative;
}

#content>h4 img {
  margin-left: -710px;
  position: absolute;
  left: 50%;
  top: 0;
}

.aboutBox p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.75;
  text-justify: auto;
  text-align: justify;
}

.aboutBox#about01 {}

.aboutBox#about01>img {
  float: right;
  width: auto;
}

.aboutBox#about01 h3,
.aboutBox#about01 p {
  float: left;
  width: 600px;
  overflow: hidden;
}

.aboutBox#about01 p img {
  display: inline-block;
  padding-top: 15px;
  float: right;
  width: auto;
}

.aboutBox#about02 table {
  float: left;
  width: 500px;
}

.aboutBox#about02 table th {
  padding: 10px 0 10px 10px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
}

.aboutBox#about02 table td {
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.aboutBox#about02 table thead th {
  padding: 0 0 25px;
  text-align: center;
}

.aboutBox#about02 table tfoot td {
  padding: 35px 0 0;
}

.aboutBox#about02 table tbody tr:nth-child(2n+1) th {
  background-color: #ECE9E5;
}

.aboutBox#about02 table tbody tr:nth-child(2n+1) td {
  background-color: #ECE9E5;
}

.aboutBox#about02>img {
  float: right;
  width: auto;
}