@charset "utf-8";  
/*------------------------------------------------------------ 
    NEWS css
------------------------------------------------------------*/  

#news-hd{
	width:auto;
	padding:20px 10px 10px;
	overflow:hidden;
}

#news-hd h2{
	font-size:134%;
	color:#333;
	font-weight:bold;
	float:left;
}

#news-hd p{
	float:right;
	margin-left:10px;
	color:#333;
}

#news-hd #detail-date{
	clear:both;
	float:none;
	color:#666;
	font-size:117%;
	text-align:right;
	padding-top:10px;
}

#news-list a{
	display:block;
	width:auto;
	padding:13px 10px;
	border-top:1px solid #ddd;
}

.news-date{
	color:#666;
}

.news-lead{
	font-size:117%;
	color:#333;
	margin-top:5px;
}

.return{
	width:auto;
	padding:15px 10% 10px;
	border-top:1px solid #ccc;
}

.return a{
	display:block;
	width:auto;
	height:40px;
	text-align:center;
	line-height:40px;
	border:1px solid #ccc;
	color:#333;
	font-size:117%;
	background:#EFEFEF;
	border-radius:20px;
}

#editor a{ color:#FF9EBA;}

.iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:5px;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
