*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before,
::after{
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	line-height: 1.5em;
	font-size: 100%;
}
p{
	margin: 0;
	line-height: 1.6em;
}
label{
	font-weight: inherit;
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #b10e0e;
}
.x_panel:before,
.x_panel:after,
.x_content:before,
.x_content:after,
.list-box:before,
.list-box:after{
	content: '';
	display: table;
}
.x_panel:after,
.x_content:after,
.list-box:after{
	clear: both;
}