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

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

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

/* レイアウト設定
******************************************************************************************** */
/* line 54, ../sass/measure.scss */
#measure .inner {
  padding: 20px 15px;
}
/* line 56, ../sass/measure.scss */
#measure .inner table {
  width: 100%;
  border-collapse: collapse;
}
/* line 59, ../sass/measure.scss */
#measure .inner table th {
  width: 200px;
  text-align: left;
  font-size: 123%;
  font-weight: bold;
  padding: 8px 15px;
  background: #F0F0F0;
  border: 1px solid #BBBBBB;
}
/* line 68, ../sass/measure.scss */
#measure .inner table td {
  border: 1px solid #BBBBBB;
  padding: 8px 15px;
  text-align: left;
  font-size: 116%;
}
/* line 77, ../sass/measure.scss */
#measure 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 0 0;
  text-align: left;
}
