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

/* コラム */
.articles {
	width: 100%;
}
.articles ul {
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
.articles li {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	background:#FFEFBF;
}
.articles .thumbnail {
	float: left;
	margin-right: 10px;
	font-size: 0;
}
.articles .category {
	margin: 0 0 5px 0;
	font-size: 1.0rem;
	font-weight: bold;
	color: #987D60;
		margin-top: 20px;
}
.articles .title {
	margin: 0;
		margin-top: 10px;
	font-size: 14px;
}
.articles .title a {
	text-decoration: none;
	color: #987D60;
}
.articles .title a:hover {
	color: #987D60;
}
/* サムネイル画像にスタイルを適用 */
.thumbnail img {
	border: 5px solid #FFDF7F;
}


@media screen and (min-width: 768px) {
	
	.articles {
		font-size: 1.4rem;
	      }
	.articles .category {
		font-size: 1.2rem;
	}
	.articles .thumbnail {
	margin-left: 30%;
	text-align: center;
	}
	
}
	
	

	/* フッター */
	footer { }
.footer-container {
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background: #FFDF7F;	
}
.copyright {
	margin: 0;
	font-size: 0.8rem;
	color: #987D60;
}	
@media screen and (min-width: 768px){
	.copyright {
	font-size: 1.0rem;
}