main {
	background-color: rgba(0,0,0,.6);
	}

.pv {
	width: 960px;
	margin: auto;
	padding: 30px 0;
	}

.ad {
	width:640px;
	float: right;
	}

.comic-info{
	width: 310px;
	height: 840px;
}

.comic-info p{
	color: #fff;
	line-height: 1.2;
	border-bottom: 1px solid #999;
	}

.shoei {width: 150px;}

.title {
	font-size: 28px;
	font-weight: 600;
}
.author {
	font-size: 14px;
	font-weight: 600;
}

.spec{
	font-size: 12px;
	letter-spacing: .5px;
}

.chokuhanbtn {
	display: block;
	width:290px;
	margin: 10px;
	}

.chokuhanbtn:hover{
	opacity: .7;
 	transition: .2s;
	}

.exhibit-exp{
	width: 960px;
	display: block;
	margin: auto;
}

@media screen and (max-width:768px){
.pv {
	width: 100%;
	margin: auto;
	padding: 30px 0;
	}

.ad {
	width:100%;
	float: none;
	margin: auto;
	}

.comic-info{
	width: 90vw;
	height: 400px;
	margin: 10px auto 0;
}

.comic-info p{
	color: #fff;
	line-height: 1.4;
	border-bottom: 1px solid #999;
	}

.shoei {width: 38vw;}

.title {
	font-size: 8.5vw;
	font-weight: 600;
}
.author {
	font-size: 4.5vw;
	font-weight: 600;
}

.spec{
	font-size: 3.5vw;
	letter-spacing: .5px;
}

.chokuhanbtn {
	width:80vw;
	margin: 15px auto;
	}
.exhibit-exp{
	width: 100vw;
	display: block;
	margin: auto;
}	
	
}