.HeaderImg {
    background-image: url(../Image/PageTop/MatsuSet.JPG);
}
#HeaderImgNameEn:after {
    content: "※Matsu Set";
}
#HeaderImgNameJp:after {
    content: "※松セット";
}


.ArticleContain {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 90%;
    margin: 30px auto;
    padding: 10%;
    border-radius: 20px;
}
.Osechi {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 94%;
    margin: 3%;
}
.OsechiDetails {
    position: relative;
    border: 10px red solid;
    /* width: 80%; */
    margin: 0px auto 30px auto;
    padding: 10%;
    background-color: white;
}

.OsechiRow {
    position: relative;
    margin: 20px;
    width: 100%;
    /*border: 1px solid black;*/
}
.OsechiCol {
    position: relative;
    width: 50%;
    display: inline-block;
    text-overflow: clip;
    overflow-wrap: break-word;
    padding-right: 40px;
}

.Article {
    background-color: rgba(255,255,255,0.7);
    padding: 10%;
    text-shadow: 1px 1px 0 white;
    border-radius: 10px;
    font-weight: bold;
}
.ArticleHead {
    position: relative;
}
.ArticleTitle {
    font-size: 25px;
    display: block;
    width: 100%;
}
.ArticleDate {
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 13px;
}
