@charset "utf-8";

#wrap {
	background: #efefef;
}


/* Utility
==================================== */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {  display: inline-block; }
/*\*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }

.right{text-align:right;}
.center { text-align: center; }
.subTxt { 
	display: block;
	font-size: 13px;
	line-height: 1.5;
}
.subTxt.center{
	display:block;
	font-size: 12px;
	color:#898989;
	text-align:center;
}
.bold { font-weight: bold; }
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.sup{ vertical-align: super;font-size: 10px;}
.box{ position: relative}
