@charset "UTF-8";

/* --- ライセンス取得 TOPページ --- */

#top p {
  float: left;
  width: 280px;
}

#top dl {
  float: right;
  width: 425px;
}

#top dl dd {
  line-height: 1.4;
}

.all_box {
  overflow: hidden;
  clear: both;
  width: 715px;
  margin-bottom: 15px;
}

.license_box {
  padding: 5px;
  border: 1px solid #999999;
}

.licence_caption {
  color: #8f0000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.license_photo {
  overflow: hidden;
  clear: both;
  width: 703px;
}

.license_photo li {
  float: left;
  width: 165px;
  padding: 5px;
  font-size: 11px;
}

.license_photo li dl dt {
  color: #000066;
  font-weight: bold;
  text-align: center;
}

.license_text {
  margin-bottom: 5px;
}

.license_text dt {
  color: #cc0000;
  font-weight: bold;
}

.license_text dd {
  padding: 10px;
  background-color: #ffffcc;
}

.license_button {
  text-align: right;
}

.license_caution {
  padding: 5px;
  font-size: 11px;
  text-align: right;
}

.license_alow {
  margin-bottom: 15px;
  text-align: center;
}

.license_des {
  color: #bf0000;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.license_area_title {
  padding-top: 10px;
}

.license_des_text {
  height: 130px;
}

#button_tourlist {
  overflow: hidden;
  clear: both;
  width: 715px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

