/*ブログの個別ページ
---------------------------------------------------------------------------------------------------------------------*/
#main-contents-area-single h2 {
                               width: 100%;
                               font-size: 23px;
                               border-bottom: 1px solid #ddd;
                               margin-bottom: 1%;
                               text-align:left;
}
#main-contents-area-single .post-meta {
                                       margin-bottom: 1%;
                                       text-align:left;                               
}
#main-contents-area-single .post-meta span {
                                            padding-right: 10px;
}

