@charset "utf-8";

.amazon-table{
display: table;
width:100%;
}

.amazon-img {
/*float: left;*/
padding-right:10px;
display: table-cell;
width:30%;
}



.amazon-right {
display: table-cell;
vertical-align: top;
}

.amazon-title {
font-weight:bold;
margin-bottom:10px;
font-size:16px;
}

.amazon-author {
margin-bottom:10px;
font-size:12px;
}

.cost {
line-height:150%;margin-bottom:10px;font-size:16px;
}

.amazon-date{
line-height:150%;margin-bottom:10px;font-size:10px;color:#999;
}

.amazon-click{
line-height:150%;margin-bottom:10px;
}

a.amazon-click-link{
display: block;text-align: center;width: auto;background: #eeb559;padding: 7px 15px;border-radius: 7px; color:black;
}
.single article#entryarea .introtext a.amazon-click-link, .single article#entryarea .maintext a.amazon-click-link{
color:black;
}

.blockquote, div.article-body-outer div.article-body pre, div.article-body-outer div.article-body blockquote.blockquote{
margin-bottom:50px;
}

.detail{
line-height: 1.5em; margin-bottom: 0px;
}

.down{
padding:3px; margin-left:5px;color:#F00; background:#fee; font-weight: bold; font-size:12px;
}