@charset "UTF-8";


/* ==================== clearfix ==================== */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
	display: block;
}
/* */


/* ==================== common class ==================== */
.mini {
	font-size: 80%;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}
.clear_l {
	clear: left;
}
.clear_r {
	clear: right;
}


/* ==================== Image Replacement ==================== */
.img-r {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
}
a.img-r:hover {
	background-position: left bottom;
}