/* CSS Document */

table td{
	text-align: right;
}

table input,
table select{
	padding: 5px;
	line-height: 180%;
	font-size: 20px;
	border-radius: 8px;
	border-color: #888;
}
table td{
	padding-top:    16px;
	padding-bottom: 16px;
}
.formWrap{
	padding: 40px;
	background-color: #FBF0F1;
}
.showBtns{
	/*border-top: 1px dashed #fd0c2f;*/
	padding-top: 20px;
	text-align: center;
	margin:auto;
}
span.tani{
	font-size: 20px;
	display: inline-block;
	width: 2em;
}

table{
	width: 100%;
}


@media screen and (min-width:576px){
	table th,
	table td{
		border-bottom: 1px dashed #fd0c2f;
		padding-bottom: 20px;
		line-height: 180%;
		vertical-align: bottom;
	}
}
@media screen and (max-width:575px){
	.formWrap{
		padding: 15px;
	}
	table th,
	table td{
		display: block;
	}
	table th{
		border-top: 1px dashed #fd0c2f;
		padding-top: 20px;
	}


}

input[type=radio]{
	transform:scale(2.0);
	margin-left: 12px;
	margin-right: 12px;
}

.readtext{
	padding-top: 25px;
	margin-bottom: 25px;
}


body.black-back .formWrap{
	background-color: black!important;
}
body.blue-back .formWrap{
	background-color: #0000ff!important;
}