@charset "UTF-8";
/* @BODY
================================= */
html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  background-color: #fff;
  color: #000;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}

/* @PAGE
================================= */
#page {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}

#page .inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* @HEADER
================================= */
header {
  background: #343434;
}

header .inner {
  padding: 5px 0;
}

header .inner p {
  float: left;
  padding-top: 12px;
}

header .inner ul {
  float: right;
}

header .inner ul li {
  float: left;
  padding: 0 5px;
}

/* @GNAVI
================================= */
#gNavi {
  background-image: url(../images/shared/bg_gNavi.jpg), url(../images/shared/bg_gNavi_repeat.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top;
  height: 104px;
  top: 104px;
  margin-top: -104px;
  position: relative;
  z-index: 10;
}

#gNavi ul {
  font-size: 0;
  text-align: center;
  padding: 17px 0;
  width: 960px;
  margin: 0 auto;
}

#gNavi ul li {
  display: inline-block;
  padding: 0 2px;
}

#gNavi.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
}

/* @CONTENTS
================================= */
#contents {
  text-align: center;
}

#contents .section {
  padding: 80px 0 45px;
}

/* @CONTENTS - TOPICSPATH
================================= */
#topicPath {
  width: 960px;
  margin: 0 auto;
  padding: 111px 0 9px;
}

#topicPath ul {
  overflow: hidden;
}

#topicPath ul li {
  float: left;
  font-size: 14px;
  background: url(../images/shared/icon_topicPath.gif) no-repeat 0 8px;
  padding: 7px 0 0 25px;
  margin-right: 10px;
}

#topicPath ul li.home {
  background: transparent;
  padding: 0;
}

/* @CONTENTS - SECTION02
================================= */
.section02 {
  background-color: #207d00;
  background-image: url(../images/shared/border.gif),
                    url(../images/shared/border-repeat.gif),
                    url(../images/vision/bg_02.jpg);
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: center bottom, center bottom, center top;
}
.section02 .section02_left {
  float: left;
  padding: 0 0 20px 25px;
}
.section02 .section02_right {
  float: right;
  position: relative;
  padding-right: 25px;
}
.section02 .section02_right span {
  position: absolute;
}
.section02 .section02_right .btn_vision {
  top: 117px;
  left: 20px;
}
.section02 .section02_right .btn_fan {
  bottom: 25px;
  left: 20px;
}


/* @CONTENTS - SECTION03
================================= */
.section03 {
  background: #ecf2fd url(../images/shared/bg_gray.jpg) no-repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.section03 h3 {
  padding-bottom: 40px;
}
.section03 ul {
  text-align: left;
}
.section03 ul li {
  display: inline-block;
  vertical-align: top;
  padding: 25px 0;
}
.section03 ul li.pR56 {
  padding-right: 56px;
}
.section03 ul li div {
  overflow: hidden;
}
.section03 ul li .product_left {
  float: left;
  padding-top: 17px;
}
.section03 ul li .product_left a {
  display: block;
  text-align: left;
  margin-top: 10px;
}
.section03 ul li .product_right {
  float: right;
  padding-top: 7px;
}
.section03 ul li .copyright {
  text-align: right;
  clear: both;
}


/* @CONTENTS - SECTION_CAMPAIGN
================================= */
.section_campaign {
  background: #ffea5f url(../images/campaign/bg_mv.jpg) no-repeat center top;
  padding: 0 !important;
  position: relative;
  height: 306px;
}
.section_campaign .inner {
  overflow: inherit !important;
}
.section_campaign h3 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -502px;
}
.section_campaign p {
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -195px;
}



/* @VISIONFOOTER
================================= */
#visionFooter {
  background: #eaeef4 url(../images/shared/bg_visionfooter.gif) repeat-x center top;
/*  margin-top: 45px;
*/}

#visionFooter .inner {
  position: relative;
  padding: 30px 0;
  overflow: visible;
  height: 150px;
}

#visionFooter .inner .btn_pagetop {
  position: absolute;
  top: -45px;
  right: 0;
}

#visionFooter .inner .floatLeft {
  padding-left: 28px;
}

/* @FOOTER
================================= */
footer {
  background: #333333;
  padding: 16px 0;
}

footer ul {
  overflow: hidden;
  float: left;
  padding-top: 5px;
}

footer ul li {
  float: left;
  padding-right: 30px;
}

footer p {
  float: right;
  padding-top: 9px;
}
