
body > section{
    background: rgb(255, 255, 255);
    margin:auto;
    margin-top:0px;
    width:100%;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow:    0px;
    box-shadow:         0px;
}
body > section > header:first-of-type{
    min-height:235px;
    background: #2d343c;
    border-radius: 0px;
    color: #fefeff;
    position:static;
}
body > section > header:first-of-type > figure{
    display: inline;
    width: 97%;
    height:auto;
    position:absolute;
    margin-left:12px;
    margin-top:50px;
}
#logo{
    max-width:95%;
}
body > section > header:first-of-type > h1{
    min-width:300px;
    position:absolute;
    left: -130px;
    top: -10px;
}
body > section > header:first-of-type > aside{
    display:inline-block;
    margin-left:137px;
    margin-top:30px;
    position:absolute;
    color:inherit;
    width:53%;
    max-height:80px;
    overflow:hidden;
}
body > section > header:first-of-type > form > input,body > section > header:first-of-type > form > br{
    display:none;
}
body > section > header:first-of-type > form > a{    
    float:right;
}    
body > section > header:first-of-type > menu{
    display:inline-block;
    position:absolute;
    width:180px;
    float:right;
    top:5px;
    right:0px;
    color:inherit;
}
body > section > header:first-of-type > nav{
    position:relative;
    top:112px;
    display:block;
    margin-left:0px;
    margin-right:0px;
    width:100%;
    clear:both;
    background: rgb(56,56,56);
    background: -moz-linear-gradient(90deg, rgb(56,56,56) 0%, rgb(21,20,26) 100%);
    background: -webkit-linear-gradient(90deg, rgb(56,56,56) 0%, rgb(21,20,26) 100%);
    background: -o-linear-gradient(90deg, rgb(56,56,56) 0%, rgb(21,20,26) 100%);
    background: -ms-linear-gradient(90deg, rgb(56,56,56) 0%, rgb(21,20,26) 100%);
    background: linear-gradient(180deg, rgb(56,56,56) 0%, rgb(21,20,26) 100%);
    text-align:right;
/*
    width:50%;
    clear: both;
    font-size:1.3em;    
    color:inherit;
    margin-top:140px;
*/
}
body > section > header:first-of-type > nav > a{
    margin:0px;
    float:left;
    width:43.5%;
    display:inline-block;
    padding: 0px 15px 0px 5px;
    text-align:center;
    border-radius: 0;
}
body > section > header:first-of-type > nav > a:last-of-type{
    display:none;
}
body > section > header:nth-of-type(2){
    background-position:right;
    text-align:right;
}
body > section > header:nth-of-type(2) > address{
    float:right;
    text-align:left;
    width:auto !important;
    height:160px;
    padding:7px 10px;
    font-size:1.1em;
    font-style: normal;
    line-height:1.3em;
}
body > section > nav,.menu a{
    text-align:center;
    height:auto;
}
body > section > nav > a, .menu a{
    display: block;
    clear: both;
    color: inherit;
}
.menu{
    display: block;    
}
body > section > nav:nth-of-type(2){
    display: none;    
}
body > section > article{
    padding-top:0px; 
    margin-bottom:5px;
}
body > section > article > nav,body > section > article > nav > menu{
    width: 100%;
    min-height:0px;
}
body > section > article > nav > menu > header{
    border-top-right-radius:0px;
    margin-bottom:20px;
    width: 100%;
}
body > section > article > nav > menu > ul{
    width: 90%;
}
body > section > article > nav > menu > ul > li{
    margin-bottom:8px;
}
body > section > article > nav > menu.infonavi > ul > li > a{
    vertical-align:middle;
    float:none;
    width:auto;
    overflow: auto;
}
body > section > article > nav > menu.infonavi > ul > li{
    list-style-position: outside;
}
body > section > article > section{
    display:block;
    min-height:0px;
    width: 90%;
    border-radius:5px;
    padding:2%;
    margin-left:0px;
    margin:auto;
    margin-bottom:10px;
    background-color:#efefef;
}
body > section > footer{
    line-height:1.3em;
    height:auto;
    border-radius: 0px;
}
body > section > article > section > #onlineservice{
    min-height:220px;
}
body > section > article > section > #onlineservice > a{
    margin:5px;
    float:left;    
    max-width:40%;
}
.content_left,.contentimg{
    margin-bottom:8px;
}
.content_left,.content_right,.contentimg{
    width: 100% !important;
    display:block !important;
}
.content_right div{
    margin-bottom:5px;
    float: none !important;
    width: 95% !important;
    margin-right:0px !important;
}
#gmap{
    max-width: 95%;    
}
#sitecontent form span{
    display:block;
} 
cite{
    background-color: #333333;
    position: fixed;
    top:240px;
    left:-100px;
    width:120px;
    line-height:30px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding:10px;
    border:1px solid #808080;
    border-right:0px; 
    z-index:1000;
    opacity:0.2;
}

cite:hover{
    opacity:1;
    left:0px;
} 
cite ul li a img{   
    float:right;
    margin-right:0px;
    margin-left:10px;
}