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

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

#blog {
	margin: 0 5vw;
	text-align: left;
}

#entry .entry_header {
	margin-bottom: 20px;
}

#entry .entry_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

#entry .entry_category a {
	display: inline-block;
	vertical-align: top;
	height: 19px;
	overflow: hidden;
	padding: 0 0.5em;
	border-radius: 5px;
	background: linear-gradient(to bottom, #93cee0 0%, #83ced4 100%);
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#entry .entry_title {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 10px 0 10px 50px;
	background: url(../images/e_title.png) no-repeat left / 40px auto;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	color: #41b7bf;
	position: relative;
}

#entry .entry_title:before,
#entry .entry_title:after {
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #c8c4c1 1px, transparent 1px);
	background-size: 3px 100%;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
}

#entry .entry_title:before {
	top: 0;
}

#entry .entry_title:after {
	bottom: 0;
}

#entry .entry_body {
	font-size: 16px;
	line-height: 2;
	word-break: break-all;
}

#entry .entry_body p {
	margin-bottom: 20px;
}

#entry .entry_body ul {
	margin-bottom: 20px;
	margin-left: 18px;
}

#entry .entry_body ol {
	margin-bottom: 20px;
	margin-left: 24px;
}

#entry .entry_body img {
	float: none !important;
}

#entry .entry_body span {
	font-size: inherit !important;
}

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

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

#entries .entry_list_title {
	margin-bottom: 4vw;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.5;
	color: #463B2F;
}

#entries .entry {
	padding: 8vw 0;
	word-wrap: break-word;
	position: relative;
}

#entries .entry::before {
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #c8c4c1 1px, transparent 1px);
	background-size: 3px 100%;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

#entries .entry a {
	display: block;
	text-decoration: none;
}

#entries .entry .entry_meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 10px;
}

#entries .entry time {
	font-size: 14px;
	color: rgba(70, 59, 47, 0.5);
}

#entries .entry .entry_category {
	padding: 0 0.5em;
	border-radius: 4px;
	background: rgba(237, 112, 1, 0.1);
	font-size: 13px;
	line-height: 22px;
	color: #ED7001;
}

#entries .entry .entry_title {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #463b2f;
}

#entries .entry_nosearch {
	margin-bottom: 15vw;
}

/* ---------------------------------------------------------
	CSS Document pagination
--------------------------------------------------------- */

#pagination {
	margin-bottom: 20vw;
	padding-top: 5vw;
	text-align: center;
	position: relative;
}

#pagination::before {
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #c8c4c1 1px, transparent 1px);
	background-size: 3px 100%;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

#pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2vw;
	padding: 0 23vw;
	list-style: none;
	letter-spacing: 0;
	line-height: 7vw;
	position: relative;
}

#pagination li a {
	text-decoration: none;
	color: #463b2f;
}

#pagination li.link_page a,
#pagination li.current span {
	display: block;
	width: 7vw;
	height: 7vw;
	background: #ebe9e7;
	text-decoration: none;
	font-size: 3.2vw;
}

#pagination li.current span {
	background: #ec7180;
	color: #fff;
}

#pagination li.prev,
#pagination li.next {
	white-space: nowrap;
	font-size: 3vw;
	position: absolute;
	top: 0;
}

#pagination li.back {
	font-size: 3vw;
}

#pagination li.prev {
	left: 0;
}

#pagination li.next {
	right: 0;
}

/* ---------------------------------------------------------
	CSS Document info > sidebar
--------------------------------------------------------- */

#sidebar {
	margin: 0 0 30px;
	text-align: left;
}

#sidebar h3 {
	margin-top: 15px;
	padding: 15px 0 6px 0;
	border-top: solid 1px #d9d9da;
	text-align: left;
	font-family: WebMincho;
	font-weight: 100;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

#sidebar h3:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -3px;
	border-bottom: solid 2px #d9d9da;
	border-right: solid 2px #d9d9da;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#sidebar h3.open:after {
	margin-top: -2px;
	border: 0;
	border-top: solid 2px #d9d9da;
	border-left: solid 2px #d9d9da;
}

#sidebar ul {
	display: none;
}

#sidebar li {
	padding-left: 5px;
	text-align: left;
	list-style: none;
	position: relative;
}

#sidebar li a {
	display: block;
	padding: 2px 0 2px 14px;
	text-decoration: none;
	color: #463b2f;
	position: relative;
}

#sidebar li a:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #463b2f;
	position: absolute;
	top: 0.9em;
	left: 0;
}

#sidebar form {
	margin: 10vw 8vw 12vw;
	text-align: center;
}

#sidebar form {
	display: flex;
}

#sidebar input {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	border: 0;
}

#sidebar input[type="search"] {
	width: calc(100% - 44px);
	height: 36px;
	padding: 0 0.5em;
	border: solid 1px #c7c4c0;
	border-right: 0;
	font-size: 16px;
}

#sidebar input[type="submit"] {
	width: 52px;
	height: 36px;
	background: linear-gradient(to bottom, #93cee0 0%, #83ced4 100%);
	font-size: 14px;
	color: #fff;
}
