@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	margin: 30px 0 90px;
	position: relative;
	z-index: 0;
}

#link:before {
	content: '';
	width: 1090px;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#link h3 {
	height: 110px;
	font-size: 31px;
	line-height: 90px;
	letter-spacing: 4px;
	color: #0378a6;
}

#link .article {
	width: 788px;
	margin: 0 auto 30px;
	padding: 9px 10px 9px 10px;
	background: url(../images/bg_02.png) 0 0;
}

#link .article:hover {
	opacity: 0.8;
}

#link .section {
	background: #d9f4fe;
	text-align: left;
	font-size: 0;
}

#link dt {
	display: inline-block;
	vertical-align: middle;
}

#link dd {
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	padding: 0 60px 0 25px;
	background: url(../images/bg_04.png) no-repeat 95%;
	font-size: 15px;
}

#link dd a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.6;
	color: #2a416a;
}
