
div.header-comic .inner {
	clear: both;
	position: relative;
	display: table;
	width: 100%;
}

div.header-comic .logo {
	float: left;
}

div.header-comic h1 {
	display: inline;
}

div.header-comic .navi {
	width: auto;
	height: auto;
}

div.header-comic .navi .link {
	float: right;
	padding: 0;
	margin: 0;
}

div.contents {
	margin: 0;
}

div#comic-info {
	display:none;
	position:absolute;
    width: 100%;
    z-index: 100;
}
.contents {
	position: relative;
}
div#comic-info {
    bottom: 0px;
}

div#comic-info div.detail {
	width: 300px;
	min-height:30px;
	border-radius:25px;
	padding:10px 15px;
	text-align:center;
	background-color: #CCCCCC;
	opacity:0.75;
	margin: 0 auto;
}

div#comic-info span {
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
}

div#comic-viewer {
	display: none;
	height: 60%;
	margin: 0 auto;
}

div#comic-info span#comic-info-title {
	padding-right: 15px;
}

div#comic-info span#comic-page-no {
	padding-right: 3px;
}

div#comic-info span#comic-page-all {
	padding-left: 3px;
}

div#comic-viewer div.page {
	position: relative;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
	width: 50%;
	height: 100%;
}

div#comic-viewer div#comic-left {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
	float: right;
}

div#comic-viewer div#comic-right {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
	float: left;
}

div#comic-viewer img.img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
}
div#comic-viewer img.img[src$=gif] {
	width: auto;
}

div#comic-viewer i.move-button {
	display: none;
	cursor: pointer;
	position: absolute;
	top:50%;
	background-color: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	width: 30px;
	height: 30px;
}

div#comic-viewer #comic-left-button {
	right: 10px;
	background-image: url("../images/next.png");
}

div#comic-viewer #comic-right-button {
	left: 10px;
	background-image: url("../images/prev.png");
}

div#comic-viewer-sp {
	display: none;
	text-align: center;
}

div#comic-viewer-sp img {
	display:block;
	margin: 0 auto 10px;
}

#content a img:hover{
	opacity: 0.7
}
.box1-3 .titlebox03 {
    width: 28%;
    float: left;
    margin: 0 20px;
}
.box1-3 div:nth-child(3n+1) {
	clear: both;
}
@media screen and (max-width: 1490px) {

	div#comic-viewer #comic-left-button{
		right: 5px;
	}

	div#comic-viewer #comic-right-button{
		left: 5px;
	}
}



@media screen and (max-width: 767px)  {
	.box1-3 .titlebox03 {
	    width: 100%;
	    float: left;
	    margin: 0 20px;
	}
	.box1-3 div:nth-child(3n) {
		float: left;
	}
	.content-02 .blbox {
		width: 90%;
	}
	.box1-3 .titlebox03 {
		margin: 0;
	}

	div#comic-viewer i.move-button{
		background-size: 80% 80%;
	}
}