.private_area_content .data_section {
    display: block;
    float: left;
    position: relative;
    padding: 45px 10px 50px 162px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.private_area_content .data_section + .data_section {
    border-top: 3px solid #EDF7F9;
    padding: 32px 0em 0em 18px;
    width: 747px;
}

.data_section .circle_image {
    display: block;
    position: absolute;
    top: 60px;
    left: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CAECF6;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -427px 19px;
    width: 93px;
    height: 93px;
}

.data_section .title {
    display: block;
    float: left;
    margin-top: 6px;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 118.75%; /*19px*/
    width: 100%;
}
.data_section .text + .title {
    margin-top: 14px;
}

.data_section .text {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 17px;
    width: 100%;
}

.data_section .text span {
    display: block;
    float: left;
    margin-top: 8px;
    font-family: 'Font1';
    font-size: 157.1429%; /*22px*/
    line-height: 20px;
}





//address

.private_area_content .data_section + .data_section_address {
    border-top: 3px solid #EDF7F9;
    padding: 32px 0em 0em 18px;
    width: 747px;
}

.data_section_address .circle_image {
    display: block;
    position: absolute;
    top: 60px;
    left: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CAECF6;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -427px 19px;
    width: 93px;
    height: 93px;
}

.data_section_address .title {
    display: block;
    float: left;
    margin-top: 6px;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 118.75%; /*19px*/
    width: 100%;
}
.data_section_address .text + .title {
    margin-top: 14px;
}

.data_section_address .text {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 17px;
    width: 100%;
}

.data_section_address .text span {
    display: block;
    float: left;
    margin-top: 8px;
    font-family: 'Font1';
    font-size: 157.1429%; /*22px*/
    line-height: 20px;
}
.data_section_address .address .text span {
    font-size: 121.4286%; /*17px*/
}

.data_section_address .edit_button {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 50px;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 87.5%; /*14px*/
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    width: 130px;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}
.data_section_address .edit_button:hover {
    background-color: #3C67A5;
    color: #fff;
}
.data_section_address + .data_section .edit_button {
    bottom: 30px;
}

.data_section_address .address {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 101px;
    padding: 0em 4px;
    width: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.data_section_address .address .text span {
    font-size: 121.4286%; /*17px*/
}

.data_section_address .edit_button {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 50px;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 87.5%; /*14px*/
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    width: 130px;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}
.data_section_address .edit_button:hover {
    background-color: #3C67A5;
    color: #fff;
}
.data_section + .data_section .edit_button {
    bottom: 30px;
}

.data_section_address .address {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 101px;
    padding: 0em 4px;
    width: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.address .edit_link {
    display: block;
    float: left;
    margin-top: 6px;
    color: #4EC1E0;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    text-decoration: none;
    line-height: 16px;
    padding-left: 21px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.address .edit_link:hover {
    text-decoration: underline;
}

.address .edit_link::before {
    display: block;
    float: left;
    margin-left: -21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4EC1E0;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -243px -88px;
    content: '';
    width: 16px;
    height: 16px;
}

.address .delete_link {
    display: block;
    float: left;
    margin-top: 6px;
    color: #C42B20;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    text-decoration: none;
    line-height: 16px;
    padding-left: 21px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.address .delete_link:hover {
    text-decoration: underline;
}

.address .delete_link::before {
    display: block;
    float: left;
    margin-left: -21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #C42B20;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -244px -108px;
    content: '';
    width: 16px;
    height: 16px;
}

.address .assign_button {
    display: block;
    float: left;
    margin-top: 14px;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 81.25%; /*13px*/
    text-align: center;
    text-decoration: none;
    line-height: 15px;
    padding: 5px 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}
.address .assign_button:hover {
    background-color: #3C67A5;
    color: #fff;
}

.delete_private_area_text span {
    display: block;
    float: left;
    color: inherit;
    font-family: 'Font1';
    font-size: 116.6667%; /*28px*/
    width: 100%;
}
