@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

body {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

#ss {
  background: url(../images/ss-bg.gif) repeat top center #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#ss header,
#ss main,
#ss footer {
  width: 100%;
  display: block;
  position: relative;
}
#ss header {
  background-color: #fff;
  position: fixed;
  text-align: center;
  z-index: 20;
}
#ss header:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 5.15464%;
  background: url("../images/ss-headerBg.png") repeat-x;
  background-size: contain;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
#ss header h1, #ss header h2 {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
}
#ss header h1 img, #ss header h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#ss header h1 {
  margin-top: -4.12371%;
  padding-top: 4.12371%;
}
#ss header h2 {
  margin-top: 9.17526%;
  padding-bottom: 2.06186%;
}
#ss main {
  display: block;
  padding: 22.8866% 0 2em;
  font-size: 1.4em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.9;
  background-color: #fff;
  text-align: center;
}
#ss main h3 {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  padding: 0 0.5em;
}
#ss main h3:after {
  content: '';
  display: block;
}
#ss main p {
  padding: 0 1.5em;
  margin-bottom: 1em;
  text-align: left;
}
#ss main p:last-child {
  margin-bottom: 0;
}

footer {
  text-align: center;
  background-color: #000;
}
footer small {
  line-height: 3.7;
  font-size: 12px;
  color: #fff;
}
footer small a {
  color: #fff;
}

@media screen and (min-width: 970px) {
  #ss header:before {
    padding-bottom: 50px;
  }
  #ss header h1, #ss header h2 {
    width: 970px;
  }
  #ss header h1 {
    margin-top: -40px;
    padding-top: 40px;
  }
  #ss header h2 {
    margin-top: 89px;
    padding-bottom: 20px;
  }
  #ss main,
  #ss footer {
    width: 970px;
    margin: 0 auto;
  }
  #ss main {
    padding: 222px 0 2em;
  }
  #ss main h3 {
    font-size: 1.6em;
  }
}
