@charset "utf-8";
.entry{
    padding-top: 14px;
	font-size: 12px;
	line-height: calc(25/12);
	letter-spacing: 1.0px;
}

.entry a{
    color: var(--editor_linkColor);
    text-decoration: underline;
}
.entry sub,.entry sub *{ vertical-align:sub; }
.entry sup,.entry sup *{ vertical-align:super; }
.entry sub,.entry sub *,
.entry sup,.entry sup *{
    font-size: 70%;
}
.entry h1,.entry h1 *,
.entry h2,.entry h2 *,
.entry h3,.entry h3 *,
.entry h4,.entry h4 *,
.entry h5,.entry h5 *,
.entry h6,.entry h6 *{
    font-weight: bold;
    line-height: 1.5;
}
.entry h1,.entry h1 * { font-size:32px;}
.entry h2,.entry h2 * { font-size:32px;}
.entry h3,.entry h3 * { font-size:26px;}
.entry h4,.entry h4 * { font-size:20px;}
.entry h5,.entry h5 * { font-size:18px;}
.entry h6,.entry h6 * { font-size:16px;}
.entry ul,.entry ul li { list-style:disc outside none; margin-left:20px; }
.entry ol,.entry ol li { list-style:decimal outside; margin-left:20px; }
.entry div.photo_left {
    width:100%;
    text-align:left;
}
.entry div.photo_center {
    width:100%;
    text-align:center;
}
.entry div.photo_right {
    width:100%;
    text-align:right;
}
.entry div.photo_fleft {
    float:left;
    padding:0 40px 0 0;
}
.entry div.photo_fright {
    float:right;
    padding:0 0 0 40px;
}
.entry blockquote{
    margin:10px 0 10px 50px;
    padding:10px 10px 10px 20px;
    border-left:7px solid #cccccc;
    font-style:oblique;
}
.entry img{
    max-width: 100%;
    height: auto;
}
.entry iframe[src^="https://www.youtube.com"]{
    display: block;
    max-width: 100%;
    width: 120px;
    height: 460px;
    margin: 0 auto 40px;
}
@media only screen and (max-width:767px){
    .entry{
        padding-top: 10px;
    }
    .entry h1,.entry h1 *{ font-size:17px;}
    .entry h2,.entry h2 *{ font-size:16px;}
    .entry h3,.entry h3 *{ font-size:16px;}
    .entry h4,.entry h4 *{ font-size:15px;}
    .entry h5,.entry h5 *{ font-size:14px;}
    .entry h6,.entry h6 *{ font-size:13px;}
    .entry div.photo_fleft{
        float:none;
        padding:0 0 10px;
        text-align: center;
    }
    .entry div.photo_fright{
        float:none;
        padding:0 0 10px;
        text-align: center;
    }
    .entry iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: 48.5vw;
        margin: 0 0 10px;
    }
}