@charset "utf-8";
/* CSS Document */
.thumbnail {
	width: 100%;
	justify-content: center;
}
.aubook-box{
    width: 100%;
    margin: 5px auto 10px auto;
    text-align: center;
    justify-content: center;
}
.aubook-img {
    width: 120px;
    -webkit-box-shadow: -3px 3px 8px 3px #A7A7A7;
    box-shadow: -3px 3px 8px 3px #A7A7A7;
    margin: auto;
}
.Buddhist {
    color: #701D1F;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    text-align: center;
    padding: 0 10px;
}
.Buddhist-s {
    color: #701D1F;
    font-size: 11px;
    text-decoration: none;
    line-height: 14px;
    text-align: center;
    padding: 5px 10px;
}

