/* <system section="theme" selected="8599973812270629022"> */
@import url("https://codomisu.sakura.ne.jp/minimalism/old.css");
/* </system> */

@media screen and (max-width: 640px){
  #blog-title #title {
      font-size: 21px !important;
  }
}

/* ### ヘッダーの背景色 ### */
#blog-title{
  background: url(https://blog-imgs-128.fc2.com/l/u/p/lupa/yun_1986_3.jpg) 0px -210px !important; 
}
/* ### ブログタイトルの文字色 ### */
#title a{
  color: #1c305c !important; 
}
/* ### ブログ説明の文字色 ### */
#blog-description{
  color: #1c305c !important; 
}

/* 見出し */
h3{
background: url(https://blog-imgs-128.fc2.com/l/u/p/lupa/yun_1986_2.jpg) 0px -210px;
padding: 0.5em;
}
.hatena-module-title{
background: url(https://blog-imgs-128.fc2.com/l/u/p/lupa/yun_1986.jpg) -100px 0;
}

/* 行間を広くする */
.uesita {
margin-top: 3.5em !important;
margin-bottom: 3.5em !important;
}
.ue {
margin-top: 3.5em !important;
}
.sita {
margin-bottom: 3.5em !important;
}

/* CSSで作る！魅力的な引用デザインのサンプル30 */
.entry-content blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.entry-content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
