﻿/* RWD CASCADING STYLE SHEET */
/* Menu 02 Content */
/* 2016 04 16 CREATED BY RTISTECH */

#M2 {
    text-align: center;
    color: #FFF;
    background-color: #FDFDFD;

    background: url(../images/M2/M2Small.png) no-repeat scroll bottom right #F0F0F0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

#M2 p {
    padding: 12px 0;
    font-size: 1.0em;
    line-height: 1.5em;
}

#M2 a { text-decoration: none; color: #FFF}
#M2 a:focus { text-decoration: none; color: #FFF}
#M2 a:hover { text-decoration: none; color: #FFF}

#M2 .justfy {
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

/* Screen Width 480px < 480px */
#M2 .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) {
    #M2 .Header { 
        padding: 0 0 30px 0;
        font-size: 2.2em; }
    #M2 p {
        font-size: 1.0em; }

    #M2 {
        background: url(../images/M2/M2.png) no-repeat scroll bottom center #F0F0F0;
    }

}

/* Screen Width > 768px */
@media only screen and (min-width: 769px) {
    #M2 .Header { 
        padding: 0 0 40px 0;
        font-size: 2.4em; }
    #M2 p {
        font-size: 1.1em; }

    #M2 {
        background: url(../images/M2/M2.png) no-repeat scroll bottom center #F0F0F0;
    }
}