@charset "utf-8";
/*
キーワードボタン
---------------------------------*/
.keyword {
	background-image: url(/image/jp/sinews/tri.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding: 0 0 15px;
}
.keyword div {
	background-color: #F2F2F2;
	border-bottom: #DADADA solid 1px;
	padding: 0 0 10px 0;
	position: relative;
}
.keyword div div {
	border: none;
	float: right;
	padding: 0;
	width: 634px;
}
.keyword div h2 {
	background: none;
	float: left;
	height: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	width: 86px;
}
.keyword div h2 span {
	background: none;
	color: #000;
	display: block;
	font-size: 87.5%;
	font-weight: normal;
	line-height: 100%;
	padding: 0;
}
.keyword div ul {
	line-height: 100%;
	overflow: hidden;
	width: 100%;
}
.keyword div ul li {
	border: #DADADA solid 1px;
	cursor: pointer;
	float: left;
	font-size: 87.5%;
	line-height: 100%;
	margin: 10px 10px 0 0;
	padding: 8px 12px;
}
.keyword div ul li.off {
	background-color: #F6F6F6;
	border: #fff solid 1px;
	color: #d2d2d2;
	cursor: default;
}
.keyword div ul li.on {
	background-color: #c02;
	border: #c02 solid 1px;
	color: #fff;
}
.keyword div:last-child {
	border: none;
}

.keyword div div {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.keyword div p.clear_btn {
	background: url(/image/jp/sinews/btn_clear.png);
	cursor: pointer;
	height: 20px;
	margin: 0 10px 6px 0;
	padding: 0;
	text-indent: -9999px;
	width: 21px;
}

.keyword div p.clear_btn_off {
	background: url(/image/jp/sinews/btn_clear_off.png);
	cursor: default;
}

/*
カードボックス
---------------------------------*/
.cards .js_cards div.card_box {
	background-color: #fff;
	border: #DADADA solid 1px;
	margin-bottom: 15px;
	position: relative;
	width: 352px;
}
.cards .js_cards div.card_box a:link {
	color: #000;
	font-size: 75%;
	line-height: 100%;
}
.cards .js_cards div.card_box span {
	display: block;
}
.cards .js_cards div.card_box span.hide {
	display: none;
}
.cards .js_cards div.card_box span.summary {
	float: right;
	padding: 10px 15px;
}
.cards .js_cards div.card_box span.summary p {
	display: block;
	overflow: hidden;
	width: 222px;
}
.cards .js_cards div.card_box span.summary p.parson {
	color: #666;
	height: 20px;
}
.cards .js_cards div.card_box span.summary p.title {
	height: 60px;
}
.cards .js_cards div.card_box span.thumb {
	float: left;
	height: 100px;
	width: 100px;
}
.cards .js_cards div.card_box span.thumb img {
	border-right: #DADADA solid 1px;
	height: 100%;
	width: 100%;
}
.cards .js_cards div.card_box::after, .cards .js_cards::after, .keyword div ul::after, .keyword div::after {
	clear: both;
	content: " ";
	display: block;
}
.cards .js_cards div.card_box:hover {
	background-color: #F2F2F2;
}

.cards .js_cards div.card_box a:link,
.cards .js_cards div.card_box a:visited,
.cards .js_cards div.card_box a:hover,
.cards .js_cards div.card_box a:active{
	color: #000;
}

/*
「さらに表示ボタン」
---------------------------------*/
.btn_pager {
	text-align: center;
	cursor:pointer;
}
.btn_pager p {
	background-color: #DADADA;
	font-size: 87.5%;
	padding: 10px 0;
	width: 100%;
}
/*
ID確認用
---------------------------------*/
.cards .js_cards div.card_box span.pr:before {
	content: "priority : ";
	display: none;
	visibility: hidden;
}
.cards .js_cards div.card_box span.pr {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	visibility: hidden;
}
