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

#contents h2{
	padding-bottom:10px;
}

#contents h3{
	margin-top:0;
	padding:34px 0 5px 50px;
	border-bottom:3px solid #b3f163;
	background:url(../../common/img/ico_event.gif) left top no-repeat;
	min-height:56px;
	color:#0a44a3;
}
* html #contents h3{
	height:56px;
}

#contents h4{
	margin:0;
}
#contents h3 span{
	font-size:90%;
	font-weight:normal;
	padding-left:5px;
}

#contents h4{
    background-image: url("../../common/img/i_mark03.gif");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FF9876;
    color: #666666;
    font-size: 90%;
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-left: 15px;
    text-indent: 0;
}

.date{
	text-align:right;
	font-size:85%;
	padding-bottom:10px;
}

/*detail*/

#detail{
	margin-top:20px;
}
#detail h5{
	margin:20px 0 5px 0;
	background:url(../../common/img/line_dot.gif) left bottom repeat-x;
	padding-bottom:5px;

}

#detail ul{
	list-style-type:disc;
	margin:10px 0 10px 20px;
}
#detail li{
	list-style-type:disc;
	margin-left:40px;
}

#detail dd{
	padding-left:30px;
}

#detail em{
	color:#090;
}

#detail ul.wrap_type03{
	margin-left:0;
	padding:10px;

}

.mb2{
	margin-bottom:2px;
}
</pre></body></html>