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

head	{
        margin: 0;
        padding: 0;
        font-family: 'メイリオ', sans-serif;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        }   

body	{
        margin: 0;
        padding: 0;
        font-family: 'メイリオ', sans-serif;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        }




header {
    border-top:20px solid #ff4500;
    background-color: #ffffff;
    height: 175px;
}

    
header h1{
    text-align: left;
    color: #696969;
}

header h1 img{
    height: auto;
    width: 90px;
    vertical-align: bottom;
}

header p{
    text-align: right;
    color: #696969;
    margin-left:px;
    margin-top: -15px;
}

header nav li {
    margin-top: 20px;
    display: inline;
    font-size: 15px;
    color: #000000;
    padding-left: 10px;
    padding-right: 5px;
}

header nav {
    margin-top: 25px;
    text-align: right;
}


article {
     background-image: url(aboutback.png);
     height: auto;
     padding-top: 35px;
     padding-bottom: 50px;
}

article img {
    height: 514px;
    width: 900px;
}

article p{
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
}

article h3{
    color: #228b22;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
}



div.table {
    width: 900px;
    height: auto;
    background-color: #ffffff;
    border-radius: 35px;
    line-height: 50px;
}

div th {
    width: 100px;
    text-align-last: justify;
    padding-left: 60px;
}

div td {
     padding-left: 60px;
}

article h4{
    color: #228b22;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
}

section{
    width: 900px;
    height: 225px;
    background-color: #ffffff;
    margin-top: -10px;
    border-radius: 35px;
}


div.text {
    width: 900px;
    height: auto;
    background-color: #ffffff;
    border-radius: 35px;
    line-height: 50px;
}

section p{
    font-size: 20px;
    padding-left: 45px;
}

section td {
    text-align-last: justify;
}
    
.box3 {
    width: 270px;
    padding: 5px;
    margin: 80px 315px -20px 315px ;
    background:aqua;/*背景色*/
}
.box3 h5 {
    font-size: 18px;
    text-align: center;
    color: #228b22;    
    margin: 0; 
    padding: 0;
}


footer {
    color: #708090;
    background-color: #ffffff;
    height: 150px;
    border-bottom: 20px solid #ff4500;
}

footer p {
        text-align: center;
        font-size: 25px;
        color: #696969;
        margin-top: −500px;
}

footer small {
       margin-left: 293px;
}


/*　要素を中央900pxにする　*/
div.enter {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}