/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: auto;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: auto;
}
.wpcf7 input[name="your-tel"] { /* 電話番号入力欄 */
	width: auto;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
}
