/*** CITATION ***/

.citation {
	font-size: 12px;
	margin-bottom: 12px;
}
.citationRef {
	font-style: normal;
	font-size: 14px;
}

/*** Affiliate Frame ***/

/* Frame Right */
.aff-frame-R {
	float: right;
	margin: 0px 10px 10px 30px;
}

/* Frame Left */
.aff-frame-L {
	float: left;
	margin: 0px 30px 10px 10px;
}

/*** 7. Common items ***/

/** 7-1 Read more button **/
.readMore {
	background: #777;
	padding: 6px 0;
	border-top: solid 1px #f1271d;
	border-bottom: solid 1px #f1271d;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.readMore:hover {
	background: #444;
}

/** 7-2 End of Post **/
.EoP-CV .pt-cv-content-item {
	padding-top: 15px;
}

.EoP-CV .pt-cv-view .pt-cv-title a {
	font-size: 0.9em;
	font-weight: 400;
	font-family: 'Klee One', cursive;
}

.EoP-CV .pt-cv-view .pt-cv-title {
	line-height: 1.2em;
}

.EoP-cont {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.EoP-seg {
	width: 49%;
	margin-bottom: 10px;
	border: solid 1px #777;
}

.EoP-cat {
	background: #777;
	border-bottom: solid 1px #777;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	text-decoration: none;
	line-height: 2em;
}

.EoP-cat a {
	display: block;
	color: #fff;
}

.EoP-cat:hover {
	background-color: #444444;
}

.EoP-list {
	padding: 10px;
}

.EoP-list ul {
	margin: 0 0 0 10px;
	list-style-type: none;
	font-family: 'Klee One', cursive;
}

.EoP-list ul li a {
	color: #000;
	font-weight: 600;
	font-size: 0.9em
}

@media (max-width: 800px) {
	.EoP-cont {
		flex-wrap: wrap;
	}
	.EoP-seg {
		width: 100%;
	}
	.EoP-cat {
		line-height: 1.2em;
		padding: 8px 5px;
	}
}