body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "segoe ui" , "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
}

header {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #bbb;
    text-align: center;
    padding: 12px 0;
    left: 0;
}

img {
    max-width: 100%;
}

p {
    text-align: center;
    margin: 10px 10px 0 10px;
}

.logo_image {
    width: 15%;
    left: 0;
    min-width: 120px;
}

.bloomee_wire {
    padding: 5%;
    text-align: center;
}

.bloomee_wire > a{
    display: inline;
    padding: 0 0 0 0;
}

.bloomee_wire_img{
    width: 600px;
}

.bloomee_wire_img:hover {
    opacity: 0.5;
    transition: 0.3s;
}

footer{
    display: block;
    padding: 1%;
    margin: 10% 0 0 0;
    text-align: center;
}

footer > a{
    color: #ffffff;
    text-decoration: none;
}

.copy_light{
    display: inline;
}

.bg-black {
    background: #333;
    padding: 2% 0 2% 0;
}
