﻿/* RWD CASCADING STYLE SHEET */
/* Menu 03 Topic 03 */
/* 2016 04 18 CREATED BY RTISTECH */

#M3Topic03Header {
    text-align: center;
    color: #333;
    background: url(../images/M3/M3Topic01Header.png) no-repeat scroll left center #F0F0F0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;

}

#M3Topic03Header p {
    padding: 12px 0;
    font-size: 1.0em;
    line-height: 1.5em;
}

#M3Topic03Header .justfy {
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

#M3Topic03Header a {
    text-decoration: none;
    color: #FF4040;
}

#M3Topic03Header .Topic {
    font-size: 1.4em;
    font-weight: 400;
}

/* Screen Width 480px < 480px */
#M3Topic03Header .Header {
    padding: 0 0 10px 0; 
    font-size: 2.0em;
    text-align: left;
}

/* Screen Width 480px ~ 768px */
@media only screen and (min-width: 480px) and (max-width: 768px) {
    #M3Topic03Header .Header { 
        padding: 0 0 10px 0;
        font-size: 2.2em; }
    #M3Topic03Header p {
        font-size: 1.0em; }
}

/* Screen Width > 768px */
@media only screen and (min-width: 769px) {
    #M3Topic03Header .Header { 
        padding: 0 0 10px 0;
        font-size: 2.4em; }
    #M3Topic03Header p {
        font-size: 1.1em; }
}