@charset "utf-8";
/* CSS Document */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
{

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 720px) {
/* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 1280px)
{
/* Styles */
.HmPgBoxOuter{ width:75%; margin:20px auto;}
.InPgBoxOuter{ width:92%; margin:20px auto;}


}