@charset "utf-8";
/* CSS Document */

body{
	background:#fbf0ba;
}
#wrap{
	max-width: 1000px;
	margin:0 auto;
	padding-top:35px;
}

.center-pics{
	margin: 10px auto;
	text-align: center;
	
}

.center-pics img{
	max-width:90%;
}

.text_deco2{
	font-size: 19px;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	padding: 0 40px;
	font-weight: 700;
}

.bgw{
	background: #fff;
	width: 100%;
}

.notice_box{
	max-width: 800px;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
	
}

.list_box_notice{
	max-width: 640px;
	text-align: left;
	margin: 5px auto;
}

.notice_box h3{
	font-weight: 800;
	font-size: 20px;
	
}
#footers{
	height: 250px;
	width: 100%;
	text-align: center;
	
}

