@charset "UTF-8";

/*-----------------------------------------*/
/* Template CSS */
/*-----------------------------------------*/
.noDisp {
	display:none;
}

.clrBlock {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px; 
	overflow:hidden;
}
/*----------------- Font -----------------*/
.F10px {
	font-size: 10px;
}
.F11px {
	font-size: 11px;
}
.F12px {
	font-size: 12px;
}
.F13px {
	font-size: 13px;
}
.F14px {
	font-size: 14px;
}
.F15px {
	font-size: 15px;
}

.FBold {
	font-weight: bold;
}

/*----------------- Font Color -----------------*/
/* red */
.cred {
	color: #FF0000;
}

.AttnRed {
	color: #f04956;
}

/* brown */
.brown {
	color: #b28850;
}

/* 35%gray */
.35gray {
	color: #A7A7A7
}
/* 65%gray */
.65gray {
	color: #595959;
}


/*----------------- text-align -----------------*/
.txCenter {
	text-align: center;
}
.txLeft {
	text-align: left;
}
.txRight {
	text-align: right;
}











