@charset "utf-8";

/*

  各種フォーム用

*/

.address_check {
    padding: 8px 10px;
    background: #333;
    font-size: 114.29%;
    font-weight: bold;
}

.error {
    margin: 0 auto 1em;
    color: #f00;
    font-weight: bold;
    width: 78%;
    padding: 2%;
}

label {
    display: block;
    font-weight: bold;
}

select {
    width: 60%;
    background: #fff;
    color: #000;
}

textarea {
    width: 80%;
    padding: 5px;
    border: 0;
    border: solid 1px #ccc;
    border-radius: 10px;
}

.address_form {
    width: 80%;
    padding: 5px;
    border: 0;
    border: solid 1px #ccc;
    border-radius: 10px;
}
.btn_yellow {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px;
    background: #25a6b8;
    border: 1px solid #544522;
    border-radius: 6px;
    box-shadow: inset 0 2px 0 #41e5e8, inset 0 -2px 0 #175bad, 0 0 0 2px #e6ca9a, 0 1px 1px 4px #352b14;
    -moz-box-shadow: inset 0 2px 0 #41e5e8, inset 0 -2px 0 #175bad, 0 0 0 2px #e6ca9a, 0 1px 1px 4px #352b14;
    -webkit-box-shadow: inset 0 2px 0 #41e5e8, inset 0 -2px 0 #175bad, 0 0 0 2px #e6ca9a, 0 1px 1px 4px #352b14;
    color: #FFF;
    font-weight: bold;
}

.btn_gray {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px;
    background: #6e6e6e;
    border: 1px solid #414141;
    border-radius: 6px;
    box-shadow: inset 0 2px 0 #949494, inset 0 -2px 0 #666666, 0 0 0 2px #e6ca9a, 0 1px 1px 4px #352b14;
    -moz-box-shadow: inset 0 2px 0 #949494, inset 0 -2px 0 #666666, 0 0 0 2px #e6ca9a, 0 1px 1px 4px #352b14;
    -webkit-box-shadow: inset 0 2px 0 #949494, inset 0 -2px 0 #666666, 0 0 0 2px #e6ca9a, 0 1px 1px 4px #352b14;
    color: #FFF;
    font-weight: bold;
}

.bg_red {
    display: inline-block;
    margin: 0 0 2px 5px;
    padding: 1px 4px 1px;
    background-color: #e30000;
    border-radius: 8px;
    font-size: 80%;
}
.mailform .box {
    padding: 3.68% 2%;
}
.mailform textarea {
    width: 80%;
}
.mailform input[type=text] {
    width: 80%;
}
.mailform_confirm {
    background-color: #794d0e;
    padding: 8px 12px;
    text-align: left;
    min-height: 20px;
}
.mailform label {
    cursor: auto;
}

.adjust {
    font-size: 80%;
    text-indent: -1em;
    margin: 0 auto 1em;
    width: 80%;
}