@charset "utf-8";
/* CSS Document */

@import "../../css/base.css";


#inquiryTxt {
	font-size: 85%;
	width:540px;
	margin:40px 0 0 20px;
}

#inquiryTable {
	width: 540px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	margin:20px 0 0 20px;
	clear:both;
}

#inquiryTable th , #inquiryTable td {
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:8px;
	font-size:85%;
}

#inquiryTable th {
	white-space:nowrap;
}


#inquiryTable td {}

/*Button
------------------------------------*/

.confirmButton {
	margin:20px 0 0 210px;
}

.confirmButtonLeft {
	padding:30px 0 0 120px;
	float:left;
}

.confirmButtonRight {
	padding:30px 0 0 0;
	float:left;
}

/*エラー表示
------------------------------------*/

.notice {
	color: #F00;
	font-size: 10px;
}

/*エラー表示
------------------------------------*/

#thanksTxt {
	margin:20px 0 0 20px;
	font-size:14px;
	clear:both;
}
