/*
****************************************************************************************************
*                                                                                                  *
*	file name	:	ask.css                                                            *
*                                                                                                  *
*	version		:	1.0.0                                                              *
*                                                                                                  *
*	create date	:	2010.08.27	ver 1.0.0                                          *
*                                                                                                  *
*	author		:	momotani juntenkan ltd.                                            *
*				akimasa.kano                                                       *
*                                                                                                  *
****************************************************************************************************
*/

#toiawase {
	width: 100%;
	text-align: left;
	font-family: verdana, sans-serif, arial;
	font-size: 12px;
}

	#toiawase table {
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
	}

	#toiawase tr {
		height: 32px;
	}
	
	#toiawase th {
		width: 120px;
		color: #5A217F;
		border-bottom: 1px dotted #5A217F;
	}

		#toiawase th.notnull {
			width: 50px;
			font-size: 10px;
			color: #CC0000;
		}

	#toiawase td {
		border-bottom: 1px dotted #5A217F;
	}

#submit_container {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}

#error {
	margin: 7px 0px;
	width: 100%;
	background: #CC0000;
	border-bottom: 2px solid #CC0000;
}

	#error .error_header {
		padding: 7px;
		color: #FFFFFF;
	}

	#error .error_detail {
		margin: 0px 2px 0px 2px;
		padding: 4px;
		background: #FFFFFF;
		color: #CC0000;
		line-height: 18px;
	}

#thanks {
	width: 100%;
	border: 1px solid #5A217F;
	text-align: left;
	font-family: verdana, sans-serif, arial;
}

	#thanks .header {
		font-size: 14px;
		font-weight: 700;
		color: #5A217F;
		text-align: left;
		margin: 0px 10px;
	}

	#thanks .detail {
		font-size: 12px;
		font-weight: 500;
		color: #333333;
		text-align: left;
		margin: 0px 10px;
	}
	
.pad {
	padding: 4px;
}

