@charset "utf-8";

/* // reset
-------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
} 
html, body{
	height: auto !important;
	margin:0;
	padding:0;
	text-align:center;
}
@media all and (max-width: 580px)  {
	html, body{
		height: auto !important;
	}
}


div {
margin:0;
padding:0;
}
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style:normal;
    font-weight: normal;
	vertical-align: baseline;
	text-align:left;
}

span, em, strong{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	vertical-align: baseline;
	font-size: 100%;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* List Module  */
ul, ol {
	list-style:none;
}

/* Display Module */
sup {
vertical-align:top;
font-size:76%;
}
sub {
vertical-align:bottom;
font-size:76%;
}


/* Forms Module */
button {
	margin:0;
	padding:0;
	border:0;
	background:none;
	cursor:pointer;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	margin: 0;
	padding: 0;
}


/* Tables Module */
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}
th, caption {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
a:focus {
	outline:none;
}

img { border:0; vertical-align: bottom; }

/* other */
hr { display: none; }

.cfix:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.cfix {	display: inline-block;} 
/* Hides from IE Mac */
* html .cfix {	height: 1%;	}
.cfix {	display:block;	}
/* End Hack */ 

.both{
	clear:both;
}







