@charset "UTF-8";
/* CSS Document */

#top_img{
	margin:-10px 0 -15px;}
/* mainvisual-gnav */
#mainvisual {
	position:relative;
	width:910px;
	height:370px;
}
/* gnav */
#gnav li a {
	display:block;
	text-indent:-9999px;
}
#gnav a:hover {
	opacity:1;
}
#gnav li {
	margin:15px 0 0 0;
	float:left;
}
#gnav_01 a:link, #gnav_01 a:visited {
	background-image:url("../images/gnav_top_01.png");
	width:114px;
	height:69px;
}
#gnav_01 a:hover, #gnav_01 a:active {
	background-image:url("../images/gnav_top_01_on.png");
	width:114px;
	height:69px;
}
#gnav_03 a:link, #gnav_03 a:visited {
	background-image:url("../images/gnav_top_03.png");
	width:109px;
	height:69px;
}
#gnav_03 a:hover, #gnav_03 a:active {
	background-image:url("../images/gnav_top_03_on.png");
	width:109px;
	height:69px;
}
#gnav_05 a:link, #gnav_05 a:visited {
	background-image:url("../images/gnav_top_05.png");
	width:109px;
	height:69px;
}
#gnav_05 a:hover, #gnav_05 a:active {
	background-image:url("../images/gnav_top_05_on.png");
	width:109px;
	height:69px;
}
#gnav_07 a:link, #gnav_07 a:visited {
	background-image:url("../images/gnav_top_07.png");
	width:110px;
	height:69px;
}
#gnav_07 a:hover, #gnav_07 a:active {
	background-image:url("../images/gnav_top_07_on.png");
	width:110px;
	height:69px;
}
#gnav_09 a:link, #gnav_09 a:visited {
	background-image:url("../images/gnav_top_09.png");
	width:109px;
	height:69px;
}
#gnav_09 a:hover, #gnav_09 a:active {
	background-image:url("../images/gnav_top_09_on.png");
	width:109px;
	height:69px;
}
#gnav_11 a:link, #gnav_11 a:visited {
	background-image:url("../images/gnav_top_11.png");
	width:111px;
	height:69px;
}
#gnav_11 a:hover, #gnav_11 a:active {
	background-image:url("../images/gnav_top_11_on.png");
	width:111px;
	height:69px;
}
#gnav_13 a:link, #gnav_13 a:visited {
	background-image:url("../images/gnav_top_13.png");
	width:109px;
	height:69px;
}
#gnav_13 a:hover, #gnav_13 a:active {
	background-image:url("../images/gnav_top_13_on.png");
	width:109px;
	height:69px;
}
#gnav_15 a:link, #gnav_15 a:visited {
	background-image:url("../images/gnav_top_15.png");
	width:149px;
	height:69px;
}
#gnav_15 a:hover, #gnav_15 a:active {
	background-image:url("../images/gnav_top_15_on.png");
	width:149px;
	height:69px;
}
/*leftcolumn*/
#leftcolumn p, dl {
	padding:0 15px;
}
#leftcolumn #dl_adress dt {
	clear: both;
	float: left;
	width: 130px;
	height:34px;
}
#leftcolumn #dl_adress dd {
	margin-left:125px;
	height:34px;
}
#leftcolumn #dl_adress .first {
	margin-bottom:10px;
}
#leftcolumn #dl_adress a {
	color:#339acc;
	text-decoration:underline;
}
#leftcolumn .green {
	font-size:120%;
	color:#019945;
}
.number img{
	margin-bottom: -2px;
	}

.careschool_list {
	border-bottom:#999 dotted 1px;
	margin: 10px 15px 0 10px;
	clear:both;
}
.release_date {
	color:#f15a24;
	float:left;
}
.careschool_list dd {
	float:left;
}
.compuss_top_btn {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 96%;
margin: 0 auto;
}
.compuss_top_btn li {
	width: 48%;
	margin-bottom: 1rem;
	background-color: #4cb87c;
	border-radius: 10px;
}
.compuss_top_btn li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 8px;
	box-sizing: border-box;
}