@charset "Shift_JIS";

/* base.css */
body, div, figure, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}
body{
	font-family: "BIZ UDPGothic", Meiryo, sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
	vertical-align: top;
	width: 100%;
}

em {
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}

ul {
	list-style: none;
}

li {
  list-style-type: none;
}

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

p, li, dd {
	line-height: 1.6;
	word-wrap: break-word;
	word-break: break-all;
}

html, body {
	height: 100%;
	min-height: 100%;
}