@charset "UTF-8";
.wrapLinks {
}
.secLink {
	width: 49%;
}
.secLink--left {
	float: left;
}
.secLink--right {
	float: right;
}
.secLink__list {
	padding: 0 10px;
}
.secLink__list > li {
	margin-bottom: .8em;
}
.secLink__list > li a {
	text-decoration: underline;
	padding-left: 15px;
	background-image: url(../common/img/icn-arrow01.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.secLink__list > li a:hover {
	text-decoration:none;
}	

/* All SP & Tablet */
@media screen and (max-width:1040px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.secLink--left{
		margin-bottom: 35px;
	}
	.secLink--left,
	.secLink--right{
		float: none;
		width: 100%;
		padding: 0 10px;
	}
	.secLink__list > li {
		margin-bottom: 1em;
	}
}