@charset "utf-8";

/*-------------------------------------
Main
---------------------------------------*/

/* section
---------------------*/
#Main div.section{
	width:580px;
	padding:20px 0 0 0;
	margin:0 10px 0 10px;
	overflow:hidden;
}

#Main div.section p.text{
	margin:0 0 10px 0;
}
#Main div.section p.text span{
	font-weight:bold;
	color:#A61A1A;
}
#Main div.section p.error{
	padding:10px;
	margin:0 0 20px 0;
	font-weight:bold;
	color:#A61A1A;
	border:1px solid #A61A1A;
}

#Main div.section table{
	width:580px;
	margin:0 auto 0 auto;
	border-top:1px solid #D9D6C4;
	border-left:1px solid #D9D6C4;
}
#Main div.section table th,
#Main div.section table td{
	padding:10px;
	text-align:left;
	border-bottom:1px solid #D9D6C4;
	border-right:1px solid #D9D6C4;
}
#Main div.section table th{
	width:120px;
	font-weight:bold;
	background:#F3F2E8;
}
#Main div.section table th span{
	font-weight:bold;
	color:#A61A1A;
}
#Main div.section table td label{
	padding:0 5px 0 0;
}

#Main div.section table td input,
#Main div.section table td select{
	margin:0 5px 0 0;
	vertical-align:middle;
}

#Main div.section table td input.w60{
	width:60px;
}
#Main div.section table td input.w100{
	width:100px;
}
#Main div.section table td input.w300{
	width:300px;
}
#Main div.section table td textarea{
	width:98%;
	height:150px;
}

#Main div.section p.btn{
	margin:20px 0 0 0;
	text-align:center;
}
#Main div.section p.btn img,
#Main div.section p.btn input{
	margin:0 5px 0 5px;
}


/* section.privacy
---------------------*/
#Main div.section.privacy h3{
	padding:5px 10px 5px 10px;
	font-size:100%;
	font-weight:bold;
	border:1px solid #D9D6C4;
	border-bottom:none;
	background:#F3F2E8;
}
#Main div.section.privacy ul{
	padding:10px 10px 5px 10px;
	border:1px solid #D9D6C4;
}
#Main div.section.privacy ul li{
	margin:0 0 5px 0;
	padding:0 0 0 13px;
	background:url("/contact/images/ic_square.gif") no-repeat 0 3px;
}
#Main div.section.privacy p{
	width:570px;
	margin:20px 0 0 0;
	padding:5px;
	background:#F6E8E8;
}

#Main div.section.privacy p span{
	display:block;
	padding:10px 10px 10px 40px;
	border:1px solid #E9C6C6;
	background:url("/contact/images/ic_ssl.jpg") no-repeat 2% 50% #FFF;
}

/* for SSL*/
#Main div.section-ssl{
	width:540px;
	overflow:hidden;
	margin:10px auto ;
	padding:20px 20px 0 20px;
	border:1px solid #E6E3D9;
	background:#F3F2E8;
}
#Main div.section-ssl div.ssl-m{
	margin:0;
	float:left;
	width:120px;
	display:block
	overflow:hidden;}