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

.area{
	width:650px;
	border-bottom:1px dotted #fff;
	margin-bottom:20px;
	margin-left:10px;
	}
img{
	border:none;
	
	}
	
.title{
	padding-left:0px;
	color: #000;
	margin-bottom:5px;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	}
.title a{
	color: #fffe81;
	text-decoration: underline;
	font-size:12px;
	}	
.entry-contents{
	margin-bottom:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-left:0px;
	}
.entry-contents a{
	color: #fffe81;
	text-decoration: underline;
	font-size:12px;
}
.feed-Control img{
	width:100px;
	max-height:70px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

.feed-Control{
	display:block;
	height:70px;
	padding:5px 0;
	border-bottom:#867163 dotted 1px;
}


#blog{
	width:920px;
	height:250px;
	margin: 0 auto;
	background-color:#fff;
	padding:20px 30px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #f1f1f1;
	-moz-box-shadow:    inset 0 0 10px #ccc;
   -webkit-box-shadow: inset 0 0 10px #ccc;
   box-shadow:         inset 0 0 10px #ccc;
	
	
}

.blog-box{
	width: 920px;
	height: 250px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.blog-box .more-btn {
	margin: 25px 0 10px;
}
.blog-box .more-btn a {
	display: block;
}
.blog-box .more-btn img {
	display: block;
	margin: 0 auto;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.blog-box .more-btn img:hover {
	opacity: .9;
}
/* Plus */
#feed_blog .blog-wrap {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.blog-wrap .blog-thumb {
	font-size:0;
	width: 150px;
	float: left;
	margin-right: 15px;
}
.blog-wrap .blog-thumb img {
	width: 150px;
	height:auto;
	
}
.blog-wrap .blog-date {
	font-size:12px;
	margin-bottom: 5px;
	color: #888;
}
.blog-wrap h3 a {
	font-size:14px;
	color: #333;
	font-weight: bold;
}
.blog-wrap .text a {
	font-size: 13px;
	line-height: 1.5;color: #111;
}