/* 関連リンク
------------------------------------------------ */

.reportLink li {
	float: left;
	width: 225px;
	height: 240px;
    margin-left: 10px;
	margin-right: 10px;
    margin-bottom: 20px;
	position: relative;

	overflow: hidden;

	background-image: url("../img/related_bg_dac.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f3f3f3;
}


a.reportLink:link {
	opacity:1.0;
}
a.reportLink:hover {
	opacity:0.7;
}

.reportLink li.midium {
	width: 470px;
}
.reportLink li.large {
	width: 715px;
}

.reportLink li img {
	width: 549px;
	height: 249px;
}
.reportLink li.large img {
	width: 715px;
	height: 313px;
}

.reportLink:last-child li {
	margin-right: 0px;
}

.reportLink li .titleBlock {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 34px;
}

.reportLink li img {
	margin-top: 0px;
	margin-left: -162px;
}

.reportLink li.midium img {
	margin-top: 0px;
	margin-left: -40px;
}

.reportLink li.large img {
	margin-top: -36px;
	margin-left: 0px;
}





.titleBlock.announcement {
	background: url("../img/report_announcement_bg.png");
}

.titleBlock.column {
	background: url("../img/report_column_bg.png");
}

.titleBlock.insidedac {
	background: url("../img/report_insidedac_bg.png");
}

.titleBlock.showcase {
	background: url("../img/report_showcase_bg.png");
}

.titleBlock.other {
	background: url("../img/report_other_bg.png");
}

.titleBlock.sdgs {
	background: url("../img/report_sdgs_bg.png");
}

.titleBlock {
	height: 50px;
}

.titleBlock h5 {
	margin: 0 11px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
}

.reportLink .titleBlock .date {
	position: absolute;
	left: 11px;
	bottom: 10px;
	font-size: 12px;
	color: #fff !important;
	font-weight: 400;
}

.reportLink .titleBlock .type {
	position: absolute;
	right: 11px;
	bottom: 10px;
	font-size: 12px;
	line-height: 10px;
	background: #000;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	padding: 4px;
}
.c_fb_wrapper {
	background: url("../../../common/img/bg_fb.png") no-repeat;
	width: 962px;
	height: 362px;
	overflow: hidden;
	margin: 65px auto 0;
}
.c_fb_wrapper .left {
	float: left;
	width: 354px;
	padding-top: 115px;
	padding-left: 44px;
	font-size: 14px;
}
.c_fb_wrapper .left .lead{
	font-size: 18px;
    text-align: center;
    display: inherit;
}
.c_fb_wrapper .left .ttl {
	font-size: 20px;
	color: #345691;
	line-height: 1.4;
	margin-bottom: 20px;
}
.c_fb_wrapper .left .txt {
	line-height: 1.8;
    margin-bottom: 20px;
    text-align: right;
    margin-left: -43px;
    font-size: 13px;
    width: 417px;
}
.c_fb_wrapper .right {
	float: right;
	width: 500px;
	padding-top: 32px;
	padding-right: 33px;
}

#loading_icon {
	text-align: center;
	height: 130px;
}
#loading_icon img {
	height: 130px;
}