@charset "utf-8";
header,section,aside{
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    background: #ffffff;
    /* border: 1px solid #cccccc; */
    /* box-shadow: 0 0 7px rgb(0 0 0 / 20%); */
    font-size: 95%;
    line-height: 1.8;
}
header {
    width: 100%;
    border-bottom: solid 1px #eee;
}
header h1{
    font-family: 'Yu-Mincho',serif;
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
    color: #958b7c;
}
section h1{
    font-family: 'Yu-Mincho',serif;
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
    color: #454551;
    border-bottom: 0.6666666667vw solid #c52f2f;
    margin-bottom: 20px;
}
nav{
    clear: both;
}
nav ul li a {
    float: left;
    padding: 10px;
}
.detail {
    padding: 3% 6%;
}
footer{
text-align:center;
padding:10px;
}
aside p{
font-size:14px;
}
header p,section p,aside ul li{
font-size:12px;
}
footer small{
    font-size: small;
}
@media screen and ( max-width: 1000px ) {
section,aside,footer{
    width:95%;
    font-size: 100%;
}
}