/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Sep 07 2022 | 10:32:44 (am)
/*
/******* Do not edit this file *******/

/* サイドバー等に任意のカテゴリーのサムネイル画像つき記事リストを表示する */
.boxlist ul.display-posts-listing {
    padding-left: 0 !important;
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
}
.boxlist ul.display-posts-listing > li {
    width: 100%;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 7px 2px;
    border-bottom: 1px dashed #ccc;
}
.boxlist ul.display-posts-listing li > a > img {
    display: block !important;
    border: 1px solid #d0a600 !important;
    height: auto !important;
    width: 150px !important;
  max-width: inherit !important;
    float: left !important;
    margin: -2px 8px 4px 2px !important;
    padding: 2px !important;
    background-color: rgba(230,230,230,0.4) !important;
    border-radius: 3px;
}
h3 {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
  font-weight: bold;
}

/*Google cal*/
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

p.resizeimage {
max-width: 560px; /* 最大幅 */
min-width: 240px; /* 最小幅 */
}

p.resizeimage img {
width: 100%;
}

.mgl-60{
    margin-left: 60px;
}