@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}img {vertical-align: top;font-size:0;line-height: 0;}
a:focus {outline:none;}

:lang(en) {font-family:"adamina";}

body {
	font-size:0.9em;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
	}

.header {
	text-align:center;
	margin-bottom:30px;
	
	background:none;
	}
	.header img { margin:0 auto; }

.footer {
	}
	
.article {
	text-align:center;
	}
	
.section {
	text-align:left;
	margin:0 auto 30px;
	padding:0 30px;
	width:953px;
	-moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

h1 {
	font-size:1.6em;
	padding:15px;
	}

h2 {
	font-size:1.2em;
	padding:14px 0;
	margin-bottom:10px;
	}

h3 {
	padding:10px 0;
	}
	h3.bgred { background:#D32300;color:#fff;padding:10px;}

ul li {
	padding:3px 0 3px 20px;
	/*background:url(img/bullet.png) no-repeat left 3px;*/
	}	

ul.nobullet > li {
	margin-left:1em;
	/*text-indent:-0.9em;*/
	padding:3px 0 3px 0;
	background:none;
	}
	ul.nobullet > li * {text-indent:0;}

	
/*float*/
.float_wrap { overflow: hidden;}
.float_wrap:after { content: ""; display: block; clear: both; height: 1px; overflow: hidden;}
/*\*/
* html .float_wrap { height: 1em; overflow: visible;}
/**/
/*float*/

@media screen and (max-width: 980px) {
body {
	/*min-width: 320px;*/
	}

.section {
		width:100%;
		}
	
}
