/*---------------------全体囲み--------------------*/
#inquiry {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #666;
}
/*---------------------応募内容の入力--------------------*/
#inquiry #contents {
	width: 860px;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0;
	clear: both;
	text-align: left;
}
#inquiry #contents #shop_left table {
	width: 700px;
	background-color: #999;
	margin: 0 0 10px 0;
}	
#inquiry #contents #shop_left table {
	width: 700px;
	background-color: #999;
	margin: 0 0 10px 0;
}
#inquiry #contents #shop_left th {
	background-color: #666;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
#inquiry #contents #shop_left td {
	background-color: #FFF;
	padding: 8px 0 8px 5px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
