﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.Urgent_list
{
    margin: 0px 0px 10px 0px;
}

.Urgent_list ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.Urgent_list li
{
    display: inline-block;
    width: 133px;
}

.Urgent_list li a
{
    padding: 8px 5px 8px 38px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
}

.Urgent_list .list_1 a
{
    background: url(../../../Images/Urgent_list_01.png) no-repeat 11px 4px;
}

.Urgent_list .list_2 a
{
    background: url(../../../Images/Urgent_list_02.png) no-repeat 11px 4px;
}

.Urgent_list .list_3 a
{
    background: url(../../../Images/Urgent_list_03.png) no-repeat 11px 4px;
}

.Urgent_list .list_4 a
{
    background: url(../../../Images/Urgent_list_04.png) no-repeat 11px 4px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.Urgent_list
{
    margin: 0px;
}

.Urgent_list ul
{
    margin: 0px;
    padding: 10px;
    list-style-type: none;
}

.Urgent_list li
{
    display: inline-block;
    width: 147px;
}

.Urgent_list li a
{
    padding: 8px 5px 8px 38px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
}

.Urgent_list .list_1 a
{
    background: url(../../../Images/Urgent_list_01.png) no-repeat 11px 4px;
    margin: 0px 0px 5px 0px;
}

.Urgent_list .list_2 a
{
    background: url(../../../Images/Urgent_list_02.png) no-repeat 11px 4px;
    margin: 0px 0px 5px 0px;
}

.Urgent_list .list_3 a
{
    background: url(../../../Images/Urgent_list_03.png) no-repeat 11px 4px;
}

.Urgent_list .list_4 a
{
    background: url(../../../Images/Urgent_list_04.png) no-repeat 11px 4px;
}
}
