/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

/*
.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 50%;
}
.wpcf7 input[name="language1"] { 
	width: 50%!important
｝



.wpcf7 input[name="language2"] { /* 言語入力欄 */
	width: 50%;
｝
.wpcf7 input[name="Country2"] { /* 国入力欄 */
	width: 25%!important
}

.wpcf7 input[name="number-Visitors"] { /* 訪問者数入力欄 */
	width: 25%!important
｝	
	

.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 50%;
}
.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
	width: 85%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 50%;
}

	
	input [type="text"] {width:30%;
	}
*/	