@charset "UTF-8";
/* CSS Document */
/*------------------------現在ページ------------------------*/
li.this a {
  background-image: url(../img/btn_yoyaku.png);
  background-position: bottom;
}
/*------------------------高さ調整------------------------*/
.wrapper, .sidebar {
  height: 1950px;
}
/*------------------------#mainArea------------------------*/
.mainArea {
  float:right;
  width: 554px;
  margin: 30px 98px 0;
/*  overflow: hidden;*/
}
/*------------------------font------------------------*/
h2, h3, p, li, tr, td, dl, dt, dd {
  color: #660033;
}
h2 {
  line-height: 1.0;
  font-size: 15px;
  font-weight:bold;
  margin-bottom: 5px;
}
h3 {
  line-height: 1.0;
  font-size: 17px;
  font-weight:bold;
/*  text-indent: 0.5em;
  border-left: 8px solid #ed8492;*/
  margin-bottom: 5px;
}
.p {
  font-size: 13px;
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.yoyaku a:link {
  color: #660033;
}
.yoyaku a:visited {
  color: #660033;
}
.yoyaku a:hover {
  color: #e46576;
}
.yoyaku ul {
  border: 1px solid #660033;
  margin: 10px 60px 10px;
}
.kakunin {
  width: 554px;
/*  margin: 20px 0;*/
}
.kakunin li {
  padding-left: 1em;
  text-indent: -1em;
}
.kakunin p {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #660033;
}
.yoyaku {
  width: 554px;
  background: #FFEAB9;
  padding: 20px 0;
  margin: 20px 0;
}

h3, .yoyaku p {
  text-align: center;
}
p.yoyaku_tool {
  font-size: 15px;
  font-weight: bold;
}
.yoyaku ul.nagare {
  text-indent: 4em;
  margin-top: 10px;
  padding: 10px 0;
}
p.tel_number, p.mailto {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
}
h3.top_space {
  margin: 20px 0 10px 0;
}
/*------------------------戻るボタン------------------------*/
#back-top {
  float: right;
  margin-right: 20px;
}
