@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 7px;
}


#main .comBox2 {
	width:980px;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    font-size: 14px;
}
#main .comBox2 .comBox2Inner {
    padding:  20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
/*------------
.staffBox
-------------*/


#main .staffBox {
    width: 450px;
    margin: 0 20px;
    position: relative;
    min-height: 300px;
}
#main .staffBox:nth-child(odd) .staffInner::after {
    content: "";
    width: 5px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 468px;
} 
#main .staffBox:nth-last-of-type(-n+2) .staffInner::after {
    height: 90%;
    background: #000;

} 
#main .staffBox .staffInner {
    width: 450px;
    height: 100%;
    position: relative;
    padding-bottom: 25px;
}
#main .staffBox .staffInner div img {
    width: 200px;
    height: 250px;
    background: #DDD;
    position: absolute;
    top: 15px;
    right: 15px;
    outline : 4px solid #000;
    outline-offset : -4px;
    }

#main .staffBox .staffInner .staffName {
    border: 5px solid #000;
    box-sizing: border-box;
}
#main .staffBox .staffInner .staffName dt,
#main .staffBox .staffInner .staffName dd {
    padding: 5px 0 0 5px;
}
#main .staffBox .staffInner .staffName dt span,
#main .staffBox .staffInner .staffName dd span {
    width: 220px;
    word-wrap: break-word;
    display: inline-block;
}
#main .staffBox .staffInner .staffName dt,
#main .staffBox .staffInner .staffName dd.name01 {
    background: #F2F1EC;
}
#main .staffBox .staffInner .staffName dd.name01  {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
}
#main .staffBox .staffInner .staffName dd.name02  {
    padding-bottom: 14px;
    border-top: 5px solid #000;
}


#main .staffBox .staffInner .staffDetail dt:nth-of-type(-n+3),
#main .staffBox .staffInner .staffDetail dd:nth-of-type(-n+3){
    width:204px;
}
#main .staffBox .staffInner .staffDetail,
#main .staffBox .staffInner .staffDetail02 {
    margin-top: 10px;
}

#main .staffBox .staffInner .staffDetail dt,
#main .staffBox .staffInner .staffDetail02 dt {
    padding: 4px 8px;
    background: #999;
    color: #FFF;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
}
#main .staffBox .staffInner .staffDetail dd,
#main .staffBox .staffInner .staffDetail02 dd {
    padding:  7px;
    line-height: 1.2;
}
