<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 */

#main {margin:0 auto; padding:15px 25px;}

.sub .leftBox .content {
	margin-top:0;
	padding:25px 30px 50px;
}

.sub .leftBox .content h3 {
	margin-bottom:20px;
	padding:10px 15px;
	background:#07467d;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

h3+div {padding:0;}

.sub .leftBox .columnBox dl {display:inline-block; vertical-align:top;}
.sub .leftBox .columnBox dt {margin-right:15px; display:inline-block; position:relative; top:3px;}
.sub .leftBox .columnBox dd {display:inline-block; vertical-align:top;}
.sub .leftBox .columnBox dt span {margin-top:5px; display:block; font-size:10px;}
.sub .leftBox .columnBox .grayBtn {float:right;}

.rowTitle {margin-top:20px; position:relative;}
.rowTitle a {position:absolute; right:10px; bottom:8px;}
.content dl {margin:0 15px; border-bottom:1px dotted #aaa;}
.content dt {padding:10px 10px 10px 20px; border-top:1px dotted #999; background:url(../images/common/circle_01.png) left 15px no-repeat; background-size:14px 14px; text-decoration:underline; cursor:pointer;}
.content dt:hover {background:#f9f9f9 url(../images/common/circle_01.png) left 15px no-repeat; background-size:14px 14px;}
.wordsContainer .content dd {padding:5px 0 10px 20px; display:none;}
.content dd img {max-width:100%; height:auto;}
.list {text-align:center;}
.list li {display:inline-block;}
.list a {padding:5px 7px; border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; background:#AEB4BD; color:#fff; font-weight:bold; text-decoration:none;}
.list a:hover {background:#07467d;}</pre></body></html>