@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++
#wrapper
++++++++++++++++++++++++++++++++++++++++*/
#wrapper .section-bg {
	height			:4px;
	background-image	:url(../../common/img/section_bg_top.png);
	background-repeat	:no-repeat;
	}
#wrapper .section-body {
	padding			:16px 16px 10px;
	background-image	:url(../../common/img/section_bg.png);
	background-repeat	:no-repeat;
	background-position	:left bottom;
	}
table th {
	width		:160px;
	padding		:5px 5px;
	text-align	:right;
	color		:#ff7200;
	font-weight	:bold;
	}
table td {
	width		:720px;
	padding		:5px 5px;
	}
table td input.name {
	width		:160px;
	}
table td input.email {
	width		:320px;
	}
table td textarea {
	width		:95%;
	height		:120px;
	}
