@charset "utf-8";
/* customervoice.css
--------------------------------------------------------- */

#customervoice_top {
	background: #ffffff; 
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	width:920px;
	height:200px;
	background-image: url(_src/customervoice/tit_customervoice01.jpg);
}

#title_customervoice {
	background-image: url(_src/customervoice/tit_customervoice02.gif);
	width:690px;
	height: 40px;
	margin-top: 18px;
}

.customer_list {
	float: left;
	width: 340px;
	height: 116px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.customer_index {
	width: 324px;
	height: 100px;
	background-color: #f3f3f3;
	margin:7px;
	margin-left: auto;
	margin-right: auto;
}

.margin_left_index {
	margin-left: 5px;
}

.customer_thumb {
	float: left;
	width: 122px;
	height: 91px;
/*	background-color: #1a1a1a; */
	margin: 5px;
}

.customer_explain {
	float:left;
	width: 180px;
	padding-left: 3px;
	text-align: left;
	margin-top: 10px;
}

#left_table {
	float:left;
	width: 435px;
	border-spacing: 0;
	border-collapse: collapse;
}

#left_table td {
	padding-top: 20px;
	padding-bottom: 30px;
}

#left_table th {
	color: #ac2626;
}

#right_table {
	margin-left:30px;
	float:left;
	width: 225px;
	border-spacing: 0;
	border-collapse: collapse;
}

#right_table td {
	padding-bottom: 20px;
}

.subtitle_icon {
	width: 5px;
	height: 20px;
	background-color: #d59292;
	float: left;
}

.subtitle_text {
	float: left;
	width: 400px;
	margin-left: 10px;
}

.line_separate {
	width: 435px;
	height: 1px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
