@charset "UTF-8";

/*------------------スタッフページ------------------*/
@media screen and (max-width: 500px){
	.widget_staff01 .inner_item {
		 width: 50%;
	}
	.widget_staff01 .inner_item_img {
		 width: 100%;
	}
	.widget_staff01 .inner_item_img img {
		 max-height: 180px;
	}
}


.widget_staff01 .inner_item .inner_item_txt dl{
	display: block;
}
.widget_staff01 .inner_item .inner_item_txt dt{
	border-bottom: 1px dotted #ccc !important;
}
.widget_staff01 .inner_item .inner_item_txt dt,
.widget_staff01 .inner_item .inner_item_txt dd{
	width: auto !important;
	display: block;
	padding: 10px 0 !important;
}