@charset "UTF-8";

/*  NEWS ========================================================================== */
.ec-role{
	padding:0;
	margin-bottom:20px;
}
.ec-newsRole{
	padding:0;
}
.news_warp, .news_warp2{
	border:1px solid #ccc;
	margin-top:10px;
	padding:15px 10px;
	position: relative;
	width:100%;
	font-size:13px;
}

.ps__rail-x, .ps__rail-y {
    opacity: 0.6!important;
}


.news_warp dd, .news_warp2 dd{
	border-bottom:1px dashed #ccc;
	margin-bottom:15px;
	padding-bottom:10px;
}


.news_warp .news_t, .news_warp2 .news_t{
	color:#C30;
	line-height:16px;
	border-bottom:1px solid #C30;
	padding-bottom:3px;
	margin:5px 0 10px 0;
	
}

.news_warp a:link{
	color:#666;
	font-weight:bold;
}
.news_warp a:visited{
	color:#666;
	font-weight:bold;
}
.news_warp a:hover{
	color:#ea553a;
	text-decoration:none;
}



/*  NEWS PC用*/
@media screen and (min-width: 767px) {
	
.s_news{
	display:none;
}
}/*  NEWS PC用けつ*/

/* NEWSスマホ用 */
@media screen and (max-width: 767px) {

.s_news dl{
	padding:10px;
	height:200px;
	overflow:auto;
	border:1px solid #ccc;
	margin:5px;
	font-size:12px;
}
.s_news .news_t{
	border-bottom:#ccc 1px solid;
}
.s_news dd{
	border-bottom:1px dashed #ccc;
	margin:5px 0;
	padding-bottom:5px;
}

}/* NEWSスマホ用けつ */

 /*  NEWSけつ========================================================================== */
