/*フィルター機能未実装*/
#news_static_filters {
	display: none;
}
.news_content {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	overflow: hidden;
}
.close_list {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	height: 0px;
}
.news_content a {
	display: table;
	text-decoration: none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;
	padding: 20px 0 30px;
	width: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.news_content a:hover {
	color:#999;
}
/*.news_content a:first-child {
	border-top:none;
}
.news_content a:last-child {
	border-bottom:none;
}*/
.acdA_btn {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 18px;
	margin: -18px 0 0;
}
.acdA_btn:before {
	position: absolute;
	right: 5px;
	top: 4px;
	width: 15px;
	height: 9px;
	content: '';
	background: url("/global/images/modal/modal_toggle_arrow_deactive.png");
}
.acdA_btn.open:before {
	background: url("/global/images/modal/modal_toggle_arrow_active.png");
}
/*.acdA_btn {
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #3f4345;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: white;
	font-size: 130%;
	margin-top: 0;
	text-decoration: none;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
.acdA_btn:before {
	content: 'すべてを表示';
}
.acdA_btn.open:before {
	content: '閉じる ↑';
}
.acdA_btn:hover {
	background: #565d60;
}*/
.news_year {
	position: relative;
	font-size: 28px;
	padding: 10px;
	margin: 10px -10px;
}
.news_year.acdA {
	cursor: pointer;
}
.news_year.acdA:hover {
	background: #F3F3F3;
}
.news_year.acdA:before {
	content: url("/global/images/modal/modal_toggle_arrow_deactive.png");
	width: 30px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.news_year.acdA.open:before {
	content: url("/global/images/modal/modal_toggle_arrow_active.png");
	width: 30px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.acdB {
	display: none;
}
.news_content a h4{
	display: table-cell;
	font-size: 2em;
	vertical-align: top;
}
.news_content a div {
	display: table-cell;
	vertical-align: top;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 5px;
	width: 150px;
}
.toggle-header {
	position: relative;
}
.toggle-header a {
	position: absolute;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 30px;
	text-decoration: none;
}
.toggle-btn_on {
	background-image: url("/global/images/modal/modal_toggle_arrow_active.png");
}
.toggle-btn_off {
	background-image: url("/global/images/modal/modal_toggle_arrow_deactive.png");
}
#news_result_atricle{
	padding: 60px 7.4%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #E5E5E5;
}
.news-article-tag {
	display: none;
}
.news-article-meta h4{
	font-weight: 400;
}
#news_contents_block_atricle {
	display: table;
	width: 100%;
}
#news_result_info {
	display: table-cell;
	width:200px;
	padding: 20px 30px;
	background: #F2F2F2;
	vertical-align: top;
}
#news_result_footer {
	border-top: solid 1px #E5E5E5;
	padding: 60px 7.4%;
}

#news_result_footer dl {
	margin: 0
}
#news_result_footer dt {
	width: 120px;
	color: #0f1416;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	line-height: 1.4em !important
}
#news_result_footer dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 120px;
	padding-bottom: 15px;
	margin-top: -18px;
	line-height: 1.4em !important
}
#news_result_footer dd a {
	color: #0f1416;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}
#news_result_footer h3 {
	padding-bottom: 20px
}
.news_info_img a {
	padding: 20px 0px;
	display: block;
}
.news_info_img img {
	padding: 0px 0px 10px;
}
.news_info_img h3 {
	font-size: 1.2em;
}
.news_info_img h4 {
	text-align: center;
}
.news_info_img p {
	opacity: .5;
	font-size: .9em;
	text-align: center;
}
.info_block .sns_inner > span {
	display: block;
	padding-top: 10px;
}


.listview_s {
	display:inline-block;
	padding:10px 0;
	background:#3f4345;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	color:white;
	font-size:130%;
	margin-top:30px;
	text-decoration:none;
}

#country_ir #news_static_important_header h3 {
    padding-right: 21px;
}
#country_ir #news_result_footer h3,
#country_ir #news_result_footer h4
{
	margin-right: 16%;
}
#country_ir #news_result_footer dl
{
	direction: rtl;
	margin-right: 16%;
}
#country_ir #news_result_footer dd {
	padding-left: 0;
	padding-right: 120px;
}

/* -- contents block --*/
#contents_block .block.type-f .image_slider img{
	width: 99%;
}
