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

/* 使用 */
/* --- Margins --- */
.top-1px { margin-top: 1px; }
.top-2px { margin-top: 2px; }
.top-3px { margin-top: 3px; }
.top-4px { margin-top: 4px; }
.top-5px { margin-top: 5px; }
.top-6px { margin-top: 6px; }
.top-7px { margin-top: 7px; }
.top-8px { margin-top: 8px; }
.top-9px { margin-top: 9px; }
.top-10px { margin-top: 10px; }
.top-15px { margin-top: 15px; }
.top-20px { margin-top: 20px; }
.top-25px { margin-top: 25px; }
.top-30px { margin-top: 30px; }
.top-35px { margin-top: 35px; }
.top-40px { margin-top: 40px; }
.top-45px { margin-top: 45px; }
.top-50px { margin-top: 50px; }
.right-1px { margin-right: 1px; }
.right-2px { margin-right: 2px; }
.right-3px { margin-right: 3px; }
.right-4px { margin-right: 4px; }
.right-5px { margin-right: 5px; }
.right-6px { margin-right: 6px; }
.right-7px { margin-right: 7px; }
.right-8px { margin-right: 8px; }
.right-9px { margin-right: 9px; }
.right-10px { margin-right: 10px; }
.right-15px { margin-right: 15px; }
.right-20px { margin-right: 20px; }
.right-25px { margin-right: 25px; }
.right-30px { margin-right: 30px; }
.right-35px { margin-right: 35px; }
.right-40px { margin-right: 40px; }
.right-45px { margin-right: 45px; }
.right-50px { margin-right: 50px; }
.bottom-1px { margin-bottom: 1px; }
.bottom-2px { margin-bottom: 2px; }
.bottom-3px { margin-bottom: 3px; }
.bottom-4px { margin-bottom: 4px; }
.bottom-5px { margin-bottom: 5px; }
.bottom-6px { margin-bottom: 6px; }
.bottom-7px { margin-bottom: 7px; }
.bottom-8px { margin-bottom: 8px; }
.bottom-9px { margin-bottom: 9px; }
.bottom-10px { margin-bottom: 10px; }
.bottom-15px { margin-bottom: 15px; }
.bottom-20px { margin-bottom: 20px; }
.bottom-25px { margin-bottom: 25px; }
.bottom-30px { margin-bottom: 30px; }
.bottom-35px { margin-bottom: 35px; }
.bottom-40px { margin-bottom: 40px; }
.bottom-45px { margin-bottom: 45px; }
.bottom-50px { margin-bottom: 50px; }
.left-1px { margin-left: 1px; }
.left-2px { margin-left: 2px; }
.left-3px { margin-left: 3px; }
.left-4px { margin-left: 4px; }
.left-5px { margin-left: 5px; }
.left-6px { margin-left: 6px; }
.left-7px { margin-left: 7px; }
.left-8px { margin-left: 8px; }
.left-9px { margin-left: 9px; }
.left-10px { margin-left: 10px; }
.left-15px { margin-left: 15px; }
.left-20px { margin-left: 20px; }
.left-25px { margin-left: 25px; }
.left-30px { margin-left: 30px; }
.left-35px { margin-left: 35px; }
.left-40px { margin-left: 40px; }
.left-45px { margin-left: 45px; }
.left-50px { margin-left: 50px; }
.left-100px { margin-left: 100px; }
/* --- Spacers --- */
.spacer-5px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 5px; }
.spacer-10px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 10px; }
.spacer-15px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 15px; }
.spacer-20px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 20px; }
.spacer-25px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 25px; }
.spacer-30px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 30px; }
.spacer-35px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 35px; }
.spacer-40px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 40px; }
.spacer-45px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 45px; }
.spacer-50px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 50px; }
.spacer-100px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 100px; }
.spacer-150px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 150px; }
.spacer-200px { display: block; padding: 0px; margin: 0px; clear: both; width: 100%; height: 200px; }
/* --- Color --- */
.gray {
	color: #666;
}
.red { color: #F00; }
.pink { color: #FF2D91; }
.blue { color: #189DEE; }
.orange { color: #FF5A07; }
.green { color: #3C3; }
.white { color: #FFF; }

