@charset "utf-8";
/* body{
    background-color: #000000;
} */
.local_style{
color: #2f2f2f;
font-size:14px;
font-family: serif;
width: 500px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
background-color: transparent;
font-family: 'Times New Roman', Times, serif;
}

/* 追加 */
.local_span{
    display: inline-block; 
    padding-right: 10px;
}

.local_span_02{
    display: inline-block; 
}

.local_select{
    font-size:inherit;
    margin:0;
    padding:0;
    color:#2f2f2f;
    background-color: #ffffff;
    font-family: serif;
}

.local_input{
    font-size:inherit;
    color: #2f2f2f;
    font-family: serif;
}

#date434689_date_propid204479{
    font-family: serif;

}
.text-font{
    font-family: serif;
}

input, select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
  }

@media (max-width: 767px) {
    /* iframe内の要素に対するスタイル */
    .local_style form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .local_style span {
        display: block;
        margin-bottom: 5px;
    }

    .local_style select {
        width: 100%;
        margin-bottom: 5px;
    }

    .local_style input[type="submit"] {
        margin-top: 5px;
    }
}

.local_style {
    max-width: 500px; /* 幅の上限を500pxに設定 */
    width: 100%; /* 全体の幅を利用 */
}
@media screen and (max-width: 600px) { /* 600px以下の画面幅の場合 */
    .local_span,
    .local_span_02 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}