@charset "UTF-8";
/*-----------------------------------------------------

  voice CSS
  [LastUpDate:2014.09.11]

    - Lead
		- Thumb body 
		- Nailist Page

-----------------------------------------------------*/
/*-----------------------------------------------------

  Lead

-----------------------------------------------------*/
.lead {
	margin-bottom:10px;
	color:#5e5348;
	font-size:1.2rem;
	line-height: 1.5;
}




/*-----------------------------------------------------

  Thumb body 

-----------------------------------------------------*/
.thumb-body {
	margin:0 auto;
	width:290px;
	height:1160px;
	background-color:#ffffff;
	padding:5px;
	margin-bottom:10px;
	background-image:url(../images/voice/thumbList.jpg);
	background-size:290px auto;
	-webkit-background-size: 290px auto;
	background-repeat:no-repeat;
	background-position:center 5px;
}


.thumb-body li {
	overflow: hidden;
	float:left;
	padding-top: 58px;
	width:58px;
	height:0;
}




/*-----------------------------------------------------

  Nailist Page

-----------------------------------------------------*/
/*-----------------------------------------------------
  nailist-body
-----------------------------------------------------*/
.nailist-body {
	margin:0 auto;
	width:290px;
	background-color:#ffffff;
	padding: 5px 5px 15px 5px;
	margin-bottom:10px;
}

.nailist-title {
	width:290px;
	background-image:url(../images/voice/nailist-title-bg.png);
	background-size:290px auto;
	-webkit-background-size: 290px auto;
	background-repeat:no-repeat;
	border-bottom:#b5aba2 1px solid;
}

.nailist-number {
	background-color: #4b4238;
	min-width:30px;
	display: inline-block;
	height:23px;
	color:#dbd6cc;
	text-align:center;
	padding-top:7px;
}

/*-----------------nailist-body---------------*/

.nailist-delete{
	padding:100px 0;
	text-align: center;
}


/*-----------------------------------------------------
  dt-body
-----------------------------------------------------*/
.dt-body {
	margin:14px auto;
	width:230px;
}

.dt-title {
	margin:4px auto;
	width:230px;
}
.dt-title.comment {
	margin-top:10px
}

.dt-name {
	color:#333333;
	margin:2px auto 0;
	width:230px;
	font-size:80%;
}
.dt-job {
	color:#333333;
	margin:0 auto;
	width:230px;
	font-size:80%;
}

.dt-comment {
	margin:4px auto;
	width:230px;
}

.dt-star {
	margin:0 auto;
	position:relative;
	height:101px;
	width:230px;
	background:url(../images/nailist/ev.gif) no-repeat;
	background-size:230px auto;
	-webkit-background-size: 230px auto;
}

.dt-star dl {
	overflow: hidden;
	padding: 5px 0 9px 0;
	height:12px;
}

.dt-star dt {
	overflow: hidden;
	float: left;
	width: 150px;
	height: 0;
}

.dt-star dd {
	overflow: hidden;
	float: right;
	height:12px;
}

.dt-star dd img {
	float: left;
}


/*-----------------------------------------------------
  paging-body
-----------------------------------------------------*/
.paging-body {
	position:relative;
	height:29px;
	border-top:#b5aba2 1px solid;
}

.back-body {
	text-align:center;
	overflow:hidden;
	position:relative;
	height:29px;
	border-top:#b5aba2 1px solid;
}
#btn-prev {
	position:absolute;
	left:0;
	top:0;
}
#btn-next {
	position:absolute;
	right:0;
	top:0;
}

.back-body a{
	color:#5e5348;
	text-decoration:none;
	display: inline-block;
	margin-top:5px;
}