@charset "UTF-8";

/* *********************************************

 お客様の声

********************************************** */

/* =================================================================================

 common

================================================================================= */

/* //////////////////////////////////////////////////////////////// メニュー */

ul#voiceMenu{
	margin-top:9px;
}

	ul#voiceMenu li{
		background:url(/common/css/img/icon_arrow04.gif) no-repeat left center;
		padding-left:27px;
		margin-top:10px;
		width:139px;
	}
	
	* html ul#voiceMenu li{
		width:166px;
	}
	
		ul#voiceMenu li a{
			display:block;
			/zoom:1;
		}

/* //////////////////////////////////////////////////////////////// title */

div#titleArea{
	position:relative;
	width:510px;
	min-height:36px;
	height:auto !important;
	height:36px;
	margin-left:20px;
	margin-top:47px;
	padding-bottom:10px;
}

	div#titleArea p#toList{
		position:absolute;
		right:0;
		top:21px;
	}


/* //////////////////////////////////////////////////////////////// voiceBody */

div#voiceBody{
}

/* お客様情報 */

dl.profile{
	width:134px;
	float:right;
}

	dl.profile dt,
	dl.profile dd{
		font-size:92%;
	}
	
	dl.profile dt{
		font-weight:bold;
		padding-top:7px;
	}
	dl.profile dd{
		background:url(/common/css/img/bg_dot02.gif) repeat-x left bottom;
		padding-bottom:2px;
	}

	dl.profile dt.user img{
		border:3px double #d7d7d7;
	}
	
	dl.profile dt.user,
	dl.profile dd.user{
		margin:0;
		padding:0;
		line-height:1.0;
	}

	dl.profile dd.user{
		background:none;
		margin-top:3px;
	}
	
	dl.profile dt.user img,
	dl.profile dd.user img{
		vertical-align:top !important;
	}
	
/* インタビュー */

div#voiceMain{
	width:510px;
	float:left;
	margin-top:-45px;
}

div#voiceMain h3{
	background:url(/common/css/img/bg_dot02.gif) repeat-x left bottom;
	font-weight:bold;
	font-size:136%;
	border-top:2px solid #0c45ae;
	padding-top:12px;
	padding-bottom:11px;
	margin-bottom:17px;
	margin-top:45px !important;
}

	div#voiceMain h3 span{
		background:url(../../common/css/img/icon_square.gif) no-repeat 1px 0.5em;
		display:block;
		padding-left:19px;
	}

h4.question{
	background:url(/common/css/img/line_solid02.gif) no-repeat left 0.75em;
	padding-left:33px;
	color:#c70807;
	font-weight:bold;
	font-size:107%;
	margin-bottom:3px;
	/zoom:1;
}

div#voiceMain p{
	width:460px;
	margin-left:33px;
	margin-bottom:20px;
}


/* 画像 */

div#voiceMain p.w200Img{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:93%;
}

	div#voiceMain p.w200Img img{
		/*border:1px solid #98989a;*/
		padding:2px;
	}
	
	div#voiceMain p.w200Img span{
		/*position:absolute;
		right:6px;
		bottom:28px;*/
		display:block;
		margin:-28px 6px -15px 0;
	}
	
		div#voiceMain p.w200Img span img{
			border:none;
			padding:0;
			margin-bottom:5px;
		}
	
	div#voiceMain p.w200Img a,
	div#voiceMain p.w200Img a:hover{
		color:#393939;
		text-decoration:none;
	}


/* for IE6（margin:0 auto;の代替） */

	* html div#voiceMain{
		text-align:center;
	}
	
	* html div#voiceMain h3,
	* html div#voiceMain h4,
	* html div#voiceMain p{
		text-align:left;
	}

/* PDFダウンロードボックス */

div.pdfDownload{
	width:440px;
	word-spacing:100%;
}

*html div.pdfDownload{
	width:678px;
}
	div.pdfDownload .fl{
		width:126px;
	}
	div.pdfDownload .fr{
		width:314px;
	}
	
	div.pdfDownload .fr p{
		width:auto !important;
		margin-left:0 !important;
	}
	
div.boxIndentNon div.pdfDownload{
	width:502px;
}


/* =================================================================================

 index

================================================================================= */

ul.voiceList li{
	/*min-height:156px;*/
	margin-bottom:10px;
}
	ul.voiceList li p,
	ul.voiceList li h3{
		/*position:relative;
		z-index:2;*/
	}
	ul.voiceList li p{
		/*margin-top:-2px;
		z-index:1;*/
	}
	ul.voiceList li h3{
		/*width:667px;
		height:125px;*/
		margin-bottom:-1px;
	}
	ul.voiceList li h3 a{
		/*width:667px;
		height:158px;*/
	}
	
	
	ul.voiceList li a{
	}
	

/* =================================================================================

 ss3

================================================================================= */


/* //////////////////////////////////////////////////////////////// 機能・特徴 */

/*width250pxの画像用CSS*/

div#voiceMain p.w250Img{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:93%;
}

	div#voiceMain p.w250Img img{
		padding:2px;
	}
	
	div#voiceMain p.w250Img span{
		/*position:absolute;
		right:6px;
		bottom:28px;*/
		display:block;
		margin:-28px 6px -15px 0;
	}
	
		div#voiceMain p.w250Img span img{
			border:none;
			padding:0;
			margin-bottom:5px;
		}
	
	div#voiceMain p.w250Img a,
	div#voiceMain p.w250Img a:hover{
		color:#393939;
		text-decoration:none;
	}




















