@charset "utf-8";
div.index {margin: 3rem 0}
div.title {
	border-bottom: #14126e 1px solid;
	margin-bottom: 1.5rem
}
div.title>img {
	width: inherit !important;
	float: left;
	margin-right: .25rem
}
div.title>h1 {
	font-size: 1.866666666666667rem;
	color: #14126e;
	line-height: 1.1rem;
	margin: 0;
	padding-top: 1.5rem
}
div.title>h1>span {
	font-size: 1rem;
	font-weight: 300;
	color: #099
}
/*簡介*/
div.about {text-align: justify; padding: 0 1rem}
/*部門*/
div.dp {margin: 0}
div.dp_intro {}
div.dp_intro>p {text-align: center}
div.dp_intro>figure {
	cursor: pointer;
	background: #000;
}
div.dp_intro figure figcaption {
	display: none;
	position: absolute;
	top: 20%;
	left: 40%;
	z-index: 2
}
div.dp_intro figure figcaption>img {opacity: 1 !important}

div.dp_intro>figure:hover img {opacity: .35}
div.dp_intro figure:hover figcaption {display: block}