@charset "utf-8";
/* CSS Document */

.pagetitle {
	background-image: url(../img/title.png);
	height: 110px;
	position: relative;
	top: -10px;
}

h2 {
	width: 254px;
	float: left;
}

.cate01 p {
	background-image: url(../img/btn_contents01.png);
}

.cate01 a {
	width: 81px;
}

.contents {
	width: 869px;
}

.wp_newest {
	width: 869px;
	height: 453px;
	margin: 0px auto 25px auto;
	text-align: center;
	background: url(../img/bg_wp.png) no-repeat left top;
}

.wp_newest ul {
	width: 450px;
	margin: 20px auto 15px auto;
}

.wp_newest ul li {
	width: 146px;
	height: 45px;
	margin: 0px 2px 10px 2px;
	display: inline;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}

.wp_newest ul li:hover {
	background-position: left -45px;
}

.wp_newest ul li.btn_s {
	background-image: url(../img/btn_1280-800.png);
}
.wp_newest ul li.btn_m {
	background-image: url(../img/btn_1366-768.png);
}
.wp_newest ul li.btn_l {
	background-image: url(../img/btn_1920-1080.png);
}

.wp_newest ul li a{
	width: 146px;
	height: 0;
	padding-top: 45px;
	overflow: hidden;
	display: block;
}

.wp_how {
	width: 800px;
	margin: 0px auto 40px auto;
}

.wp_how p {
	width: 380px;
}

.wp_how p span {
	color: #fd2ea2;
}

.box h3 {
	text-align: center;
	margin-bottom: 20px;
}

.wp_archives ul li {
	display: inline;
	float: left;
	margin: 0px 5px 5px 5px;
	font-size: 10px;
}

.wp_archives ul li img{
	margin-bottom: 3px;
}