
@charset "shift_jis";
/* CSS Document */






/* =======================================
    }K
======================================= */
.mail {
    background-image: url(../img/m_maga.jpg);
    background-size: cover;
    padding: 35% 0 0;
}
.mail p {
    padding: 5%;
    line-height: 1.5;
    background-color: rgb(0 0 0 / 50%);
}
#magazine {
    background-image: none;
	height: 130px;
	padding: 20% 0 30%;
}
#address {
	width: 80%;
    margin: 0 auto;
    position: initial;
}
.address {
    width: 100%;
    float: left;
    height: 25px;
    border-radius: 5px;
}
.start {
    margin-top: 20px;
    height: 30px;
    width: 100%;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0101), to(#460000));
    color: #fff;
    background: -moz-linear-gradient(top, #e86d6d, #750000);
}
.stop {
    margin-top: 20px;
    width: 20%;
    height: 30px;
    background-color: black;
    color: #fff;
    border-radius: 5px;
}


