<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#contents #main h1 {
	background-color: #2094D7;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 17px;
	text-align: left;
	height: 26px;
	line-height: 26px;
	color: #FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#contents #main h1 span {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFF;
	line-height: 26px;
}

#release ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#release ul li {
	text-align: left;
	font-size: 14px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#release ul li img {
	margin-left: 10px;
	padding-top: 5px;
}

dl#release {
margin-bottom: 80px;
}
dl#release dt,
dl#release dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	width: 100%;
	display: inline-block;
}
dl#release dt a {
	transition : all 0.3s ease 0s;
	color: #06C;
	text-decoration: underline;
}
dl#release dt a:hover {
	text-decoration: none;
}
</pre></body></html>