@charset "UTF-8";

/* 960px */
@media screen and (max-width: 960px) {

	.resLi {
		border-left: none;
	}
}

/* 740px */
@media screen and (max-width: 740px) {

	.basis_table .common_dlabel, .broadcasting_table .common_dlabel, .decide_table .common_dlabel {
		width: 20%;
	}
	
	.matualLinksBlock {
		text-align: center;
	}
	
	.matualLinksBlock a {
		width:70%;
		margin:5px auto;
	}

}
