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

#customer-detail {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 2px 3px #999999;
	clear: both;
    margin: 0 auto 20px;
    padding:25px;
    width: 647px;
	overflow:hidden;
}

.bg {
	background:url("/images/search/bg_mobilettl.jpg");
	border-radius: 0 0 4px 4px;
	padding:2px 0 0;
}

/* スタッフコメント */
.staff-comment {
	background:#fff;
	border:1px solid #cccccc;
	border-top:none;
	border-radius: 0 0 4px 4px;
	margin:0 0 25px;
	padding:20px;
	overflow:hidden;
}

.staff-comment .staff {
	width:175px;
	height:137px;
	float: left;
	overflow: hidden;
}

.staff-comment .staff .origin {
    max-width: 173px;
    max-height: 128px;
}

.staff-comment .staff p {
	background: url("/images/bg_spot_phtBak.jpg") repeat scroll;
	border:1px solid #cccccc;
	display: table-cell;
    height: 135px;
    text-align: center;
    vertical-align: middle;
    width: 175px;
}

.staff-comment dl {
	float:left;
	margin:0 0 0 20px;
	width:410px;
}

.staff-comment dl dt {
	border-bottom:1px solid #cccccc;
	padding:0 0 3px;
	width:100%;
}

.staff-comment dl dt strong {
	font-size:16px;
}

.staff-comment dl dd {
	margin:10px 0 0;
}

/* お客様の声left */
.customer-comment {
	float:left;
	width:316px;
}

.voice {
	background:#fff;
	border:1px solid #cccccc;
	border-top:none;
	border-radius: 0 0 4px 4px;
	padding:8px;
	position:relative;
	overflow:hidden;
}

.customer-comment .voice {
	border-top:none;
}

.voice .name {
	overflow:hidden;
	margin:15px 0 10px;
}

.voice .name h2 {
	font-size:18px;
	font-weight:bold;
	float:left;
	padding:0 0 0 12px;
	position:relative;
}

.voice .name h2:before {
    content: url("/images/search/bg_mobilettl.jpg");
    left: 2px;
    position: absolute;
    top: 12px;
	-webkit-transform: scale(5,19);
	-moz-transform: scale(5,19);
	-ms-transform: scale(5,19);
}

.customer-comment .voice .name h2:before {
	position: fixed\9; /* IE8以下 */
}

.voice .name span {
	float:right;
	line-height: 25px;
}

.voice dl {
	background:#f7f7f7;
	padding:10px;
}

.voice dl dt {
	border-bottom:1px dotted #cccccc;
	font-size:14px;
	font-weight:bold;
	width:100%;
	padding:0 0 5px;
	margin:0 0 10px;
}

.free {
	margin:25px 0 0;
	padding:0 5px;
}

.free dt {
	border-bottom:1px dotted #cccccc;
	font-size:14px;
	font-weight:bold;
	width:auto;
	padding:0 0 5px 20px;
	margin:0 0 10px;
	position:relative;
}

.free dt:before {
    content: url("/images/search/bg_mobilettl.jpg");
    left: 6px;
    position: absolute;
    top: 9px;
	-webkit-transform: scale(11,11);
	-moz-transform: scale(11,11);
	-ms-transform: scale(11,11);
}

.customer-comment .free dt {
    padding:0 0 5px 0\9; /* IE8以下 */
}

.customer-comment .free dt:before {
    position: fixed\9; /* IE8以下 */
}

/* お客様の声right */
.pht {
	float:right;
	width:305px;
}

.pht ul {
	overflow:hidden;
}

.pht ul li {
	width:305px;
	height:240px;
	float: left;
	overflow: hidden;
	margin:0 0 15px;
}

.pht ul li p {
	background: url("/images/bg_spot_phtBak.jpg") repeat scroll;
	border:1px solid #cccccc;
	display: table-cell;
    height: 238px;
    text-align: center;
    vertical-align: middle;
    width: 305px;
}

.pht ul li .origin{
    max-width: 270px;
    max-height: 250px;
}

.pht .click {
	background: url("/images/icn_company_glass.jpg") no-repeat scroll;
	line-height: 23px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    width: 200px;
}

/* ページャー */
#article .customer-prev {
    margin: 0 auto;
    width: 238px;
}

#article .customer-prev .btn {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE) repeat scroll 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #CCCCCC;
    border-radius: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
    margin: 0 10px;
    text-align: center;
}

#article .customer-prev li {
    cursor: pointer;
    float: left;
}

#article .customer-prev .btn a {
    display: block;
    padding: 14px 0;
    width: 100px;
    text-decoration: none;
    color: #111111;
}
