@charset "Shift_JIS";
#topics {
	width: 100%;
	height:100%;
}
.topics-feeds-entry {
	border: 2px #F2E5A0 solid;
	margin-right:4px;
	display:block;
	width: 160px;
	color: #333333;
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}
.topics-feeds-entry:link {
}
.topics-feeds-entry:visited {
}
.topics-feeds-entry:hover {
	border: 2px #FF933E solid;
	color: #999999;
}
.topics-feeds-entry:active {
}
.topics-feeds-entry .entry-title {
	margin: 0;
	padding: 2px;
	height: 5.4em;
	background-color: #FFFFFF;
	background-image: url("../image/emphasis_back2.gif");
	background-repeat: no-repeat;
	color: #FFFF00;
	font-weight: bolder;
}
.topics-feeds-entry .entry-title-overlay {
	margin: 0;
	padding: 2px;
	padding-right: 3px;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #000066;
	font-weight: bolder;
}
.topics-feeds-entry:hover .entry-title {
	color: #FF933E;
}
.topics-feeds-entry .entry-splitbar {
	height: 0.7em;
	line-height: 0.7em;
	background-color: #C8C9FF;
	background-image: url("../image/heading_back5_6.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.topics-feeds-entry .entry-body {
	margin: 0;
	padding: 2px;
	height: 130px;
	background-color: #FFFFFF;
	background-image: url("../image/haikei_rogo.gif");
	background-repeat: repeat;
	background-position: top left;
	font-size: 0.9em;
	overflow: hidden;
	position:relative;
}
.topics-feeds-entry .entry-body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.topics-feeds-entry .entry-body img.entry-picture {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 130px;
}
.topics-feeds-entry .entry-body img.entry-picture-back {
    position: absolute;
    top: -10px;
    left: 0;
    filter:alpha(opacity=40);-ms-filter:"alpha(opacity=40)";-khtml-opacity:.4;-moz-opacity:.4;opacity:0.4;
    width:100%;
}
.topics-feeds-entry .entry-body-fadeout {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height:18px;
	width:100%;
	background-color:white;
    filter:alpha(opacity=70);-ms-filter:"alpha(opacity=70)";-khtml-opacity:.7;-moz-opacity:.7;opacity:0.7;
}
.topics-feeds-entry .entry-logo {
	position: absolute;
	bottom: 130px;
	left: 0;
}
.topics-feeds-entry .entry-logo img {
	border:none;
	height: 1.6em;
	width: 3.36em;
}
.topics-feeds-entry .entry-published {
	position: absolute;
	bottom: 134px;
	right: 0;
	color: #FF7545;
	font-family: Arial;
	font-style: italic;
	font-weight: bolder;
	text-decoration:none;
}
.topics-feeds-entry .entry-foot {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FF7545;
	font-size: 9pt;
}
.topics-feeds-entry:visited .entry-published,
.topics-feeds-entry:visited .entry-foot {
	color: #757575;
}
.topics-feeds-entry:hover .entry-foot {
	font-weight: bolder;
}
.topics-feeds-entry .entry-new-icon {
	display: none;
	position: absolute;
	bottom: 134px;
	left: 3.5em;
}
.topics-feeds-entry .entry-new-icon img {
	border:none;
	width: 32px;
	height: 24px;
}
#topics-feeds-pagination {
    line-height:40px;
    height:40px;
}
#topics-feeds-pagination .swiper-pagination-switch {
    vertical-align:middle;
    display:inline-block;
    width:24px;
    height:24px;
    background:#000066;
    cursor:pointer;
    -webkit-transition:300ms;-moz-transition:300ms;-ms-transition:300ms;-o-transition:300ms;transition:300ms;
    margin:0 1px;
}
#topics-feeds-pagination .swiper-pagination-switch:first-child {
    border-radius:3px 0 0 3px;
}
#topics-feeds-pagination .swiper-pagination-switch:last-child {
    border-radius:0 3px 3px 0;
}
#topics-feeds-pagination .swiper-visible-switch {
    background:#2D5694;
}
#topics-feeds-pagination .swiper-active-switch {
    background:#8FBBC7;
}
