#sec_getpwd form{
    margin: 10px auto;
    width: 30%;
} 

.user-row{
    display:block;
    padding-bottom: 10px;
    overflow: hidden;
}
.sec_mypage_base{
    clear: both;
    overflow: hidden;
}
.user-row ul{
    display:block;
}
.user-row ul li{
    list-style:none;
    margin-right: 20px;
    padding:10px 10px 3px 10px;
    border-bottom:1px #a0a0a0 solid;
}
.user-row ul li label{
    margin-left:10px;
    width: 35%;
    color: #383808;
}
.user-row ul li span{
    display: inline-block;
    width:50%;
    margin-bottom: 8px;
    color:#7a7a7a;
}

.article-row{
    float:clear;
    display:block;
    margin-top:10px;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-top: 1px #a0a0a0 solid;			
}
.btn-sg{
    padding: 12px 25px;
    font-size: 22px;
    line-height: 2.5;
    border-radius: 7.5px;
}

.img-responsive{
    width:260px;
    height: 260px;
}


.user-row{
    display:block;
    padding-bottom: 10px;
    overflow: hidden;
}
.user-row ul{
    display:block;
}
.user-row ul li{
    list-style:none;
    margin-right: 20px;
    padding:10px 10px 3px 10px;
    border-bottom:1px #a0a0a0 solid;
}
.user-row ul li label{
    margin-left:10px;
    width: 35%;
    color: #383808;
}
.user-row ul li div{
    display: inline-block;
    width:50%;
    margin-bottom: 8px;
    color:#7a7a7a;
}
.article-row{
    float:clear;
    display:block;
    margin-top:10px;
    padding: 10px;
    border-top: 1px #a0a0a0 solid;
}
.article-row{
    float:clear;
    display:block;
    margin-top:10px;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-top: 1px #a0a0a0 solid;			
}
.btn-sg{
    padding: 12px 25px;
    font-size: 22px;
    line-height: 2.5;
    border-radius: 7.5px;
}
.img-responsive{
    width:260px;
    height: 260px;
}

.tab-pane{
    margin-top: 30px;
    margin-bottom: 30px;
}


.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
.divspan{
    width: 100%;
    border:1px #004974 solid;
    margin-top: 20px;
    margin-bottom: 20px;
}

#iframe{
    border:none;
}