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

/* news
--------------------------- */

#news {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 1px auto;
	padding: 100px 0 0 0;
	text-align: center;
}
#news a {
	color: #FFF;
}
#news h2 {
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
	text-align: center;
	display: block;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
#news div {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 50px 0 40px 0;
	background: #000;
}

#news dl {
	width: 980px;
	height: auto;
	margin: 0 auto 40px auto;
	padding: 40px;
	overflow: hidden;
	background: #191919;
	text-align: left;
}
#news dl dt {
	width: 255px;
	height: 89px;
	float: left;
}
#news dl dd {
	width: 200px;
	height: 84px;
	padding: 5px 15px 0 20px;
	float: left;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 10px;
	display: block;
}
#news dl dd span.date {
	display: block;
	float: left;
}
#news dl dd span.icon {
	width: auto;
	height: auto;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	background: #f03232;
	color: #FFF;
	float: left;
	padding: 1px 3px 0 3px;
	margin: -2px 0 0 5px;
}
#news dl dd p {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	color: #FFF;
	padding: 5px 0 0 0;
	line-height: 1.7em;
}

#news div.arti {
	width: 70%;
	min-width: 980px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 50px 15% 40px 15%;
	background: #000;
}
a.rtn_top.nxt {
	float: left;
	clear: none;
}
a.rtn_top.prv {
	float: right;
	clear: none;
}


#news div.imgs {
	width: 45%;
	height: auto;
	padding: 0 5% 50px 0;
	float: left;
	overflow: hidden;
}
#news div.imgs iframe, #news div.imgs img {
	width: 100%;
	padding: 0 0 10px 0;
}
#news div.imgs div.iframeWrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#news div.imgs div.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#news div.txts {
	width: 45%;
	height: auto;
	float: right;
	color: #FFF;
	padding: 0 0 50px 5%;
	text-align: left;
	overflow: hidden;
}
#news div.txts h3 {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0 20px 0;
	line-height: 1.5em;
}
#news div.txts p {
	font-size: 10px;
	color:#FFF;
}

p a:hover{
	text-decoration: underline;
}

/* Media Queries - Tablet */
@media (max-width: 768px) {

	#news dl {
		width: 490px;
	}
	
	#news div.arti {
		width: 90%;
		min-width: 250px;	
		padding: 50px 5% 40px 5%;
	}
}

/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 549px) {

	#news dl {
		width: 60%;
		height: auto;
		margin: 0 10% 40px 10%;
		padding: 40px 10%;
	}
	#news dl dt {
		width: 100%;
		height: auto;
	}
	#news dl dt img {
		width: 100%;
	}
	#news dl dd {
		width: 100%;
		height: auto;
		padding: 15px 0 20px 0;
	}
	#news dl dd br {
		display:  none;
	}

	#news div.imgs {
		width: 100%;
		padding: 0 0 50px 0;
	}
	#news div.txts {
		width: 100%;
		padding: 0 0 50px 0;
	}
	a.rtn_top {
		width: 30%;
		font-size: 12px;
		padding: 1px 5%;
	}	
	a.rtn_top.nxt, a.rtn_top.prv {
		width: 16%;
		padding: 1px 2%;
	}

}
