#webform-filter-form 　{
  display:none;
}
#webform-submission-filter-form{
  display: none;
}
@media screen and (min-width:768px){
#webform-submission-press-release-add-form{ margin: 0 20%;  }
}  

@media screen and (max-width:767px){
  #webform-submission-press-release-add-form{width: 100%; margin: 5px;}
}

.control-label
{
 display:table; 
}


@media screen and (min-width:768px){
.form-item-lastname, .form-item-firstname, .form-item-last-kana, .form-item-first-kana{ display: inline-block; width: 50%; }
}  

@media screen and (max-width:767px){
#edit-lastname, #edit-firstname, #edit-last-kana, #edit-first-kana{ width: 100%; }
}