@charset "utf-8";

/*******************************
  基本設定
*******************************/

/*------------------------------
  CSSリセット
------------------------------*/

body, h1, h2, h3, p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: corbel, verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}
article,aside,canvas,details,figcaption,figure,  
footer,header,hgroup,menu,nav,section,summary{
	display: block;  
}  

p, ol, ul, dl, table {
	font-size: 1.2em;
}

dl ol, dl ul, 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;
}

