@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Limelight&display=swap");

.onelogbox a.imagelink {
	display:initial
}

.deco-list img {
margin: auto 4px 5px 0;
}

.comment a:hover {
    background: transparent;
}

@media (min-width: 590px) {
.deco-t img {
  max-height : 180px;
  object-fit: cover;
  object-position : 0% 25%;/* 左端 → 上端*/
  margin: auto 0 20px;
}}

@media (max-width: 589px) {
.deco-t img {
  max-height : 90px;
  object-fit: cover;
  object-position : 0% 25%;/* 左端 → 上端*/
  margin: auto 0 20px;
}}

/* 指定時画像を４等分にして並べる */
@media (min-width: 590px) {
.deco-list img {
position: relative;
width: calc(100% / 4 - 6px);
}
}

@media (max-width: 589px) {
.deco-list img {
position: relative;
width: calc(100% / 2 - 4px);
}
}

body {
    background: #f5f5f5;
	color: #47423f;
	font-size:16px;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

文字

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
a {
  color: #537072;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

/*－－－－－－－－－－ リンクホバー時の設定 －－－－－－－－－－*/
a:hover {
  color: #537072;
  background: linear-gradient(transparent 40%, rgba(142, 155, 151, 0.4) 40%)
}

/*fuwaimgでの無効化 */
#fuwaimg_prev:hover,
#fuwaimg_next:hover {
  background: none;
}

.onelogbox em.decorationE {
  background: linear-gradient(transparent 40%, rgba(142, 155, 151, 0.4) 40%);
}

ul.hashtaglist li {
    color: #537072;
    background: #fff;
}

.onelogbox a.taglink {
    background: #fff;
}

footer {
    background: #fff;
}

h1 {
	margin: 0em auto 1em;
}

H1 .la, .lab, .lad, .lal, .lar, .las {
    margin-right: 0px;
}