
body
{
    margin: 0px;
    background-color: #ffffff;    
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
}

@media screen and (max-device-width: 767px)/* and (orientation: portrait) and (orientation: landscape)*/
{
    header#header
    {
        width: 80%;
        float: left;
        margin-top: 0.5em;
    }
    
    div#header_left
    {
        width: 20%;
        float: left;
    }
    
    div#header_left img
    {
        width: 70%;
        margin-left: 1.0em;
    }
    
    div#header_right
    {
        width: 80%;
        float: right;
        margin-top: 0.5em;
    }

    div#header_right img
    {
        width: 100%;
    }
    
    nav#nav
    {
        height: 5.0em;
        width: 20%;
        float: right;
    }
    
    nav#nav #menu_icon
    {
        display: block;
        height: 100%;
        width: 100%;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        background-image: url('../images/menu.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        
        /*background-color: #ff0000;*/
        /*float: right;*/
    }
        
    nav#nav ul#menu
    {
        display: none;
        margin: 0px;
        padding: 0px;
        float: right;
        width: 20.0em;
        background-color: #e8e8e8;
        list-style-type: none;
        
        position: fixed;
        right: 0px;
    }
    
            
    nav#nav li
    {        
        line-height: 3.0em;
        margin: 0.1em;
        text-align: center;        
        font-size: 1.6em;
        font-weight: bold;
    }
    
    nav#nav li a
    {
        display: block;
        height: 3.0em;
        /*line-height: 3.0em;*/
        text-decoration: none;
        color: #ffffff;        
        background-color: #5b86c0;
    }
    
    nav#nav li a:hover
    {
        background-color: #365796;
    }
    
    nav#nav li a#active
    {
        background-color: #365796;
    }

    main#main
    {
        clear: both;
        padding-top: 2.0em;
    }
        
    div#content_img
    {
        clear: both;
        text-align: center;
        /*background-color: #00ff00;*/
    }
    
    div#content p
    {
        color: #5b86c0;
        padding-left: 1.0em;
        padding-right: 1.0em;
        font-size: 1.3em;
        text-indent: 1.0em;
        line-height: 2.0em;
    }
    
    div#content ul
    {
        margin-left: 2.0em;    
    }

    div#content ul li
    {    
        color: #5b86c0;
        font-size: 1.2em;
        padding-top: 10px;
        list-style-type: none; 
    }
    
    /*div#content div#map_content
    {
        text-align: center;
        background-color: #ff0000;
        
    }*/
    
    div#content iframe#map
    {
        width: 22.0em;
        height: 21.0em;
        display: block;
        margin: 0 auto;
    }
     
    a /*My smartphone alway, tablet 7 portrait */
    {
        color: #4285f4;
        /*color: #9b18ce;*/
        font-weight: bold;
        text-decoration: none;
    }
    
    a:hover
    {
        text-decoration: underline;
    }
    
    footer#footer
    {
        height: 5.0em;
        background-color: #5b86c0;
    }
    
    footer#footer div#footer_left
    {
        display: none;
    }
    
    footer#footer div#footer_center
    {
        line-height: 2.0em;
        text-align: center;
    }
    
    footer#footer div#footer_center a
    {
        font-size: 1.2em;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
    }
    
    footer#footer div#footer_right
    {
        line-height: 2.0em;
        text-align: center;
        color: #ffffff;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait)
{
    header#header
    {
        width: 80%;
        float: left;
        margin-top: 2.0em;
    }
    
    div#header_left
    {
        width: 20%;
        float: left;
    }
    
    div#header_left img
    {
        width: 70%;
        margin-left: 1.0em;
    }
    
    div#header_right
    {
        width: 80%;
        float: right;
        margin-top: 0.5em;
    }

    div#header_right img
    {
        width: 100%;
    }
    
    nav#nav
    {
        height: 8.0em;
        width: 20%;
        float: right;        
        margin-top: 1.0em;
    }
    
    nav#nav #menu_icon
    {
        display: block;
        height: 110%;
        width: 110%;
        background-image: url('../images/menu.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
        
    nav#nav ul#menu
    {
        display: none;
        margin: 0px;
        padding: 0px;
        float: right;
        width: 20.0em;
        background-color: #e8e8e8;
        list-style-type: none;        
        position: fixed;
        right: 0px;
    }
    
            
    nav#nav li
    {
        line-height: 3.0em;
        margin: 0.1em;
        text-align: center;        
        font-size: 1.6em;
        font-weight: bold;
    }
    
    nav#nav li a
    {
        display: block;
        text-decoration: none;
        color: #ffffff;        
        background-color: #5b86c0;
    }
    
    nav#nav li a:hover
    {
        background-color: #365796;
    }
    
    nav#nav li a#active
    {
        background-color: #365796;
    }
        
    main#main
    {
        clear: both;
        padding-top: 1.0em;
    }
    
    section#container
    {
        padding: 1.0em;
    }
    
    div#content p
    {
        color: #5b86c0;
        padding-left: 1.0em;
        padding-right: 1.0em;
        font-size: 1.6em;
        text-indent: 2.0em;
        line-height: 2.0em;
    }
    
    div#content ul
    {
        margin-left: 2.0em;    
    }

    div#content ul li
    {    
        color: #5b86c0;
        font-size: 1.6em;
        padding-top: 1.0em;
        list-style-type: none; 
    }
    
    div#content_img
    {
        width: 25.0em;
        margin-top: 5.0em;
        margin-right: 5.0em;
        float: right;
        text-align: center;
        vertical-align: middle;
    }
    
    div#content iframe#map
    {
        width: 21.0em;
        height: 20.0em;
    }
    
    a /*800x1200*/
    {
        color: #4285f4;
        /*color: #6bcde5;*/
        font-weight: bold;
        text-decoration: none;
    }
       
    a:hover
    {
        text-decoration: underline;
    }

    footer#footer
    {
        height: 5.0em;
        background-color: #5b86c0;
        color: #ffffff;
    }
    
    footer#footer div#footer_left
    {
        display: none;
    }
    
    footer#footer div#footer_center
    {
        line-height: 2.0em;
        text-align: center;
    }
    
    footer#footer div#footer_center a
    {
        font-size: 1.2em;
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
    }
    
    footer#footer div#footer_right
    {
        line-height: 2.0em;
        text-align: center;
        color: #ffffff;
    }
    
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape)
{
    header#header
    {
        width: 80%;
        float: left;
        margin-top: 2.0em;
    }
    
    div#header_left
    {
        width: 20%;
        float: left;
    }
    
    div#header_left img
    {
        width: 70%;
        margin-left: 1.0em;
    }
    
    div#header_right
    {
        width: 80%;
        float: right;
        margin-top: 0.5em;
    }

    div#header_right img
    {
        width: 100%;
    }
    
    nav#nav
    {
        height: 8.0em;
        width: 20%;
        float: right;
        margin-top: 1.0em;
    }
    
    nav#nav #menu_icon
    {
        display: block;
        height: 100%;
        width: 100%;
        background-image: url('../images/menu.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
        
    nav#nav ul#menu
    {
        display: none;
        margin: 0px;
        padding: 0px;
        float: right;
        width: 20.0em;
        background-color: #e8e8e8;
        list-style-type: none;        
        position: fixed;
        right: 0px;
    }
    
            
    nav#nav li
    {
        line-height: 3.0em;
        margin: 0.1em;
        text-align: center;        
        font-size: 1.6em;
        font-weight: bold;
    }
    
    nav#nav li a
    {
        display: block;
        text-decoration: none;
        color: #ffffff;        
        background-color: #5b86c0;
    }
    
    nav#nav li a:hover
    {
        background-color: #365796;
    }
    
    nav#nav li a#active
    {
        background-color: #365796;
    }
        
    main#main
    {
        clear: both;
        padding-top: 1.0em;
    }
    
    section#container
    {
        padding: 1.0em;
    }
    
    div#content p
    {
        color: #5b86c0;
        padding-left: 1.0em;
        padding-right: 1.0em;
        font-size: 1.6em;
        text-indent: 2.0em;
        line-height: 2.0em;
    }
    
    div#content ul
    {
        margin-left: 2.0em;    
    }

    div#content ul li
    {    
        color: #5b86c0;
        font-size: 1.6em;
        padding-top: 1.0em;
        list-style-type: none; 
    }
    
    div#content_img
    {
        width: 25.0em;
        margin-top: 5.0em;
        margin-right: 5.0em;
        float: right;
        text-align: center;
        vertical-align: middle;
    }
            
    div#content iframe#map
    {
        width: 22.0em;
        height: 21.0em;
    }
    
    a /*tablet 7 landscape*/
    {
        /*color: #ff9900;*/
        color: #4285f4;
        font-weight: bold;
        text-decoration: none;
    }
       
    a:hover
    {
        text-decoration: underline;
    }

    footer#footer
    {
        height: 5.0em;
        background-color: #5b86c0;
    }
    
    footer#footer div#footer_left
    {
        display: none;
    }
    
    footer#footer div#footer_center
    {
        line-height: 2.0em;
        text-align: center;
    }
    
    footer#footer div#footer_center a
    {
        font-size: 1.2em;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
    }
    
    footer#footer div#footer_right
    {
        line-height: 2.0em;
        text-align: center;
        color: #ffffff;
    }
}

@media screen and (max-device-height: 600px) and (min-device-width: 1024px) and (orientation: landscape)
{
    header#header
    {
        height: 10em;
        text-align: center;
    }

    div#header_container
    {
        width: 500px;
        margin: 0 auto;
        height: 90px;
    }

    div#header_left
    {
        float: left;
        margin-top: 2.5em;
    }

    div#header_right
    {
        float: right;
        margin-top: 3.0em;
    }
    
    nav#nav
    {        
        height: 4.0em;
        background-color: #5b86c0;    
        text-align: center;
    }
    
    nav#nav #icon
    {
        /*background-color: #0000ff;*/
        display:none;
    }
    
    nav#nav ul
    {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        line-height: 4.0em;
    }
    
    nav#nav li
    {
        display: inline-block;
        width: 12.0em;
    }
    
    nav#nav li a
    {
        display: block;
        color: #ffffff;
        font-size: 1.5em;
        font-weight: bold;    
        text-decoration: none;
    }

    nav#nav a:hover
    {
        background-color: #365796;
    }

    nav#nav a#active
    {
        background-color: #365796;
    }
    
    main#main
    {
        /*background-color: #3fd643;*/
    }
    
    div#content
    {
        width: 60.0em;
        margin: 0 auto;
    }

    div#content p
    {
        color: #5b86c0;
        padding-left: 1.0em;
        padding-right: 1.0em;
        font-size: 1.3em;
        text-indent: 1.0em;
        line-height: 2.0em;
    }

    div#content ul
    {
        margin-left: 2.0em;    
    }

    div#content ul li
    {    
        color: #5b86c0;
        font-size: 1.2em;
        padding-top: 1.0em;
        list-style-type: none; 
    }


    div#content_img
    {
        width: 25.0em;
        margin-top: 4.0em;
        margin-left: 1.0em;
        float: right;
        text-align: center;
        vertical-align: middle;
    }

    div#content iframe#map 
    {
        width: 22.0em;
        height: 21.0em;
    }
    
    a /*tablet 10 landscape (1280x600)*/
    {
        color: #4285f4;
        /*color: #33ff00;*/
        font-weight: bold;
        text-decoration: none;
    }
       
    a:hover
    {
        text-decoration: underline;
    }

    footer#footer
    {
        height: 3.0em;
        width: 100%;
        background-color: #5b86c0;
    }

    div#footer_left
    {
        width: 33%;
        float: left;
    }

    div#footer_center
    {
        width: 34%;
        float: left;
        text-align: center;
    }

    div#footer_center a
    {
        line-height: 2.8em;
        color: #ffffff;
        font-size: 1.1em;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
    }
    
    div#footer_right
    {
        width: 33%;
        line-height: 2.8em;
        float: right;
        color: #ffffff;
        font-size: 1.1em;
        text-align: right;
    }

    div#footer_right span
    {
        margin-right: 5.0em;
    }
}

/*@media screen and (min-device-width: 1024px)*/
@media screen and (min-device-height: 601px) and (min-device-width: 1024px)
{  
    header#header
    {
        height: 10em;
        text-align: center;
    }

    div#header_container
    {
        width: 500px;
        margin: 0 auto;
        height: 90px;
    }

    div#header_left
    {
        float: left;
        margin-top: 2.5em;
    }

    div#header_right
    {
        float: right;
        margin-top: 3.0em;
    }
    
    nav#nav
    {        
        height: 4.0em;
        background-color: #5b86c0;    
        text-align: center;
    }
    
    nav#nav #icon
    {
        background-color: #0000ff;
        display:none;
    }
    
    nav#nav ul
    {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        line-height: 4.0em;
    }
    
    nav#nav li
    {
        display: inline-block;
        width: 12.0em;
    }
    
    nav#nav li a
    {
        display: block;
        color: #ffffff;
        font-size: 1.5em;
        font-weight: bold;    
        text-decoration: none;
    }

    nav#nav a:hover
    {
        background-color: #365796;
    }

    nav#nav a#active
    {
        background-color: #365796;
    }
    
    div#content
    {
        width: 60.0em;
        margin: 0 auto;
    }

    div#content p
    {
        color: #5b86c0;
        padding-left: 1.0em;
        padding-right: 1.0em;
        font-size: 1.3em;
        text-indent: 1.0em;
        line-height: 2.0em;
    }

    div#content ul
    {
        margin-left: 2.0em;    
    }

    div#content ul li
    {    
        color: #5b86c0;
        font-size: 1.2em;
        padding-top: 1.0em;
        list-style-type: none; 
    }

    div#content_img
    {
        width: 25.0em;
        margin-top: 4.0em;
        margin-left: 1.0em;
        
        float: right;
        text-align: center;
        vertical-align: middle;
    }

    div#content iframe#map 
    {
        width: 22.0em;
        height: 21.0em;
    }
    
    a /*Pc*/
    {
        color: #4285f4;
        /*color: #ff3399;*/
        font-weight: bold;
        text-decoration: none;
    }
    
    a:hover
    {
        text-decoration: underline;
    }

    footer#footer
    {
        position: absolute;
        height: 3.0em;
        width: 100%;
        background-color: #5b86c0;
        bottom: 0px;
    }

    div#footer_left
    {
        width: 33%;
        float: left;
    }

    div#footer_center
    {
        width: 34%;
        float: left;
        text-align: center;
    }

    div#footer_center a
    {
        line-height: 2.8em;
        color: #ffffff;
        font-size: 1.1em;
        text-decoration: none;        
        color: #ffffff;
        font-weight: bold;
    }
    
    div#footer_right
    {
        width: 33%;
        line-height: 2.8em;
        float: right;
        color: #ffffff;
        font-size: 1.1em;
        text-align: right;
    }

    div#footer_right span
    {
        margin-right: 5.0em;
    }
}