﻿.help-block {
    color: #dd4b39;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

a {
    cursor: pointer;
}
.btn {
    cursor: pointer;
}
button {
    cursor: pointer;
}


table.sticky_table thead th.w_ss {
    min-width: 85rem;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
    table.sticky_table thead th.w_ss {
        min-width: 85px;
    }
}