@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;	
}

body {
	background-color: #1B1B1B;
	font-family: Arial;
}

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}

ul {
	list-style-type: none;	
}

#nav {
	width: 100%;
	float: left;
	color: #FFFFFF;
}

#nav-links {
	width: 100%;
	float: left;
	padding: 0px;
}

#social-links {
	width: 100%;
	float: left;
}

#social-links a {
	display: block;
	height: 60px;
	line-height: 76px;
	float: left;
	margin-right: 5px;
}

#nav-links a {
	color: #000000;
	text-decoration: none;
	float: right;
	background-color: #FFD47F;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 0px;
}

#nav-links a:hover {
	color: #FFD47F;
	background-color: #000000;
}

#header {
	width: 100%;
	height: 273px;
	background-image: url(images/header.jpg);
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

#logo {
	width: 100%;
	height: 66px;
	background-image: url(images/logo.png);
	position: relative;
	top: 242px;
	left: 0px;
	background-size: contain;
	background-repeat: no-repeat;
}

#logo a {
	width: 485px;
	height: 66px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
}

#adbox {
		width: 300px;
		height: 250px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		position: relative;
		top: -55px;
		left: 684px;
}

#container {
	width: 100%;
	float: left;
	margin-top: 40px;
}

#content {
	width: 100%;
	float: left;
	color: #FFFFFF;
}

#content-wide {
	width: 100%;
	float: left;
	color: #FFFFFF;
}

#content p {
	font-size: 0.875em;	
}

#content h2 {
	font-size: 1.250em;
	border-bottom: 3px solid #FFD47F;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar {
	width: 100%;
	float: left;	
}

#footer {
	width: 100%;
	padding: 0px;
	color: #000000;
	background-color: #FFD47F;
	float: left;
	text-align: center;
	font-size: 0.875em;
}

#post {
	float: left;
	width: 100%;
}

.tagbox {
	float: left;
	width: 100%;
	padding-left: 10px;
	color: #FFFFFF;
}

.tagbox a {
	text-decoration: none;
	color: #FFD47F;	
}

.tagbox a:hover {
	text-decoration: underline;	
}

#doujin-box {
	width: 100%;
	float: left;
	border-bottom: 3px solid #ffd47f;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.series-cover {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

.series-cover img {
	float: left;	
}

.doujin-title {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 5px;
}

.doujin-title h1 {
	color: #FFFFFF;
	font-size: 1.250em;	
}

.link-box {
	float: left;
	width: 640px;
	padding-left: 10px;
	padding-top: 10px;
}

.link-box img {
	float: left;
}

.dl-bt a {
	float: left;
	width: 640px;
	margin-bottom: 10px;
}

.read-bt {
	float: left;
	width: 640px;
	margin-bottom: 10px;
}

.latest { /* Masonry container */
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

.dou { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 10px;
    width: 150px;
	background-color: #000000;
	padding: 5px;
}

.latest-title h3 {
	font-size: 0.875em;
	padding: 5px;
}

.latest-title {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	bottom: 0;
	background-color: #000000;
	opacity: 0;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
}

.latest-title:hover {
	color: #FFFFFF;
	opacity: 0.7;
}

.latest-img {
	position: relative;
	display: flex;
	flex-direction: column;
}

.latest-img img {
	float: left;
}

.latest-date {
	font-size: 0.625em;
	text-align: center;
	padding: 5px;
}

.dou-title {
	padding: 5px;
}

.dou-title a {
	text-decoration: none;
	color: #FFFFFF;	
}

.dou-title h3 {
	font-size: 0.875em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.dou-box {
	float: left;
}

.dou-item {
	float: left;
	width: 150px;
	height: 235px;
	margin: 5px;
	background-color: #000000
}

.dou-item:hover {
	opacity: 0.7;	
}

.dou-cover {
	display: flex;
	flex-direction: column;
	height: 200px;
	overflow: hidden;
	padding-top: 5px;
	align-items: center;
	justify-content: center;
}

.dou-cover img {
	float: left;	
}

.new-title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.tagtitle {
	font-size: 1.5em;	
	margin-bottom: 10px;
}

.pagination {
float: left;
margin-bottom: 10px;
position:relative;
font-size:0.875em;
dispaly: flex;
justify-content: center;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#000000;
background: #ffd47f;
}
 
.pagination a:hover{
color:#000000;
background: #FFFFFF;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #FFFFFF;
color:#000000;
}

#content-list {
	margin-bottom: 10px;
	float: left;	
}

#content-list a {
	text-decoration: none;	
	color: #ffd47f;
	font-size: 0.875em;
}

#content-list a:hover {
	text-decoration: underline;
}	

#content-list li {
	float: left;
	width: 233px;	
}

.tag-title {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.sharebox {
	float: left;
	padding-left: 10px;
}

.sharebox h2 {
	font-size: 1em;
}

.wpcf7-form {
	padding-bottom: 10px;	
}

.widead {
	float: left;
	padding-left: 10px;
}

#pr-aykc {
	margin: auto;
}

#reader {
	width: 100%;
	float: left;	
}

#reader img {
	max-width: 100%;	
}