/************************************************/

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.nonbdr {
    border: none;
}

frame_mcontents {
    display: block;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
}

contents_row {
    display: flex;
    flex: 1;
    /* width: 100%; */
    height: 30px;
}

contents_row1 {
    display: block;
    width: auto;
    height: auto;
}

contents_item3 {
    display: flex;
    flex-direction: column;
    margin: auto 20px;
}

contents_row_flex {
    display: flex;
    flex: 1;
    flex-direction: row;
    width: auto;
    height: auto;
}

contents_col {
    display: flex;
    flex: 1;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

contents_item1 {
    display: block;
    margin: auto;
}

contents_item2 {
    display: block;
    margin: auto;
}

contents_item_fix1 {
    display: block;
    margin: auto;
    width: 60%;
}

contents_item_fix2 {
    display: block;
    margin: auto;
    width: 40%;
}

contents_item_row_border {
    display: block;
    margin: 0 auto;
    /* border-bottom: 1px solid black; */
}

contents_item3 {
    display: flex;
    flex-direction: column;
    margin: auto 20px;
}

contents_footer {
    display: block;
    margin: 0 auto;
    background-image: url(../images/m_headbkimage.png);
    background-repeat: repeat;
}

contents_item_row {
    display: column;
    /* width: 100%; */
}

contents_item {
    display: flex;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    align-items: flex-start;
    justify-content: flex-start;
}

.storeButton {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 100%;
    height: 35px;
    margin: auto;
    background-color: #d5f39e;
    border: #666666 solid 1px;
    border-radius: 3px;
}