@charset "utf-8";
#search-article-wrapper {
	text-align: left;
	margin-right: 0;
}
figure {
	max-width: 100%;
	overflow: hidden;
}

div#misc {
	zoom: 1;
	padding: 5px 0 8px 0;
}
div#misc:after {
	display: block;
	content: "";
	clear: both;
}
	div#misc .search-meta {
		position: relative;
		z-index: 1;
		padding: 5px 0;
	}
	div#misc .search-meta span.total-count {
		position: absolute;
		z-index: 2;
		right: 0;
		top: 5px
	}
.popper {
	position:relative;
}
.popper_box {
	position:absolute;
	z-index:100;
	width:99px;
	height:22px;
	text-align:center;
	padding-top:4px;
	font-size:10px;
	color:#fff !important;
	text-indent:0;
	background:url('./images/popper_background.png') no-repeat left top; }

/* list */
#search-article-wrapper section#article-featured-list {
	padding: 0;
	margin: 0;
	border-top: 1px solid #c70000;
}
	#search-article-wrapper section#article-featured-list h2.issue-title {
		position: relative;
		z-index: 1;
		margin: 0;
		padding: 23px 0 29px 76px;
		}
		#search-article-wrapper section#article-featured-list h2.issue-title img {
			position: absolute;
			z-index: 2;
			left: -2px;
			top: 0;
			width: 67px;
			height: 67px;
			border-radius: 33px;
			-webkit-border-radius: 33px; }
	#search-article-wrapper section#article-featured-list article {
		position: relative;
		z-index: 1;
		background: #f6f6f6;
		margin: 0;
		text-align: left;
		padding: 20px 20px 20px 20px;
		border-bottom: 1px solid #c70000;
		}
		#search-article-wrapper section#article-featured-list article.list {
			padding: 10px 20px;
			border-bottom: 0;
		}
		#search-article-wrapper section#article-featured-list article.figure {
			min-height: 180px;
			padding: 20px 20px 20px 320px;
		}
		#search-article-wrapper section#article-featured-list article.figure figure {
			position: absolute;
			z-index: 2;
			left: 0;
			top: 20px;
			width: 300px;
			height: 180px;
			margin:0;
			padding: 0 0 10px 0;
			overflow: hidden;
			}
			#search-article-wrapper section#article-featured-list article.figure figure img {
				width: 100%;
				object-fit: cover;
				}
		#search-article-wrapper section#article-featured-list article .category,
		#search-article-wrapper section#article-featured-list article .category a {
			color: #c70000;
			font-weight: 700;
			padding-bottom: 5px;
		}
		#search-article-wrapper section#article-featured-list article h3 {
			margin: 0 0 10px 0;
			padding: 0;
			font-size: 1.2em;
			line-height: 1.2em;
		}
		#search-article-wrapper section#article-featured-list article h4 {
			margin: 0 0 10px 0;
			padding: 0;
		}
		#search-article-wrapper section#article-featured-list article p.summary {
			font-size: 0.95em;
			line-height: 1.5em;
			padding: 5px 0 10px 0;
			margin: 0;
		}
		#search-article-wrapper section#article-featured-list article div.byline {
			position: relative;
			z-index: 2;
			font-size: 0.95em;
			line-height: 1.0em;
			padding: 0 0 10px 0;
			margin: 0; }
			#search-article-wrapper section#article-featured-list article div.byline address.author {
				display: inline-block;
				font-style: normal;
				color: #000;
				font-weight: 700;
				padding: 0 10px 0 0;
				margin: 0 6px 0 0;
				border-right: 2px solid #c8c8c8;
			}
			#search-article-wrapper section#article-featured-list article div.byline time.pubdate {
				display: inline-block;
				color: #747474;
			}

	#search-article-wrapper .page-navi {
		padding: 35px 0;
		text-align: center;
		color: #000;
		font-size: 1.0em; }
		#search-article-wrapper .page-navi span,
		#search-article-wrapper .page-navi a {
			display: inline-block;
			width: 30px;
			height: 20px;
			padding: 5px 0;
			margin: 0;
		}
		#search-article-wrapper .page-navi span {
			background: #000;
			color: #fff;
			border-radius: 15px;
		}
		#search-article-wrapper .page-navi a.prev,
		#search-article-wrapper .page-navi a.next {
			padding: 0;
			height: 30px;
		}
		#search-article-wrapper .page-navi a.prev span,
		#search-article-wrapper .page-navi a.next span  {
			background: url('/ver07/images/down-arrow.svg') no-repeat left top;
			background-size: 30px;
			text-indent: -10000em;
		}
		#search-article-wrapper .page-navi a.prev span {
			transform: rotate(90deg);
		}
		#search-article-wrapper .page-navi a.next span {
			transform: rotate(270deg);
		}

@media (max-width:719px) {
	figure img {
		width: 100%;
		object-fit: cover;
	}
		#search-article-wrapper section#article-featured-list article.figure {
			padding-left: 20px;
		}
		#search-article-wrapper section#article-featured-list article.figure figure {
			position: relative;
			top: 0;
			width: 100%;
			height: auto;
		}
	}
