<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .sectionColumn_rule
-------------------------------------------------------- */
#mainBox div.sectionColumn_rule{
	padding-bottom:10px;
}
#mainBox div.sectionColumn_rule div.article{
	padding:0 15px;
}
#mainBox div.sectionColumn_rule div.article ol{
	list-style:decimal !important;
	margin-left:30px;
	padding-bottom: 20px;
}
#mainBox div.sectionColumn_rule div.article ul.dotlist{
	list-style: disc !important;
	margin-left:10px;
}

#mainBox div.sectionColumn_rule div.article strong{
	color:#CC6600;
}

#mainBox div.sectionColumn_rule h3{
	margin-bottom:20px;
	padding-bottom:0;
}
#mainBox div.sectionColumn_rule h3.hgroupLine{
	margin-bottom:20px;
}
#mainBox div.sectionColumn_rule h4{
	font-size:108%;
	margin-bottom:10px;
}
#mainBox div.sectionColumn_rule h4.hgroupLine{
	padding-bottom:5px;
	border-bottom:1px solid #b0b0b0;
}
#mainBox div.sectionColumn_rule h4.hgroupIcon{
	padding-left:16px;
	background:url(../image/share/icon_ttl.gif) no-repeat left top;
}
#mainBox div.sectionColumn_rule h4.hgroupColor{
	padding-bottom:5px;
	border-bottom:1px solid #c2ba8e;
}
#mainBox div.sectionColumn_rule h5{
	font-size:105%;
	margin-bottom:10px;
	border-left:3px #ff9715 solid;
	padding-left:10px;
}

#mainBox div.sectionColumn_rule p{
	line-height:1.4;
	margin-bottom:20px;
}
#mainBox div.sectionColumn_rule div.notes{
	padding:10px;
	margin:10px 20px 20px 20px;
	font-size:85%;
	border:1px #666 dotted;
	background: #fafafa;
	line-height: 1.8;
}

#mainBox div.sectionColumn_rule ul,ol{
	padding:0 0 0 20px;
	margin:0;
	}
#mainBox div.sectionColumn_rule li{
	padding-bottom:5px;
	font-size:100%;
	}



/* 20121108 add */
#mainBox .mTop{
	padding-top:30px;
}
table.tbl {
	font-size:100%;
    border-color: #D7D7D7;
    border-style: solid;
    border-width: 0 1px 1px 0;
    margin: 15px 0;
    width: 100%;
}
table.tbl thead th {
    background-color: #eee;
    background-position: right top;
    border-color: #D7D7D7;
    border-style: solid;
    border-width: 1px 0 0 1px;
    color: #58595B;
    padding: 6px;
}
table.tbl tbody th {
    background-color: #f7f7f7;
    background-position: right top;
    border-color: #D2D2D2 #D2D2D2 #D2D2D2 #D7D7D7;
    border-style: solid;
    border-width: 1px 0 0 1px;
    color: #58595B;
    padding: 6px;
}
table.tbl td {
    border-color: #D7D7D7;
    border-style: solid;
    border-width: 1px 0 0 1px;
    padding: 6px;
    text-align: center;
}
.aleft {
    text-align: left !important;
}

.list-ordered {
	margin-left:0 !important;
}
.list-ordered li {
    list-style: none outside none;
    padding-left: 1em;
    text-indent: -1em;
}</pre></body></html>