@charset "shift-jis";

/*--------------------------------------------------------------------------------
	Commons
--------------------------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.rightfix {
	float: right;
	_display: inline;
}

.leftfix {
	float: left;
	_display: inline;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.block {
	display: block;
}

.note {
	margin-top: 5px;
	font-size: 80%;
	line-height: 1.6;
}

.note2 {
	margin-top: 0px;
	font-size: 80%;
	line-height: 1.6;
	letter-spacing:0;
}