@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document page
--------------------------------------------------------- */

#page {
	margin-bottom: 60px;
}

/* ---------------------------------------------------------
	CSS Document update
--------------------------------------------------------- */

#update {
	margin: -20px 20px 5px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #003063;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 20px 40px;
	font-size: 0;
}

#anchor li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
}

#anchor li:last-of-type {
	margin-right: 0;
}

#anchor li a {
	display: block;
	height: 60px;
	border-radius: 0 0 5px 5px;
	background: linear-gradient(to bottom, #175496 50%, #0b488a 50%);
	text-decoration: none;
	line-height: 56px;
	color: #fff;
	position: relative;
}

#anchor li a:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -3px;
	border: solid 3px transparent;
	border-top: solid 5px #fff;
	position: absolute;
	left: 50%;
	bottom: 2px;
}

#anchor li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 3vw;
	line-height: 1.1;
	letter-spacing: 1px;
}

/* ---------------------------------------------------------
	CSS Document paper
--------------------------------------------------------- */

.paper {
	margin: -60px 20px 40px;
	padding-top: 60px;
	text-align: left;
}

.paper dl {
	margin-bottom: 20px;
}

.paper dt span {
	display: block;
	width: 70px;
	height: 20px;
	margin-bottom: 10px;
	background: #055aae;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
}

.paper dd {
	margin-top: 5px;
	line-height: 1.4;
}
