@charset "utf-8";
/******************************************************

h-hikaru.com
last mod 160530 / 211101

*****************************************************/

.lstWrp {
	width: 960px;
	clear: both;
	margin: 0 auto;
	display: block;
}
#main {
	width: 100%;
	text-align: left;
	overflow: hidden;
	box-sizing:border-box;
}
/******************************************************

categry list

*****************************************************/

.catLst {
	margin-bottom: 30px;
}
.catLst ul {
	list-style: none;
}
.catLst ul li {
	float: left;
	margin-right: 1em;
}
.active {
	color:#c08388;
}
.entryThumb {
	width: 225px;
	float: left;
	text-align: left;
	opacity: 1;
	margin-right: 20px;
	margin-bottom:20px;
}
.entryThumb:nth-child(4n) {
	margin-right: 0;
}
.entryThumb.magThumb {
	width: 100%;
	float: none;
}
.entryThumb:hover {
	opacity: .5;
}
.entryThumb h2 {
	font-size: 13px;
	margin-bottom: .4em;
	font-weight:normal;
}
.issatsu-note{
	margin-bottom:2em;
	text-align:left;
}
/******************************************************

extra

*****************************************************/

#extra {
	float: right;
	width: 155px;
	text-align: left;
}
.widget-header {
	display: none;
	width: 155px;
	text-align: left;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 14px;
}
.widget-content {
	width: 155px;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 10px;
}
.widget-content ul {
	list-style: none;
}
#buku {
	font-size: 10px;
	margin: 0 0 20px 0;
}
/******************************************************

main

*****************************************************/

.entry-box {
	margin-bottom: 60px;
	width: 100%;
}
.entry-title {
	width: 240px;
	float: left;
	border-bottom: 1px dotted #636362;
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight:normal;
	margin-top:-4px;
}
.entry-content {
	float: right;
	width: 640px;
}
.entry-body img {
	margin-bottom:20px;
	box-sizing:border-box;
}
.entry-more-link {
	margin: 20px 0;
}
.entry_footer {
	border-bottom: 1px solid #f0e6e5;
	padding: 10px 0;
	font-size: 10px;
	margin: 20px 0 60px 0;
	text-align: right;
	clear: both;
	width: 100%;
}
.entry_footer ul {
	list-style: none;
	width: 100%;
}
.entry_footer ul li {
	float: right;
	margin-left: 5px;
}
/*  pagination */

.date-header {
	float: left;
	text-align: right;
	padding: 5px 20px 4px 0;
	margin-left: 20px;
	border-right: 1px solid #eee;
	width: 128px;
	color: #999;
}
.content-nav {
	margin: 0 0 20px 0;
	color: #999;
	font-size: 10px;
}
.content-nav a {
	text-decoration: none;
}
.pager-bottom {
	margin-top: 20px;
	position: relative;
}
/*****************************************************

PAGEBUTE

*****************************************************/

.contentNav a:link, .contentNav a:visited {
	color: #ddd!important;
}
.conNvIn {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 80px auto 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.btnPrev {
	float: left;
}
.btnNext {
	float: right;
}
