@charset "UTF-8";

/* ------------ *01 title ------------ */

#contents h3 {
	width: 565px;
	height: 35px;
	margin-bottom: 10px;
	background: url(../img/title.jpg) no-repeat;
	text-indent: -9999em;
}

/* ------------ *02 text area ------------ */

.privacy {
	display: block;
	text-decoration: underline;
	padding-left: 10px;
	margin: 5px 0 0;
	background: url(../img_common/arrow02.gif) no-repeat left center;
}

#thkArea {
	width: 535px;
	padding: 0;
	margin: 0 15px;
}
#thkArea .contact{
	width: 513px;
	padding: 5px 10px 10px;
	margin: 25px 0;
	background-color: #f8f8e2;
	border: 1px solid #cccccc;
	line-height: 2em;
}

/* ------------ *03 form ------------ */

#contents table { width: 535px;}
#contents th {
	color: #1B1B1B;
	width: 170px;
	padding: 5px;
	background-color: #f8f8e2;
	border: 1px solid #cccccc;
	text-align: left;
	white-space: nowrap;
}
#contents th span {
	color:#c60000;
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
}
#contents td {
	padding: 5px 5px 5px 3px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
}
#contents td span { font-size: 10px; margin-left: 5px;}

#contents .txtArea textarea,input { padding: 1px;}

#contents .txtArea textarea { width: auto; margin: 0 0 5px;}
#contents td .radioBtn01 { margin: 0 3px;}
#contents td .inputBox01 { width: 200px; margin: 0 3px;}
#contents td .inputBox02 { width: 120px; margin: 0 3px 0 5px;}
#contents td .inputBox03 { margin: 0 3px;}

#contents p.btnArea { width: 535px; text-align: center; margin: 10px 0;}
#contents p.btnArea input { margin: 5px;}

#contents table#sslTxt { width: 535px; font-size: 10px; margin-top: 5px;}
#contents table#sslTxt th {
	width: 125px;
	background-color: #fbfbf1;
	border: none;
	text-align: left;
}
#contents table#sslTxt td {
	width: 510px;
	font-size: 10px;
	margin-top: 5px;
	border: none;
}

#contents td .caution{
	color:#c60000;
	font-size: 10px;
	font-weight: normal;
	margin-top: 3px;
}