@charset "utf-8";

/*----------------------------------------------------
	Break!
----------------------------------------------------*/
.break5 {
	width: 100%;
	text-indent: -9999px;
	height: 5px;
	clear: both;
}

.break10 {
	width: 100%;
	text-indent: -9999px;
	height: 10px;
	clear: both;
}

.break15 {
	width: 100%;
	text-indent: -9999px;
	height: 15px;
	clear: both;
}

.break20 {
	width: 100%;
	text-indent: -9999px;
	height: 20px;
	clear: both;
}

.break25 {
	width: 100%;
	text-indent: -9999px;
	height: 25px;
	clear: both;
}

.break30 {
	width: 100%;
	text-indent: -9999px;
	height: 30px;
	clear: both;
}

.break35 {
	width: 100%;
	text-indent: -9999px;
	height: 35px;
	clear: both;
}

.break40 {
	width: 100%;
	text-indent: -9999px;
	height: 40px;
	clear: both;
}

.break45 {
	width: 100%;
	text-indent: -9999px;
	height: 45px;
	clear: both;
}

.break50 {
	width: 100%;
	text-indent: -9999px;
	height: 50px;
	clear: both;
}

.float-left {
	display: block;
	float: left;
}
.float-right {
	display: block;
	float: right;
}

/*----------------------------------------------------
	margin/padding
----------------------------------------------------*/
.mt10{margin-top: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}

.km5 {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/*----------------------------------------------------
	colom Span
----------------------------------------------------*/
.span1 {
	width: 960px;
	margin: 0 auto;
}
.span2 {
	width: 972px;
	margin: 0 auto;
}



/* -----------------------------------------------------------
	Clearfix!
----------------------------------------------------------- */
.clearfix:after {content:''; display:table; clear:both;}



/* -----------------------------------------------------------
	Alpha!
----------------------------------------------------------- */
.alpha7 a:hover img {
	-moz-opacity:0.7 !important;
	opacity:0.7 !important;
	filter: alpha(opacity=80) !important;
}

a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

.alpha a:hover img {
	-moz-opacity:0.9 !important;
	opacity:0.9 !important;
	filter: alpha(opacity=90) !important;

}

