@charset "UTF-8";
/* ---------------------------
#   リセット CSS
------------------------------ */
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, 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, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* # html5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0; }

body {
  color: #333;
  font-family: Verdana, Roboto,"Droid Sans", "Noto Sans Japanese", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

form, input {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: auto;
  overflow: visible; }

input[type="submit"] {
  cursor: pointer;
  vertical-align: bottom; }

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  zoom: 1; }

a {
  color: #1263aa;
  cursor: pointer;
  text-decoration: underline; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* -------------------------------- */
