#pgNews #main { overflow: hidden; }
#pgNews #main .mWrap {
	position: relative;
	width: 100%;
	max-width: 1240px;
	min-height: 100vh;
	margin: auto;
	padding: 30px 10px 60px;
	z-index: 1;
}
#pgNews #main .mWrap::before,
#pgNews #main .mWrap::after {
	content:"";
	position: absolute;
	background-size: contain!important;
	z-index: -100;
}
#pgNews #main .mWrap::before {
	top: 0;
	right: -500px;
	width: 1000px;
	height: 500px;
	background: url("../img/general/bgTop.jpg") no-repeat left top;
}
#pgNews #main .mWrap::after {
	bottom: 0;
	left: -300px;
	width: 600px;
	height: 300px;
	background: url("../img/general/bgBtm.jpg") no-repeat right bottom;
}
@media screen and (max-width: 800px) {
	#pgNews #main .mWrap::before {
		right: -250px;
		width: 500px;
		height: 250px;
	}
	#pgNews #main .mWrap::after {
		left: -150px;
		width: 300px;
		height: 150px;
	}
}
#shiraseru {
	width: 100%;
	max-width: 980px;
	margin: auto;
	font-size: 20px;
}
#shiraseru .inBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}
#shiraseru .inBtn a {
	padding: 5px 20px;
	border-radius: 100vh;
	border: 1px #ff3a47 solid;
	color: #ff3a47;
	font-size: .9em;
}
#shiraseru .inBtn a:hover {
	background-color: #ff3a47;
	color: #fff;
}
#shiraseru .inNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	padding-top: 10px;
}
#shiraseru .inNav a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 4rem;
	padding: 2px 5px;
	border: 1px #eb8d6c solid;
	border-radius: 5px;
	color: #eb8d6c;
	text-decoration: none;
}
#shiraseru .inNav a:hover {
	background-color: #eb8d6c;
	color: #fff;
}
#shiraseru .inTitle {
	padding: 0 0.5em;
	border-left: 10px solid #1dda48;
	line-height: 1.6em;
	font-size: 1.5em;
	color: #1dda48;
	font-weight: bold;
}
#shiraseru .inMsg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#shiraseru .inList { word-break: break-all; }
#shiraseru[data-type="whatsnew"] .inList {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#shiraseru[data-type="index"] .inList { margin-top: 10px; }
@media screen and (min-width: 768px) {
	#shiraseru .inList {
		display: table;
		border-collapse:collapse;
	}
	#shiraseru .inList > div { display:table-row; }
	#shiraseru .inList > div > dt,
	#shiraseru .inList > div > dd { display: table-cell; }
}
#shiraseru .inList > div > dt {
	padding-right: 1.0em;
	color: #ff3a47;
}
#shiraseru .inList > div > dd { padding-bottom: 5px; }
#shiraseru .inList > div > dd > a {
	text-decoration: underline;
	color: #02bce4;
}
#shiraseru .inList > div > dd > a:hover { color: #1ad344; }
#shiraseru #inPager {
	display: flex;
	justify-content: center;
	padding: 10px;
	font-family:'Helvetica','Arial',sans-serif;
}
#shiraseru #inPager > * {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin: 2px;
	border: #ff3a47 1px solid;
	color: #ff3a47;
	text-decoration: none;
}
#shiraseru #inPager > span {
	border: #c6c8c3 1px solid;
	background-color: inherit;
	color: #c6c8c3;
}
#shiraseru #inPager > a:hover {
	background-color: #ff3a47;
	color: #fff;
}
#shiraseru[data-type="entry"] .inBody b { font-weight: bold; }
#shiraseru[data-type="entry"] .inBody a {
	text-decoration: underline;
	color: #06bac4;
}
#shiraseru[data-type="entry"] .inBody a:hover { color: #00879f; }
#shiraseru[data-type="entry"] .inDate {
	display: flex;
	padding-bottom: 1.0rem;
}
#shiraseru[data-type="entry"] .inCat::before {
	content: attr(data-catnm);
	margin-right: .5em;
	padding: 0 .3em;
	background-color: #ba5c45;
	white-space: nowrap;
	font-size: .8em;
	color: #fff;
}
