@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/************************************
** ブログカードのスタイル
************************************/

.blog-card {
  padding:12px;
  margin:10px 20px;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
/*  width:474px; */
  border-radius:5px;
}

.blog-card-thumbnail {
  float:left;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight:bold;
  text-decoration:none;
  color:#111;
}

.blog-card-excerpt {
  color:#333;
  font-size:90%;
}

.blog-card-footer {
  font-size:70%;
  color:#777;
  margin-top:5px;
}

.clear {
  clear:both;
}


.mybold {
  font-weight: bold;
}

.myboldred {
  font-weight: bold;
  color:#ff0000;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

div.amazon-box a[target="_blank"]::after,
div.kindle-box a[target="_blank"]::after {
    content: none;
}

.amazon-box,
.kindle-box {
    margin-bottom: 20px;
}

.amazon-image,
.kindle-image {
    float:left;
    margin:0px 12px 1px 0px;
}

.amazon-image img,
.kindle-image img {
	width: 110px;
	margin: 0;
}

.amazon-image a,
.kindle-image a {
	display: block; 
	padding: 10px; 
	border: 1px solid #ccc;
}

.amazon-info,
.kindle-info {
    line-height: 110%;
    margin-bottom: 4px;
}

.amazon-title,
.kindle-title {
    line-height: 1.8;
    margin-bottom: 8px;
	 font-size: 120%; 
    font-weight: bold;
}

.amazon-author,
.kindle-author {
	line-height: 1.2;
 	margin-bottom: 8px;
}

.amazon-price,
.kindle-price {
    line-height: 1.2;	
    margin-bottom: 8px;
}

.amazon-price-value,
.kindle-price-value {
	color: #c00;
}

.amazon-detail,
.kindle-detail {
    font-size: small;
}

.amazon-amazon-link,
.kindle-amazon-link {
	margin-top: 10px;
}

.amazon-amazon-btn,
.kindle-amazon-btn {
	display: block;
	margin-top: 5px;
	padding: 7px 10px 5px;
	background-color: #F5C747;
   border-bottom: 2px solid #ED9425;
   text-align: center;
   color:#333; 
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

.amazon-amazon-btn:hover,
.kindle-amazon-btn:hover {
	color:#000;
	text-decoration:none;
	filter:brightness(110%);
}

.amazon-amazon-btn:before,
.kindle-amazon-btn:before {
  margin-right:4px;
  color: #333 !important;
  font-family:"Font Awesome 5 Brands";
  font-weight: 900;
  content:"\f270";	
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.app-box {
  clear: both;
	margin-bottom: 10px;
}

.app-icon {
  float: left;
  text-align: left;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 10px !important;
  width: 75px;
}

.app-badge-outer {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  line-height: 0.9;
  margin: 1px;
  border-radius: 3px;
}

.app-badge-inner {
	display: block;
  font-size: x-small;
  margin: 2px 5px 2px;
}

.post_content pre {
    background: rgba(0, 0, 0, 0.7);
    color: #f8f9fa;
    font-size: 85%;
    line-height: 1.3;
    padding: 1.2em 1.7em;
    margin: 0.2em 0 2.2em;
    border-radius: 5px;
    white-space: pre-wrap;
}

