@charset "UTF-8";

/* ==========================================================================
   Reset
   ========================================================================== */

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, 
b, u, i, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	font-size: medium;
	overflow-y: scroll;
}

body {
	font-size: 62.5%;
	line-height: 1.5;
}


ol, ul {
	list-style: none;
}

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

caption {
	text-align: left;
}

th {
	font-weight: bold;
}

th, td {
	vertical-align: top;
}

input, textarea {
	margin: 0;
	font-size: 100%;
}

address {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}


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

    body{
      font-family : "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3",  Meiryo, メイリオ, sans-serif;
    }