<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*====================================
	for info.html
	Date of 2015.12.11
====================================*/

.infoIndex {
	font-size: 150%;
	line-height: 1.5em;
	color: #4C4847;
	padding: 2px 0 2px 10px;
	border-left: 9px solid #EF8C98;
	margin-bottom: 10px;
}
.infoListWrapper {
	margin-bottom: 50px;
}
.infoListWrapper ul li {
	border-bottom: dashed 1px #EB6676;
	margin: 0 0 7px 0;
}
.infoListWrapper li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	margin-bottom: 7px;
	font-size: 90%;
	line-height: 1.6em;
	color: #4C4847;
}
.infoListWrapper li a span {
	font-weight: 900;
	font-size: 110%;
	display: block;
}
.infoListWrapper li a:hover {
	background: #FFF1F6;
}

.categoryListWrap {
	margin-bottom: 30px;
}
.categoryList {
	text-align: center;
}
.categoryList li {
	display: inline-block;
	width: 140px;
}
.categoryList li a {
	display: block;
	background: #FFA09C;
	text-decoration: none;
	color: #fff;
	font-size: 80%;
	padding: 6px 2px;
	text-align: left;
}
.categoryList li a::before {
	content: '▼';
	font-size: 70%;
	padding: 0 8px 0 8px;
	color: #940C22;
}
.categoryList li a:hover {
	background: #940C22;
}
.categoryList li a:hover::before {
	color: #FFA09C;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 767px){
	.infoIndex {
		font-size: 120%;
		line-height: 1.5em;
		color: #4C4847;
		padding: 2px 0 2px 10px;
		border-left: 9px solid #EF8C98;
		margin-bottom: 10px;
	}
	.infoListWrapper li a {
		padding: 5px;
		font-size: 95%;
		line-height: 1.7em;
	}
	.infoListWrapper li a:hover {
		background: none;
	}

	.categoryListWrap {
		margin-bottom: 20px;
	}
	.categoryList li {
		margin-bottom: 10px;
		width: 45%;
	}
}


</pre></body></html>