@import url('https://fonts.googleapis.com/css?family=Medula+One');

@font-face{ 
    font-family: 'anvieFont01'; /* お好きな名前にしましょう */
    src: url('../fonts/din1451alt_G.eot'); /* IE9以上用 */
    src: url('../fonts/din1451alt_G.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
    url('../fonts/din1451alt_G.woff') format('woff'), /* モダンブラウザ用 */
    url('../font/din1451alt_G.ttf') format('truetype'); /* iOS, Android用 */
    font-weight: normal; /* 念の為指定しておきます */
    font-style: normal;
}

html {
    font-size: 14px;
}

body {
    position: relative;
}

header {
}

/*
footer{
    text-align: center;
    color: #000000;
    padding: 50px 0 50px 0;
}*/

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p{
    margin-top: 0;
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

header {
}
