@charset "utf-8";

	
/* cat01
 * ************************************************** */
#cat01 .notes {
	bottom: 0;  left: 60px;
}
#cat01 + div {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* cat02
 * ************************************************** */
#cat02 .notes {
	top: 0;  left: 60px;
}
#cat02 .notes + .notes {
	top: 95px;  left: 60px;
}
#cat02 + div {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	padding-right: 40px;
	box-sizing: border-box;
}

