@charset "UTF-8";

/* Index
------------------------------------------
Reset The Standard Style
Standard Margin Setup
------------------------------------------ */

/* =================================================================

	Reset The Standard Style

================================================================= */
html, body, div, span, applet, object, iframe, input, textarea,
h1, h2, h3, h4, h5, h6, p, figure, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, 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;
  font-size:100%;
  font-weight:normal;
  font-style:normal;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary{
  display:block;
}
mark{
  background-color:transparent;
}
fieldset{
  border:none;
}
legend, hr{
  display:none;
}
img{
  vertical-align:top;
}
img, a img{
  border:none;
}
ul, ol{
  list-style-type:none;
}
b, em, strong,
b a, em a, strong a{
  font-weight:bold;
}
table{
  border:none;
  border-collapse:collapse;
  border-spacing:0;
}
th, td{
  border:none;
  text-align:left;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 14px;
}

body {
  background-color: #fff;
  color: #4c4c4c;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 100%;
  line-height: 1.5;
}
a{
  text-decoration: none;
  color: #4c4c4c;
}
a:hover{
  opacity: .7;
}