@charset "UTF-8";
/**
*******************************************************************************************************

	RESET CSS

*******************************************************************************************************
*/
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, option, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  color: #ffffff;
  line-height: 1.5;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*----------------------------------------
	Text
----------------------------------------*/
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

em {
  font-style: normal;
}

strong, b {
  font-weight: bold;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

/*----------------------------------------
	List
----------------------------------------*/
ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*----------------------------------------
	HR
----------------------------------------*/
hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  text-decoration: none;
  outline:none;

  color: #ffffff;
}

a:focus {
  outline:none;
}

a:hover,
a:active {
  outline: 0;
  outline:none;
}

a:hover {
 color: #ffffff;
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

/*----------------------------------------
	IMG
----------------------------------------*/
img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}