body{
     height: auto !important;
     font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
     
     margin-top: 40px;
     
     
}
.navbar-fixed-top {
    position: fixed;
    padding: 0  !important;
    margin: 0  !important;
    left:0px;
    top:0px;
    
}

.navbar-inner{
    filter:none;
}

.navbar .brand{
    margin-left: 0px;
    padding: 10px 15px;
}

@media (max-width: 979px) {
    body{
       
        margin-top: 80px;
       
    }
    
    .navbar-inner {
    padding: 0px !important;
    }
    
    .navbar-fixed-top{
        margin-bottom:0px !important;
        margin-left: 0px !important;
        margin-right:0px !important;
    }
    
    .subnav-inner{
        display:none;
    }
    .subnav{
    
        display: block !important;
    }
    
}

@media (max-width: 979px) {
    .navbar-fixed-top .container{
        width: 724px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top .container{
        width: auto !important;
        
    }
    .sunav{
        left:-20px;
    }
    
    
}

@media (max-width: 480px) {
    .subnav .about{
        display:none;
    }
}

.subnav{
    top:40px;
    display: none;
}

.subnav .navbar-inner{
    background-color: #dfdfdf !important;
}


.navbar-inner{
    background: #1D68AC;
}
.navbar .brand {
    color: #ffffff;
}
a.brand{
    
    text-shadow: 0px 2px 3px #666 !important;
    font-weight: bold !important;
}
.navbar .nav > li > a {
    color: #dfdfdf;
    text-shadow: 0 1px 5px #666666 !important;
}
.navbar .nav > li > a.regist {
    color: #ffffff;
}
.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.header-menu .navbar-inner{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/*subnav*/
.subnav .nav > li > a {
    color: #444444;
    text-shadow: 0 1px 5px #aaaaaa !important;
}
.subnav .nav > li > a:hover {
  color: #666666;
  text-decoration: none;
  background-color: transparent;
}

.subnav .active a{
    background-color: #cfcfcf !important;
    color:#444444 !important;
}



.btn{
    background-image: none !important;;
}

.reload{
    font-size: 24px !important;
    line-height: 30px !important;
    padding: 5px 10px !important;
    /*box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.125) inset;*/
    color:#dddddd !important;
    
}

.reload:hover{
    color:#ffffff !important;
}
