@charset "UTF-8";

.ttl_other {
	background: #36438D;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0 0 50px 0;
}
.ttl_other span {
	display: block;
	width: 960px;
	margin: 0 auto;
}


.wrap_list_other {
	width: 960px;
	margin: 0 auto;
}


.list_other {
	width: 850px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.list_other li {
	width: 400px;
	float: left;
	margin: 0 0 50px 0;
	padding: 0 0 5px 0;
	border-bottom: #ADADAD 1px solid;
	background: url('/image/pc/icon/arrow02.png') no-repeat right bottom 10px;
	background-size: 14px 14px;
}
.list_other li:nth-child(odd) {
	margin-right: 50px;
}
.list_other li a {
	display: block;
	color: #4D4D4D;
}
.list_other li img {
	margin: 0 0 8px 0;
}


