@charset "utf-8";
/*//////////////////////////////////////////
	basic
//////////////////////////////////////////*/
html
{
	background: #cbebf6;
}

#flipbook_wrap
{
	width: 1192px; 
	margin: 0 auto;
	margin-top:30px;
}

.back
{
	width: 100%;
	margin-top: 30px;
}

.back a {
    background-color: #999;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    padding: 20px 26px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 5px;
}

.back a:hover {
    color: #fb6900 !important;
    background-color: #cccccc;
}