@CHARSET "UTF-8";

#main-image {
	margin: 0;
	padding: 0;
}
#voice-menu {
	margin: 30px 0 30px 10px;
}
#voice-menu ul li {
	float: left;
}
#voice-menu ul li a {
	display: block;
}
#voice-menu ul li.menu1 {
	position: relative;
	z-index: 10;
}
#voice-menu ul li.menu2 {
	position: relative;
	z-index: 2;
	margin-left: -25px;
}
#voice-menu ul li.menu3 {
	position: relative;
	z-index: 1;
	margin-left: -25px;
}

#voice-content,
#voice-list-content,
#voice-search-content {
	margin: 0 20px 50px;
	font-size: 1.6em;
}
#voice-pagenate {
	margin: 20px 100px 30px;
}
#voice-pagenate .prev {
	float: left;
}
#voice-pagenate .next {
	float: right;
}
 /*
 *お客様の声ページ
 */
#voice-content .product {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
#voice-content .voice-title {
	font-size: 1.4em;
	margin-bottom: 40px;
}
#voice-content .voice-image,
#voice-content .voice-desc {
	float: left;
}
#voice-content .first-section,
#voice-content .second-section {
	margin-bottom: 30px;
}
#voice-content .first-section .voice-image {
	width: 400px;
}
#voice-content .first-section .voice-desc {
	width: 500px;
}
#voice-content .second-section .voice-desc p,
#voice-content .third-section .voice-desc p {
	width: 690px;
}
#voice-content .second-section .voice-image,
#voice-content .third-section .voice-image {
	width: 200px;
}
#voice-content .second-section .voice-image {
	margin-left: 10px;
}
#voice-content .third-section .voice-image {
	margin-right: 10px;
}
.photo-desc {
	font-size: 0.8em;;
}
.voice-desc p {
	margin-bottom: 20px;
}
.mgn-left-20 {
	margin-left: 20px;
}
.mgn-btm-40 {
	padding-bottom: 40px;
}
.fontb {
	font-size: 1.4em;
	font-weight: bold;
}
.voice-desc .desc-head {
	color: #0091d7;
	margin-bottom: 5px;
}

 /*
  * お客様の声一覧
  */
#voice-list-content {
}
#voice-list-content table {
	border-collapse: collapse;
	border-spacing: 0;
}
#voice-list-content table th {
	font-weight: normal;
	color: #0091d7;
	border-bottom: 1px solid;
	padding: 5px;
}
#voice-list-content table td {
	padding: 15px 5px 15px;
	vertical-align: top;
}

/*
 * お客様の声検索
 */
#voice-search-content {
	font-size: 10pt;
	position: relative;
	background-color: #cccccc;
	padding: 20px;
}
#voice-search-content p {
	margin-bottom: 30px;
}
#voice-search-content select {
	margin-right: 10px;
	width: 160px;
}
#voice-search-content input {
	width: 140px;
}
#submitButtion {
	font-size: 0.8em;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#resetButton {
	font-size: 0.8em;
	position: absolute;
	top: 30px;
	right: 20px;
}