@charset "UTF-8";

#staffBox{
	height:220px;
	margin-bottom:20px;
	}

#staffBox img{
	float:left;
	margin-right:1.0em;}
	
#staffBox dl {}

#staffBox dt{
	display:inline-block;
	font-size:120%;
	border-bottom:2px dotted rgb(180,120,180);
	margin-bottom:0.5em;
	line-height:1.4;
	padding:0 1px;}
	
#staffBox dd {
	padding-bottom:2em;
	font-size:92%;}

@media (max-width: 970px) {
/*Tabret PC <768-970>768*/
}
@media (max-width: 767px) {
/*SmartPhone <-767>100%*/

#staffBox{
	width:auto;
	max-width:320px;
	height:auto;
	border-bottom:1px solid #ddd;}

#staffBox img{
	float:none;
	width:100%;
	margin-right:0;}

#staffBox dd {
	padding-bottom:1em;
	font-size:92%;}



}
