@charset "utf-8";
/* CSS Document */

#staff_blog{
	border: double 4px #2FCDB4;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
}
.blog_title{
	width: 30%;
	float: left;
}
.blog_bottom {
	background-color: #2FCDB4;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.blog_bottom a {
	color: #FFF;
	font-weight: bold;
}


.rss-items li {
	border-bottom: dotted 1px #999999;
	margin-bottom: 10px;
	height: auto;
}
.rss-items li:last-child {
	border-bottom: none;
}
.rss-date {
	font-size: 80%;
	top: 4px;
	color: #5B5B5B;
}
.rss-item a {
	font-size: 100%;
	color: #2FCDB4;
	font-weight: bold;
	left: 130px;
	top: 0;
	background-image: url(../images/gifanime02.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
}
.rss-item {
	padding: 0;
	height: 30px;
}
 @media only screen and (max-width: 767px) {

.blog_contents {
	width: auto;
}

}
@media only screen and (max-width: 479px) {


}
@media only screen and (max-width: 320px) {


}
