/* シンプルなAmazonリンクスタイル */
a.book-link {
    /* ピンク色のシンプルなテキストリンク */
    display: inline-block;
    color: #e9518d;
    font-size: 13px;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    max-width: 100px;
    text-align: center;
}

a.book-link:hover {
    text-decoration: underline;
}

/* テーブル内のAmazonリンク配置調整 */
.book-table td:last-child {
    text-align: center;
    width: 100px;
}
