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

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

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

/* レイアウト設定
******************************************************************************************** */
/* line 53, ../sass/equipment.scss */
#intro {
  margin-bottom: 100px;
  text-align: left;
  font-size: 108%;
}
/* line 58, ../sass/equipment.scss */
#intro 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 40px 0;
}
/* line 87, ../sass/equipment.scss */
#intro .set {
  margin-bottom: 50px;
}
/* line 89, ../sass/equipment.scss */
#intro .set h3 {
  font-size: 123%;
  font-weight: bold;
  background: url(../img/line04.gif) left bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* line 92, ../sass/equipment.scss */
#intro .set h3 span {
  background: url(../img/bullet02.gif) left 5px no-repeat;
  padding: 0 0 0 25px;
  display: block;
}
/* line 97, ../sass/equipment.scss */
#intro .set .txt_area {
  float: right;
  width: 700px;
}
/* line 101, ../sass/equipment.scss */
#intro .set .txt_area p {
  font-size: 108%;
}
/* line 108, ../sass/equipment.scss */
#intro .set .img {
  float: left;
}
/* line 110, ../sass/equipment.scss */
#intro .set .img img {
  width: 200px !important;
  height: auto;
}
