@media print,screen and (min-width:740px){
	
#contents .edit_zone h4{
		color: #000;
		font-size: 18px;	
		
		padding: 0 0 0 28px;
		
	    background: url(../../common/img/icon/icon_cir01.png) no-repeat 0 center;
}
	
	
	
.edit_zone .interview_list li:nth-child(odd){
		background: url(../img/interview/common/staff01.jpg) no-repeat 0 center;
}

.edit_zone .interview_list li:nth-child(even){
		background: url(../img/interview/common/staff02.jpg) no-repeat right center;
}

}

@media screen and (max-width:740px){

#contents .edit_zone h4{
		color: #000;
		font-size: 1.6rem;	
		
		padding: 0 0 0 8%;
		
	    background: url(../../common/img/icon/icon_cir01.png) no-repeat 0 center;
		background-size: 5% auto;
}

.edit_zone .interview_list li:nth-child(odd){
		background: url(../img/interview/common/staff01.jpg) no-repeat 0 center;
		background-size: 20% auto;
}

.edit_zone .interview_list li:nth-child(even){
		background: url(../img/interview/common/staff02.jpg) no-repeat right center;
		background-size: 20% auto;
}
}