/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/*---------------------------------
抜粋記事本文を小さく
--------------------------------*/
.entry-snippet{
        font-size:80%
}

/*---------------------------------
メタ情報の日付を小さく
--------------------------------*/
.post-meta,.entry .post-meta a  {
    font-size: 14px;
    line-height: 160%;
}

/*---------------------------------
記事タイトルを小さく
--------------------------------*/
.entry h2 a{
 font-size: 19px;
 line-height: 1.4;
}

/* ==========================================================================
スマホ用タイトル小さく
========================================================================== */
@media only screen and (max-width: 480px) {
.entry h2 a{
 font-weight: 700;
 font-size: 0.9rem;
 }
}

/*---------------------------------
トップページの記事を読む表示の装飾
--------------------------------*/
.entry-read a{
 color:#ffffff;
 font-size:14px;
 background-color:#2c7cff;
 border:1px solid #2c7cff;
 border-radius:2px;
 padding:3px 5px 3px 5px;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff;
 background-color:#bad3ff;
 border:1px solid #bad3ff;
}



/*---------------------------------
画像ホバー時
--------------------------------*/
 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*---------------------------------
画像ホバー時
--------------------------------*/
 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---------------------------------
サムネイル画像が拡大する
--------------------------------*/
.entry-thumb,.wpp-thumbnail{
  overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
  transition: 0.6s ;
}
 
.entry-thumb img:hover,.wpp-thumbnail:hover {
   opacity: 0.6;
   -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

/* simplicity2 グローバルメニュー文字幅 */
#navi ul{
text-align: center; /*センタリング*/
}
#navi ul li{
width: 210px; /*ここはサイト毎に調整してください*/
}

/* シンプリシティー2　記事区切り */
#main .entry {
border-bottom: 2px dotted #ddd;
padding-bottom: 40px;
}

/* シンプリシティー2　サイドバーのフォントサイズを変える */
#sidebar { font-size: 13px; }

/*---------------------------------
固定ページの日付・更新日を非表示にする
--------------------------------*/
#post-36 .post-meta,#post-34 .post-meta,#post-15 .post-meta,#post-36 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */