@charset "utf-8";

.news-underline{
	text-decoration:underline;
}

.news-notes{
	padding-left:1.5em;
	text-indent:-1.5em;
	font-size: 87.5%;
	line-height: 1.5;
	letter-spacing: .05em;
}

.text-blue{
	color:#3399ff;
}

.text-red{
	color:#EE0000;
}

.bg-palegreen{
	background-color:#f0fff0;
}

.news-commission dt{
	margin-bottom:10px;
	font-weight:700;
}

.news-commission dt span{
	font-weight:500;
	font-size: 87.5%;
}

.news-commission dd:not(:last-child){
	margin-bottom:30px;
}

.time-wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:5px;
	font-size:1.3rem;
	letter-spacing:0;
}

.time-wrapper .time0800{
	width:21%;
	text-align:right;
}

.time-wrapper .time0845{
	width:7.75%;
	text-align:right;
}

.time-wrapper .time0900{
	width:6%;
	text-align:center;
}

.time-wrapper .time1400{
	width:31%;
	text-align:right;
}

.time-wrapper .time1800{
	width:19.25%;
	text-align:right;
}

.time-wrapper .time2100{
	width:15%;
	text-align:right;
}

@media screen and (max-width: 1080px) {
.news-body-container table {
	width: 1000px !important;
}

}

@media screen and (min-width: 1000px){
.pref-atm-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	
	li{
		width:calc((100% - 20px) / 3);
		
		&:not(:last-child){
			margin-right:10px;
		}
	}
}

}

@media screen and (max-width: 999px){
.pref-atm-list{
	li{
		&:not(:last-child){
			margin-bottom:10px;
		}
	}
}

}