@charset "utf-8";

/*---------------------------------------------------------
ご挨拶
---------------------------------------------------------*/
#door{
	width: 235px;
	float: right;
}

#intro{
	width:440px;
}

#signature{
	text-align: right;
	margin-top: 50px;
}




/*---------------------------------------------------------
スタッフ紹介
---------------------------------------------------------*/

.staffCategoryTitle{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.pt10{padding-top: 10px;}

.staffCategoryTitle .inner{
    position:relative;
    font-size: 125%;
    color:#666;
    font-weight: bold;
    padding: 0px 0px 0px 15px;
}

.staffCategoryTitle .inner::before{
    position: absolute;
    left: 0;
    content: "";
    width: 6px;
    height: 100%;
    background-color: #abd011;
    margin-right: 10px;
}



.staff_info{
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.staff_info h4{
	background: #F4F2F3;
	border-bottom: 1px solid #CCC;
    font-size: 140%;
	padding: 7px 10px 7px 18px;
}

.staff_info h4 span{
    font-size: 70%;
}

.staff_info dl{
	padding: 5px 5px 0px;
}

.staff_info dt{
	color: #84A20D;
	padding: 8px 0px;
	float: left;
	clear: left;
	margin-left: 12px;
}

.staff_info dd{
	padding: 8px 0px 8px 7em;
	border-bottom: 1px dotted #CCC;
}

.staff_info dd.last{
	border-bottom:none;
}


