@charset "utf-8";

/*------------------------------
  CSSリセット
------------------------------*/

body, h1, h2, h3, h4, h5, h6, 
p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

p, ol, ul, dl, table {
	font-size: 1.2em;
}

ol p, ol ul, ol dl,
ul p, ul ol, ul dl,
dl p, dl ol, dl ul, 
table p, table ol, table ul, table dl {
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

b, em, strong, small {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
}

/*------------------------------
  clearfix
------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

