@charset "utf-8";
/*---------------------------------------
create:asoTWC/nishioka
---------------------------------------*/



form table.formTable {
	width: 100%;
}
.att {
	color: #d00;
	font-weight: bold;
}
form table.formTable th {
	text-align: right;
	white-space:nowrap;
}
form table.formTable th,
form table.formTable td {
	padding: 10px 10px;
}
form table.formTable td {
	font-size:90%;
	color:#777;
}
form table.formTable input,textarea,select {
	padding: 8px 10px;
	border-radius: 3px;
	border: solid 1px #aaa;
}
form table.formTable label {
	display:block;
	padding:5px 0;
}
form table.formTable label input {
	margin-right:4px;
}
.bottomLink {
	padding:30px;
	text-align:center;
}
.bottomLink input {
	padding: 5px 20px;
	border-radius: 4px;
	border: solid 1px #aaa;
}
.flow {
	padding:10px 15px;
	border:dotted 1px #999;
	margin-bottom:10px;
	background: #f5f5f5;
}
ol {
	padding: 0 0 0 20px;
}
ol li {
	list-style-type: decimal;
	padding:2px 0;
	font-size:90%;
}
.alignCenter {
	text-align:center;
}

table.check {
	width:85% !important;
	margin:0 auto;
}
table.check th {
	background:#f3f3f3;
}
table.check td {
	background:#fff3f3;
}

