#shiraseru .inMsg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#shiraseru .inList {
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	word-break: break-all;
}
@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: #f86677;
	white-space: nowrap;
}
#shiraseru .inList > div > dd { padding-bottom: 5px; }
#shiraseru .inList > div > dd > a {
	text-decoration: underline;
	color: #06bac4;
}
#shiraseru .inList > div > dd > a:hover { color: #00879f; }
#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: #f86677 1px solid;
	color: #f86677;
	text-decoration: none;
}
#shiraseru #inPager > span {
	border: #c6c8c3 1px solid;
	background-color: inherit;
	color: #c6c8c3;
}
#shiraseru #inPager > a:hover {
	background-color: #f86677;
	color: #fff;
}
#shiraseru[data-type="entry"] .inBody { padding: 0 10px 3.0rem; }
#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;
	justify-content: center;
	color: #c6c8c3;
}
#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;
}
/*業績集一覧*/
#shiraseru[data-cat="2"] .inList >div >dt { display: none; }
#shiraseru[data-cat="2"] .inList >div >dd { padding-bottom: 10px; }
#shiraseru[data-cat="2"] .inList >div >dd > a {
	display: flex;
	justify-content: center;
	min-width: 240px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #9f0810;
	background-color: #fff;
	color: #9f0810;
	text-decoration: none;
}
#shiraseru[data-cat="2"] .inList >div >dd > a:hover {
	background-color: #9f0810;
	color: #fff;
}
/*募集要項*/
#shiraseru[data-cat="3"] .inTxt {
	margin-bottom: 100px;
}
#shiraseru[data-cat="3"] .inTxt .filelist a {
	display: flex;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto 20px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #9f0810;
	background-color: #fff;
	color: #9f0810;
}
#shiraseru[data-cat="3"] .inTxt .filelist a:hover {
	background-color: #9f0810;
	color: #fff;
}
