@charset "UTF-8";
/* Reset
-------------------------------------------------------------------------------*/
/* html5doctor.com Reset v1.6.1 - http://cssreset.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: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, p, strong, span {
  font-weight: normal;
}

a {
  color: #e73713;
}

img {
  vertical-align: top;
}

ul, li {
  list-style: none;
}

label {
  display: block;
}

input, select {
  display: inline-block;
  height: 28px;
  font-size: 14px;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  border: 1px solid #898989;
  border-image: none;
  border-radius: 0;
  box-shadow: none;
}

address {
  font-style: normal;
}

/* layout, module
-------------------------------------------------------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

header {
  height: 60px;
  margin-bottom: 10px;
  background-color: #FFA400;
}
header h1 {
  float: left;
  padding: 16px 0 0 14px;
}
header h1 img {
  width: 149px;
  height: auto;
}
header ul li {
  float: right;
  padding: 8px 12px 0 0;
}
header ul li img {
  width: auto;
  height: 46px;
}

a {
  color: #00B8DA;
}
a.btn {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  background-color: #00B8DA;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
a i {
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  color: #00B8DA;
  border-radius: 50%;
  background-color: #fff;
}
a i:before {
  display: inline-block;
  text-align: center;
}
a span {
  font-weight: bold;
  display: inline-block;
  width: 160px;
  margin-right: 32px;
  text-align: center;
  vertical-align: middle;
}
a[target="_blank"]:after, a[target="_new"]:after, a[target="new"]:after, a.open-in-new:after {
  margin-left: 0.25em;
  font-family: 'Hobonichi-Icons';
  content: "\e914";
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffa400;
  margin: 20px auto;
}

dt {
  margin-top: 20px;
}
dt:before {
  content: "■";
}
dt:first-child {
  margin-top: 0;
}

dd dt:before {
  content: none;
}
dd ul, dd ol {
  padding-left: 1.4em;
}
dd ul li {
  list-style-type: disc;
}
dd ol li {
  list-style-type: decimal;
}
dd p + p {
  margin-top: 1em;
}
dl.term {
}
dl.term dt{
  margin-top: .5em;
}
dl.term dd{
  margin-left: 1.4em;
}

nav li a {
  line-height: 1;
  display: block;
  padding: 16px 32px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #fff;
  background: #DDDDDD url(/sp/store/images/icon_yellow.png) no-repeat 8px center;
  background-size: 15px 15px;
}
nav li:last-child a {
  background-image: url(/sp/store/images/icon_blue.png);
  background-size: 15px 15px;
}

.nav-center {
  text-align: center;
}

section {
  max-width: 720px;
  margin: 0 auto 20px;
  padding: 0 20px 20px;
  background: url(/sp/store/images/dot.png) repeat-x bottom;
  background-size: 7px 4px;
}

.update {
  margin-top: 20px;
}

footer > div {
  margin-top: 70px;
  background-color: #ddd;
}
footer p {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  height: 60px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #ffb600;
}
footer ul {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
footer li {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  display: table-cell;
}
footer li a {
  font-size: 87.5%;
  padding: 16px 4px 16px 28px;
}
footer li a[target="_blank"]:after, footer li a[target="_new"]:after, footer li a[target="new"]:after, footer li a.open-in-new:after {
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  a {
    transition: all .25s;
  }
  a i {
    transition: all .25s;
  }
  a.btn:hover {
    background-color: #009cb9;
  }
  a.btn:hover i {
    color: #009cb9;
  }
  a:hover {
    color: #009cb9;
  }

  nav a {
    transition: all .25s;
  }
  nav a:hover {
    background-color: #c7c7c7;
  }
}
