@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. サイド
　03. モジュール
　04. ローカルナビ

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
#subHeader.funcFix .fixArea {
  z-index: 1100;
}
#container {
  position: relative;
  width: auto;
  min-width: 950px;
  margin: 0;  
  padding: 0;
}
#container #main {
  float: none;
  width: auto;
  padding: 0;
}
.sectionBtm {
  position: relative;
  width: 100%;
  padding: 40px 0 0;
  background-color: #fff;
  z-index: 1000;
}
/* ==

　02. サイド

=============================================================================== */
#sideMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 100%;
  border-right: 5px solid #666;
  background-color: #151515;
  z-index: 3;
}
#sideMenu.side-fixed {
  position: fixed;
  z-index: 1000;
}
* html #sideMenu.side-fixed {
  position: absolute;
  z-index: 3;
} /* ie6 */
#sideMenu.side-layerDown {
  position: absolute;
  z-index: 3;
}
#sideMenu.side-layerDown .side_in {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 195px;
}
* html #sideMenu.side-layerDown .side_in {
  position: static;
  width: auto;
} /* ie6 */
.side_tit {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
  text-align: center;
}
.side-fixed .side_tit {
  padding: 51px 0 0;
}
.side_tit img {
  vertical-align: middle;
}
.side_navItem {
  line-height: 1.35;
  border-bottom: 1px dotted #ccc;
}
.side_navItem a {
  display: block;
  padding: 7px 10px 7px 22px;
  color: #fff;
  background: url(/common/images/ico_arw12.png) 7px 0.9em no-repeat;
  font-size: 14px;
  text-decoration: none;
}
.side_navItem-current a {
  background-color: #555;
}
/* ==

　03. モジュール

=============================================================================== */
#main .fieldPanel {
  padding: 0 0 0 200px;
  overflow-x: hidden;
}
#main .fieldPanel_items {
  position: relative;
  margin: 0;
}
#main .imageSlider {
  height: 100%;
}
#main .imageSlider_items img {
  width: 100%;
  height: auto;
}
#main .surface {
  top: 50%;
  left: 7%;
}
@media screen and (max-width:1070px) {
  #main .surface {
    left: 3%;
  }
}
#main .surface_tit {
  line-height: 1;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 12px;
}
#main .surface_catch {
  line-height: 1;
  margin: 10px 0 0;
  font-size: 12px;
}
#main .surface_btn {
  display: block;
  width: 192px;
  height: 62px;
  margin: 10px 0 0 4px;
  cursor: pointer;
}
#main .fieldPanel_control,
.fitArea .fieldPanel_control {
  display: none;
}
#main .fieldPanel_up,
#main .fieldPanel_down,
.fitArea .fieldPanel_down {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  text-align: center;
}
.fitArea .fieldPanel_down {
  z-index: 1000;
}
#main .fieldPanel_up:hover,
#main .fieldPanel_down:hover,
.fitArea .fieldPanel_down:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* ==

　04. ローカルナビ

=============================================================================== */
.sectionBtm #loacalNav ul {
  font-size: 117%;
}
.sectionBtm #loacalNav {
  width: 890px;
  margin: 0 auto 70px;
  padding: 20px 25px 15px;
  border: 5px solid #ececec;
  background-color: #f8f8f8;
}
.sectionBtm #loacalNav h2 {
  margin-bottom: 12px;
  padding: 0.1em 0 18px 46px;
  border-bottom: 1px solid #ccc;
  background: none;
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 150%;
}
.sectionBtm #loacalNav.typeInnovation h2 { background-image: url(/common/images/localnav_ico04.png); }
.sectionBtm #loacalNav h2 a {
  padding-left: 15px;
  background: url(/common/images/ico_arw04.gif) 1px center no-repeat;
}
.sectionBtm #loacalNav li {
  float: left;
  margin: 0 15px 5px 0;
  white-space: nowrap;
}
.sectionBtm #loacalNav .navCurrent {
  float: none;
  margin: 0 0 10px;
}
.sectionBtm #loacalNav .navCurrent div {
  margin-left: -13px;
  padding-left: 13px;
  background: url(/common/images/bg_line03.gif) left bottom repeat-x;
}
.sectionBtm #loacalNav .linkListS {
  padding: 6px 0 9px;
  font-size: 100%;
}
.sectionBtm #loacalNav .linkListS li {
  margin: 0 15px 0 0;
  padding-bottom: 3px;
}