body {
    font-size:16px;
}

footer {
    margin-top:1.5em;
}

aside {
    background: #f7f7e3;
    padding: 0.8em 0.5em;
    border-radius: 5px;
    color: #555;    
}
aside h5 {
    margin-bottom:0.3em;
}
aside h5:first-child {
    margin-top:0;
}

.color-main {
    background-color:rgb(42, 142, 83);
}

.bg-color-sub {
    background-color:rgb(102, 175, 231);
}

.bg-color-sub-light {
    background-color:rgb(122, 195, 251);
}

.color-accent {
    
}

.color-paper {
    
}

.site-title {
    max-width:580px;
    margin: 0 0 0.3em 0;
    font-size: 2em;
}

.site-title > a {
    display: block;
    color: #333;
}

.site-title > a :link,
.site-title > a :visited,
.site-title > a :hover,
.site-title > a :active {
    color: #333;
}

.site-title > a > img {
    /* width:100%; */
    vertical-align: bottom;    
}

#site-navigation {
    padding-top: 0.5em;    
}

#site-navigation li {
    margin-right:0.5em;
}

#site-navigation a {
    padding: 0.2em 0.5em;
    background-color:rgb(126, 199, 255);
    min-width:85px;
}

#site-navigation a,
#site-navigation a :link,
#site-navigation a :visited,
#site-navigation a :hover,
#site-navigation a :active {
    color:#333;
}

h2 {
    margin: 0.8em 0 0.4em 0;    
}

.entry-content h2 {
    background: url(../img/contents_title_line.png) right bottom repeat-x;
    background-size: auto 50%;
    padding-left: 0.2em;
    padding-right: 0.4em;
    display: table;
    color:#005500;
    margin: 1.8em 0 0.8em 0;    
}

article {
    line-height: 1.8;    
}

em {
    font-weight: bold;
    text-decoration: underline;
    /* font-size: 1.1em; */
    margin: auto 3px;
}

strong {
    font-weight: bold;
    color: darkgreen;
    font-size: 1.2em;
    margin: auto 6px;    
}

pre code.prettyprint {
    white-space: unset;    
}


blockquote {
    border-left: 8px solid #f1f2f3;
    font-weight: 500;
    font-size: .8125em;
    padding: 0 1.5em;
    margin-top: 2.3em;
}

/* blockquote > h4 {
    margin-bottom:0;
} */

cite {
    font-size: .65em;
    display:block;
    text-align:right;
    margin-bottom:1.8em;
}

span.line {
    display:block;
    margin-bottom: 0.5em;
}

