﻿@charset "utf-8";

#wrap-book{
	width: 100%;
	padding-bottom: 50px;
}
#charabook{
	z-index: 0 !important;
}
.btn_dl{
	display: block;
	margin-top: 40px;
}
.btn_dl a{
	padding: 0.5em 1em;
	color: #FFF;
	background-color: #B57ED6;
	text-decoration: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	transition: all 0.3s;
}
.btn_dl a:hover{
	background-color: #C195DC;
}