@charset "utf-8";

/*------------------------------------------------



   /link/index


------------------------------------------------*/
.ci_bg .photo{
	background:url(../../imges/link/ci_bg.jpg) center center no-repeat;
	background-size:100%;
	text-indent:-9999px;
}
ul.link_list{
	padding:0;
	margin:0 0 40px 0;
	list-style:none;
	overflow:auto;
}
ul.link_list li{
	padding:5px 0;
	margin:0;
	list-style:none;
	position:static;
	clear:both;
	display:block;
	width:100%;
	border-bottom:1px solid #ddd;
	overflow:auto;
}
ul.link_listt li:after,ul.link_list li:before{
	display:none;
}
.lname{
	width:40%;
	float:left;
}
.lurl{
	width:60%;
	float:left;
}


@media screen and (max-width: 480px) {
}


