@charset "UTF-8";

/* ****************************************************
Title: base.css
***************************************************** */
/* # body
---------------------------------------------------------------------------- */
body {background: #fff;}
#logo{position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit- transform: translateY(-50%) translateX(-50%);width: 50%;}
/* # footer
---------------------------------------------------------------------------- */
#footer {width: 100%;background: #180047;padding: 5px 0;position: fixed;bottom: 0;left: 0;}
.w100{width:100%;}
#footer p {color: #fff;font-size: 80%;}
.dc {display:block; text-align:center;}
.mb20{margin-bottom:20px !important;}.txtc {text-align:center;}
@media screen and (max-width: 740px) {
#logo{
    width: 90%;
}
}