﻿/* ==========================================================
	フッター
========================================================== */

/*  グループサイト
------------------------------ */
#group {
	box-sizing: border-box;
	width: 310px;
	margin: 0 auto 10px;
	padding: 10px 15px;
	background: #fff;
}
/*----- 見出し -----*/
#group .headline {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(//nenga.post-code.jp/images-common/line-triangle.png?1) bottom center no-repeat;
	background-size: 100%;
}
#group .headline .main {
	margin-right: 10px;
	font-size: 20px;
}
#group .headline .sub {
	font-size: 10px;
}
/* items */
#group .items {
}
#group .item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #bbb;
}
#group .item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#group .item .image {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
#group .item .image img {
	width: 50px;
	height: 50px;
}
#group .item .detail {
}
#group .item .detail .label {
	margin-bottom: 4px;
	font-size: 10px;
}
#group .item .detail .title {
	font-size: 12px;
}
