@charset "UTF-8";

body {
	line-height: 1.5;
	font-size: 12px;
}
a {
	border: none;
}
/* clearfix */
.clearfix,
ul, ol, dl,
div {
	zoom: 1;
}
.clearfix:after,
ul:after, ol:after, dl:after,
div:after {
	content: ""; 
	display: block; 
	clear: both;
}
/* float */
.float-left, .f-left {
	float: left;
}
.float-right, .f-right {
	float: right;
}
.float-end, .f-end, .float-clear, .f-clear {
	clear: both;
}
/* text-align */
.text-left, .t-left {
	text-align: left;
}
.text-right, .t-right {
	text-align: right;
}
.text-center, .t-center {
	text-align: center;
}
/* hover */
.hover:hover {
	background-position: 0 bottom;
}
/* block */
.block {
	display: block;
}
/* button = block & hover */
.button {
	display: block;
}
	.button:hover {
		background-position: 0 bottom;
	}
/* line break */
.mini-br {
	height: 8px;
	font-size: 0;
	border: none;
}
/* margin:auto */
.margin-auto, .m-auto {
	margin: auto;
}
/* vertical-align */
.valign-middle, .v-middle {
	vertical-align: middle;
}
/* bold */
.bold {
	font-weight: bolder;
}
/* width:100%; */
.maximum-width, .max-width {
	width: 100%;
}