/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/07/16, 14:08:41
    Author     : aoosaki
*/

.cursor_cross{
    cursor: crosshair;
}
.cursor_default{
    cursor: auto;
}