@charset "UTF-8";

a.PDF{
	color:#000;
	text-decoration:underline;
	padding-left:16px;
	background:url(../img/outline/pdf.gif) no-repeat left center;
}
a.DOC{
	color:#000;
	text-decoration:underline;
	padding-left:16px;
	background:url(../img/outline/doc.gif) no-repeat left center;
}
a.XLS{
	color:#000;
	text-decoration:underline;
	padding-left:16px;
	background:url(../img/outline/xls.gif) no-repeat left center;
}

h2.title {
    clear: both;
    margin-bottom: 20px;
}

h3.sub-title{
clear: both;
margin: 0 0 5px;
border-top: 1px solid #f8b500;
}
.sub-title-text{
padding: 0.4em;
margin: 0 0 50px;
font-size: 14px;
text-align: center;
}

.nyusatsu-data{
overflow: hidden;
margin: 0 0 30px;
padding-top: 5px;
}
.nyusatsu-data ul li{
clear: both;
margin: 0 0 0.7em;
}






