@charset "utf-8";

/*------------------------------------------------------------------------------

CSS Information

URL:		http://pgd.jp/cgi/pgdmailform/pgdmailform.cgi
File name:	style.css
Summary:	base styles
Auther:		Akira Motojima / PGD WORKS

Order of desctiption

__Default_style_set
__container				(div#container)
__header				(div#header)
__contents				(div#contents)
__main					(div#main)
__footer				(div#footer)

------------------------------------------------------------------------------*/

/*--------------------------------------

__Default_style_set

--------------------------------------*/


/*--------------------------------------

__main

--------------------------------------*/

span.form_necessary{

	color:red;
		font-size: 12px;
}

/* テーブル全体の表示 */
table.question {
	width:100%;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #DDDDDD;
	border-collapse: separate;
}



table.question th {
	padding: 10px;
	width: 200px;
	background: #EEEEEE;
	text-align: left;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
	vertical-align: middle;
}

table.question td { 
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}


