
/* CSS Document */

html, body, div, span, dl, dt, dd, ul,  
h1, h2, h3, h4, h5, h6, applet, object, embed, iframe,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var,
fieldset, form, input, textarea, label, legend, caption,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
}

/* margin */
.mg-top5  {margin-top:5px;}
.mg-top10 {margin-top:10px;}
.mg-top15 {margin-top:15px;}
.mg-top20 {margin-top:20px;}
.mg-top25 {margin-top:25px;}
.mg-top30 {margin-top:30px;}
.mg-top35 {margin-top:35px;}
.mg-top40 {margin-top:40px;}

.mg-left10 {margin-left: 10px;}
.mg-left15 {margin-left: 15px;}
.mg-left20 {margin-left: 20px;}
.mg-left30 {margin-left: 30px;}

.mg-right10 {margin-right: 10px;}
.mg-right20 {margin-right: 20px;}
.mg-right30 {margin-right: 30px;}

.mg-bot5  {margin-bottom: 5px;}
.mg-bot10 {margin-bottom: 10px;}
.mg-bot15 {margin-bottom: 15px;}
.mg-bot20 {margin-bottom: 20px;}
.mg-bot25 {margin-bottom: 25px;}
.mg-bot30 {margin-bottom: 30px;}
.mg-bot35 {margin-bottom: 35px;}
.mg-bot40 {margin-bottom: 40px;}


/* float */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.i-center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
.boxcenter {
	margin-right: auto;
	margin-left: auto;
}


/* clear */
.clear {clear:both;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* END hides from IE-mac */
