@charset "UTF-8";
/**
 * 技術開発の取り組み
 */
/* ==========================================================================
   レイアウト
   ========================================================================== */
#header {
  min-height: inherit;
  padding-bottom: 11px;
  padding-top: 11px;
  height: auto; }

#head-wrap {
  padding-top: 18px;
  margin: 0 auto;
  width: 980px;
 }

#head-logo {
  position: relative;
  left: 0;
  top: 0; }

#contents {
  padding-bottom: 0; }

#foot-wrap {
  background-color: #085f99;
}
#footer {
  padding: 13px 0 15px;
  text-align: center;
}

#copyright {
  position: relative;
  top: -2px;
  border-top: none;
}

#copyright span {
  font-size: 83%;
}
#tech-nav {
  background: url(img/tech_nav.gif) repeat-x left top;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  zoom: 1; }
  #tech-nav li {
    margin-right: 30px; }
    #tech-nav li:first-child {
      margin-right: 16px; }
    #tech-nav li:last-child {
      margin-right: 0; }

#tech-main {
  background: url(img/tech_main.gif) repeat left top;
  padding-bottom: 80px;
  padding-top: 40px; }

#tech-fnavwrap {
  margin-top: 19px;
  padding-bottom: 22px;
  padding-top: 21px; }

#tech-fnav {
  letter-spacing: -.40em;
  text-align: center; }
  #tech-fnav li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 50px; }
    #tech-fnav li:first-child {
      margin-left: 0; }

#inner-mainwrap {
  float: right;
  width: 760px; }
  #inner-mainwrap p {
    margin-top: 10px; }

#inner-techmain {
  padding: 30px 25px; }

#foot-list {
  margin-top: 19px !important; }
  #foot-list a {
    display: block;
    padding-bottom: 22px;
    padding-top: 21px;
    text-align: center; }

#tech-side {
  float: left;
  width: 200px; }

.tech-sidettl {
  background-color: #565656;
  border-bottom: 1px solid #e1e3e5;
  color: #FFF;
  font-weight: bold;
  padding: 7px 16px; }

.tech-snav {
  padding-left: 10px;
  padding-right: 10px; }
  .tech-snav li {
    background: url(img/icon_arrow01.gif) no-repeat 10px 20px;
    border-top: 1px solid #e1e3e5;
    color: #666;
    font-size: 100%; }
    .tech-snav li:first-child {
      border-top: none; }
  .tech-snav a,
  .tech-snav span {
    display: block; }
  .tech-snav span {
    padding: 13px 13px 13px 20px; }

ol.decimal li {
  margin-bottom: 5px; }

ol.decimal dd {
  font-size: 90%; }

/* ==========================================================================
   共通パーツ
   ========================================================================== */
.cmn-btn,
.cmn-box {
  background-color: #FFF;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  position: relative;
  zoom: 1;
  position: relative; }

.cmn-btnwrap {
  text-align: center; }
  .cmn-btnwrap .cmn-btn {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    padding: 15px 50px; }
  .cmn-btnwrap .icon-arrow {
    background: url(/common/css/img/icon_arrow05.png) no-repeat left center;
    padding-left: 22px; }

.cmn-sct {
  margin-top: 19px;
  padding: 30px 20px; }

#second-head {
  background: #000 url(img/second_head.jpg) no-repeat center top;
  min-width: 980px;
  padding-bottom: 49px;
  padding-top: 78px; }

.inner-tech {
  padding-left: 30px;
  padding-right: 30px; }

.attention {
  color: #f00; }

/* タイトル
   ========================================================================== */
.ttl01 {
  background: #565656 url(img/ttl01.gif) no-repeat left bottom;
  color: #FFF;
  font-size: 153.8461538462%;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 10px 20px; }

.ttl02 {
  background: #565656 url(img/ttl01.gif) no-repeat left bottom;
  color: #FFF;
  font-size: 246.1538461538%;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 20px 5px 15px 20px; }
  .ttl02 a {
    color: #FFF; }
    .ttl02 a:hover {
      text-decoration: none; }
  .ttl02 .ttl-sub {
    font-size: 43.75%;
    display: block;
    margin-bottom: 5px; }

.ttl03 {
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #FFF 0%, #f6f6f6 100%);
  border: 1px solid #cfd3d6;
  border-radius: 2px;
  font-size: 123.0769230769%;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px; }
  .ttl03 .ttl03-item {
    background: url(img/ttl03.gif) no-repeat left top;
    display: block;
    padding-left: 15px; }

.ttl04 {
  background: url(img/ttl04.gif) no-repeat left top;
  font-size: 107.6923076923%;
  font-weight: bold;
  padding: 0 0 6px 28px; }

/* 画像とテキストの配置
   ========================================================================== */
.img-c {
  text-align: center;
  margin-top: 35px !important; }

.ttl {
  text-align: center;
  font-weight: bold; }

ul.disc {
  margin-left: 50px;
  list-style-type: disc; }

.img-caption {
  color: #666;
  display: block;
  font-size: 92.3076923077%;
  font-weight: bold;
  margin-top: 7px; }

.img-caption.text-c {
  font-size: 100%; }

.img2column {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 25px; }
  .img2column li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
    vertical-align: top;
    width: 300px; }
    .img2column li:nth-child(2n) {
      margin-right: 0; }
  .img2column li.w250 {
    width: 250px; }
  .img2column li.w232 {
    width: 232px; }
  .img2column li.w387 {
    width: 387px; }
  .img2column li.w403 {
    width: 403px; }
  .img2column li.w272 {
    width: 272px; }

.img3column {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 25px; }
  .img3column li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-right: 15px;
    vertical-align: top;
    width: 220px; }
    .img3column li:nth-child(3n) {
      margin-right: 0; }

