/* CSS Document */
/************************/
/*共通リスト */
.Nc_SchList{
	margin:20px 0 20px;
}
.Nc_SchList li{
		border-style: solid;
	border-width: 1px 1px 2px 1px ;
	border-radius: 7px;
	border-color: #0584cd;
	box-sizing: border-box;
	width:230px;
	height:59px;
	background-position:0 0;
	display:inline-block;
	margin:0 2px 10px;
	vertical-align:top !important;
}
.Nc_SchList li:hover{
	background-color: rgba(5,132,205,0.30)
}
.Nc_SchList li a{
	display:block;
	box-sizing:border-box;
	padding:20px 0 0;
	text-align:center;
	line-height:1.1;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
}
