    .rssBoxImage{
    	width:100%;
    	height:300px;
    }
    .rssBoxImage .img{
    	width:100%;
    	height:300px;
    	background-size:cover;
    	background-position:center center;
    	border:1px solid #ccc;
    }
    .rssTitle{
    	color:#333;
    	display:block;
    	width:100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis; /* Opera9,10対応 */
    }
    .rssShopname{
         padding-top:5px;
       	font-size:80%;
    	color:#333;
    }

    .rssDate{
        padding-top:8px;
    	color:#333;
    }
    
.btnLink01.og a{
    background: #006400;
}

@media only screen and (max-width: 924px) {
    .btnLink01.og{
        margin-top:10px;
    }
}

@media (max-width: 768px) {
	  .rssBoxImage{
    	width:100%;
    	height:200px;
    }
     .rssBoxImage .img{
    	width:100%;
    	height:200px;
    	background-size:cover;
    	background-position:center center;
    	border:1px solid #ccc;
    }
   .rssTitle{
    	color:#333;
    	display:block;
    	width:100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis; /* Opera9,10対応 */
    }
     .rssShopname{
        padding-top:5px;
    	font-size:80%;
    	color:#333;
    }
   .rssDate{
        padding-top:8px;
    	color:#333;
    }

}