/*
*******************************************************************************************************
# /ja/event/css/common.css
*******************************************************************************************************
*/

/*------------------------------------
	detail
------------------------------------*/
.box-post {
	width: 800px;
	margin: 45px auto 70px;
}

.box-post .sttl-post {
	padding-bottom: 18px;
	border-bottom: solid 2px #0090d7;
	font-size: 24px;
	line-height: 1.5;
}

.box-post .date {
	margin: 15px 0 30px;
	text-align: right;
}

.box-post .pic {
	margin-bottom: 35px;
}

.box-post .pic img {
	width: 100%;
}

.box-post .entry p {
	margin-bottom: 28px;
}

.link-prev {
	font-size: 18px;
	text-align: center;
}

.link-prev.link-head {
	position: relative;
	top: -15px;
	text-align: left;
}

.link-prev a {
	position: relative;
	display: inline-block;
	padding-left: 34px;
	color: #111111;
	text-decoration: none;
}

.link-prev a:hover {
	color: #0090d7;
}

.link-prev a::before, .link-prev a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 24px;
	height: 1px;
	background-color: #0090d7;
}

.link-prev a::before {
	margin-top: -5px;
	-ms-transform: rotate(-22deg);
	transform: rotate(-22deg);
}

.link-prev a::after {
	margin-top: 5px;
	-ms-transform: rotate(-151deg);
	transform: rotate(-151deg);
}
