@charset "utf-8";

/*-------------------------------
   # department
---------------------------------*/

#department{
	padding: 40px 20px;
	margin-bottom: 0;
}

#department dl{
	margin-bottom: 20px;
	width: 450px;
	height: 170px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	background: #fff;
}

#department dt{
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align:center;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background: #75caff;
}

#department dd {
	padding: 0 20px 20px;
}

#department dl.list01,
#department dl.list03{
	margin-right: 20px;
}

#department dl.list04{
	background: #6c9bd2;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4) inset;
	margin-right: 0;
	color: #fff;
	padding: 10px;
	text-align:center;
}

#department dl.list04 dt{
	font-weight: bold;
	background: transparent;
}

#department dl.list04 dd a{
	display: inline-block;
	color: #2d62a2;
	background: url(../img/base/icon1.png) no-repeat 190px center #cadef7;
	width: 220px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
	font-weight: bold;
}

#department dl.list04 dd a:hover{
	color:  #4337ab;
	background: url(../img/base/icon1.png) no-repeat 190px center #d2cdf8;
}


