@charset "utf-8";

/* -------------------------------------
 reset setting
------------------------------------- */


/* size ----------------------------- */


/*  html,
  body { width: 100%;
         height: 100%; }
*/


/* font ----------------------------- */

body {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic" , "YuGothic" ,"Meiryo", sans-serif;
  line-height: 1.5;
}

input,
textarea,
select {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
cite,
code,
caption,
form,
fieldset,
legend,
input,
textarea,
select,
option,
label,
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  font-size: 100%;
  font-style: normal;
}


/*\*/

* html body {
  font-size: 75%;
}

* html table {
  font-size: 100%;
  line-height: 1.5;
}

*:first-child+html body {
  font-size: 75%;
}


/**/

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

input {
  vertical-align: middle;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}


/* border,outline ------------------- */

a {
  outline: none;
  text-decoration: none;
}

img,
fieldset,
abbr,
acronym {
  border: none;
}


/* margin --------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
cite,
code,
caption,
form,
fieldset,
legend,
input,
textarea,
select,
option,
label,
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  margin: 0;
  padding: 0;
}

section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  display: block;
}


/* table ---------------------------- */

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

caption,
th {
  text-align: left;
  font-weight: normal;
}


/* list ----------------------------- */

ol,
ul,
li {
  list-style: none;
}


/* others --------------------------- */

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

hr {
  display: none;
}