
/*----↓↓↓↓特定の場所を印刷しない↓↓↓↓-------------------------------------------*/

@media print{
#not-print {
	display:none;
	}
}



