@import url("/service/common/css/service.css");
/**
 * =========================================
 * syupack Class lib
 * =========================================
 */


.page_list{
	font-size:90%;
}

.contentIn{
	padding:0 14px;
}

div#siteContent .sectionLv3 h4{
	color:#1f5fa8;
}

div#siteContent .sectionLv3 .color01{
	color:#FF0000;
}

div#siteContent .sectionLv3 a{
  color: #1f5fa8;
  text-decoration: none;
}
div#siteContent .sectionLv3 a:link,
div#siteContent .sectionLv3 a:visited{
	text-decoration:none;
	color:#1f5fa8;
}
div#siteContent .sectionLv3 a:hover,
div#siteContent .sectionLv3 a:active,
div#siteContent .sectionLv3 a:focus{
  color: #0092f2;
  text-decoration: underline;
}

div#siteContent .sectionLv3 .relatedLink{
	padding: 0px 0 0px 10px;
	background: url(/common/img/sidenav/ico_arrow_small.png) -20px 0.4em no-repeat;
  color: #1f5fa8;
	display:inline-block;
  text-decoration: none;
}
div#siteContent .sectionLv3 .relatedLink:link,
div#siteContent .sectionLv3 .relatedLink:visited{
	text-decoration:none;
	color:#1f5fa8;
}
div#siteContent .sectionLv3 .relatedLink:hover,
div#siteContent .sectionLv3 .relatedLink:active,
div#siteContent .sectionLv3 .relatedLink:focus{
  color: #0092f2;
  text-decoration: underline;
}

div#siteContent .sectionLv3 ul,
div#siteContent .sectionLv3 li{
list-style:none;
margin:0;
padding:0;
}

div#siteContent .sectionLv3 ul{
	margin-bottom:20px;
}

div#siteContent .sectionLv3 ul.end{
	margin-bottom:0px;
}



