@CHARSET "UTF-8";

.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

.news_rss {
	padding:30px 0 ;
}

.news_rss .rss_box {
    border-bottom: #cccccc 1px dotted;
    margin: 0 3px;
    padding: 10px 9px 10px 39px;
    font-size: 12px;
    line-height: 18px;
    background: url(/ekiden/images/top/ic_news.gif) no-repeat 6px 13px;
}

.news_rss .rss_box p.ph {
    width:70px;
	margin: 0 !important;
	float:left;
}

.news_rss .rss_box p.ph img {
    width:70px;
}


.news_rss .rss_box dl {
    width:778px;
	float:right;
}


.news_rss .rss_box dl dd a{ font-size: 14px; }

@media only screen and (max-width: 767px) {
	.news_rss .rss_box {
		position:relative;
		padding: 10px 9px 10px 119px;
		min-height:47px;
		overflow:hidden;
	}

	.news_rss .rss_box p.ph {
		position:absolute !important;
		top:10px;
		left:39px;
	}

	.news_rss .rss_box dl {
	    width:100%;
		float:none;
	}
}

a.teamtit{
text-decoration: underline;
color: #1d2089;
}
@media only screen and (max-width: 768px) {
a.teamtit{
font-size:5vw;
}
}