@charset "UTF-8";
/* css/theme/faq/contact.css */


p.text-01 {
	margin:0;
	padding:0;
	line-height:2!important;
}

p.contact-btn {
	display: block;
	height: 43px;
	width:434px;
	margin:40px auto 0 auto;
}

p.contact-btn a {
	display: block;
	height: 43px;
	width:434px;
	margin:0;
	text-indent: -9999px;
	background:url(../../../images/faq/contact/mail-btn.gif) no-repeat 0 0;
}

p.contact-btn a:hover {
	background-position:0 -43px;
}

table#shop_table {
	width:700px;
	margin: 40px auto 40px auto;
	border-top:1px solid #ffb474;
	border-left:1px solid #ffb474;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;

}
#shop_table thead{
	background-color:#ffedd8;
}
#shop_table th{
	border-right:1px solid #ffb474;
	border-bottom:1px solid #ffb474;
	color:#330000;
	background-color:#996633;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
#shop_table td{
	border-right:1px solid #ffb474;
	border-bottom:1px solid #ffb474;
	padding:0.3em 1em;
}
#shop_table td.tdcenter {
	text-align:center;
}
