/*
Theme Name: Eikai-2019
Theme URI: https://eikai.co.jp/
Author: Eikai I.S. Co., Ltd. and original theme by the WordPress team
Author URI: https://eikai.co.jp/
Template: twentynineteen
Description: Customized theme based on Twenty Nineteen
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eikai-2019
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Title */
.site-title a, .site-description {
    text-shadow: 0px 0px 2px #000;
}

/* Amazon Link */
div.amazon-tile {
	display: inline-block;
	margin: 0;
	border: solid 1px #000;
	background-color: #fff;
	box-shadow: 2px 2px 2px #888;
}
div.amazon-tile img {
	max-width: 160px;
	max-height: 240px; 
	margin: 0;
}
div.amazon-tile span.amazon-button {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 12px;
    padding: 0.5em;
    background-color: #f90;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    text-decoration: none;
}
