/* Enter Your Custom CSS Here */


/* 画像移動 */

a:hover {
position:relative;
top: 1px;
left:1px;
}


/* サイドバーのアイキャッチを100px x 100pxにする */
.sidebar .widget .entry-img {
width: 300px;
max-width: 100%;
height: 185px;
max-height: 185%;
}

/* 投稿タイトルのフォントサイズを変更する */
.hentry .entry-title, 
.main > div > .widget .widget-title {
font-size: 20px;
}


/* スマホ表示の場合でのみ文字の大きさを変更する */

@media(max-width: 640px) {

.h2, 
.entry-content h2,
.textwidget h2 {
font-size: 15px;
}

.h3, 
.entry-content h3,
.textwidget h3 {
font-size: 15px;
}

.h4, 
.entry-content h4,
.textwidget h4 {
font-size: 15px;

}
.h5, 
.entry-content h5,
.textwidget h5 {
font-size: 15px;
}

}
