@charset "UTF-8";/*お知らせ*/
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 共通設定 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.infoCon {
	display: flex;
}
.infoList,
.singleInfo {
	flex: 1;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 固定ページ */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.infoList > ul {
	border-top: solid 1px var(--base-color);
	padding-top: 30px;
}
.infoList > ul > li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px var(--base-color);
}
.infoList > ul >li > a {
	display: flex;
}
.iLimg {
	width: 120px;
	height: 120px;
}
.iLimg img {
	width: 100%;
	height: 100%;
}
.iLtxtBox {
	flex: 1;
	margin-left: 20px;
}
.iLheader {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
	color: var(--txt-grey);
}
.iLheader span {
	display: block;
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 12px;
	background-color: var(--pupu-01);
	font-weight: bold;
	color: var(--white);
}
.iLheader time {
	font-size: 14px;
}
.iLtxtBox h2 {
	font-size: 18px;
	margin: 0;
	color: var(--txt-grey);
}

/* サイドバー */
/* - - - - - - - - - */
.infoSidebar {
	width: 350px;
	height: 500px;
	overflow: scroll;
	margin-left: 50px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 投稿ページ */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.sLheader {
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: solid 2px var(--txt-grey);
}
.sLheader h2 {
	font-size: 25px;
	margin: 0;
}
.sLCon {
	padding-bottom: 50px;
	margin-bottom: 10px;
	border-bottom: solid 2px var(--txt-grey);
}
.sLCon img {
	margin: 30px 0;
}
a.infoBack {/*一覧へ戻る*/
	display: block;
	color: var(--pupu-02);
	font-size: 14px;
	font-weight: bold;
}
a.infoBack:hover {
	opacity: 0.5;
}
/* EMANONスタイル */
.sLCon div {
	margin-bottom: 30px;
}

@media screen and (max-width:960px) {/*95%*/
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 共通設定 */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.infoCon {
		flex-direction: column;
	}
	.infoList,
	.singleInfo {
		width: 100%;
	}

	/* サイドバー */
	/* - - - - - - - - - */
	.infoSidebar {
		display: none;
	}
}/* @media screen and (960 - 601)  */



@media screen and (max-width:600px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 一覧 */
	.iLimg {
		width: 100px;
		height: 100px;
	}
	.iLtxtBox h2 {
		font-size: 16px;
	}
	.iLheader span {
		display: block;
		margin-right: 5px;
		padding: 2px 5px;
		font-size: 12px;
		font-weight: normal;
	}
	.iLheader time {
		font-size: 12px;
	}
	/* single */
	.sLheader h2 {
		font-size: 18px;
		margin: 0;
	}
}/* @media screen and (600 - 481)  */