.T4843 .TraminoPaginator { text-align: right; }

.T4843 .privacyinfo { padding: 5px 0 10px 0; font-size: 0.8em; }
.T4843 .memos { padding-top: 20px; }

.T4843 .memos .memo {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 35px;
}

.T4843 .memos .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 15px;
}

.T4843 .memos .top .top_text { font-weight: bold; }

.T4843 .memos .top .top_text .headline a { text-decoration: none; }

.T4843 .memos .top .top_text .intro {
	padding-top: 10px;
	line-height: 1.3;
	color: #666;
}

.T4843 .memos .image { padding: 15px 0; height: 150px; }

.T4843 .memos .image img { height: 100%; border-radius: 5px; margin: 0 auto; }

.T4843 .memos .top .image .video {
	display: block;
	position: relative;
}

.T4843 .memos .top .image .video:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 56.25%;
}
.T4843 .memos .top .image .video > .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

.T4843 .memos .top .image .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.T4843 .memos .top .image .video .play i {
	font-size: 55px;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.T4843 .memos .text { max-height: 100px; overflow: hidden; }@media (min-width: 567px) {

	.T4843 .memos .top_text.noimg { width: 100%; padding-bottom: 10px; }

	.T4843 .memos .top_text { order: 1; width: 60%; }

	.T4843 .memos .image {
		order: 2;
		padding: 0;
		width: 40%;
	}
	.T4843 .memos .image a, .T4843 .memos .image img { max-height: 150px; }
}

@media (min-width: 768px) {
	.T4843 .memos .top_text { width: calc( 65% ); padding-right: 15px; }
	.T4843 .memos .image { width: 35%; }
}

@media (min-width: 1024px) {
	.T4843 .memos .top_text { width: calc( 70% ); }
	.T4843 .memos .image { width: 30%; }
}

@media (min-width: 1280px) {
	
}

@media (min-width: 1700px) {
}