@charset "utf-8";

/* ----- link-text ----- */
.link-text {
	margin-top: 40px;
}
.link-text > li {
	line-height: 1.4;
}
.link-text > li > a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
	color: #369;
}
.link-text > li > a:hover {
	text-decoration: underline;
}
.link-text > li > a:after {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 8px !important;
	height: 8px !important;
	margin-left: 0;
	background: none;
	border-top: 1px solid #969696 !important;
	border-right: 1px solid #969696 !important;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}

.link-text > li .link_label{
	position: relative;
	padding-right: 20px;
}
.link-text > li .link_label:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 14px;
	height: 14px;
	background: url(/common/images/com_sprite_ic01.png) no-repeat -90px -69px
}