﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #555;
  font-family: "Hiragino Sans", ヒラギノ角ゴシック, Meiryo, メイリオ, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  box-sizing: border-box;
  letter-spacing: 1.7px; }

*:focus {
  outline: none; }

*:hover {
  transition: .3s; }

h1,
h2,
h3,
h4,
h5 {
  font-size: 1rem; }

img {
  display: block;
  width: 100%;
  border: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  user-select: none; }

a {
  display: inline-block;
  color: #0000ee;
  text-decoration: underline; }

label {
  display: block; }

input,
select,
textarea {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: .9rem; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield; }

input[readonly],
input[disabled] {
  background: #f5f5f5; }
  input[readonly]:hover,
  input[disabled]:hover {
    cursor: default; }

button {
  display: block;
  background: transparent;
  border: 0;
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
