
/****************************
	問い合わせ画面
****************************/

.sharpTable {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
}

.sharpTable th {
	border: 1px #338a9d solid; /* セルの枠線（太さ・色・スタイル） */
	background-color: #63BCCF; /* セルの背景色 */
	color: white;
	padding:0.2em;
	text-align:center;
}

.sharpTable td {
	border: 1px #338a9d solid; /* セルの枠線（太さ・色・スタイル） */
	background-color: #FFFFFF; /* セルの背景色 */
	padding: 0.2em;
}

.sharpTable a {
	text-decoration: none; /* リンク文字の下線 */
	/*font-size: 10pt;*/ /* リンク文字のサイズ */
	/*font-weight: bold;*/ /* リンク文字の太さ */
}

.sharpTable -a:hover {
	color: #FF0000; /* ポイント時の文字色 */
}

/* validation エラー表示用 */
.error_list {
	color: red;
}

.confirm {
	text-align:center;
	margin-top: 2em;
	border: 2px #338a9d solid; /* セルの枠線（太さ・色・スタイル） */
	padding: 1em;
	background-color: #ffc0cb;
	line-height: 200%;
}