li > label {
    display:block;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.bold {
    font-weight: bold!important;
}
.red {
    color:red!important;
}

.darkgreen {
    color: darkgreen!important;
}

.darkblue {
    color: darkblue!important;
}

.cate-ul,
 .table-ul ,
 .entry-list
 {
    list-style: none;
    display: inline-block;
    margin-left: 0;
    left: 50%;
    transform:translateX(-50%);
    position: relative;
}

.entry-list > li {
    margin-bottom:1.3em;
}

.cate-date,
.entry-list-date {
    font-size: 80%;    
}

.entry-footer {
    max-width: 780px;
    margin: 1.8em auto 0 auto;
}

.paging-navigation {
    margin-top: 1.3em;
    margin-bottom: 2.3em;
}

.catelink {
    margin-left:0.8em;
}

.table-link {
    text-align:right;
    font-size:16px;
}

.next-entry-in-cate {
    /* text-align:right; */
    font-size:16px;
}

.sns-buttons {
    /* font-size:16px; */
    margin-top:0.3em!important;
    margin-bottom:0.3em!important;
    font-size:100%;
}

.sns-buttons > li:not(:first-child) {
    margin-left:4px;
}

.btn-line-share {
    background: #00b833;
    border-radius: 3px;
    height: 28px;
    padding-top: 3px;
}

.table-ul > li {
    font-size:80%;
}

.ml_1_5 {
    margin-left:1.5em;
}

.mb_2_3 {
    margin-bottom:2.3em;
}

.entry-content img {
    margin-top:0.3em;
    border:solid 1px lightgray;
    max-height: 350px;
    display: block;
    /* margin:0 auto; */
    margin-top:0.5em;
}

.entry-content img.noborder {
    border:none;
}

/* .entry-content .img-right {
    float:right;
    margin-left:15px;
}

.entry-content .img-left {
    float:left;
    margin-right:15px;
} */

.entry-content .img-right,
.entry-content .img-left
{
    max-width:400px;
    display:block;
    margin: 0 auto;
}

.entry-content .img-right > img,
.entry-content .img-left > img {
    /* width:100%; */
    max-width:100%;
}


.entry-content p {
    margin-bottom: 0.75em;
    margin-bottom: 0.75em;
    margin-top: 1.8em;
    line-height: 2em;
}

.entry-content p > span {
    display:block;
    margin-bottom: 0.85em;
}

.entry-content p.margin-top-large {
    margin-top: 1.8em;
}

/*
.entry-content > p.comment {
    background: #DDFFDD;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 0.75em;
}

.entry-content > p.comment-red {
    background: #FFEDED;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 0.75em;
}
*/

.entry-content > ol.list-style,
.entry-content > ul.list-style 
{
    border-radius:5px;
    background-color:seashell;
    display: inline-block;
    padding-left: 1.8em;
    padding-right: 1.5em;
    padding-top: 0.5em;
    /* margin-left: 0.8em; */
    margin: 0.5em 0 1.3em 0.8em;
    font-size: 0.95em;
}

.entry-content > ol.list-style > li,
.entry-content > ul.list-style > li
{
    margin-bottom: 0.8em;
}

/* 汎用 */
.horizontal-center {
    position:relative;
    left:50%;
    transform:translateX(-50%);
}

.supplement {
   font-size:0.7em;
   color:red; 
   line-height: 1.2em;
}

.uline {
    /* border-bottom:1px solid black; */
    border-bottom: 2px solid #ef8bcf;
}


/* ロゴキャラによるコメント */
.artm-comment-p {
    position: relative;
    margin-top:0.5em!important;
    margin-bottom:1.8em!important;
}

.artm-comment-img { 
    width: 100px;
    border-style: none!important;
    position: absolute;
    bottom:0;
}

/* 
@media screen and (max-width:350px) {
    #artm-comment-img { width:70px; }
}
*/

.artm-comment-span {

    display:block;
    padding:0.8em;
    border-radius: 12px;
    min-height: 80px!important;

    /* 以下吹き出し作成 */
    position: relative;
    display: inline-block;
    /* margin: 0 0 0 65px; */
    margin: 0 0 0 120px;
        padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #faf2e4;
 }

.artm-comment-span:before {

    /* 以下吹き出し作成 */
    margin-bottom:15px;
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    /* margin-top: -15px; */
    border: 15px solid transparent;
    border-right: 15px solid #faf2e4;
 
}

.artm-comment-span > span {
    display: block;
    margin-bottom: 0.3em;
}

/* 書評用スタイル */
p.product-img {
    margin-right:1.3em;
}

ul.product-info {
    list-style: none;
    display:flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

ul.product-info .strong-label {
    color: orangered;
    font-size: 1.5em;
    font-weight:bold;    
}

ul.product-info > li:first-child {
    margin-right:0.5em;
}

ul.product-info-detail {
    list-style: none;
}

ul.product-info-detail label {
    width: 5em;
    display: table-cell;
}
ul.product-info-detail span {
    display: table-cell;
}

ul.product-index {
    list-style: none;
    font-size:0.8em;
}
ul.product-index li {
    margin-bottom: 0.5em;
}

@media screen and (max-width:500px) {
    ul.product-info {
        flex-direction: column;
    }
    ul.product-info-detail {
        margin: 0;
    }
    ul.product-index {
        margin: 0;
    }
}

@media screen and (max-width:450px) {
    img.amazon-arrow {
        width:120px;
    }
}


/* 以下汎用 */
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table-cell {
    display: table-cell;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.float-left {
    float:left;
}
.float-right {
    float:right;
}

/* float clear */
.clearboth {
    clear:both;
}

.clearafter:before,
.clearafter:after {
    content: "";
    display: table;
}
.clearafter:after { clear: both; }
.clearafter { zoom: 1; } /* For IE 6/7 */

ul.flex {
    display:flex;
    list-style: none;
    margin: 0;
}

ul.flex-end {
    justify-content: flex-end;
}

ul.flex-row {
    flex-direction: row;
}

ul.flex > li {
    margin:0;
}

/* 広告用 */
.ad320x100 {
    width: 300px;
    height: 100px;
    display: inline-block;
    overflow: hidden;    
    text-decoration: none;
    color: #555555;
}
.ad320x100:hover {
    opacity: 0.7;
}
.ad320x100:link,
.ad320x100:visited,
.ad320x100:hover,
.ad320x100:active {
    text-decoration: none;
    color: #555555;
}

.adProjectHelper {
    background: #DDFFDD;
    border: #557755 2px solid;
    /* border: 1px gray solid; */
    border-radius: 5px;
    padding: 10px;
    font-size:15px;
    text-align: left;
}

/* Code Prefer Customize */
.com {
    color: #77CC77!important;
}

.bg-khaki {
    background:khaki;
}
.bg-lightblue {
    background: lightblue;
}

@media screen and (min-width: 750px) {
    .content-fluid {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }
    h1.entry-title {
        font-size:2.0rem;
    }
    div.entry-content {
        font-size:1.25rem;
    }
}



/* Tablet */
@media screen and (min-width:768px) and (max-width:991px) {
}

/* Smart Phone */
@media only screen and (max-width: 767px) {
    .entry-content .img-right ,
    .entry-content .img-left {
        float: none;
        width:100%;
        margin-left:0;
        margin-right:0;
        text-align:center;
    }
    .entry-content .img-right > img,
    .entry-content .img-left > img {
        /* max-height:none; */
        margin: 0 auto;
    }
}

