@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------lpTb */
.lpTb {
	clear: both;
	margin: 0px 0px 5px 0px;
	border-collapse: collapse;
	width: 100%;	
	border:0px;

}
.lpbox .lpTb {
	clear: both;
	margin: 0px 0px 5px 0px;
	border-collapse: collapse;
	width: 100%;
	border:0;
}

.lpTb caption {
	line-height: 120%;
	text-align:left;
	color:#666;
}

.lpTb tr.altrow{
	background: #FFF5F0;
}
.lpTb th {
	line-height: 165%;
	vertical-align: top;
	padding: 3px 3px 1px 3px;
	color: #555;
	font-weight: bold;
	vertical-align:bottom;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ccc;
	background: #FFF url(../images/lpTb_thbg.gif) repeat-x right bottom;
}
.lpTb th input{ vertical-align: middle;}
.lpTb th img {
	margin: 0 3px;
	cursor: pointer;
	
}
.lpTb td img, .lpTb caption img , .cp .lpTb img {vertical-align:middle; margin:0 0 2px; width:auto; height:auto; border:0px;}
	
.lpTb td .image img{
	width: 120px;
	padding:1px;
	border: 1px solid #999999;
	margin: 2px 4px 5px 0;
}

.lpTb td{
	line-height: 165%;	
	vertical-align: top;
	padding: 5px 5px 5px 3px;
	border-bottom: 1px dotted #BBBBBB;
	border-right:0;
}
.lpTb td p{ color:#666;}
.lpTb td .date{
	color:#C90;padding:0px;}

.lpTb td a {
	margin-right: 5px;
	text-decoration:underline;
}
.lpTb td.label{ white-space:nowrap;	}

.lpTb td .more{	
	float:right;		
	margin:0px 0 0px 0;
	padding:0px;
	clear:both;
}
.lpTb td ul.list{ margin:2px 0 2px 0px; padding:0px;  }
.lpTb td ul.list li{
	background: url(../images/icon_arrow4.gif) no-repeat 0px 8px;
	padding:2px 0 2px 10px;
	
	border:0px;
	position: inherit;
	width:inherit;	
	display: inherit; 
	float: inherit;
}
.lpTb td ul.list li a{
	white-space: inherit;
	line-height:180%;
}
.lpTb td p.ans{
	text-decoration: none;
}
.lpTb td a {
	text-decoration: none;
}
.lpTb td a:hover {
	text-decoration: underline;
}
.lpTb td ul.list li a:hover{ color:#900; text-decoration:none;}
/*---------------------listTb2------------------*/
.lpTb2{
	border-collapse: collapse;
	margin: 5px auto 10px 0;
	width:100%;
	clear:both;
}

.lpTb2 th.throw {
	vertical-align: top;
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	width:20%;
	padding: 5px 15px 1px 0;
	background: #efefef url(../images/th_bg.gif) no-repeat right 10px;
	border-bottom: 1px dotted #BBBBBB;
	border-right: 1px dotted #BBBBBB;
}
.lpTb2 th img {
	margin: 0 3px;
	cursor: pointer;
}
.lpTb2 td {
	line-height: 165%;
	width:24%;
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px dotted #BBBBBB;
}
.lpTb2 td a{ text-decoration:underline;}
.lpTb2 td a:hover{ text-decoration:none; color:#c00;}
.lpTb2 td em{ font-style: normal; color:#930; }
