@charset 'utf-8';

/* 
    Created on : 2018/06/14, 11:55:05
    Author     : miduho
*/

#account #regist_tbl{
    width:750px;
    height:822px;
    margin:19px auto;
    border:1px solid #9b9c9e;
    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
}

#account #regist_tbl div.inner{
    width:660px;
    text-align:left;
    margin:0px auto;
}
#account #regist_tbl div.inner p.conf_thanks{
    font-size:14px;
    margin:30px 0px;
}
#account #regist_tbl div.inner p{
    margin:15px auto;
    line-height:1.3;
}

#account #regist_tbl FORM{
    width:700px;
    margin:10px auto;
}
#account #regist_tbl.conf table,
#account #regist_tbl FORM table{
    margin:5px auto;
}
#account #regist_tbl.conf table td,
#account #regist_tbl FORM table td{
    vertical-align:middle;
    line-height:20px;
}
#account #regist_tbl FORM table td input.text_form_input{
    width: 170px;
    height: 24px;
}
#account #regist_tbl.conf,
#account #regist_tbl.thanks{
    height:auto;
}
#account #regist_tbl.conf div.inner{
    width:550px;
}
#account #regist_tbl.conf FORM{
    width:480px;
}
#account #regist_tbl.conf FORM table.conf_tbl td{
    border:1px solid #9b9c9e;
    padding:5px;
}

#reminder_form{
    width:750px;
    margin:19px auto;
    border:1px solid #9b9c9e;
    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
}
#reminder_form .inner{
    width:650px;
    padding:19px 50px 27px 50px;
}
#reminder_form h2{
    margin:0px;
    padding:0px;
}
#reminder_form h3{
    font-size: 14px;
    line-height: 16px;
    text-align:left;
    padding:19px 0px;
}
#reminder_form div.read{
    line-height:1.2;
}
#reminder_form .error{
    width:80%;
    margin:15px auto 0px auto;
    padding:5px;
    color:#ff0000;
    border:1px solid #ff0000;
    font-size:12px;
    line-height:1.3;
    text-align:center;
}
#reminder_form div.form_box{
    width:454px;
    margin:0px auto;
    padding:52px 0px 0px 0px;
    font-size:12px;
}
