/* mini reset */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button, input, select, textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

img, video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
    text-align: left
}

.nav-wrap {
    height: 3rem;
    background-color: #00a6d6;
}

#content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.wrap {
    width: 80%;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.center {
    text-align: center;
}

.tu-logo {
    width: 208px;
    height: 96px;
}

.block-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2e3436;
    padding: 0;
    margin-top: 0;
}
h4 {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.message {
    display: block;
    color: #666666;
    font-size: 0.875rem;
}

strong {
    font-weight: bold;
}

.footer-wrap {
    background-color: #000;
    height:3rem;
    position: fixed;
    left:0;
    right:0;
    bottom:0;

}
.logo-footer {
    height: 2.2rem;
    padding-top: 0.8rem;
}
.footer-text {
    font-size: 1rem;
    padding-left: 1rem;
    color:#fff;
}

.mf-padding {
    padding: 1em;
}
.small.mf-padding {
    padding: 0.5em;
}
.big.mf-padding {
    padding: 2em;
}
.huge.mf-padding {
    padding: 4em;
}