
body{
    color:#ffffff;
    background-color:burlywood;
    font-family: "MS P明朝", "平成明朝", serif;
    margin: 0;
    padding: 0;
}
header{
    width: 800px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
header h1{
    font-size: 200%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
p{
    font-size:90%;
    line-height: 1.8;
}
div h1{
    font-size: 230%;
}
h2{
    font-size: 120%;
    border-left: 10px solid #d2691e;
    border-bottom: 1px dashed #d2691e;
    padding-left: 7px;
}
footer{
    text-align:center;
    border-top: 4px solid #d2691e;
    margin-top: 100px;
}
article{
    position:relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.catch{
    color:#ffffff;
    position: absolute;
    top: 20px;
    left: 50px;
    text-shadow: 0 5px 10px #333333;
}
ul{
    list-style-type: none;
    padding-left: 0;
    line-height: 1.8;
    font-size: 90%;
}
nav ul{
    font-weight: bold;
    text-align: center;
}
nav li{
    display: inline;
    padding:5px 10px 5px;
    margin:20px;
    font-size: 140%
}
nav a{
    text-decoration: none;
    color:#ffffff;
}
nav a:hover{
    color:#ffcc00;
}
.head{
    list-style-type: none;
    padding-left: 0;
    line-height: 1.8;
    font-size: 50%;
}
.news{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    
}
.tenji{
    font-size: 110%;
    margin-top: 30px;
}
section{
    margin-left: 20px;
    margin-bottom: 30px;
}
section p{
    margin-bottom: 20px;
    
}
article h1{
    color:#d2691e; 
}
.foot{
    margin-bottom: 400px;
}
.movie{
    font-size: 110%;
    margin-top: 30px;
}



/* 959px以下の場合*/
@media(max-width:959px){
    header{
        width: auto;
    }
    article{
        width: auto;
    }
    article img{
        max-width: 100%;
        height: auto;
        
     }
}
/* 700px以下の場合*/
@media(max-width:700px){
    nav li{
        font-size: 100%;
        padding-left: 2px;
        padding-right: 2px;
    }
    }
    