@charset "utf-8";
/*---------------
共通
---------------*/
section {
	padding-bottom: 25px;
	
	> section {
		padding-bottom:25px;
	}
}

/*---------------
404
---------------*/
.notfoundBox {
	padding-top: 25px;
}