@charset "utf-8";
.topimage_nav{
	box-sizing:border-box;
}
.topimage_nav li{
	float:left;
  width:15%;
	text-align: center;
	margin-left:6px;
	height:40px;
	border-radius:2px;
	line-height:40px;
	box-sizing: border-box;
}
.topimage_nav ul li:first-child{
	margin-left:0;
	
}
.topimage_nav a{
	color:#333;
	text-decoration: none;
	font-weight:bold;
	
}
.topimage_nav a:hover{
	text-decoration:none!important;
}

.topimage_nav .shinjin{background-color:#ffcf7b; }
.topimage_nav .misyu{width:16%;background:#ff95bc;}
.topimage_nav .hukusi{width:20%;background:#65baf7;}
.topimage_nav .kyouiku{background:#ad84ff;}
.topimage_nav .gakusei{background:#ffc3c8;}
.topimage_nav .subete{background:#e9f2ce;}

article .mainImage{
	background-color:#fff !important;
}


@media screen and (max-width:1500px){
	
	.topimage_nav li{
		width:32%;
		float: left;
		margin-left: 0;
		margin-right: 1%;
		margin-bottom: 6px;
	}
  .topimage_nav .misyu{width:32%;}
  .topimage_nav .hukusi{width:32%;}
}

@media screen and (max-width:600px){
		.res_none{display:none;}
}