@charset "utf-8";
/* CSS Document */

section{
	width: 60%;
}

section ul{}

section ul li{
	display: block;
	margin-bottom: 10px;
	line-height: 2;
}
.notice_btn {
    text-align: center;
}
.more {
    display: inline-block;
}

@media screen and (max-width:568px) {
section{
	width: 85%;
}
}