/* http://www.minwt.com*/
/*v1.0 plus+ | 20090501 | by minwt*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
	word-spacing: 1px;
}
b,strong{
	font-weight: bold;
}
ol, ul {list-style: none;}
a{text-decoration:none;}
hr,.br{clear:both;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	background: url(../images/bg.jpg) top center no-repeat;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}
section{
	width: 1200px;
	margin: 0 auto;
}
.none,.none01{
	display: none;
}
@media only screen and (max-width: 1280px){
	section{
		width: 98%;
	}

}
@media only screen and (max-width: 960px){
	.none{
		display: block;
	}
	.block{
		display: none;
	}
}
@media only screen and (max-width: 540px){
	.none01{
		display: block;
	}
	.none{
		display: none;
	}
}
