@charset "utf-8";

/* color 
---------------------------------------------------- */

.black {
	color: #000;
}
.gray {
	color: #666;
}

/* clear 
---------------------------------------------------- */

.clr {
	clear: both;
}
.clr p {
	text-indent: -10000px;
	font-size: 0px;
}

/* spc 
---------------------------------------------------- */

.b_spc10 {
	margin-bottom: 10px;
}

/* weight 
---------------------------------------------------- */

.bold {
	font-weight: bold;
}

/* size 
---------------------------------------------------- */

.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}

/* other 
---------------------------------------------------- */

.t_center {
	text-align: center;
}
.d_block a {
	display: block;
}