﻿@charset"UTF-8";

/*-------------------------------------------
  タイトル部分
-------------------------------------------*/
#pagespace_es_theme_body {
  width: 800px;
  margin-left: 5px;
}

.pagespace_es_theme {
  margin-top: 10px;
}

#es_tour_button {
  padding: 10px;
  text-align: center;
}

.es_theme_box_point {
  clear: both;
  margin-top: 10px;
}

.es_theme_box {
  clear: both;
  margin-top: 10px;
  border: 1px solid #520000;
}

.es_theme_box ul li {
  padding: 10px;
  font-weight: bold;
}

.es_theme_box_left {
  overflow: hidden;
  float: left;
  width: 612px;
  margin-bottom: 10px;
}

.es_theme_box_left_text ul li {
  color: #520000;
  font-size: 14px;
}

.es_theme_box_left_text ul li img {
  margin: 5px 3px -5px 10px;
}

#es_theme_box_point_link {
  clear: both;
  margin-top: 10px;
  text-align: center;
}

#es_theme_box_right {
  float: right;
  width: 176px;
  margin: 10px 0 10px 0;
  background-color: #3F1200;
}

#es_theme_box_link {
  float: right;
  width: 176px;
  background-color: #3F1200;
}


