@charset "utf-8";
@import "html5reset-1.6.1.css";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", "Myriad Web", "Myriad Pro", Verdana, sans-serif;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: none;
}
html {
  height: 100%;
}
img {
  border-style: none;
}
br {
  letter-spacing: 0;
}
a {
  color: #333333;
  text-decoration: none;
}
#wrapper {
  width: 100%;
}
#header {
  width: 100%;
  background: #FFFFFF;
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: auto;
  padding: 15px 0;
}
#header .logo img, #header .tel img {
  display: block;
}
#header .bishop {
  line-height: 70px;
  font-weight: bold;
  color: #72AF2D;
}
#gNavi {
  background: #539C47;
}
#gNavi ul {
  display: table;
  width: 960px;
  margin: auto;
  background: url(../images/gnavi_line.gif) no-repeat right center;
}
#gNavi ul li {
  display: table-cell;
  background: url(../images/gnavi_line.gif) no-repeat left center;
}
#gNavi ul li a {
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  z-index: 10;
  display: block;
  font-weight: bold;
  padding: 0 25px;
  letter-spacing: 2px;
}
#gNavi ul li a:hover, #gNavi ul li a:active, #gNavi ul li a:visited {
  border: none;
}
#contents {
  margin: auto;
}
#mainContents {
  padding-bottom: 80px;
}
#footer {
  line-height: 80px;
  color: #FFFFFF;
  background-color: #539C47;
  text-align: center;
  font-size: 0.9em;
}
.pageTop {
  position: fixed;
  top: 50%;
  right: 0px;
  display: none;
  margin-top: -47px;
}