@charset "utf-8";
/* CSS Document */

a {
	color: #EB008B;
}
#main h2 {
	margin-bottom: 20px;
	}
#main .section {
	padding: 0 0 14px 0;
	background: #fff;
/*	border: 1px solid #c3bab0;*/
	width: 589px;
	}
#main .section .body {
	background: #FFFAFA;
	width: 560px;
	margin: 0 0 0 14px;
	}
	
	#main .section .body h3 {
		padding: 30px 0 1em 0;
	}
	
	#main .section .body p  {
			font-size: 13px;
			color: #445;
			line-height: 1.6em;
			margin: 0 0 1.6em 30px;
	}
	
/* お客様の声　*/

.voices {
	 background: url(/img/about-voice-bg.gif) no-repeat;
	 width: 523px;
	 height: 300px;
	 margin-left: 20px;
	 margin-bottom: 2em;
	}

.voices table {
	margin-top: 25px;
	}
.voices td{
	 width: 235px;
	 padding-left: 18px;
	}
.voices p {
	margin-left: 0 !important;
	margin-bottom: 1em !important;
	line-height: 1.3em;
	color: #754D65 !important;
	font-size: 13px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
.voices .lead {
	 text-align: right;
	 color: #8C0053;
	 font-size: 13px;
	 padding: 25px 15px 0 0;
	 font-family: inherit;
	 font-weight: bold;
	}
.voices h5 {
	line-height: 1.5em;
	color: #8A0051;
	 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	
