@import url("https://codomisu.sakura.ne.jp/minimalism/old.css");

#blog-title {
background:#78BBE6 !important;
font-size:20px;
font-family:"Noto Sans Japanese";
text-align:centaer;
margin:0 0.5px 5px;
padding:10px;
}

h3 {
color:#494949;
background:#f4f4f4;
border-left:solid 5px #78BBE6;
border-bottom:solid 3px #d7d7d7;
padding:0.4em 0.5em;
}

h4 {
position:relative;
padding-left:1.2em;
line-height:1.4;
}

h4:before {
font-family:"Font Awesome 5 Free";
content:"\f00c";
position:absolute;
font-size:1em;
left:0;
top:0;
color:#78BBE6;
}

body {
-webkit-font-smoothing:subpixel-antialiased;
font-size:16px;
}

#gnav .menu a {
font-size:14px;
font-weight:700;
}

.entry-content img {
border:1px solid #4C4C4C;
}

.hatena-module-title:before {
color:#78BBE6;
}

#title a,#blog-description {
color:#FFF !important;
}

@font-face {
  font-family: "font name";
  font-weight: 400;
  font-style: normal;
  src: url("fonFile.woff2") format("woff2");
  font-display: swap;
}
p {
  font-family: "font name", sans-serif;
}




/* ------------------------------------- */
/*       かんたんリンク カスタマイズ     */
/* ------------------------------------- */

/* --------- 外枠 --------- */
div.easyLink-box {
    border:double #CCC !important; /* ２重線 */
    box-shadow: 2px 3px 9px -5px rgba(0,0,0,.25);
}

/* --- 商品リンク タイトル --- */
p.easyLink-info-name a {
    color: #3296d2 !important; /* 文字色 */
}

/* --------- ボタン色 --------- */
a.easyLink-info-btn-amazon {
    background: #f6a306 !important; /* 背景色 */
    border: 2px solid #f6a306 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-rakuten {
    background: #cf4944 !important; /* 背景色 */
    border: 2px solid #cf4944 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-yahoo {
    background: #51a7e8 !important; /* 背景色 */
    border: 2px solid #51a7e8 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

/* --- マウスオーバー時のボタン色 --- */
a:hover.easyLink-info-btn-amazon {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #f6a306 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-rakuten {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #cf4944 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-yahoo {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #51a7e8 !important; /* 文字色 */
}

/* --- 最後のボタン下の空白を削除 --- */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a:last-child {
    margin-bottom: -10px !important;
    margin-right: 100px !important;
    margin-left: 0 !important;
    
}

#box2 {
width: 380px;
margin-right: -50px;

}

