@charset "UTF-8";
/* CSS Document */
/* sass設定
******************************************************************************************** */
/* 基本設定
******************************************************************************************** */
/* line 9, ../sass/area.scss */
div#wrapper_outer {
  background: url(../img/area/top_bg.jpg) center top no-repeat;
}

/* line 13, ../sass/area.scss */
div#wrapper {
  padding: 280px 0 0 0;
}

/* line 16, ../sass/area.scss */
#page_nav {
  text-align: left;
  font-size: 108%;
  margin-bottom: 50px;
}
/* line 21, ../sass/area.scss */
#page_nav #page_title {
  margin-bottom: 20px;
}
/* line 25, ../sass/area.scss */
#page_nav .description {
  padding: 0 10px;
  margin-bottom: 25px;
}
/* line 30, ../sass/area.scss */
#page_nav ul {
  margin-bottom: 25px;
  margin-left: 5px;
}
/* line 34, ../sass/area.scss */
#page_nav ul li {
  background: url(../img/arrow02.gif) left center no-repeat;
  padding: 0 0 0 15px;
  margin-bottom: 6px;
}

/* レイアウト設定
******************************************************************************************** */
/* line 52, ../sass/area.scss */
section {
  text-align: left;
  font-size: 108%;
  margin-bottom: 50px;
}
/* line 56, ../sass/area.scss */
section .comment {
  font-size: 138%;
}
/* line 59, ../sass/area.scss */
section p {
  margin-bottom: 30px;
}
/* line 62, ../sass/area.scss */
section h2 {
  /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(linear, color-stop(0, #e6e6e6), color-stop(1, #fbfbfb));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* Opera v11.10+ */
  background-image: -o-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* IE v10+ */
  background-image: -ms-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  background-image: linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  border-bottom: 3px solid #AFDE80;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6,endColorstr=#fffbfbfb)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6,endColorstr=#fffbfbfb);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 0px #FFF inset;
  height: 33px;
  color: #000000;
  font-size: 120%;
  font-weight: bold;
  padding: 3px 0 0 10px;
  margin: 40px 0 15px 0;
}
/* line 90, ../sass/area.scss */
section h3 {
  font-size: 123%;
  font-weight: bold;
  background: url(../img/line04.gif) left bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: none;
}
/* line 93, ../sass/area.scss */
section h3 span {
  background: url(../img/bullet02.gif) left 5px no-repeat;
  padding: 0 0 0 25px;
  display: block;
}

/* line 98, ../sass/area.scss */
#action {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 103, ../sass/area.scss */
#action h2 {
  margin-bottom: 20px;
}
/* line 109, ../sass/area.scss */
#action .txt_pic .txt_area {
  float: left;
  font-size: 123%;
  line-height: 1.8;
  margin-bottom: 20px;
  background: url(../img/area/action_bg.jpg) left top no-repeat;
}
/* line 116, ../sass/area.scss */
#action .txt_pic .txt_area ul {
  padding: 90px 0 0 165px;
}
/* line 123, ../sass/area.scss */
#action .txt_pic .img_area {
  float: right;
}

/* line 131, ../sass/area.scss */
#about {
  margin-bottom: 60px;
}
/* line 133, ../sass/area.scss */
#about .inner {
  padding: 0 20px;
}
/* line 136, ../sass/area.scss */
#about .inner table {
  width: 100%;
  margin-bottom: 30px;
}
/* line 141, ../sass/area.scss */
#about .inner table tr th {
  font-weight: normal;
  border: 1px solid #BBBBBB;
  background: #EEEEEE;
  color: #5A3E19;
  font-size: 123%;
  padding: 8px 20px;
  vertical-align: top;
}
/* line 150, ../sass/area.scss */
#about .inner table tr td {
  font-size: 116%;
  border: 1px solid #BBBBBB;
  padding: 8px 20px;
}
/* line 160, ../sass/area.scss */
#about ul {
  padding-bottom: 20px;
}
/* line 162, ../sass/area.scss */
#about ul li {
  font-size: 108%;
  background: url(../img/bullet01.gif) left 8px no-repeat;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
}
/* line 167, ../sass/area.scss */
#about ul li span {
  color: #F276B1;
}

/* line 176, ../sass/area.scss */
#area .inner .img {
  float: right;
}
/* line 179, ../sass/area.scss */
#area .inner .txt_area {
  width: 580px;
  float: left;
  font-size: 108%;
}
/* line 183, ../sass/area.scss */
#area .inner .txt_area p {
  margin-bottom: 30px;
}
/* line 185, ../sass/area.scss */
#area .inner .txt_area p span {
  color: #F276B1;
}
/* line 189, ../sass/area.scss */
#area .inner .txt_area .comment {
  font-size: 116%;
  line-height: 1.8;
}
/* line 193, ../sass/area.scss */
#area .inner .txt_area .name {
  border-top: #000 1px dashed;
  border-bottom: #000 1px dashed;
  padding: 10px 0;
}
/* line 197, ../sass/area.scss */
#area .inner .txt_area .name p {
  margin: 0;
}

/* line 205, ../sass/area.scss */
#time .inner {
  padding: 20px 15px;
  background: url(../img/line04.gif) left bottom repeat-x;
  margin-bottom: 30px;
}
/* line 209, ../sass/area.scss */
#time .inner table {
  wdith: 505px;
  margin-bottom: 20px;
  border-collapse: collapse;
  font-size: 108%;
}
/* line 214, ../sass/area.scss */
#time .inner table th {
  border: 1px solid #BBBBBB;
  background: #F0F0F0;
  color: #593E19;
  padding: 8px 25px;
}
/* line 220, ../sass/area.scss */
#time .inner table .time {
  width: 180px;
  color: #593E19;
  font-size: 116%;
}
/* line 225, ../sass/area.scss */
#time .inner table td {
  text-align: center;
  border: 1px solid #BBBBBB;
  padding: 8px 25px;
}
/* line 232, ../sass/area.scss */
#time .inner ul li {
  font-size: 108%;
  background: url(../img/bullet01.gif) left 8px no-repeat;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
}
/* line 237, ../sass/area.scss */
#time .inner ul li span {
  color: #F276B1;
}
/* line 243, ../sass/area.scss */
#time .description {
  font-size: 100%;
}
/* line 245, ../sass/area.scss */
#time .description span {
  color: #F276B1;
}

/* line 250, ../sass/area.scss */
#voice {
  margin-bottom: 100px;
}
/* line 252, ../sass/area.scss */
#voice h2 {
  margin-bottom: 30px;
}
/* line 255, ../sass/area.scss */
#voice .set {
  margin-bottom: 40px;
}
/* line 257, ../sass/area.scss */
#voice .set h3 {
  background: url(../img/line04.gif) left bottom repeat-x;
}
/* line 261, ../sass/area.scss */
#voice .set ul li {
  font-size: 108%;
  background: url(../img/bullet01.gif) left 8px no-repeat;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
