@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: #111111;
	font-family: 'MS UI Gothic','qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
	font-size: 1.6em;
	
	/* XN[o[・瑚牡 html/body・芽ｨｭ螳壹′Kv */
	/* scrollbar-base-color: #FFFFFF; */
	
}

img { border-width: 0px;}

p {
	font-size:14px;
}


a:link {
    color:#00a0ff;
	text-decoration: underline;
	}

a:hover {
    color:#cc141c;
	text-decoration: underline;
	}

a:visited {
    color:#00a0ff;
	text-decoration: underline;
	}



/*--------------------------------------

__main

--------------------------------------*/

#main {
	width: 575px;
	margin: 20px auto;
	text-align:center;
	font-size:12px;
	color:#000000;
}

#main p {
	margin: 10px 0;
}

/* e[u・・・陦ｨ */
table.question {
	width: 100%;
	margin: 10px auto;
}

table.question th {
    border-bottom:1px dotted #cccccc;
	margin:0px;
	padding: 10px 0px 10px 30px;
	background: #FFFFFF;
	color:#000000;
	text-align:left;
}

table.question td { 
	margin:0px;
	padding: 10px 5px 10px 30px;
	background-color:#ffffff;
    border-bottom:1px dotted #cccccc;
	text-align:left;
}

/* G[・瑚｡ｨ */
table.question .error_coution {
	color:#FF0000;
	margin:0px auto;
	text-align:center;s
}

table.question .attention {
	color:#FF0000;
}
/* submit{^GA */

div.question_submit {
	text-align:center;
	margin:20px 0px;
	padding:0px 0px 0px 100px;
}

div.question_submit input.button {
	width: 150px;
	height:25px;
}

div.question_submit input.button02 {
	width: 75px;
	height:25px;
}


.address {
    width:135px;
}

.inside {
    background:#ccecfb;
}