@charset "utf-8";
/* CSS Document */
/*
ページタイトル
----------------------------------------------------------------------*/
#page_title {
  background-image: url(image/title.jpg)
}
/*
テキスト
----------------------------------------------------------------------*/
.text_block {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
}
.text_block:first-of-type{
  margin: 0 auto 15px;
}

/*
リスト
----------------------------------------------------------------------*/
.list_block {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}
.list_block li {
  margin-left: 20px;
}
/*
イメージ
----------------------------------------------------------------------*/
#image_block {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
#image_block table {
  width: 100%;
}
#image_block table th {
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: left center;
}
#image_block table th.lb01 {
  background-image: url(image/lb01.jpg);
}
#image_block table th.lb02 {
  background-image: url(image/lb02.jpg);
}
#image_block table th.lb03 {
  background-image: url(image/lb03.jpg);
}
#image_block table th dl {
  width: 100%;
  display: block;
  overflow: hidden;
}
#image_block table th dl dt {
  display: none;
}
#image_block table th dl dd {
  padding-left: 110px;
  text-align: left;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 125%;
}

.banner {
  clear: both;
  background-image: url(image/banner.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 80px;
  margin: 30px auto;
  overflow: hidden;
}
.banner address {
  display: none;
}