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

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

/* line 16, ../sass/contact.scss */
#page_nav {
  text-align: left;
  font-size: 108%;
  margin-bottom: 50px;
}
/* line 21, ../sass/contact.scss */
#page_nav #page_title {
  margin-bottom: 20px;
}

/* レイアウト設定
******************************************************************************************** */
/* line 35, ../sass/contact.scss */
section {
  text-align: left;
  font-size: 108%;
  margin-bottom: 40px;
}
/* line 40, ../sass/contact.scss */
section h2 {
  margin-bottom: 15px;
}
/* line 44, ../sass/contact.scss */
section p {
  margin-bottom: 10px;
}
/* line 48, ../sass/contact.scss */
section article {
  margin-bottom: 20px;
}
/* line 51, ../sass/contact.scss */
section article h3 {
  background: url(../img/bullet02.gif) left 5px no-repeat;
  padding: 0 0 0 25px;
  display: block;
  margin-bottom: 10px;
}
/* line 60, ../sass/contact.scss */
section article .ul02 li {
  margin-left: 2em;
}

/* line 67, ../sass/contact.scss */
#tel {
  margin-bottom: 100px;
}
/* line 69, ../sass/contact.scss */
#tel .title {
  text-align: center;
  font-size: 200%;
  margin-bottom: 40px;
}
