@charset "UTF-8";
/******************************
 AllTagsFix 
******************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Reset the new HTML5 elements */
article,
aside,
main,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

img,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
hr,
form,
input,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

input {
  color: #979EAC;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: arial, helvetica, clean, sans-serif;
  letter-spacing: 0;
  line-height: 1.0;
}

select,
input,
button,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select,
input,
textarea,
button {
  position: relative;
  top: -1px;
  margin: 0 4px 2px 0;
  *margin-right: 3px;
  /* iOS safari対策 */
  border-radius: 0;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  vertical-align: middle;
  /* iOS safari対策 */
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  outline: none;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

/* box-sizing指定 */
th,
td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* iOS safari対策 */
body {
  -webkit-text-size-adjust: 100%;
}
/*# sourceMappingURL=reset.css.map */
