@charset "utf-8";
.none {
	display: none;
}
#emergency {
	padding: 10px 20px;
	border: 3px double rgba(236,19,19,1.00);
	text-align: center;
	color: #ec1313;
	margin-bottom: 30px;
	background-color: #FFF;
}
#emergency h2 {
	font-size:120%;
	letter-spacing: 0.5em;
}
#emergency p {
	margin-bottom:10px;
}
.list {
	text-align: right;
}
.newsList, .updateList {
	border-bottom: 1px dotted rgba(228,228,228,1.00);
	margin-bottom: 8px;
}
.newsList dt, .updateList dt {

}
.newsList dd, .updateList dd {
padding-bottom: 10px;
}

#news {
	font-size: 20px;
	color: rgba(79,145,202,1.00);
	border-bottom: 3px solid rgba(79,145,202,1.00);
	margin-bottom: 10px;
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	background-size: 23px auto;
}

#update {
	font-size: 20px;
	color: rgba(79,145,202,1.00);
	border-bottom: 3px solid rgba(79,145,202,1.00);
	margin-bottom: 10px;
	background-image: url(../images/updata.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	background-size: 17px auto;
}
	.updateList img {
	width: 88px;
}




@media screen and (max-width: 767px) {
	#slideBox {
		padding-top: 54px;
	}
	.updateList img {
	display: block;
}

}



@media print, screen and (min-width: 768px) {



#slideBox{
	border-top: 1px solid rgba(237,237,237,1.00);
	border-bottom: 1px solid rgba(237,237,237,1.00);
	background-color: rgba(75,175,224,0.10);
	margin-bottom: 40px;
}
.slider{
	width:960px;
	margin:0 auto ;
}
.slick-prev::before, .slick-next::before {
	color: #4F91CA!important;
}
.list {
	position: absolute;
	top: 30%;
	right: -3px;
}
.newsList, .updateList {
	width: 680px;
	border-bottom: 1px dotted rgba(228,228,228,1.00);
}	
.newsList dt, .updateList dt {
	padding-right:2em;
	width: 110px;
	float:left;
	padding: 0;
}
.newsList dd {
	/* padding: 7px 0; */
}
	

.updateList dd {
	/* padding: 7px 0; */
}
.updateList dd img {
	vertical-align: middle;
	margin-right: 10px;
}
.textLink a{
	background-image: url(../common/images/pan_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
}