@charset "UTF-8";


.Txt-18 {
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
}

.taC { text-align: center !important;}

.Atten {
	color:#FF0033;
}

/*---テーブル---*/
.table_form {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	.table_form th,
	.table_form td {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}
	.table_form th {
		width: 30%;
		background-color: #E5F0F8;
		text-align: left;
		vertical-align: top;
	}
@media screen and (max-width:429px){
.table_form {
	width: 100%;
}
	.table_form,
	.table_form thead,
	.table_form tbody,
	.table_form tr,
	.table_form th,
	.table_form td {
		width: 100%;
		display: block;
	}
	.table_form th,
	.table_form td {
		border-top: none;
		border-left: none;
	}
	.table_form th {
		width: 100%;
		text-align: left;
	}
}
