/*一覧*/
#news_static_content h3 {
	font-weight: 400;
}
#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: 10px 0 15px;
	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: 1.8em;
	padding: 5px;
	margin: 0 -5px;
}
.news_year.acdA {
	cursor: pointer;
	margin: 20px -5px 0;
}
.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{
}
.news_content a div {
	padding-top: 5px;
	padding-bottom: 5px;
}
.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-article-tag {
	display: none;
}

#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_result_info {
	background: #F2F2F2;
	border-top: solid 1px #E5E5E5;
	width: 100%;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
	.news_info_img {
		text-align: center;
	}
	.news_info_img h3{
		text-align: left;
	}
}


.news_info_img h3 {
	padding: 1em 0 1em;
}

.news_info_img a {
	display: inline-block;
	padding: 10px 10px;
	width: 260px;
	text-align: center;
}

.info_block {
	padding: 20px 0 20px 0;
}

.info_block h3 {
	padding: 1em 0 1em;
}

.info_block .sns_inner > span {
	display: inline-block;
	margin-bottom: 20px;
}

#news_result_footer {
	border-top: solid 1px #E5E5E5;
	padding: 60px 7.4%;
}
#news_result_footer h3 {
	padding-bottom: 20px;
}
#news_result_footer dt {
	width: 120px;
	opacity: .5;
	line-height: 1.4em;
}
#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;
	opacity: .5;
}

.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 dl
{
	direction: rtl;
}
#country_ir #news_result_footer dd {
	padding-left: 0;
	padding-right: 120px;
}
