@charset "UTF-8";

@media screen and (min-width:641px) {
	.text_nameBox ,
	.text_kanaBox {
		display: inline-block;
		vertical-align: middle;
	}
	.text_name2Box ,
	.text_kana2Box {
		display: inline-block;
		vertical-align: middle;
	}
	.text_kanaBox ,
	.text_kana2Box {
		margin-left: 50px;
	}

	.select_yearBox ,
	.select_monthBox ,
	.select_dayBox {
		display: inline-block;
		vertical-align: middle;
		white-space: pre;
		padding-right: 20px;
	}
	.select_yearBox .select,
	.select_monthBox .select ,
	.select_dayBox .select {
		margin-right: 10px;
	}
	.select_yearBox {
		width: 150px;
	}
	.select_monthBox {
		width: 70px;
		margin-left: 50px;
	}
	.select_dayBox {
		width: 70px;
		margin-left: 50px;
	}
	.text_telBox {
		width: 300px;
	}
	.text_peopleBox {
		white-space: pre;
	}
}
@media screen and (max-width:640px) {
	.select_yearBox ,
	.select_monthBox ,
	.select_dayBox {
		display: inline-block;
		vertical-align: middle;
		padding-right: 0!important;
	}
	.select_yearBox .select ,
	.select_monthBox .select ,
	.select_dayBox .select {
		margin-right: 6px;
	}
	.select_yearBox .nyuuryokuDame ,
	.select_monthBox .nyuuryokuDame ,
	.select_dayBox .nyuuryokuDame ,
	.select_yearBox .nyuuryokuOK ,
	.select_monthBox .nyuuryokuOK ,
	.select_dayBox .nyuuryokuOK {
		display: none;
	}
	.select_yearBox {
		width: 120px;
	}
	.select_monthBox {
		width: 100px;
	}
	.select_dayBox {
		width: 100px;
	}
	.radio_weddingaboutBox .radio {
		display: inline-block;
	}
	.radio_weddingaboutBox .radio + .radio {
		margin-left: 30px;
	}
	.text_peopleBox {
		white-space: pre;
		width: 100px;
	}
	[name="text_people"] {
		margin-right: 10px;
	}
}