@charset "utf-8";

#SF-outer-container {
	max-height: 9000px;
	max-width: 1024px;
	overflow: hidden;
}
.SF-module-container {
	max-height: 4000px;
	max-width: 1024px;
	overflow: hidden;
}
html,body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,dl,dt,dd,table,th,tr,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a img,fieldset {
	border: none;
}
address {
	 font-style: normal;
}
em {
	font-style: italic;
}
label {
	white-space: nowrap;
}
#SF-rightblock {
	float: right;
	display: inline;
}
#SF-leftblock {
	float: left;
	display: inline;
}
.SF-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}
.SF-clearfix {
	display: inline-block;
}
.SF-clearfix {
	display: block;
}
.SF-nowrap {
	white-space: nowrap;
}