@charset "UTF-8";
/******************************************************************************
  基本スタイル
******************************************************************************/
/* 変数
--------------------------------------------- */
/* ブラウザスタイル解除
--------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #111;
  background-color: #fff !important;
}

h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td, time, span, pre, figure {
  border-style: none;
  font-size: 100%;
  font-weight: bold !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

o
* html body {
  font-size: 100%;
}

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

a img {
  border-style: none;
}

input, textArea, select, button {
  background: transparent none repeat scroll 0 0;
  border-style: none;
  font-size: 16px;
  font-weight: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.btn a {
  color: #fff;
}

a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  opacity: 0.7 !important;
  transition-duration: 0.5s;
}

button:hover {
  opacity: 1 !important;
}

a, button {
  cursor: pointer;
}
