﻿/* RWD CASCADING STYLE SHEET */
/* Menu 03 Content */
/* 2016 04 18 CREATED BY RTISTECH */

#M3 {
    text-align: center;
    color: #FFF;

    background: url(../images/M3/M3Small.png) no-repeat scroll center center #000;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

#M3 p {
    padding: 12px 0;
    font-size: 1.0em;
    line-height: 1.5em;
}

#M3 a { text-decoration: none; color: #FFF}
#M3 a:focus { text-decoration: none; color: #FFF}
#M3 a:hover { text-decoration: none; color: cornflowerblue }

#M3 .justfy {
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

/* Screen Width 480px < 480px */
#M3 .Header {
    padding: 0 0 20px 0; 
    font-size: 2.0em;
    text-align: left;
}

/* Screen Width 480px ~ 768px */
@media only screen and (min-width: 480px) and (max-width: 768px) {
    #M3 .Header { 
        padding: 0 0 30px 0;
        font-size: 2.2em; }
    #M3 p {
        font-size: 1.0em; }

    #M3 {
        background: url(../images/M3/M3Small.png) no-repeat scroll center center #000;
    }
}

/* Screen Width 769px ~ 950px */
@media only screen and (min-width: 769px) and (max-width: 950px) {
    #M3 .Header { 
        padding: 0 0 40px 0;
        font-size: 2.4em; }
    #M3 p {
        font-size: 1.1em; }

    #M3 {
        background: url(../images/M3/M3Small.png) no-repeat scroll center center #000;
    }
}

/* Screen Width > 951px */
@media only screen and (min-width: 951px) {
    #M3 .Header { 
        padding: 0 0 40px 0;
        font-size: 2.4em; }
    #M3 p {
        font-size: 1.1em; }

    #M3 {
        background: url(../images/M3/M3.png) no-repeat scroll center right #000;
    }
}