@charset "utf-8";

/* detail.css */

/* subNav
------------------------------------------------ */
#panNav {
	padding-top: 80px;
}

/* mainImg
------------------------------------------------ */
#mainImg {
	width: 960px;
	height: 420px;
	margin: 40px auto 0 auto;
	position: relative;
	background-image: url("../img/main_dac.png");
}

#mainImg #dateBox {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#mainImg #dateBox .month {
	padding-top: 8px;
}

#mainImg #dateBox .date {
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

/* reportBlock
------------------------------------------------ */
#reportBlock {
	background: #e0e0e0;
	margin-top: 40px;
	padding: 38px 0 40px 0;
}

/* reportBox
------------------------------------------------ */
#reportBox {
	background: #fff;
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
	padding: 50px 0 54px 0;
}

/* reportLeft
------------------------------------------------ */
#reportLeft {
	/*width: 610px;*/
	/*float: left;*/
	padding-left: 90px;
	padding-right: 90px;
}

#reportLeft .type {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0 8px;
		background: #999999;
}

#reportLeft .type.announcement {
	background: #a84cbb;
}
#reportLeft .type.column {
	background: #36bd71;
}
#reportLeft .type.insidedac {
	background: #046ba6;
}
#reportLeft .type.showcase {
	background: #fab90a;
}
#reportLeft .type.other {
	background: #999999;
}

#reportLeft .type.sdgs {
	background: #00FFFF;
}




#reportLeft h2 {
	font-size: 24px;
	line-height: 34px;
}

/* reportDetail
------------------------------------------------ */
#reportDetail {
	margin-top: 16px;
	font-size: 14px;
	line-height: 26px;
}

#reportDetail p,
#reportDetail img {
	display: block;
	padding-top: 10px;
}

#reportDetail .detailLink {
	color: #f53e2e;
}

#reportDetail .detailLink a {
	color: #f53e2e;
	text-decoration: underline;
	padding-left: 6px;
}

/* snsBlock
------------------------------------------------ */
#snsBlock {
	overflow: hidden;
	margin-top: 60px;
	margin-left: 90px;
	margin-right: 90px;
	padding: 30px 0 0 0;
	border-top: thin solid #cccccc;
}

#snsBlock ul {
	width: 330px;
	margin: 0 auto;
}
#snsBlock li {
	float: left;
	margin-right: 30px;
}
#snsBlock li:last-child {
	margin-right: 0px;
}


/* reportRight
------------------------------------------------ */
#reportRight {
	width: 270px;
	float: right;
	font-size: 14px;
	line-height: 20px;
}

#reportRight h3 {
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
}

#reportRight .reportLink {
	color: #000;
	border-top: 1px solid #8e8e8e;
	display: block;
	margin-top: 16px;
}

#reportRight .reportLink .dateBlock {
	overflow: hidden;
	margin-top: 10px;
	font-size: 12px;

	font-family: 'Open Sans', sans-serif;
}

#reportRight .reportLink .dateBlock .date {
	float: left;
	font-weight: 600;
	font-style: normal;
	color: #666;
}

#reportRight .reportLink .dateBlock .type {
	float: left;
	padding-left: 6px;
	font-style: italic;
	font-weight: 300;
	text-decoration: underline;
	color: #666;
}

/* reportAll
------------------------------------------------ */
#reportAll {
	color: #f53e2e;
	border-bottom: 4px solid #f53e2e;
	float: right;
	font-size: 12px;
	line-height: 26px;
	margin: 12px 18px 0 0;
}

/* relatedBlock
------------------------------------------------ */
#relatedBlock, #recentBlock {
	width: 980px;
	margin: 40px auto 0 auto;
}

#relatedBlock h4, #recentBlock h4 {
	margin: 0 10px;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 18px;
}

#relatedBlock h4 span, #recentBlock h4 span {
	display: block;
	font-size: 12px;
}

#relatedBlock ul, #recentBlock ul {
	overflow: hidden;
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.yt {
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
   }
	
   .yt iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
   }
}