<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.nav {
	margin: 0 0.5em;
	background: url("../images/i-arrow-01.png") 0 0 no-repeat;
	padding-right: 0;
	padding-left: 15px;
}

p.sup {
	text-align: right;
}

body {
	background: #ef0000;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	position: relative;
}

#header .logo-kentei {
	position: absolute;
	top: 15px;
}

#header .btn-question {
	position: absolute;
	left: 318px;
	bottom: 23px;
}
#header .btn-question:hover { zoom: 1; filter: alpha(opacity=90); opacity:0.90; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/btn-question.png',sizingMethod='scale');	background-image: none; }

#header ul.bannersList {
	width: 406px;
	margin: 0;
	position: absolute;
	right: 36px;
	bottom: 42px;
	list-style: none;
}

#header ul.bannersList li {
	float: left;
	margin: 0;
	padding: 0 5px 1px 0;
	list-style: none;
}
#header ul.bannersList li.last { padding-right: 0; }
#header ul.bannersList li:hover { zoom: 1; filter: alpha(opacity=80); opacity:0.80; }

#main {
	background: #fff;
	margin: 0;
	padding: 30px 35px 0;
	-moz-box-shadow: 1px 1px 5px 3px #ccc inset;
	-webkit-box-shadow: 1px 1px 5px 3px #ccc inset;
	-o-box-shadow: 1px 1px 5px 3px #ccc inset;
	-ms-box-shadow: 1px 1px 5px 3px #ccc inset;
	position: relative;
}

#footer {
	margin: 0;
	padding: 30px 0;
}
#footer p.logo-kentei {
	position: relative;
	margin: 0;
}

.section {
	margin-bottom: 20px;
}

ul.banners {
	text-align: center;
}
ul.banners li {
	display: inline-block;
	margin-right: 5px;
}

.share {
	float: none;
	position: absolute;
	right: 25px;
	bottom: 5px;
	padding: 0;
}

.howto {
	width: 100%;
	min-height: 90px;
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.howto .sanka {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.howto ol {
	margin: 5px 0 0 180px;
}
.howto ol li {
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style: none;
	font-weight: bold;
	line-height: 170%;
}
.howto ol li.step-01 {
	background-image: url("../images/i-howto-01.png");
}
.howto ol li.step-02 {
	background-image: url("../images/i-howto-02.png");
}
.howto ol li.step-03 {
	background-image: url("../images/i-howto-03.png");
}
.howto ol li.step-04 {
	background-image: url("../images/i-howto-04.png");
}
.howto ol li.step-05 {
	background-image: url("../images/i-howto-05.png");
}
.howto ol li em {
	color: #ef0000;
}

.voices .row {
	margin-bottom: 0;
	margin-left: 0;
}
.voices .item {
	margin-bottom: 0;
	margin-left: 16px;
	width: 230px;
}
.voices .intro {
	padding: 50px 22px 10px 22px;
}

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