@charset "utf-8";

/*------------------------------------------------------------------------------

CSS Information

URL:		http://pgd.jp/cgi/pgdmailform/pgdmailform.cgi

Order of desctiption

__Default_style_set
__container				(div#container)
__header				(div#header)
__contents				(div#contents)
__main					(div#main)
__footer				(div#footer)

------------------------------------------------------------------------------*/

/*--------------------------------------

__Default_style_set

--------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

html {
	
	font-size:10px;
	
	/* XN[o[・梧ｬｺ */
	overflow-y: scroll; /* CSS3 */
	margin-bottom: 1px; height:100%; /* CSS3・守稔EUp */
	
	/* XN[o[・瑚牡 html/body・芽ｨｭ螳壹′Kv */
	/* scrollbar-base-color: #FFFFFF; */
	
}

body {
	
	background-color: #FFFFFF;
	color: #333333;
	font-family: 'MS UI Gothic','qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
	font-size: 14px;
	
	/* XN[o[・瑚牡 html/body・芽ｨｭ螳壹′Kv */
	/* scrollbar-base-color: #FFFFFF; */
	
}

img { border-width: 0px;}



a:link {
	text-decoration: none;
 color: #090;
	}

a:visited {
	text-decoration: none;
 color: #090;
	}

a:hover {
 color: #0066cc;
	}



/*--------------------------------------

__main

--------------------------------------*/

#main {
	width: 600px;
	margin: 10px auto;
	text-align:center;
	font-size:12px
}

#main p {
	margin: 10px 0;
}

#wrapper {
    text-align:left;
}

.mt10px {
    margin:10px 0px 0px 0px;
}

/* e[u・・・陦ｨ */
table.question {
	width: 550px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin: 10px auto;
}

.thcommon {
	padding: 10px 20px 10px 25px;
	background: #f7f7f7;
	border-bottom:1px dotted #cccccc;
}

.tdcommon {
	padding: 10px 20px 10px 25px;
	background-color:#ffffff;
	border-bottom:1px dotted #cccccc;
}

.thend {
	padding: 10px 20px 10px 25px;
	background: #f7f7f7;
	border:none;
}

.tdend {
	padding: 10px 20px 10px 25px;
	background-color:#ffffff;
	border:none;
}

/* G[・瑚｡ｨ */
table.question .error_coution {
	color:#FF0000;
}

.attention {
	color:#FF0000;
	font-weight:bold;
}

.attention02 {
	color:#FF0000;
	font-weight:bold;
	padding:0px 0px 0px 23px;
}

/* submit{^GA */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
	vertical-align:middle;
	height:25px;
}

div.question_submit input.button02 {
	width: 75px;
	vertical-align:middle;
	height:25px;

}

.01 {
    padding:0px 0px 3px 0px;
}

.center {
    padding-left:100px;
}

p {
	font-size:14px;
}

.check01 {
margin:10px auto 0px auto;
text-align:center;
font-weight:bold;
}