@charset "UTF-8";
/* @BODY
================================= */
html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  background: #fff;
  background-size: 75px;
  color: #000;
  vertical-align: baseline;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.5;
}

/* LINK */
a {
  border: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a img {
  border: none;
  outline: none;
}

a:link {
  color: #0274bd;
  text-decoration: underline;
}

a:hover {
  color: #0274bd;
  text-decoration: none;
  opacity: 0.7;
}

a:visited {
  color: #0274bd;
  text-decoration: underline;
}

a:active {
  color: #0274bd;
  text-decoration: none;
}

/* @PAGE
================================= */
#page {
  position: relative;
  width: 100%;
  min-width: 1100px;
}

#page .btn-pagetop {
  position: fixed;
  width: 203px;
  height: 163px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
}
#page .btn-pagetop.bottomFix {
  position: absolute;
  bottom: 232px;
  opacity: 1;
}

#page .btn-pagetop a {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-transition: bottom 0s;
  transition: bottom 0s;
}

/* @HEADER
================================= */
header {
  background: url(/shironekotennis/images/shared/bg-header.png) repeat-x 0 50px;
}

header .inner {
  width: 1105px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
}

header h1 {
  float: left;
}

header nav {
  float: right;
  padding-top: 49px;
}

header nav ul {
  text-align: center;
  font-size: 0;
}

header nav ul li {
  display: inline-block;
}

/* @CONTENTS
================================= */
#contents {
  text-align: center;
}

#contents > .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 15px;
}

#contents > .inner h2 {
    text-align: left;
    padding-bottom: 10px;
}

#contents > .inner h3 {
  padding-bottom: 25px;
}

/* @CONTENTSFOOTER
================================= */
#contentsFooter {
  background: url(/shironekotennis/images/shared/bg-friendcp.gif) repeat center top;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

#contentsFooter:after {
  content: "";
  background: url(/shironekotennis/images/shared/bg-footer-top.png) repeat-x center top;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

/* @FOOTER
================================= */
footer #spec {
  text-align: center;
  background: url(/shironekotennis/images/shared/bg-spec.jpg) no-repeat center top;
  background-size: cover;
  padding: 70px 0 40px;
  position: relative;
}

footer #spec:after {
  content: "";
  background: url(/shironekotennis/images/shared/bg-footer-top.png) repeat-x center top;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

footer .sepc-inner {
  position: relative;
  background: url(/shironekotennis/images/shared/spec.png) no-repeat center top;
  height: 231px;
  margin: 0 auto;
  padding: 46px 0 0 318px;
  width: 722px;
}

footer .sepc-inner dl {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-align: left;
  overflow: hidden;
}

footer .sepc-inner dt {
  float: left;
  width: 160px;
}
footer .sepc-inner dd {
  float: left;
  width: 500px;
}
footer .sepc-inner ul {
  position: absolute;
  top: 72px;
  right: 15px;
}
footer .sepc-inner li {
  width: 220px;
}
footer .sepc-inner li img {
  width: 100%;
}



footer .btn-dl {
  font-size: 0;
  text-align: center;
}
footer .btn-dl li:first-child,
footer .btn-dl li:last-child {
  display: inline-block;
  padding: 0 12px;
}

footer #copyright {
  border-top: 10px solid #0075c2;
  padding: 30px 0;
}

footer #copyright .inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

footer #copyright p {
  float: left;
}

footer #copyright ul.sns {
  float: right;
  padding-top: 15px;
}

footer #copyright ul.sns li {
  padding-left: 20px;
}

footer #copyright ul.link {
  clear: both;
  font-size: 20px;
  padding-top: 20px;
}

footer #copyright ul.link li {
  border-left: 2px solid #0075c2;
  padding: 0 20px;
}

footer #copyright ul.link li:first-child {
  border-left: none;
  padding: 0 20px 0 0;
}

footer #copyright ul li {
  display: inline-block;
}
