@charset "utf-8";
header {
    background-color: #ffa500;
    height: 105px;
    margin: 0 auto;
    text-align: center;
}
.honyaku {
    background-color: #bce2e8;
    padding: 7px;
    width: 80px;
    text-align: center;
    border: solid 2px #bce2e8;
    display: block;
    margin-left: 900px;
}
.honyaku:hover {
    background-color: white;
}
body {
    font-family: sans-serif;
}
#main {
    width: 900px;
    text-align: center;
    margin: 0 auto;
}
.chart1 {
    height: 500px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    margin: 0 0 40px;
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
}
.chart1 ul {
    overflow: hidden;
    padding: 0 0 0 25px;
}
.chart1 ul li {
    list-style: none;
    float: left;
    text-align: center;
    display: block;
    color: black;
    background-color: #bce2e8;
    font-size: 12px;
    width: 450px;
    margin: 0 30px 0 0;
    height: 450px;
}
.positionFit {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 990px;
}
.positionFit p {
    background: #eee;
    padding: 10px 25px;
    margin: 0 25px;
}
.chart1 ul li a {
    background-color: #bce2e8;
    color: black;
    display: block;
    height: 450px;
    text-decoration: none;
    width: 450px;
    font-size: 28px;
}
.chart1 ul li a:hover {
    background-color: #298dcf;
}
h3 {
    font-size: 25px;
}
.space {
    margin-left: 15px;
}
p {
    font-size: 17px;
}
a {
    text-decoration: none;
    color: black;
}
.photo {
    text-align: center;
}
footer {
    text-align: center;
}