@charset "UTF-8";
/*
 *  EASYS-BLOG テンプレート「theme」CSS
 *  ※themeの内容は、「/files/files_pc.css」へ移動しました。
 */

/*-----------------------------------------------------------------------------*/
/* hidden & Not hidden setting
/*-----------------------------------------------------------------------------*/
div.entry-meta span {
    display: none;
}

div.entry-meta a span {
    display: inline-block;
}

.entry-content span,
.entry-summary span {
    line-height: 1.5;
}
.entry-content img {
    max-width: 640px;
}
#nav-below {
    display: inline-block;
    line-height: 2;
    margin: 0 0 10px;
    width: 100%;
}

/*-----------------------------------------------------------------------------*/
/* ログイン状態で表示されるadminbarの隠す設定
/*-----------------------------------------------------------------------------*/
#wp-admin-bar-wp-logo,
#wp-admin-bar-comments,
#wp-admin-bar-new-content
{
    display: none;
}


/*-----------------------------------------------------------------------------*/
/* post restyle
/*-----------------------------------------------------------------------------*/
.page-title span {
    font-style: normal;
}
