/**
 * フォントを指定
 */

p {font color:#000000;
}

.number{
font-color:#f5f5f5;
 font-size: 8pt;
}



.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}



.box22 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #E1FFC6;
    border-radius: 30px;
}
.box22:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #E1FFC6;
}
.box22:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #E1FFC6;
}
.box22 p {
    margin: 15px 0px 0px 0px; 
    padding: 0;
}


.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 15px 0px 0px 0px; 
    padding: 0;
}


/* アーカイブページの抜粋とLTG コンテンツエリア投稿ウィジェットの抜粋の両方を非表示 */ 

.postList .media-body_excerpt {
display:none;
}

.widget_ltg_post_list .media-body_excerpt {
display:none;
}
