/* ------------------------------------- */
/* ----------- ロゴ画像の調整 ----------- */
/* ------------------------------------- */

/* ------- スマホ表示のロゴ高さ ------- */
.siteTitle__logo {
    height: 62px;
}

/* --------- PC表示のロゴ高さ --------- */
@media only screen and (min-width: 500px){
.siteTitle__logo {
    height: 130px;
}}

/* --------- 投稿記事背景指定 --------- */
.archive__item {
	background-color: #919191; /*背景色*/
}

/* --------- 投稿記事間余白 --------- */
padding: 13px 13px!important; /*記事間余白*/
}
