@charset "utf-8";
/* CSS Document */
*{
    border:0;
    padding:0;
    margin:0;
}
a:hover, a:active{
    background-position:bottom;
}
body{
    background-image:url(../images/bg_body.png);
    background-repeat:repeat-x;
    background-color:#FFFACC;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#000;
}
.cus_btn {
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
}

#wrapper{
    width:1000px;
    height:auto;
    margin:0 auto;
}
#header{
    width:1000px;
    height:130px;
    background-image:url(../images/bg_header.png);
    background-repeat:no-repeat;
    direction: ltr;
    text-indent:-5000px;
    display:block;
}
#content{
    width:1000px;
    height:auto;
    padding:20px 0;
    margin:0 auto;
}
.requirebox{
    width:230px;
    height:480px;
    background-image:url(../images/bg_require.png);
    background-repeat:no-repeat;
    background-position:left top;
    border:1px dashed #FFCC00;
    margin:0 5px 20px;
    float:left;
}
.clear{
    clear:both;
}
h1{
    background-image:url(../images/h1.png);
    background-repeat:no-repeat;
    height:40px;
    line-height:40px;
    font-size:24px;
    font-weight:bold;
    padding:0 0 0 20px;
    margin:20px 0;
}
h2{
    font-size:32px;
    text-align:center;
    padding:5px 0 0;
    color:#FFF;
}
h3{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding:0 0 20px;
}
h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    font-weight: bold;
}
p{
    padding: 0 10px;
    line-height:1.5em;
    margin-bottom: 0;
}
.caution{
    font-weight:bold;
    text-align:center;
    letter-spacing:0.3em;
    padding:30px 0;
}
.red, .remark {
    color: #F00;
}
#btn_bar {
    width: 100%;
    height: 70px;
    text-align: right;
}
.btn_askresult{
    width:200px;
    height:60px;
    display: none;
    margin: 5px 50px;
}
.btn_askresult.shown {
    display: inline-block;
    background-image:url(../images/btn_askresult.png);
}
.btn_back{
    width:200px;
    height:60px;
    background-image:url(../images/btn_back.png);
    direction: ltr;
    text-indent:-5000px;
    display:block;
    margin:30px auto;
}
.btn{
    width:100px;
    height:30px;
    background-image:url(../images/btn_common.png);
    text-align:center;
    margin:20px auto;
    display:block;
    color:#000;
    text-decoration:none;
    padding:10px 0 0;
}

#modal_check {
    width: 620px;
    height: 520px;
    position: absolute;
    left: 50%;
    margin-left: -310px;
    top: 50%;
    margin-top: -260px;
    background: url('../images/bg_askresult.png') center no-repeat;
}
.modal .btn_common {
    width: 100px;
    height: 40px;
    margin: 0 8px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background-image: url('../images/btn_common.png');
    display: inline-block;
}
.modal .btn_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../images/btn_close.png');
}
.cus_btn:hover, 
.modal .btn_close:hover {
    background-position: bottom;
}
#modal_check .heading {
    width: 470px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 55px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
#modal_check .heading .title {
    font-size: 24px;
}
#modal_check .contents {
    width: 480px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 120px;
}
#modal_check .form-group {
    margin-bottom: 8px;
}
#modal_check .form-control {
    padding: 4px 8px;
}
#modal_check .control-label {
    text-align: left;
    white-space: nowrap;
}

#modal_message {
    width: 520px;
    height: 320px;
    position: absolute;
    left: 50%;
    margin-left: -260px;
    top: 50%;
    margin-top: -160px;
    padding: 10px;
    background: url('../images/bg_pop.png') center no-repeat;
}
#modal_message .title {
    width: 380px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    line-height: 40px;
    text-align: center;
}
#modal_message .contents {
    width: 420px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 100px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.msg.btns {
    width: 380px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -190px;
    bottom: 40px;
    text-align: center;
}
#modal_message .red {
    font-weight: bold;
}

#modal_error {
    width: 300px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -75px;
    padding: 10px;
    background: url('../images/bg_pop_s.png') center no-repeat;
}
#modal_error .contents {
    width: 280px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
}
.error.btns {
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 15px;
    text-align: center;
}

ul.notes {
    font-weight:bold;
    letter-spacing:0.3em;
    margin-top: 25px;
    margin-left: 20px;
    padding-left: 25px;
}
