@charset "utf-8";
/* CSS Document */

/*-------------------
top
-------------------*/
.info div.top-infoBox,
.info_etc div.top-infoBox {
	clear: both;
	display:block;
	width: 100%;
	border-top: #aaaaaa solid 1px;
}

div.top-infoBox dl {
	clear:both;
	display:flex;
	margin:15px 0 7px 0;
	padding: 0 0 10px 0;
	border-bottom: #aaaaaa dotted  2px;
}
div.top-infoBox dl dt {
	clear:both;
	margin: 0;
	padding: 0 15px 0 0;
	width: 17%;
	text-align:center;
}
div.top-infoBox dl dd {
	clear:both;
}
/* dt css */
div.top-infoBox dl dt span.category_new ,
div.top-infoBox dl dt span.info_date {
	display:block;
}
div.top-infoBox dl dt span.category_new {
	width: 100%;
	height: 22px !important;
	line-height: 22px;
	text-align: center;
	font-size: 14px !important;
	color: white;
	background-color: #FFA604;
	margin-bottom: 5px;
}
div.top-infoBox dl dt span.info_date {
	font-weight: 600;
}
/* dd css */
div.top-infoBox dl dd.info-data {
	width: 83%;
}
div.top-infoBox dl dd span.info_pht {
	float: right;
	width: 130px;
	margin: 0;
	padding-left: 5px;
	text-align: right;

}
div.top-infoBox dl dd span.info_pht img {
	width: 100%;
}


div.pickup .newsletter .ns_info_box {
	clear:both;
	display: block;
	width: 350px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* newsletter */
.newsletter span.ns_content {
	display: block;
	padding-bottom: 4px;
}
.newsletter span.ns_content a {
	font-size: 110%;
	font-weight: 700;
	color: #0066cc;
	text-decoration: none;
}
.newsletter span.ns_content a:hover {
	color: #551a8b;
}
.hosei div.hosei_title a::before ,
.newsletter span.ns_content a::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url("../../activity/publication/report_common/images/icon_rogomark.png") no-repeat;
	background-size: contain;
	vertical-align: -5px;
	margin-right: 3px;
}
.newsletter span.ns_title {
	display: block;
	font-size: 90%;
	font-weight: 700;
	color: #0066cc;
	line-height: 1;
}
.newsletter span.ns_title a {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #0066cc;
	text-decoration: none;
}
.newsletter span.ns_title a:hover {
	text-decoration: underline;
}
.newsletter span.ns_narrator {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-size: 110%;
	font-weight: 700;
	color: #551a8b;
}
.newsletter span.ns_narrator a:hover {
	color: #551a8b;
}
.newsletter span.ns_job {
	display: block;
	width: 250px;
	font-size: 80%;
}


.hosei {
	display:block;
	width:350px;
	height:auto;
	overflow:hidden;
	margin: 10px 0 10px 10px;
	padding-bottom: 10px;
	border-bottom: #acacac dotted 1px;
}
.hosei div.hosei_title a {
	display: block;
	padding-bottom: 4px;
	font-size: 110%;
	font-weight: 700;
	color: #0066cc;
	text-decoration: none;
}
.hosei div.hosei_title a:hover {
	color: #551a8b;
}
.hosei div.hosei_content {
	clear: both;
	display: block;
	margin: 0 0 5px;
	padding: 0;
	font-size: 90%;
}
.hosei div.hosei_content img {
	float: right;
	width: 100px;
	margin-left: 10px;
}
.hosei div.hosei_content a {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #0066cc;
	text-decoration: none;
}
.hosei div.hosei_content a:hover {
	text-decoration: underline;
}
.hosei div.hosei_content span.reporter {
	font-size: 130%;
	color: #551a8b;
	font-weight: 700;
}

/*-------------------
kaihou cover
-------------------*/
.cut_image {
	float:right;
	margin-left: 20px;
	width: 240px;
}
.cut_image a img {
	width: 100%;
}
.year_list_now ,
.year_list {
	clear: both;
	width: 100%;
	padding: 0;
}
.year_list_now {
	margin: 30px 0 60px;
}
.year_list {
	margin: 30px 0 10px;
}
.year_list_now h3 ,
.year_list h3 {
	display: block;
	width: 100%;
	margin: 0 0 0;
	padding: 0 0 5px;
	font-size: 126%;
	font-weight: 700;
	border-bottom: #a51502 solid 1px;
}
.year_list_now ul ,
.year_list ul {
	display: flex;
	flex-wrap: wrap;
/*	align-items: flex-end;*/
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 0 10px 20px;
}
.year_list_now ul li ,
.year_list ul li {
	width: 50%;
	margin: 0;
	padding: 20px 0 10px;
	flex-shrink: 0;
}
.year_list_now ul li img {
	display: inline-block;
	float:right;
	width: 23%;
	margin:0 15px 0 0;
}
.year_list_now ul li a ,
.year_list ul li a {
	font-size: 130%;
	font-weight: 700;
	padding-bottom: 10px;
	color: #0066cc;
	text-decoration: none;
}
.year_list_now ul li a:hover ,
.year_list ul li a:hover {
	color: #551a8b;
}
.year_list_now ul li a::before  ,
.year_list ul li a::before  {
	content: "";
	display: inline-block;
	width: 25px;
	height: 28px;
	background: url("../../activity/publication/report_common/images/icon_rogomark.png") no-repeat;
	background-size: contain;
	vertical-align: -10px;
	margin-right: 8px;
}
.year_list_now ul li span.in_title {
	display:block;
	padding: 10px 0 0;
	font-weight: 700;
	color: #4d84ea;
}
.year_list_now ul li span.job_title {
	display:block;
	margin: 5px 0 0;
	line-height: 1.2;
	font-size: 85%;
}
.year_list_now ul li span.narrator {
	display:block;
	font-weight: 700;
}
.year_list_now ul li span.hosei_box {
	display:block;
	margin: 1.2em 0 1em;
}
.year_list_now ul li span.hosei_box .spt_hosei {
	font-size: 80%;
	font-weight: 500;
}