@charset "UTF-8";

/*-----------------------------------------------------
 タイトル
-----------------------------------------------------*/

.diary_box {
  clear: both;
}

.diary_box dt {
  float: left;
  width: 230px;
  padding: 10px;
  color: #EA6D99;
}

#diary_button {
  clear: both;
  padding: 10px;
  text-align: center;
}

#diary_tour_box {
  clear: both;
  width: 615px;
  height: 103px;
  background: url(../images/tour_box.gif);
  text-align: left;
}

#diary_tour_box li {
  padding: 18px;
}

.day_title {
  clear: both;
  width: 615px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid red;
}

