/* ---------------------------------------*/
/* Page - about - index */
/* ---------------------------------------*/
.block_greeting {
  zoom: 1;
  /* for IE 5.5-7 */
}

.block_greeting:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.img_greeting {
  float: left;
}

@media screen and (max-width: 767px) {
  .img_greeting {
    margin: 0 20px 10px 0;
  }
}

.txt_greeting {
  width: calc(100% - 170px);
  float: right;
}

.txt_greeting p {
  margin: 1.5em 0;
}

.txt_greeting p:first-child {
  margin-top: 0;
}

.txt_greeting p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .txt_greeting {
    float: none;
    width: auto;
  }
}

.txt_greeting_date {
  display: block;
  text-align: right;
  margin: 1em 0;
}

.img_greeting_name {
  clear: both;
  text-align: right;
}

/* ---------------------------------------*/
/* Page - about - history */
/* ---------------------------------------*/
.list_history {
  border: 1px solid #e6e6e6;
  border-collapse: separate;
  padding: 20px;
}

.list_history .list_history_year {
  width: 6em;
  color: #C69C6D;
  border-right: 1px solid #e6e6e6;
}

.list_history .list_history_detail {
  padding: 0 0 8px 1em;
}

/* ---------------------------------------*/
/* Page - about - director */
/* ---------------------------------------*/
.data_director td {
  border-left: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .data_director td {
    font-size: 85.71428571%;
  }
}

.data_director_successive {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .data_director_successive {
    font-size: 85.71428571%;
  }
}

.data_director_name {
  font-size: 129%;
}

@media screen and (max-width: 767px) {
  .data_director_name {
    font-size: 116.66666666%;
  }
}

.data_director_term {
  font-size: 72%;
  color: #fff;
  background: #C69C6D;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 2px 7px;
}

.data_director_note {
  font-size: 86%;
}

.note_director {
  position: relative;
  font-size: 86%;
  line-height: 1.4;
  margin: 8px 0 0;
}

.note_director .note_director_title {
  position: absolute;
}

.note_director .note_director_content {
  margin: 0 0 0 2.5em;
}

@media screen and (max-width: 767px) {
  .note_director {
    font-size: 75%;
  }
}

/* ---------------------------------------*/
/* Page - about - access */
/* ---------------------------------------*/
.img_access {
  margin: 30px 0 0;
  text-align: center;
}

.block_means_train {
  background: url(/img/about/icon_train.gif) no-repeat 5px 0;
  min-height: 76px;
  margin: 35px 0 0;
  padding: 0 0 20px 97px;
}

.block_means_car {
  background: url(/img/about/icon_car.gif) no-repeat 5px 0;
  min-height: 76px;
  margin: 35px 0 0;
  padding: 0 0 20px 97px;
}

.ttl_means {
  color: #c69c6d;
  line-height: 1.4;
}

.text_access {
  line-height: 1.4;
}

.route {
  margin: 1em 0 0;
}

.route_station {
  color: #ea500c;
  line-height: 1.4;
}

.route_transfer {
  line-height: 1.4;
  margin: 0 0 1em;
}

.orange {
  color: #EA500C;
}

.red {
  color: #f00;
}

.block_access_contact {
  margin: 25px 0 0;
}

.layout_access_contact {
  zoom: 1;
  /* for IE 5.5-7 */
}

.layout_access_contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.img_access_contact {
  float: left;
}

@media screen and (max-width: 767px) {
  .img_access_contact {
    float: none;
  }
  .img_access_contact img {
    width: 100%;
  }
}

.txt_access_contact {
  float: left;
  margin: 0 0 0 28px;
}

@media screen and (max-width: 767px) {
  .txt_access_contact {
    float: none;
    margin: 1.5em 0 0;
  }
}

.ttl_contact {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  width: 240px;
  text-align: center;
  letter-spacing: 0.3em;
  padding: 13px 0;
  color: #fff;
  background: #c69c6d;
}

@media screen and (max-width: 767px) {
  .ttl_contact {
    width: auto;
  }
}

.contact_means {
  color: #C69C6D;
  line-height: 1;
  margin: 23px 0 0;
}

.contact_number {
  font-size: 200%;
  line-height: 1;
}

.contact_address {
  line-height: 1.4;
  margin: 8px 0 0;
}
