@charset "UTF-8";

/* ここからデモページ用のコード */
/*body {
    width: 100% ;
    height: 5000px ;
    padding: 0 ;
}*/
/* ここまでデモページ用のコード */

.modal-content {
    width: 800px ;
    margin: 0 ;
    padding: 44px 50px 50px 50px ;
    border: 1px solid #cbcbcb;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 1001 ;
    /*top: 100px;
    left: 500px;*/
    overflow-y: scroll;
}

.modal-content-02 {
    /*height: 450px;*/
    /*overflow-y: scroll;*/
}
.modal-content-05{
    padding-bottom: 100px; 
}
.modal-content-06{
    padding-bottom: 100px; 
}
.modal-content-07{
    padding-bottom: 100px; 
}
.modal-content-08{
    padding-bottom: 100px; 
}
.modal-content-09{
    padding-bottom: 100px; 
}
.modal-content-10{
    padding-bottom: 100px; 
}
#modal-overlay {
    z-index: 1000 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
    color: #00f ;
    text-decoration: underline ;
}
 
.button-link:hover {
    cursor: pointer ;
    color: #f00 ;
}





/* ここから静的見た目 */


.modal-content .title {
    font-weight: bold;
    color: #0054a7;
    font-size: 16px;
    line-height: 1.75;
    vertical-align: top;
    display: block;
    margin-top: 14px;
}
.mark01{
    margin-left: 0;
    margin-right: 7px;
    padding: 4px 10px 3px;
    background: #c61010;
    /* margin-bottom: 50px; */
}
.title02{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-top: 13px;
}
.modal-content .profile {
    font-weight: bold;
}
.modal-content .profile .name {
    line-height: 3;
}
.modal-content .paragraph{
    margin-top: 10px;
}
.modal-content .ryakureki{
    margin-top: 10px;
}
.modal-content .profileArea{
    margin-top: 10px;
}
.modal-content-01 .profileArea {
    margin-top: 30px;
}
.modal-content .profileArea ul{
    margin-top: 10px;
}

.profileTitle{
    font-weight: bold;
    font-size: 14px;
    color: #0698a9;
}
.profileArea li{
    font-size: 12px;
    line-height: 2;
}
.profileArea li span{
    display: inline-block;
    margin-right: 30px;
}

.modal-photo{
    position: absolute;
    top: 0;
    right: 0;
}

.modal-close{
    position: absolute;
    /*top: -8px;
    right: -8px;*/
    top: 20px;
    right: 20px;
}
.modal-close-02 {
    top: 320px;
    right: 295px;
    z-index: 1029;
}
.ovf-hidden{
    opacity: 0;
}
.profileArea li span.year{
    margin-right: 90px;
}
.profileArea li span.year.type02{
    margin-right: 46px;
}
.profileArea li span.current-head{
    margin-right: 106px;
}
.modal-open{
    cursor: pointer;
}