@charset "UTF-8";
/* ******************************************************************

	--link.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.sectionInner {
	padding:7px 0 6px;
}
.sectionInner dl {
	border-top:3px solid #C8C8C8;
}
.sectionInner dl dt {
	padding-top:14px;
}
.sectionInner dl dd {
	border-bottom:1px solid #C8C8C8;
	margin-top:-18px;
	padding:2px 0 17px 255px;
	margin-bottom:2px;
}
.sectionInner dl dd a {
	background:url(../img/common/icon_arrow02.gif) no-repeat 0 50%;
	padding-left:14px;
	color:#282828;
	text-decoration:none !important;
}
.sectionInner dl dd a:hover {
	color:#0077D4 !important;
	text-decoration:underline !important;
}