@charset "UTF-8";

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

	Browser Reset CSS
	Last Up Date 07/07/20

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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body {
	font:13px "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1;
}

img {
	border: 0;
	vertical-align: bottom;
}

#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
	clear: both;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size: 100%;
	font-style: normal;
	line-height: 14pt;
}

ul,dl {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}

ol {
	list-style-position: inside;
	text-indent: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

th,td {
	text-align: left;
	vertical-align: top;
}

select, input, textarea {
	font: 99% "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

.clear {
	clear: both;
}
