#mainBody{
	width:700px;
}

#mainBody{
	width:700px;
	margin-left:25px;
}
@media screen and (max-width:768px) {
	#mainBody{
		width:100%;
		margin:0;
	}
}

#mainBody h1{
	font-size:110%;
}


#mainBody .imgBox{
	text-align:center;
}

@media screen and (max-width:768px) {
#mainBody .imgBox img{
		width:100%;
	}
}


a img:hover{
    -khtml-opacity: 0.6;
    opacity:0.6;
}


.mangaBox {
	width:709px;
}
.mangaBox .mangaDetail{
	text-align:center;
	font-weight:bold;
	border:1px solid #ccc;
	margin-bottom:25px;
}

.mangaBox .mangaDetail a{
	text-decoration:none;
	color:black;
}
.mangaBox .mangaDetail a:hover{
    -khtml-opacity: 0.6;
    opacity:0.6;
}

.mangaBox {
	width:710px;
	margin:0 auto;
}

@media screen and (max-width:768px) {
.mangaBox {
	width:100%;
}

.mangaBox a img{
		width:100%;
	}
}

.continueButton{
	text-align:center;
	width:10em;
	margin:0 auto;
	background-color:#396bb4;
	border-radius: 10px;
	font-weight:bold;
	padding:10px;
}

.continueButton a{
	color:white;
	text-decoration:none;
}

.continueButton:hover{
	opacity:0.5;
}
