@charset "UTF-8";
/************************************
管理画面非表示関連
************************************/
#your-profile h2:nth-of-type(1){
	display: none;
}

#profile-page .form-table:nth-of-type(1),
#profile-page .form-table:nth-of-type(3) + h2,
#profile-page .form-table:nth-of-type(4),#profile-page .form-table:nth-of-type(4) + h2,
#profile-page .form-table:nth-of-type(5){
	display: none;
}

#profile-page .form-table:nth-of-type(2) tr.user-user-login-wrap,
#profile-page .form-table:nth-of-type(2) tr.user-role-wrap,
#profile-page .form-table:nth-of-type(2) tr.user-nickname-wrap,
#profile-page .form-table:nth-of-type(2) tr.user-display-name-wrap{
	display: none;
}

#profile-page .application-passwords.hide-if-no-js{
	display: none;
}

#profile-page .form-table tr.user-url-wrap,
#profile-page .form-table:nth-of-type(6) + h3,#profile-page .form-table:nth-of-type(7){
	display: none;
}

#profile-page .application-passwords.hide-if-no-js + h3{
	display: none;
}

#createuser .form-table tbody tr:nth-of-type(5),
#createuser .form-table tbody tr:nth-of-type(6){
	display: none;
}

/* #wpbody-content .user-rich-editing-wrap,
#wpbody-content .user-admin-color-wrap,
#wpbody-content .user-comment-shortcuts-wrap,
#wpbody-content .user-admin-bar-front-wrap,
#wpbody-content .user-language-wrap,
#wpbody-content .user-role-wrap,
#wpbody-content .user-first-name-wrap,
#wpbody-content .user-last-name-wrap,
#wpbody-content .user-url-wrap,
#wpbody-content .user-description-wrap,
#wpbody-content .user-profile-picture,
#profile-page h2,
#profile-page h3,
#profile-page h3 + .form-table,
#createuser tbody tr:nth-child(3),
#createuser tbody tr:nth-child(4),
#createuser tbody tr:nth-child(5),
#createuser tbody tr:nth-child(9),
#createuser tbody tr:nth-child(10),
#createuser table:nth-of-type(3),
#wpbody-content .search-box,
#wpbody-content .alignleft.actions:nth-child(2),
#wpbody-content .row-actions .view,
#wpbody-content .row-actions .capabilities{
	display: none !important;
} */
/************************************
管理画面全体スタイル
************************************/
/* #wpwrap{
  background-color: #fff;
}
#wpbody{
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}
#wpbody-content{
  position: relative;
  width: 1080px;
  margin: 10px auto 0;
}
.admin_menu{
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.admin_menu_in{
  width: 1070px;
  margin: 10px auto;
  color: #999;
}
.admin_menu_in h2{
  float: left;
  margin-right: 2em;
}
.admin_menu_list li{
  float: left;
  display: inline-block;
  padding:0 1.2em ;
  font-size: 0.9em;
  border-left: 1px solid #666;
}
.admin_menu_list li:first-child{
  border-left: none;
}
.admin_menu_list a{
  color: #666;
}
.admin_menu_list a:hover{
  text-decoration: underline;
} */
