/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/02/27, 17:43:54
    Author     : atsushi
*/
/*
#toggle{ 
    display: none;
}

@media only screen and (max-width: 480px) {
	
    #fsNavMenuList{
        display: none;
    }
    #fsNavMenuList li{
        width: 100%;
        border-bottom: 1px solid #CFCFCF;
    }
    #fsNavMenuList li ul li{
        background: #EEE;
        border-bottom: 1px solid #EFEFEF;
    }
    #toggle{
        width: 100%;
        padding: 8px 0;
        display: block;
        position: relative;
        background: #292929;
        border-bottom: 1px solid #444;
    }
    #toggle a{
        display: block;
        position: relative;
        padding: 12px 0 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    #toggle:before{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }
    #toggle a:before, #toggle a:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #222;
    }
    #toggle a:before{
        margin-top: -6px;
    }
    #toggle a:after{
        margin-top: 2px;
    }


    Default Layout Rewrite 
    *****************************************************

    header{
        height: auto;
    }
    header nav ul li{
        margin: 0;
    }
    #siteName{ 
        width: 100%;
        margin-top: 40px;
        float: none;
    }
    header nav{
        width: 100%;
        float: none;
        position: fixed;
        top: 0;
        z-index: 9999;
    }

}*/