@charset "utf-8";
/*text-align*/
.posiCenter {
	text-align:center;
}
.posiLeft {
	text-align:left;
}
.posiRight {
	text-align:right;
}
/*font-size*/
.sizeXS {
	font-size: 79% !important;
}
.sizeSS {
	font-size: 86% !important;
}
.sizeS {
	font-size: 93%!important;
}
.sizeM {
	font-size: 100% !important;
}
.sizeL {
	font-size: 108%!important;
}
.sizeLL {
	font-size: 115% !important;
}
.sizeXL {
	font-size: 122% !important;
}
.sizeXXL {
	font-size: 129% !important;
}
.sizeXXXL {
	font-size: 136% !important;
}
.sizeXXXXL {
	font-size: 143% !important;
}
/*margin*/
.mtop00 {
	margin-top:0px !important;
}
.mtop05 {
	margin-top:5px !important;
}
.mtop10 {
	margin-top:10px !important;
}
.mtop15 {
	margin-top:15px !important;
}
.mtop20 {
	margin-top:20px !important;
}
.mtop25 {
	margin-top:25px !important;
}
.mtop30 {
	margin-top:30px !important;
}
.mtop35 {
	margin-top:35px !important;
}
.mtop40 {
	margin-top:40px !important;
}
.mtop45 {
	margin-top:45px !important;
}
.mtop50 {
	margin-top:50px !important;
}
.mbtm00 {
	margin-bottom:0px !important;
}
.mbtm05 {
	margin-bottom:5px !important;
}
.mbtm10 {
	margin-bottom:10px !important;
}
.mbtm15 {
	margin-bottom:15px !important;
}
.mbtm20 {
	margin-bottom:20px !important;
}
.mbtm25 {
	margin-bottom:25px !important;
}
.mbtm30 {
	margin-bottom:30px !important;
}
.mbtm35 {
	margin-bottom:35px !important;
}
.mbtm40 {
	margin-bottom:40px !important;
}
.mbtm45 {
	margin-bottom:45px !important;
}
.mbtm50 {
	margin-bottom:50px !important;
}
.mbtm80 {
	margin-bottom:80px !important;
}
.mbtm100 {
	margin-bottom:100px !important;
}
.mleft05 {
	margin-left:5px !important;
}
.mleft10 {
	margin-left:10px !important;
}
.mleft15 {
	margin-left:15px !important;
}
.mleft20 {
	margin-left:20px !important;
}
.mright00 {
	margin-right:0px !important;
}
.mright05 {
	margin-right:5px !important;
}
.mright10 {
	margin-right:10px !important;
}
.mright15 {
	margin-right:15px !important;
}
.mright20 {
	margin-right:20px !important;
}
/*padding*/
.ptop05 {
	padding-top:5px !important;
}
.ptop10 {
	padding-top:10px !important;
}
.ptop15 {
	padding-top:15px !important;
}
.ptop20 {
	padding-top:20px !important;
}
.ptop25 {
	padding-top:25px !important;
}
.ptop30 {
	padding-top:30px !important;
}
.ptop35 {
	padding-top:35px !important;
}
.ptop40 {
	padding-top:40px !important;
}
.ptop45 {
	padding-top:45px !important;
}
.ptop50 {
	padding-top:50px !important;
}
.ptop65 {
	padding-top:65px !important;
}
.ptop60 {
	padding-top:60px !important;
}
.ptop70 {
	padding-top:70px !important;
}
.ptop80 {
	padding-top:80px !important;
}
.ptop100 {
	padding-top:100px !important;
}
.pbtm05 {
	padding-bottom:5px !important;
}
.pbtm10 {
	padding-bottom:10px !important;
}
.pbtm15 {
	padding-bottom:15px !important;
}
.pbtm20 {
	padding-bottom:20px !important;
}
.pbtm25 {
	padding-bottom:25px !important;
}
.pbtm30 {
	padding-bottom:30px !important;
}
.pbtm35 {
	padding-bottom:35px !important;
}
.pbtm40 {
	padding-bottom:40px !important;
}
.pbtm45 {
	padding-bottom:45px !important;
}
.pbtm50 {
	padding-bottom:50px !important;
}
.pbtm60 {
	padding-bottom:60px !important;
}
.pleft05 {
	padding-left:5px !important;
}
.pleft10 {
	padding-left:10px !important;
}
.pleft15 {
	padding-left:15px !important;
}
.pleft20 {
	padding-left:20px !important;
}
.pleft45 {
	padding-left:45px !important;
}
.pright05 {
	padding-right:5px !important;
}
.pright10 {
	padding-right:10px !important;
}
.pright15 {
	padding-right:15px !important;
}
.pright20 {
	padding-right:20px !important;
}
/* float */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear:both
}
.nodisplay {
	text-indent: -9999px;
	position: absolute;
	width:0;
	height:0;
}
/* clearFix*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/*overflow*/
.hidden {
	overflow: hidden;
}
