body {
min-width: 1200px !important;
}

.hdrFixed{
  position: fixed!important;
  top:0;
  z-index:999;
  width:100%;
}

#hdr.-custom .hdrMiddle .hdrInner{
    max-width: 1200px;
  	margin:0 auto;
}

@media screen and (max-width: 767px) {
.pcOnly{
  display: none!important;
}
#hdr.-custom .hdrInfo02{
  font-size: 10px;
  border: none!important;
}
}
@media screen and (min-width: 768px) {
.pcOnly{
  display: block!important;
}
}
span.logg{
font-size: 12px;
display:block;
padding-top:3px;
}