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

/* 2:共通スタイル -----------------------------------*/


img {
	vertical-align: bottom;
	border: none;
}

.clr {
	clear: both;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

