body{
    width: 100%;
}
h1, h3 {
    font-size: 16px;
}
ul.circle{
    padding-left: 20px;
}
article{
    font-size: 15px;
    padding: 14px 10px;
}
article img{
    margin-bottom: 10px;
}
figure img{
    width: 100%;
}
#header-home img {
    margin-top: 4px; 
    margin-left: 8px;
}
#header-image, header h1{
    margin-right: 8px;
    margin-left: 45px;
}
#index-page header h1{
    margin-left: 5px;
}
#header-image img{
    width: 100%;
}
#header-menu li a {
width: 85px;
height: 40px;
background-size: 85px 40px;
}
header{
    max-width: 450px;
}
header h1{
    width: auto;
    height: auto;
    background-size: 100%;
}
header h1 img{
    display: block;
    width: 100%;
}
#index-page header img{
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}
#index-image {
    width: 70%;
}
#index-page nav h2{
    width: 16%;
    background-size: 100%;
    margin-left: 0;
    height: 320px;
    max-width: 100px;
}
#index-page nav {
    height: auto;
    padding: 20px 0 0 23px;
    font-size: 20px;
    line-height: 1.6;
}
#index-page nav ul{
    width: 160px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
}
#index-main:after{
    content: '.';
    height: 0;
    clear: both;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}
#index-page footer{
    font-size: 24px;
    height: 100px;
}
.box{
    margin: 0;
    padding: 10px;
}