#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
	overflow:auto;
  text-align: left;
	border:10px solid #666;
}
#the100th #facebox,
#twenty #facebox {
	max-height:500px;
}
* html #the100th #facebox,
* html #twenty #facebox {
	height:500px;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 525px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
	background:#fff;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* お客様の声 */
#voice{
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
	font-size:0.9em;
	line-height:1.5;
	color:#444;
	background:#fff;
}

#voice div {
	margin-bottom:16px;
	padding-bottom:16px;
	width:510px;
	border-bottom:1px dotted #aaa;
}
#voice img {
	float:left;
	padding-left:4px;
	margin-right:16px;
}
#voice p {
	padding:0 4px;
	line-height:1.4;
}
#voice p.name {
	margin-top:4px;
	text-align:right;
	color:#777;
	font-size:0.86em;
}

/* 成人衣裳 */
#cloth img {
	margin-top:8px;
}
