@charset "utf-8";
/* ===================================================================
	CSS information
	file name  :  reset.css
	style info :  リセットメイン(このスタイルシートは基本的に変更しない)

=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
*{
	margin: 0;
	padding: 0;
}

caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
img,abbr,acronym,fieldset {
	border: 0;
	vertical-align:bottom;
}
li {
	list-style-type: none;
}

/*ClearFix-*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */