.area-w1000centering{
	width: 1000px;
	margin: 50px auto 0;
	position: relative;
}
/* --- side menu --- */
.sidemenu{
	width: 250px;
	float: left;
	text-align: left;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* --- main contents --- */
.maincontents-area{
	width: 710px;
	right: 0;
	float: right;
	text-align: left;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.maincontents{
	padding: 20px;
	background: #f2f2f2;
}
ul.maincontents li{
	margin-top: 40px;
	font-size: 14px;
	position: relative;
}
ul.maincontents li:first-of-type{
	margin: 0;
}
ul.maincontents li:last-of-type{
	margin-bottom: 0;
}

/* --- Pagination --- */
.pagination{
	background: rgba(255,255,255,0.8);
	display: block;
	margin: 20px auto 0;
	text-align: center;
	position: relative;
}
.pagination span{
	font-family: meiryo, sans-serif;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border: 1px solid #000;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background 0.5s ease;
	        transition: color 0.3s ease, background 0.5s ease;
}
.pagination .prev{
	padding: 0 30px;
	margin-right: 20px;
	position: absolute;
	left: 0;
}
.pagination .prev:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	top: 15px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: border-color 0.5s ease;
	        transition: border-color 0.5s ease;
}
.pagination .prev:hover:before{
	border-color: #fff;
}
.pagination .next{
	padding: 0 30px;
	margin-left: 20px;
	position: absolute;
	right: 0;
}
.pagination .next:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	top: 15px;
	right: 10px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: border-color 0.5s ease;
	        transition: border-color 0.5s ease;
}
.pagination .next:hover:before{
	border-color: #fff;
}
.pagination .num{
	min-width: 40px;
	margin-left: 10px;
}
.pagination .num.first{
	margin-left: 0;
}
.pagination .num.current{
	color: #fff;
	background: #000;
}

.pagination .num.current:hover,
.pagination span:hover{
	color: #fff;
	background: #000;
}
.pagination span.invalid{
	visibility: hidden;
	color: #444;
	background: #888;
	border: 1px solid #444;
	cursor: default;
}

/* --- genre --- */
.genre h3{
	font-family: meiryo, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
	height: 50px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f0f0f0;
	position: relative;
}
.genre h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 100%;
	background: #003241;
	top: 0;
	left: 0;
}
.genre li{
	font-family: meiryo, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
	height: 50px;
	border: 1px solid #ccc;
	border-top: none;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.genre ul:first-of-type>li{
	border-top: 1px solid #ccc;
}
.genre input,
.genre label{
	cursor: pointer;
}
.genre label{
	padding-left: 10px;
}
.genre label>.count{
	font-size: 80%;
}

/* eyecatch */
.eyecatch-wrap{
	width: 290px;
	height: 230px;
	overflow: hidden;
	background: #000;
	position: relative;
}
img.eyecatch{
	width: auto;
	height: 230px;
}
.no-image{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -7px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

/* right-side textarea */
li>.textarea{
	width: 380px;
	height: 230px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;

	position: absolute;
	top: 0;
	right: 0;
}
li>.textarea .tags{
	font-size: 0;
	line-height: 0;
}
li>.textarea .tag{
	display: inline-block;
	font-family: Meiryo;
	font-size: 16px;
	line-height: 16px;
	color: #fefefe;
	background-color: #32000a;
	padding: 7px 10px;
	margin: 0 1px 1px 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
li>.textarea .title{
	font-family: meiryo, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 19px;
}
li>.textarea .overview{
	font-family: meiryo, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
