h2.pageTitle{
    font-size: 17pt;
    color: #029eb4;
/*    margin-top: 5px;
    font-weight: 900;*/
    font-family:  "メイリオ","Meiryo UI";
    border-bottom: dotted 1px #000000;
    line-height: normal;
}
#profilePic  {
    height: 150px;
    margin-bottom: 20px;
    width: 120px;
    border: 1px dotted #cccccc;
    float: left;
    text-align: center;
    padding: 5px;
}

div.profile{
    margin:5px;
}

#baseprofile {
    margin-left: 150px;
}
div.profile dl {
    border-bottom: 1px dotted #cccccc;
    border-top: medium none;
    margin-bottom: 10px;
}
div.profile dt {
    color: #029eb4;
    float: left;
    font-weight: 900;
    width: 165px;
}

div.profile dt.job-category {
    color: #029eb4;
    float: left;
    font-weight: 900;
    width: 100px;
}

div.profile dt.address{
    color: #029eb4;
    float: left;
    font-weight: 900;
    width: 50px;
}

div.profile dd.address dt{
    color: #029eb4;
    float: left;
    font-weight: 900;
    width: 140px;
}

div.profile dd {
    background-color: white;
    margin: 0 0 10px 120px;
    width: 565px;
}

div.profile div.name dd {
    background-color: white;
    margin: 0 0 10px 120px;
    width: 410px;
}

div.profile dd.job-category {
    background-color: white;
    margin: 0 0 10px 100px;
    width: 580px;
}

div.profile dd.address {
    background-color: white;
    margin: 0 0 10px 40px;
    width: 100%;
}

div.profile dd.address dd {
    background-color: white;
    margin: 0 0 10px 40px;
    width: 605px;
}


#mypageMain input{
    border: 1px solid #cccccc;
}

div.profile_edit dd {
    background-color: white;
    margin: 0 0 10px 120px;
    width: 500px;
}
div.profile_edit input[type="text"],textarea{
    border: 1px solid #cccccc;
    background: #e0e0e0 none repeat scroll 0 0;
    padding: 1px;
}
div.profile_edit input[type="text"].must{
    border: 1px solid #cccccc;
    background: #ffe0e0 none repeat scroll 0 0;
    padding: 1px;
}
div.profile_edit input[type="text"].alphanum{
    ime-mode: disabled;
}
div.profile_edit .rule_msg{
    font-size: 8px;
}

div.profauth_edit dd {
    background-color: white;
    margin: 0 0 10px 120px;
    width: 500px;
}
div.profauth_edit input[type="text"],textarea{
    border: 1px solid #cccccc;
    background: #e0e0e0 none repeat scroll 0 0;
    padding: 1px;
}
div.profauth_edit input[type="text"].must{
    border: 1px solid #cccccc;
    background: #ffe0e0 none repeat scroll 0 0;
    padding: 1px;
}
div.profauth_edit input[type="text"].alphanum{
    ime-mode: disabled;
}
div.profauth_edit .rule_msg{
    font-size: 8px;
}
div.profauth_edit dt{
        color: #029eb4;
        float: left;
        font-weight: 900;
        width: 150px;
}
div.profauth_edit .sub_item{
    padding-left: 2em;
    width: 126px;
}
div.profauth_edit p.address{
    color: #029eb4;
    float: left;
    font-weight: 900;
}

div.profile_edit_conf dd {
    background-color: white;
    margin: 0 0 10px 120px;
    width: 500px;
}
div.profile_edit_conf input[type="text"],textarea{
    border: 1px solid #cccccc;
    background: #e0e0e0 none repeat scroll 0 0;
    padding: 1px;
}
div.profile_edit_conf input[type="text"].must{
    border: 1px solid #cccccc;
    background: #ffe0e0 none repeat scroll 0 0;
    padding: 1px;
}
div.profile_edit_conf input[type="text"].alphanum{
    ime-mode: disabled;
}
div.profile_edit_conf .rule_msg{
    font-size: 8px;
}
div.profile_edit_conf dt{
        color: #029eb4;
        float: left;
        font-weight: 900;
        width: 170px;
}
div.profile_edit_conf .sub_item{
    padding-left: 2em;
    width: 146px;
}
div.profile_edit_conf p.address{
    color: #029eb4;
    float: left;
    font-weight: 900;
}

.error_msg {
    color:#ff0000;
    margin-left: 60px;
}
div.error_msg {
    background-color: #ffe4e1;
    color: #ff0000;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    width: 700px;
}
div.suc_msg {
    background-color: #AFEEEE;
    color: #0000FF;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    width: 700px;
}

p .btn-default{
    width: 200px
}

/* 英語版マイページ用 */
#mypageMain_eng p .btn-default{
    width: 325px
}