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

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

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

/* レイアウト設定
******************************************************************************************** */
/* line 50, ../sass/qa.scss */
section {
  text-align: left;
  font-size: 108%;
  margin-bottom: 50px;
}
/* line 55, ../sass/qa.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 85, ../sass/qa.scss */
.goto {
  padding: 60px 0;
}
