/* 
theme Name: music-php
theme URI: http://hiroshiguitar.com
Description: musicのテーマです。
Version: 1.0
Author: hiroshi
Author URI:https://hiroshi.com
*/

@charset "utf-8";
body{
    font-family: 'Yusei Magic', sans-serif;
    background-color: #5F5A5C;
    color: #FFF;
}
h1{
    font-size: 50px;
    width: fit-content;
    margin: 30px auto 20px auto;
}
.header-bottom{
    width: 500px;
    margin: 50px auto 0px auto;
}
.header-bottom ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.main{
    margin: 20px auto 50px auto;
    text-align: center;
}
.main img{
    width: 80%;
    position: relative;
}
h2{
    font-size: 30px;
    position: absolute;
    top: 55%;
    right: 15%;
}

.archive{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
h3{
    font-size: 20px;
}
.day{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.day ul{
	list-style: none;
	font-size: 14px;
}

footer{
    background-color: #000;
    height: 10vh;
    width: 100%;
}
.footer-text{
    font-size: 14px;
}