@charset "utf-8";
/* ===================================================================
    
=================================================================== */

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.link_list {
	border-top: 1px solid #ccc;
}
.link_list li {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.link_list li a {
	display: block;
	color: #2c2c2c;
	padding: 22px;
}
.link_list li a:hover {
	background: #efefef;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

}

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


}