﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.NewsList_Standard .list_type .TitleLink
{
    display: inline-block !important;
}

.NewsList_Standard .newscontents
{
    position: relative;
}

.NewsList_Standard .Title
{
    border-bottom: 2px solid;
    color: #047725;
    font-size: medium;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 100px 10px 15px;
    position: relative;
}

.NewsList_Standard .CreatedDate_v
{
    position: absolute;
    right: 10px;
    top: 5px;
}

.NewsList_Standard .CreatedDate_v a
{
    text-decoration: none;
}

.NewsList_Standard .CreatedDate_v img
{
    padding: 0 10px 3px 0;
    vertical-align: bottom;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.NewsList_Standard .list_type .TitleLink
{
    display: inline-block !important;
}

.NewsList_Standard .newscontents
{
    position: relative;
}

.NewsList_Standard .Title
{
    border-bottom: 2px solid;
    color: #047725;
    font-size: medium;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 100px 10px 15px;
    position: relative;
}

.NewsList_Standard .CreatedDate_v
{
    position: absolute;
    right: 10px;
    top: 5px;
}

.NewsList_Standard .CreatedDate_v a
{
    text-decoration: none;
}

.NewsList_Standard .CreatedDate_v img
{
    padding: 0 10px 3px 0;
    vertical-align: bottom;
}
}
