@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video,
source,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  /* 10px */
  min-height: 100%;
}

body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  background-color: #F2F3F3;
}

body * {
  box-sizing: border-box;
}

body.fixed {
  position: fixed;
  width: 100%;
}

main,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.7;
}

p,
td,
li,
dt,
dd {
  line-height: 1.7;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

#wrapper td.center,
#wrapper th.center {
  text-align: center;
}

#wrapper td.left,
#wrapper th.left {
  text-align: left;
}

#wrapper td.right,
#wrapper th.right {
  text-align: right;
}

li {
  list-style: none;
}

a {
  outline: 0;
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.5;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=checkbox] {
  display: none;
}

input[type=button] {
  transition: all 0.2s ease;
}

input[type=button]:hover {
  opacity: 0.5;
}

select {
  margin: 0;
}

select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

.clear {
  clear: both;
}

.cf::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
