@CHARSET "UTF-8";
.from_text_p {
	text-align: left;
	margin-bottom: 10px;
}


/* fromToWizard */
.fromToWizard {
	width: 100%;
	display: table;
	margin: 10px 0;
}

.fromToWizard .form_tr {
	display: table-row;
}

.fromToWizard .form_td {
	display: table-cell;
	width: 50%;
	text-align: center;
}

.form_button {
	width: 120px;
	height: 40px;
	display: block;
	border-radius: 6px;
	background-color: #000000;
	color: #ffffff;
	margin: 0 auto;
	line-height: 40px;
}

/* Form */
.field_table {
	display: table;
	width: 100%;
}

.field_table .field_tr {
	display: table-row;
}

.field_table .field_th {
	display: table-cell;
	padding: 15px 10px;
	box-sizing: border-box;
	color: #000000;
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
}

.field_table .field_td {
	display: table-cell;
	padding: 15px 10px;
	box-sizing: border-box;
	border: 1px #dddddd solid;
	color: #000000;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
	width: 100%;
}

.field_table .field_td .text-input {
	padding: 5px;
	border-radius: 6px;
	font: 14px/1.231 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 13px;
	border: solid 1px #d5d5d5;
	color: #333333;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	background-color: #ffffff;
	-webkit-appearance: none;
}

.field_table .field_td .texteria-input {
	padding: 5px;
	border-radius: 6px;
	font: 14px/1.231 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 13px;
	border: solid 1px #d5d5d5;
	color: #333333;
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	background-color: #ffffff;
	-webkit-appearance: none;
}

.field_table .field_td .s-text-input {
	padding: 5px;
	border-radius: 6px;
	font: 14px/1.231 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 13px;
	border: solid 1px #d5d5d5;
	color: #333333;
	width: 100px;
	box-sizing: border-box;
	height: 40px;
	background-color: #ffffff;
	-webkit-appearance: none;
	margin-right: 10px;
}

.field_table .field_td .s-select-input {
	padding: 5px;
	border-radius: 6px;
	font: 14px/1.231 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 13px;
	border: solid 1px #d5d5d5;
	color: #333333;
	width: 70px;
	box-sizing: border-box;
	height: 40px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
}

.field_table .field_td .select-input {
	padding: 5px;
	border-radius: 6px;
	font: 14px/1.231 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 13px;
	border: solid 1px #d5d5d5;
	color: #333333;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	background-color: #ffffff;
}

.confirm_submit_box {
	width: 50%;
	display: table-cell;
}

.confirm_submit_box .s-text-input {
	padding: 5px;
	border-radius: 6px;
	font: 14px/1.231 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 13px;
	border: solid 1px #d5d5d5;
	color: #333333;
	width: 100px;
	box-sizing: border-box;
	height: 40px;
	background-color: #ffffff;
	-webkit-appearance: none;
	margin-right: 10px;
}

.form_ma_15 {
	margin: 15px 0 !important;
}

.form_text_l {
	text-align: left !important;
}

.no_padding {
	padding: 0 !important;
}

.list_table {
	width: 100%;
	display: table;
}

.list_table .list_tr {
	display: table-row;
}

.list_table .list_th {
	width: 35%;
	display: table-cell;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #ffffff;
	text-align: left;
	padding: 5px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.list_table .list_td {
	width: 15%;
	display: table-cell;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #ffffff;
	text-align: left;
	padding: 5px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.no_table_border {
	border: none !important;
}






