﻿/* RWD CASCADING STYLE SHEET */
/* Menu 01 CONTENT */
/* 2016 04 14 CREATED BY RTISTECH */

#News {
    text-align: center;
    color: #333;

    background: url(../images/News/News.png) no-repeat scroll top center #FDFDFD;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;

}

#News p {
    padding: 12px 0;
    font-size: 1.0em;
    line-height: 1.5em;
}

#News .justfy {
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

/* Screen Width 480px < 480px */
#News .Header {
    padding: 0 0 20px 0; 
    font-size: 2em;
    text-align: left;
}

/* Screen Width 480px ~ 768px */
@media only screen and (min-width: 480px) and (max-width: 768px) {
    #News .Header { 
        padding: 0 0 30px 0;
        font-size: 2.2em; }
    #News p {
        font-size: 1.0em; }
}

/* Screen Width > 768px */
@media only screen and (min-width: 769px) {
    #News .Header { 
        padding: 0 0 40px 0;
        font-size: 2.4em; }
    #News p {
        font-size: 1.1em; }
}