@charset "Shift_JIS";
/* =====================================

  File        : top.css

===================================== */
body {
  background: none;
}
/* =========================================================
KeyvSect
========================================================= */
#KeyvSect {
  min-width: 970px;
  width: 100%;
  height: 410px;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
#KeyvSect {
  vertical-align: top;
}
#KeyvSect .keyvList {
  width: 100%;
}
#KeyvSect .keyvList li {
  width: 1600px;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
  margin-left: -800px;
}
#KeyvSect .keyvList li:first-child {
  display: block;
}
#KeyvSect .keyvList li img {
  width: 1600px;
  height: auto;
}
#KeyvSect.over1600 .keyvList li, #KeyvSect.over1600 .keyvList li img {
  width: 100%;
  left: 0;
  margin-left: 0px;
}
#KeyvSect .keyvTxt {
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -380px;
}
#KeyvSect .keyvNav {
  position: absolute;
  left: 50%;
  bottom: 40px;
  text-align: center;
  width: 880px;
  padding-right: 20px;
  height: 10px;
  margin-left: -450px;
}
#KeyvSect .keyvNav span {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: bottom;
  margin-left: 20px;
}
#KeyvSect .keyvNav span img {
  cursor: pointer;
}
#KeyvSect .keyvNav span.current {
  background: url(../img/top/keyv_btn_on.png) no-repeat center center;
}
#KeyvSect .keyvNav span.current img {
  display: none;
}
* html #KeyvSect {
  background: url(../img/top/keyv01.jpg) no-repeat center center;
}
* html #KeyvSect .keyvNav, * html #KeyvSect .keyvList {
  display: none;
}
/* =================================================================
Main
================================================================= */
#Main {
  margin-top: -16px;
}
/* =========================================================
newsSect
========================================================= */
.newsSect {
  min-width: 970px;
  background:url(../img/common/bg_opacity01.png) 0 0 repeat;
}
.newsSect .bgWrap {
  min-width: 970px;
  padding: 60px 0 0;
}
.newsSect .bgWrap .inner {
  padding-bottom: 60px;
}
.newsSect .bgWrap .inner .sectTit {
  margin-bottom: 40px;
  text-align: center;
}
.newsSect .bgWrap .inner .sectMain {
  width: 680px;
  margin: 0 auto;
  padding: 37px 40px 18px;
  background: url(../img/common/bg_dotted01.gif) 0 0 repeat-x #fff;
  box-shadow: 2px 2px 2px 0 rgba(80,80,80,0.1);  -webkit-box-shadow: 2px 2px 2px 0 rgba(80,80,80,0.1);
}
.newsSect .bgWrap .inner .sectMain .newsList {
  color: #333333;
}
.newsSect .bgWrap .inner .sectMain .newsList dt {
  float: left;
  clear: left;
  width: 178px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3.6px;
}
.newsSect .bgWrap .inner .sectMain .newsList dd {
  float: left;
  width: 449px;
  padding-left: 53px;
  margin-bottom: 22px;
  background: url(../img/common/icon_square01.gif) 0 0.3em no-repeat;
  font-size: 14px;
}
.newsSect .bgWrap .inner .sectMain .newsList dd a {
}
