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

/* GLOBAL RESET ---------------------------- */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

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

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

ol, ul { list-style: none; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; font-style: normal; }

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

img { vertical-align: top; }

/* :focus { outline: 0; } */



/* P.I.E. FLOAT CLEARING ---------------------------- */

.clearfix:after { content: " "; clear: both; height: 0; visibility: hidden; display: block; }
.clearfix { display: inline-block; }
.clearfix { display: block; }


/* BASE STYLE ---------------------------- */
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin-bottom: 0px;
}	
ul li {
	padding-left: 0px;
	margin-bottom: 0px;
}
ol li	{ list-style-type: decimal; list-style-position: inside; }




/* main ---------------------------- */
body {
	background:#fff;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0em;
	color: #5b5b5b;
}