@charset "UTF-8";


#list_set ul li {
  width: 67%;
	margin-bottom:6px !important;
}


@media screen and (max-width: 769px) {
	#list_set ul li {
	  width: 80%;
		margin: 0 auto 12px;
	}
}

@media screen and (max-width: 1101px) {
	#list_set ul li {
	  width: 80%;
		margin: 0 auto 12px;
	}
}

#list_set ul li a.radiko {
	background:#00a7e9;
}

#list_set ul li a.youtube {
	background:#212121;
}




#list_set ul li:last-child {
    margin-bottom: 0 !important;
}

#list_set ul li a img {
  height: auto;
}