@charset "UTF-8";

/* プレゼント用 */

#contents #body h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#contents #body #present_body {
    padding: 10px;
}

#contents #body #present_body h4 {
    font-size: 18px;
    font-weight: bold;
    color: #f33;
    margin-left: 20px;
    padding: 0;
    margin: 0;
}

#contents #body #present_body #asshclub {
    text-align: center;
    padding: 0 30px 10px 30px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dashed;
}
#contents #body #present_body #asshclub_box {
    width: 450px;
    margin: 0 auto;
    text-align: left;
    border: 2px #e6c0c0 solid;
    padding: 10px;
}
#contents #body #present_body #asshclub_box #member_link {
    margin-top: 5px;
    background-color: #e6c0c0;
    padding: 3px;
    font-weight: bold;
    text-align: center;
}

#contents #body #present_body #presentlist {
    padding: 0 30px;
    margin-bottom: 10px;
}
#contents #body #present_body #presentlist  td {
    padding: 5px;
    border-bottom: 1px #ccc dashed;
}

#contents #body #present_body #inputform table {
    margin-bottom: 10px;
    border-top: 1px #e0e0e0 solid;
}
#contents #body #present_body #inputform th {
    width: 200px;
    background-color: #f5f5f5;
    text-align: left;
    padding: 5px;
    border-left: 5px #e6c0c0 solid;
    border-right: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
}
#contents #body #present_body #inputform td {
    padding: 5px;
    border-right: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
}
#contents #body #present_body .formText {
    width: 300px;
    border: 1px #999 solid;
}
#contents #body #present_body .formTextarea {
    width: 400px;
    height: 10em;
    border: 1px #999 solid;
}
#contents #body #present_body .formNum {
    width: 50px;
    border: 1px #999 solid;
}

#contents #body #present_body h3 {
    font-size: 18px;
    border-left: 0.5em #d46e6e solid;
    color: #d46e6e;
    padding: 3px;
    margin: 0;
}
#contents #body #present_body #presentlist dl {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #ccc solid;
}
#contents #body #present_body #presentlist dt {
    color: #5a4498;
    margin-bottom: 5px;
}
#contents #body #present_body #presentlist dd {
    float: left;
    width: 200px;
    padding: 0 10px;
}



/* エラーページ */
#contents #body #present_error {
    margin: 0 10px;
    border: 1px #fcc solid;
    padding: 5px;
}
#contents #body #present_error #error_caption {
    margin-bottom: 10px;
    padding: 3px;
    font-weight: bold;
    color: #f33;
    background-color: #f5f0f0;
}
