@charset "utf-8";
/*
	Theme Name: RE:DIVER-CHILD
	Template: rediver
	Description: re:Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
*/

/* コメントフォーム：購読チェックを非表示 */
#commentform p.comment-subscription-form,
#commentform .comment-subscription-form,
#commentform input[type="checkbox"],
#commentform input[type="checkbox"] + label {
  display: none !important;
}

/* コメントフォーム：メール欄を非表示 */
#commentform input[name="email"],
#commentform input[name="mail"],
#commentform input[id="email"],
#commentform input[id="mail"],
#commentform input[type="email"],
#commentform input[value*="@"],
#commentform input[placeholder*="メール"],
#commentform input[placeholder*="mail"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}