#rss_wrap,#rss_wrap2{
	height:340px;
	overflow:auto;
	/*background-color:#130a04;*/
	padding-bottom:10px;
}

/* 全体・*/ 
#feed-rapper {
width:95%;
}

/* 1記事・*/ 
.all {
    border-bottom: 1px dashed #ef5b8c;
    clear: both;
    margin: 5px 0px 30px 10px;
    padding: 0 10px 20px;
    line-height: 22px;
    width: auto;
}

/* 記事本文・*/ 

#feed-rapper {
    font-size :13px;
    line-height:1.3;
}

#feed-rapper h4 a,#feed-rapper h4 {
    margin:0 0 6px 0;
    font-size : 14px;
    line-height:1.2;
    height:15px;
    overflow:hidden;
}


#feed-rapper a:link {
    color: #ef5b8c;
    text-decoration: none;
}
#feed-rapper a:visited {
    color: #ef5b8c;
}
#feed-rapper a:hover {
    color: #fd7ea8;
    text-decoration: underline;
}
#feed-rapper a:active {
    color: #fd7ea8;
}

