@charset "UTF-8";
/*コメント*/
/* ----------------------------------------------------------------

	01. Normalize

----------------------------------------------------------------- */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

html, button, input, select, textarea {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, "sans-serif";
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 1.55;
  font-size: 14px;
  font-size: 1.4rem;
}

hr {
  display: none;
}

a {
  color: #006699;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: purple;
}
a:active, a:hover, a:focus {
  color: #006699;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

p {
  margin: 0 0 10px;
  padding: 0;
}

strong {
  color: #2174ed;
  font-weight: bold;
}

b, em {
  font-style: normal;
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

hr {
  display: none;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

q {
  quotes: none;
}

small {
  font-size: 10px;
  font-size: 1rem;
}

sub, sup {
  position: relative;
  line-height: 1;
  vertical-align: baseline;
  font-size: 10px;
  font-size: 1rem;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote {
  margin: 1em 40px;
}

code,
kbd,
pre,
samp {
  margin: 0 0 10px;
  padding: 0;
  font-family: Helvetica, Arial;
  font-size: 14px;
  font-size: 1.4rem;
}

menu, ul, ol, dl {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
menu > :last-child, ul > :last-child, ol > :last-child, dl > :last-child {
  margin-bottom: 0;
}
menu p, menu ul, menu ol, menu dl, menu table, ul p, ul ul, ul ol, ul dl, ul table, ol p, ol ul, ol ol, ol dl, ol table, dl p, dl ul, dl ol, dl dl, dl table {
  margin-bottom: 5px;
  font-size: 100%;
}

ol {
  margin-left: 2em;
  list-style-type: decimal;
}

dd {
  margin: 0;
}

table {
  margin: 0 0 10px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: inherit;
}
table p, table ul, table ol, table dl, table table {
  margin-bottom: 5px;
}
table td > :last-child {
  margin-bottom: 0 !important;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, "sans-serif";
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}