﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.LMenu_normal .Ln_title {
    border-left: 10px solid #20BC71 !important;
    color: #000000 !important;
    font-weight: bold;
    margin: 0;
    padding: 2px 10px;
    text-align: left;
}

.BrowserNewsList_h2g_border h2 {
    text-align: left;
    font-weight: bold;
    font-size: large;
    margin: 0;
    padding: 10px 0px 8px 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #20BC71 !important;
    border-left: 5px solid #20BC71 !important;
    letter-spacing: 0.1em;
}

.BrowserNewsList_h2g_border {
    padding: 10px !important;
    margin: 0 0 20px !important;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.LMenu_normal .Ln_title {
    border-left: 10px solid #20BC71 !important;
    color: #000000 !important;
    font-weight: bold;
    margin: 0;
    padding: 2px 10px;
    text-align: left;
}

.BrowserNewsList_h2g_border h2 {
    text-align: left;
    font-weight: bold;
    font-size: large;
    margin: 0;
    padding: 10px 0px 8px 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #20BC71 !important;
    border-left: 5px solid #20BC71 !important;
    letter-spacing: 0.1em;
}

.BrowserNewsList_h2g_border {
    padding: 10px !important;
    margin: 0 0 20px !important;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}
}
