@charset "UTF-8";
/* CSS Document */

/* Reset Stylesheet
--------------------------------------------------*/
html, header, 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, font, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td, figure, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
    box-sizing:border-box;
}

/* 文字サイズの自動調整の無効化 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul,ol { list-style:none; }


/* 基本リセット
--------------------------------------------------*/
html{
    overflow-y: scroll;
	height: 100%;
}

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

caption, th{
    text-align: left;
}

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

body {
    height: 100%;
    width: 100%;
}

img {
	vertical-align:bottom;
}

hr {
	display:none;
}