/*************************************************/
/*************************************************/
/* Styles for Mobiles - MOBILE LAYOUT (PORTRAIT/320PX) - Smartphone Vertical */
/*************************************************/
/*************************************************/

@media only screen and (max-width: 767px) {
    
    .ap-hero-page .ahero-content{ width: 95%; }
    .ap-hero-page .ahero-content .ahero-msg01{ font-size:15px; line-height: 23px; }
    .ap-hero-page .ahero-content .ahero-msg02{ font-size:15px; line-height: 23px; }
    
    .ap-hero-page .ahero-content .ico-logo-tmp img{ width: 180px; height: 180px; }
    
}

/* END MOBILE LAYOUT */
/*************************************************/