<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#contents h2{
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: solid 3px #111;
}

/* 中身======================================================================================================== */
#comic li{
	text-align: center;
}

.form_btn{
	text-align: center;
	margin: 60px 0 0;
}
.form_btn a{
	font-size: 16px;
	line-height: 1.6;
	display: inline-block;
	background-color: #111;
	padding: 20px 40px;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_btn a:hover {
	background-color: #333;
}



/* レスポンシブ======================================================================================================== */
@media print and (max-width: 670px), screen and (max-width: 670px) {
.form_btn{
	text-align: center;
	margin: 20px 0 0;
}
.form_btn a{
	font-size: 14px;
	display: block;
	padding: 20px 0px;
}





}</pre></body></html>