@charset "utf-8";

body{
    background-color: #fffaf0
}
.head{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.center{
    text-align: center;
}

.right{
    text-align: right;
    margin-right: 2%;
}
.left{
    text-align: left;
}
.photo{
    max-width: auto;
    height: auto;
    text-align: center;
}
.center2{
    background-color: #ffffff;
    width: 400px;
    margin: 0 auto;
    border: dashed 1px;
}
.infomation_0{
    width: 450px;
    margin: 0 auto;
}

.map{
    width: 500px;
    height: 300px;
}