@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  line-height: 2.0;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo", "sans-serif";
/*    font-size: 10px;*/
}

.container{
    width: 100%;
}
#photo{
    width: 80%;
    margin:0 auto;
}
#photo {
    width: 1134px;
    height: 420px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
footer p {
}
/*hoverをしたらボックスに影がつき、上に上がる*/
.float3:hover {
    top:-5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    border:0;
　
}
.float3 {
    border:0;
}
.main_message{
    margin-top: 3%;
    margin-bottom: 3%;
    font-size:20px;
    text-align:left;
}