@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document page
--------------------------------------------------------- */

#page {
	z-index: 0;
}

/* ---------------------------------------------------------
	CSS Document update
--------------------------------------------------------- */

#update {
	margin-bottom: 20px;
	margin-left: 320px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #003063;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-left: 320px;
	font-size: 0;
}

#anchor li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-right: 30px;
}

#anchor li:last-of-type {
	margin-right: 0;
}

#anchor li a {
	display: block;
	height: 52px;
	border-radius: 50px;
	background: linear-gradient(to bottom, #175496 50%, #0b488a 50%);
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	position: relative;
}

#anchor li a:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 4px transparent;
	border-top: solid 6px #fff;
	position: absolute;
	top: 50%;
	right: 10px;
}

#anchor li a:hover {
	opacity: 0.5;
}

#anchor li a span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 1px;
}

/* ---------------------------------------------------------
	CSS Document paper
--------------------------------------------------------- */

.paper {
	margin-top: 70px;
	margin-left: 320px;
	text-align: left;
}

.paper h3 {
	margin-bottom: 0;
}

.paper dl {
	display: table;
	width: 100%;
	margin-top: 30px;
}

.paper dt {
	display: table-cell;
	vertical-align: middle;
	vertical-align: top;
	width: 90px;
	padding-top: 5px;
}

.paper dt span {
	display: block;
	height: 30px;
	background: #055aae;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
}

.paper dd {
	display: table-cell;
	vertical-align: middle;
	vertical-align: top;
	padding-left: 20px;
	line-height: 1.4;
}
