@charset "UTF-8";

body,
a {
	color: #333;
}

header {
	margin-bottom: 14px;
	background: #fff;
	padding: 20px 0 10px;
	border-bottom: 1px solid #eee;
}

h1 {
		font-size: 34px;
}

h2 {
	margin-bottom: 14px;
	font-size: 28px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

ul li,
ol li {
	margin-bottom: 12px;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.videowrap video {
	max-width: 100%;
}

.goback {
	padding: 12px 0;
}

.centerbox {
	/*width: 900px;*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}

.noimg {
	width: 100%;
	height: 180px;
	background: #ddd;
}
