@charset "utf-8";

/* ---------------------
 Default style clear
------------------------ */

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;
}

html {
	overflow-y: scroll;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


fieldset,img {
	border: 0;
}

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

caption,th {
	text-align: left;
}

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


/* ---------------------
 基本タグのCSS再指定
 base font size 1em -> 10px
------------------------ */
html {
	font-size:62.5%;
}

h1 {
	font-size: 2em;
	
}

h2 {
	font-size: 1.8em;
	
}

h3 {
	font-size: 1.6em;
	
}

h4,h5,h6 {
	font-size: 1.4em;
	
}

p {
	margin: 0 0 1em 0;
}

p,address {
	font-size: 1.4em;
}

li,dt,dd {
	font-size: 1.4em;
}

pre {
	font-size: 1.4em;
}

table {
	font-size: 1.4em;
}

ul,ol {
	margin: 0 0 1em 4em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	margin: 0 0 0 1em;
}

dd {
	margin: 0 0 0 2em;
}

