@charset "utf-8";
/*
	ファイル名：/css/inquiry.css
	作成年月日：2010/05/17
	最終更新日：2010/05/26
	概要　　　：お問い合わせフォーム用CSSを記述
-----------------------------------------------	*/


/*SSL表示エリア
#main #SSL{
	height: 82px;
	width: 900px;
	margin: 10px auto;
}*/
/*SSLベリサインマーク表示エリア
#main #imgSSL{
	float: left;
	height: 82px;
	width: 115px;
	background-color: #FC0;
}*/
/*SSL文章表示エリア
#main #SSL .textSSL{
	line-height: 25px;
	padding-top: 10px;
	background-color: #6CC;
	padding-left: 10px;
}*/

/*テーブルタグに適用*/
#main #tableDiv {
	width: 900px;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	margin: 0px auto 20px;
	border-top: 1px dotted #999;
}
#main #tableDiv #attention {
	width: 600px;
	margin: 0px auto 5px;
}
#main #tableDiv table{
	width: 600px;
	margin: 0 auto;
	white-space: normal;
	word-break: normal;
}
#main th{
	padding: 10px;
	font-weight: bold;
	background-color: #CCC;
	border: 1px solid #000;
	width: 180px;
}
#main td{
	border: 1px solid #000;
	padding: 10px;
	background-color: #FFF;
}
#main #caption p{
	margin: 15px;
}
#main #caption h2{
	margin: 20px;
	font-size: 16px;
	font-weight: bold;
}
/*注意文を強調するための赤文字*/
.redBold{
	color: #F00;
	font-weight: bold;
}
/*inquiry.phpのボタン中央寄せ*/
#main #tableDiv #center{
	margin: 10px auto;
	width: 890px;
	text-align: center;
	padding: 10px;
}
#main #tableDiv #center p{
	margin: 10px;
}

/*inquiry_check.phpのボタン中央寄せ*/
#main #tableDiv #centerCheck{
	margin: 10px auto;
	width: 90px;
}
/*thank.phpのアンカー中央寄せ*/
#main #centerThank {
	margin: 30px auto;
	width: 70px;
}