/* アイキャッチを左側に表示 */

.img-right .entry-img {
float: left;
}

.img-right .entry-img img {
margin: 0 15px 15px 0;
}

.sc_frame_wrap,
.aside-normal,
.aside-warning {margin:0;margin-bottom: 1.6em}



/*固定記事サムネイルのサイズを変更*/

.sticky-post-box .post_thumbnail {
    width: 280px;
    height: 180px;
}

.sticky-post-box .post-meta-all {
    padding: 1px 0 !important;
    overflow: auto;
}

@media screen and (max-width:768px){
.sticky-post-box .post_thumbnail {
    width: 180px;
}
}

@media screen and (max-width:599px){
.sticky-post-box .post_thumbnail {
    width: 135px;
    height: 100px;
}
}


/*検索ボタン色*/
input[type="submit"].searchsubmit {
    background-color: #c9c9c9;
}


/*スマホビューのカテゴリータグを消す*/
@media screen and (max-width:640px){
.post-cat{
	display:none !important;
}
}


/*スマホのサムネイル縦横比を変更*/
@media screen and (max-width: 599px){
.post_thumbnail {
 width: 135px;
 height: 50px;
}
}



