/* ==========================================================
	フッター
========================================================== */

/*  トピックス
------------------------------ */
#topics {
	box-sizing: border-box;
	width: 310px;
	margin: 0 auto 10px;
	padding: 10px 15px;
	background: #fff;
}
/*----- 見出し -----*/
#topics .headline {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(http://www.illust-ai.com/s/images-common/line-triangle.png) bottom center no-repeat;
	background-size: 100%;
}
#topics .headline .main {
	margin-right: 10px;
	font-size: 20px;
}
#topics .headline .sub {
	font-size: 10px;
}
/*----- トピックス一覧 -----*/
#topics .topics-list .items {
}
#topics .topics-list .item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #bbb;
}
#topics .topics-list .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#topics .topics-list .item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*** イメージ画像 ***/
#topics .topics-list .item .image {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
#topics .topics-list .item .image img {
	width: 50px;
	height: 50px;
}
/*** 詳細 ***/
#topics .topics-list .item .detail {
	width: 230px;
}
#topics .topics-list .item .detail .title {
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 1.4;
}
#topics .topics-list .item .detail .data {
	display: flex;
	justify-content: flex-start;
}
#topics .topics-list .item .detail .data .label {
	display: block;
	height: 12px;
	margin-right: 5px;
	padding: 0 2px;
	font-size: 9px;
	color: #fff;
	line-height: 12px;
}
#topics .topics-list .item .detail .data .label.illust {background: #FF5E7A;}
#topics .topics-list .item .detail .data .label.nenga {background: #F00000;}
#topics .topics-list .item .detail .data .label.kanchu {background: #234794;}
#topics .topics-list .item .detail .data .label.halloween {background: #FF8000;}
#topics .topics-list .item .detail .data .label.christmas {background: #238C00;}

#topics .topics-list .item .detail .data .date {
	display: block;
	height: 10px;
	font-size: 10px;
	line-height: 12px;
}

