@charset "utf-8";
/* CSS Document */
main
{

}
.div-inline{
	display: inline;
}
body {
  font-family:		'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1';
  font-size:        large;

}
#container
	{
			width: 1000px;
	margin:0 auto;
}
a {
  text-decoration:  none; 
  font-weight:      600; 
  color:            #cc6600;
}
a:hover {
  text-decoration:  underline;
}

header.img{
	text-align: center;
}

aside{
	position: absolute；
	z-index:999;
}

fieldset {
	margin-left: 0;
	margin-right: 0
}


html {
	height: 100%;
}
p {
	padding: 10px 0;
}
body {
	min-height: 100%;
	font-family: arial;
	position: relative;
}

body.sideMenu {
	margin: 0;
	-webkit-transform: none;
	transform: none;
}

#sideToggle {
	display: none;
}
#sideToggle:checked + aside {
	left: 0;
}
#sideToggle:checked ~ #wrap {
	padding-left: 220px;
}
body > aside {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -200px;
	width: 200px;
	background: #FFFFFF;
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
}
body > aside > h2 {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding: 10px;
}
#wrap {
	margin-left: 5px;
	padding: 10px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}
#wrap > label {
	display: inline-block;
}
#wrap > label {
	position: relative;
	top: 100px;
	background: #f1103a;
	border-radius: 50px;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-family: Courier New;
	font-size: 25px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 35px;
	text-align: center;
	text-shadow: 0 -4px;
}
#wrap > label:hover {
	background: #000;
}

.warn
{
	color: #FF0004;
	
}

.icons_footer{
	height: 60px;
	width: 50px;
}

