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

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

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

/* レイアウト設定
******************************************************************************************** */
/* line 51, ../sass/access.scss */
section {
  font-size: 108%;
  text-align: left;
}
/* line 55, ../sass/access.scss */
section h2 {
  margin-bottom: 30px;
}
/* line 58, ../sass/access.scss */
section .inner {
  padding: 0 20px;
}
/* line 61, ../sass/access.scss */
section .inner table {
  width: 100%;
  margin-bottom: 30px;
}
/* line 66, ../sass/access.scss */
section .inner table tr th {
  font-weight: normal;
  border: 1px solid #BBBBBB;
  background: #EEEEEE;
  color: #5A3E19;
  font-size: 123%;
  padding: 8px 20px;
  vertical-align: top;
  text-align: left;
}
/* line 76, ../sass/access.scss */
section .inner table tr td {
  font-size: 116%;
  border: 1px solid #BBBBBB;
  padding: 8px 20px;
}
/* line 86, ../sass/access.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 89, ../sass/access.scss */
section h3 span {
  background: url(../img/bullet02.gif) left 5px no-repeat;
  padding: 0 0 0 25px;
  display: block;
}
/* line 93, ../sass/access.scss */
section h4 {
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 98, ../sass/access.scss */
section address {
  border-bottom: 3px solid #AEDF7B;
  font-size: 123%;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #66461d;
  font-style: normal;
}

/* line 108, ../sass/access.scss */
#about {
  margin-bottom: 60px;
}

/* line 111, ../sass/access.scss */
#access {
  margin-bottom: 100px;
}
/* line 114, ../sass/access.scss */
#access .txt {
  color: #5F3F2C;
  font-size: 100%;
  margin-top: -15px;
  margin-bottom: 20px;
  padding-left: 20px;
}
