@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : class.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * COMMON
 * ******************************************************************************** */
/* .hidden */
.hidden {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
/* .hover */
.hover {}
/* .pngfix */
.pngfix {}
/* .heightAlign */
.heightAlign {}
/* .textSmall */
.textSmall {
	font-size: 85%;
}
/* .clearBoth */
.clearBoth{
	clear: both;
}
/* Float Right */
.floatRight {
	float: right;
}	
/* Float Left */
.floatLeft {
	float: left;
}
/* Text Center */
.alignCenter {
	text-align: center;
}
/* Text Right */
.alignRight {
	text-align: right;
}
/* Text Left */
.alignLeft {
	text-align: left;
}
/* Valign Top */
.valignTop {
	vertical-align: top;
}
/* Valign Middle */
.valignMiddle {
	vertical-align: middle;
}
/* Valign Bottom */
.valignBottom {
	vertical-align: bottom;
}
/* span.fontsizeL */
span.fontsizeL {
	font-size: 107%;
}


/* ********************************************************************************
 * IMAGE
 * ******************************************************************************** */
/* img.imgRight */
img.imgRight {
	float: right;
	margin-left: 15px;
}
/* img.imgLeft */
img.imgLeft {
	float: left;
	margin-right: 15px;
}
/* a.imgLeft */
a.imgLeft {
	float: left;
	margin-right: 20px;
}


/* ********************************************************************************
 * RESET
 * ******************************************************************************** */
/* .mgnTop0 */
.mgnTop0 {	margin-top: 0 !important;}
/* .mgnRit0 */
.mgnRit0 {	margin-right: 0 !important;}
/* .mgnBtm0 */
.mgnBtm0 {	margin-bottom: 0 !important;}
/* .mgnLft0 */
.mgnLft0 {	margin-left: 0 !important;}


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

