@charset "UTF-8";

body {
    background-color: #f5f5f5;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

header {
    z-index: 10000;
    background-color: #006049;
    height: 45px;
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    border-bottom: solid 5px #c30d23;
    position: fixed;
}

.site-header-logo {
    margin-top: 0;
    margin-left: 30px;
}

.main_area{
    text-align: center;
    width:100%;
    max-width:465px;
    margin: 0 auto;
    background-color: white;
    padding-top: 1.5rem !important;
    margin-top: 70px;
}

.main_img {
    width:270px;
    padding:10px 0px 10px 0px;
}

a {
    color: #333;
}

.dl_label {
    background-color: #c30d23;
    color: #fff !important;
    width:80%;
    margin: 0 auto;
}

.store_area {
    text-align: center;
}