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

/* ---------------------------------------------------------
	CSS Document entries
--------------------------------------------------------- */

#entries .entry {
	display: flex;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 30px;
	box-shadow: 0 0 0 1px #0d0d0d inset;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#entries .entry:hover {
	opacity: 0.6;
}

#entries .entry:before {
	content: '';
	width: 80px;
	height: 1px;
	background: #0d0d0d;
	transform: rotate(-40.64deg);
	position: absolute;
	top: 0;
	left: -13px;
}

#entries .entry:after {
	content: '';
	width: 10px;
	height: 100%;
	background: #0d0d0d;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#entries figure {
	width: 200px;
	height: 200px;
	margin-right: 30px;
	background: #ddd;
}

#entries .row {
	flex: 1;
	position: relative;
	z-index: 0;
}

#entries .row:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -26px;
	z-index: 1;
}

#entries dd {
	margin-bottom: 10px;
}

#entries dt {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #0656bf;
}

#entries dd a {
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	color: #0d0d0d;
}

#entries dd a:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry .entry_title {
	margin-bottom: 50px;
}

#entry .entry_body {
	margin-bottom: 80px;
	text-align: left;
	line-height: 2;
}

#entry .entry_body h3 {
	padding: 10px 15px 11px 15px;
	background: #0d0d0d;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

#entry .entry_body h3:not(:first-child) {
	margin-top: 3em;
}

#entry .entry_body p {
	margin-top: 2em;
}

#entry .entry_body ul {
	margin-top: 2em;
}

#entry .entry_body ul li {
	margin-left: 1.5em;
	list-style: disc;
}

#entry .entry_body ol {
	margin-top: 2em;
}

#entry .entry_body ol li {
	margin-left: 1.5em;
	padding-left: 5px;
	list-style: decimal;
}

#entry .entry_body table {
	width: 100%;
}

#entry .entry_body th {
	padding: 10px;
	border: solid 1px #efeff0;
	background: #fdfdf5;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body td {
	padding: 10px;
	border: solid 1px #efeff0;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body iframe {
	vertical-align: top;
	max-width: 100%;
	max-height: 50vw;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document pnavi
--------------------------------------------------------- */

#pnavi {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	border-top: solid 1px #0d0d0d;
	position: relative;
}

#pnavi li {
	width: 120px;
}

#pnavi li.back {
	width: 180px;
}

#pnavi li a {
	display: block;
	height: 52px;
	text-decoration: none;
	line-height: 50px;
	color: #0d0d0d;
	position: relative;
}

#pnavi li.back a {
	background: #fff;
	box-shadow: 0 0 0 1px #0d0d0d inset;
}

#pnavi .link_before a:before,
#pnavi .link_next a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #0d0d0d;
	border-right: solid 2px #0d0d0d;
	position: absolute;
	top: 50%;
}

#pnavi .link_before a:before {
	transform: rotate(-135deg);
	left: 15px;
}

#pnavi .link_next a:before {
	transform: rotate(45deg);
	right: 15px;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	text-align: center;
}

#pager li {
	margin: 0 7px;
}

#pager .link_page,
#pager .current_page {
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	line-height: 26px;
	color: #0d0d0d;
}

#pager .current_page {
	background: #0d0d0d;
	color: #fff;
}

#pager .link_before,
#pager .link_next {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 10px;
	font-size: 0;
	position: relative;
}

#pager .link_before:before,
#pager .link_next:before {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: solid 2px #0d0d0d;
	border-right: solid 2px #0d0d0d;
	position: absolute;
	top: 50%;
}

#pager .link_before:before {
	transform: rotate(-135deg);
	left: 39%;
}

#pager .link_next:before {
	transform: rotate(45deg);
	right: 39%;
}