.img4column {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 25px; }
  .img4column li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-right: 10px;
    vertical-align: top;
    width: 165px; }
    .img4column li:nth-child(4n) {
      margin-right: 0; }

.img4column .img-txt {
  display: block;
  font-size: 92.3076923077%;
  margin-top: 7px;
  text-align: left; }

.relative {
  position: relative; }

.tech-arrowlist li {
  background: url(img/icon_arrow01.gif) no-repeat left 0.5em;
  color: #666;
  font-size: 92.3076923077%;
  padding-left: 12px; }

/* ==========================================================================
   カテトップ
   ========================================================================== */
.inblock-parent {
  letter-spacing: -.40em; }

.list-parent {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-right: 26px;
  width: 200px;
  vertical-align: top; }
  .list-parent li {
    line-height: 1.14 !important; }
  .list-parent a {
    background: url(img/icon_arrow01.gif) no-repeat left 0.35em;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    padding-left: 10px; }

.list-parent:nth-child(4n) {
  margin-right: 0; }

.list-parent03 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-right: 26px;
  width: 280px;
  vertical-align: top; }
  .list-parent03 li {
    font-size: 108%;
    line-height: 1.14 !important; }
  .list-parent03 a {
    background: url(img/icon_arrow01.gif) no-repeat left 0.35em;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    padding-left: 10px; }

.list-parent03:nth-child(3n) {
  margin-right: 0; }

.list-child {
  padding-left: 10px; }
  .list-child li {
    font-size: 85.7142857143%;
    margin-top: 10px; }
  .list-child a {
    background: url(/common/css/img/icon_arrow04.png) no-repeat left 0.35em;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-weight: normal;
    padding-left: 7px; }

.list-thumb {
  background: url(img/thumb_line.gif) no-repeat left top;
  display: block;
  margin-bottom: 10px;
  padding: 5px; }

.list-parent03 .list-thumb {
  background: url(img/thumb_line03.gif) no-repeat left top;
  display: block;
  margin-bottom: 10px;
  padding: 5px; }

/* ==========================================================================
   技術開発インデックス
   ========================================================================== */
#index-head {
  background: #000 url(img/index_head.jpg) no-repeat center top;
  min-width: 980px;
  padding-bottom: 40px;
  padding-top: 50px; }

/* 技術開発の取り組み
   ========================================================================== */
#index-techttl {
  padding: 25px 0 25px 40px; }

#index-techlist {
  position: absolute;
  right: 28px;
  top: 30px; }

#index-techwrap {
  letter-spacing: -.40em;
  margin-top: 9px; }
  #index-techwrap .inner-technav {
    border-top: 1px solid #e1e3e5;
    margin: 19px auto 41px;
    width: 217px; }
    #index-techwrap .inner-technav li {
      border-bottom: 1px solid #e1e3e5; }
    #index-techwrap .inner-technav a {
      background: url(img/icon_arrow01.gif) no-repeat 13px center;
      display: block;
      padding: 7px 10px 7px 30px; }

.index-techbox {
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  padding-top: 182px;
  vertical-align: top;
  width: 237px; }
  .index-techbox:first-child {
    margin-left: 0; }

#index-tech-safety {
  background-image: url(../../img/technology_img01.jpg); }

#index-tech-eco {
  background-image: url(../../img/technology_img02.jpg); }

#index-tech-mainte {
  background-image: url(../../img/technology_img03.jpg); }

#index-tech-service {
  background-image: url(../../img/technology_img04.jpg); }

/* 現場における研究開発
   ========================================================================== */
#index-scenewrap,
#index-technicalwrap {
  min-height: 264px; }

#index-scenewrap {
  background: #FFF url(../../img/scene_img01.jpg) no-repeat left top;
  margin-top: 39px;
  padding: 30px 28px 26px 440px; }

.index-btnlist {
  text-align: right; }

#arrow {
  position: absolute;
  left: 318px;
  top: 62px; }

.arrow1 {
  position: absolute;
  left: 155px;
  top: 84px;
  z-index: 10; }

/* 技術の泉
   ========================================================================== */
#index-technicalwrap {
  background: #FFF url(../../img/technical_img01.jpg) no-repeat right top;
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 30px 440px 26px 28px; }

.technical-cont {
  padding: 0 30px 15px;
  letter-spacing: -.40em; }

.inner-technical {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-bottom: 30px;
  margin-right: 35px;
  vertical-align: top;
  width: 420px; }
  .inner-technical .tech-arrowlist {
    padding-left: 32px; }
    .inner-technical .tech-arrowlist li {
      margin-top: 5px; }
      .inner-technical .tech-arrowlist li:first-child {
        margin-top: 0; }
  .inner-technical:nth-child(2n) {
    margin-right: 0; }
	
	
/* ビジョン
   ========================================================================== */	
.mb9 {
	margin-bottom: 9px;
}
.btnCenter {
	margin-top: 20px;
	text-align: center;
}
