/*
Theme Name: Lightning Child Ebihara
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* 投稿下部の前の記事へ、次の記事へを削除 */
.next-prev {
 display:none;
}
/* コメント欄を削除 */
.comments-area {
 display:none;
}
/* CF7送信ボタン中央寄せ */
.cf7-submit-wrap {
  text-align: center;
}

.cf7-submit-wrap .wpcf7-submit {
  display: inline-block;
  width: auto;
}