﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.PickUp_Urgent
{
}

.PickUp_Urgent .ModuleReference
{
    background: #b2081e;
    border:3px double #EE817E;
    padding: 10px;
}

#HeaderPane .PickUp_Urgent .ModuleReference
{
    width: 960px;
}

#ContentPane .PickUp_Urgent .ModuleReference
{
    width: 750px;
}

#LeftPane .PickUp_Urgent .ModuleReference,
#RightPane .PickUp_Urgent .ModuleReference
{
    width: 180px;
}


/* == 見出しブロック == */
.PickUp_Urgent h2
{
    background: none;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    position: relative;
}

.PickUp_Urgent .info_link
{
    top: 10px;
}



/* == リスト == */
.PickUp_Urgent .Urgent_contents ul
{
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
}

.PickUp_Urgent .Urgent_contents li
{
    background: url("../../../Images/icon.png") no-repeat left 4px;
    display: block;
    padding: 2px 0 2px 20px;
}


/* == リスト2 == */
.PickUp_Urgent .ExtraordinaryInfo
{
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
}

.PickUp_Urgent .ExtraordinaryInfo li
{
    margin: 0;
    padding: 0;
}

.PickUp_Urgent .ExtraordinaryInfo li a
{
    background: url("../../../Images/icon.png") no-repeat left 4px;
    display: block;
    padding: 2px 0 2px 20px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.PickUp_Urgent
{
}

.PickUp_Urgent .ModuleReference
{
    background: #b2081e;
    padding: 10px;
    width: 300px;
}


/* == 見出しブロック == */
.PickUp_Urgent h2
{
    background: none;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    position: relative;
}

.PickUp_Urgent .info_link
{
    top: 10px;
}



/* == リスト == */
.PickUp_Urgent .Urgent_contents ul
{
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
}

.PickUp_Urgent .Urgent_contents li
{
    background: url("../../../Images/icon.png") no-repeat left 4px;
    display: block;
    padding: 2px 0 2px 20px;
}


/* == リスト2 == */
.PickUp_Urgent .ExtraordinaryInfo
{
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
}

.PickUp_Urgent .ExtraordinaryInfo li
{
    margin: 0;
    padding: 0;
}

.PickUp_Urgent .ExtraordinaryInfo li a
{
    background: url("../../../Images/icon.png") no-repeat left 4px;
    display: block;
    padding: 2px 0 2px 20px;
}
}
