@charset "utf-8";
/* CSS Document */

#review div{
	position: relative;
	margin: 25px 0 60px 0;
	padding: 0;
	border-top: 6px solid #909080;
	border-left: 1px solid #909080;	
	border-right: 1px solid #606050;
	border-bottom: 1px solid #606050;
}
*html #review div{
	height: 1%;
}

#review div.nothing{
	padding: 45px 10px;
}

#review div#reviewMenu{
	padding: 0 0 0 0;
	background: #ccc;
	border-top: 1px solid #bdbdb0;
	border-left: 1px solid #bdbdb0;	
	border-right: 1px solid #909080;
	border-bottom: 1px solid #909080;
	vertical-align: middle;
	position: relative;
	margin: 50px 0 0 0;
}
#review div#reviewMenu h3{
	display: inline;
	background: none;
	color: #000;
	border: none;
	vertical-align: middle;
}

#review div#reviewMenu label{
	font-size: 0.8em;
	vertical-align: middle;
	margin: 0 0 0 1em;
}
#review div#reviewMenu #bt_extraction{
	background:#ccc url(../../ui/bt_go.gif) no-repeat scroll center center;
	border: none;
	height:20px;
	overflow:hidden;
	text-indent:-1000px;
	width:30px;
}

#review div dl{
	margin: 0;
	padding: 0;
	border: none;
}
	#review div dl dt{
		padding: 4px;
		margin: 0;
	}
	#review div dl dt span{
		padding:0;
		margin: 0 5px;
		font-size: 0.8em;
	}

	#review div dl dd{
		font-size: 1em;
		margin: 0;
		padding: 8px 16px 42px 32px;
		position: relative;
		/*background: #fff url(../icon/customer.gif) no-repeat  right bottom;*/
	}
	*html #review div dl dd{
		height: 1%;
	}
	#review div dl dt.res{
		margin: 0;
		padding: 4px 4px 4px 52px;
		border-top: 1px dotted #999;		
	}
	#review div dl dd.res{
		padding: 8px 16px 16px 76px;
		background-repeat: no-repeat;
		background-position: 10px 0;
		min-height: 60px;
	}
	*html #review div dl dd.res{
		height: 60px;
	}
	
#review div dd p.button{
	position: absolute;
	right: 0;
	bottom: 0;
	/*width: 220px;*/
	background: #fff url(../../images/bg/bg_lineccc.gif);
	text-align: right;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 2px 5px;
}
#review div dd p.button label{
	font-size: 0.8em;
}
#review div dd p.button a{
	font-size: 0.9em;
	background: #fff url(../../images/bg/genrebg.gif) repeat-x bottom;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 2px 4px;
	margin: 0 5px 0 0;
	color: #333;
}
	#review div dd p.button a:hover{
		background: #fff url(../../images/bg/genrebghover.gif) repeat-x bottom;
		color: #000;
	}

#review div p.top_right{
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	padding: 0;
	height: 30px;
	text-align: right;
}
	#review div p.top_right span{
		font-size: 0.8em;
		background: #ffc;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		padding: 4px;
		margin-right: 5px;
		vertical-align: middle;
		line-height: 22px;
		height: 22px;
	}

/*ページ番号*/
#pageNumbers{
	border-top: 1px dotted #999;
	margin: 0px 5px 40px 5px;
	padding: 8px;
	text-align: center;
}
#pageNumbers a{
	padding: 2px 1% 2px 1%;
	margin: 4px 2px 4px 2px;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#pageNumbers a:hover{
	color: #333;
	background: #bbb;
}
#pageNumbers a.previous{
	margin: 0 1em 0 0;
}
#pageNumbers a.next{
	margin: 0 0 0 1em;
}

#pageNumbers span.dot{
	color: #999;
}
#pageNumbers span.now{
	background: #999;
	border: 1px solid #999;
	padding: 2px 1% 2px 1%;
	margin: 2px;
	color: #fff;
}
