/* ----------------------------------------------- */
/*テーブル*/


/*テーブルヘッダー*/
#live_list_header{
	background:#21233b;
	padding:6px 0px 6px 11px;
	color:#fff;
	font-weight:bold;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-top-left-border-radius: 5px;
  -webkit-top-right-border-radius: 5px;
  -moz-top-left-border-radius: 5px;
  -moz-top-right-border-radius: 5px;

	box-shadow:rgba(113, 135, 164, 0.9) 0px 0px 6px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.9) 0px 0px 6px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.9) 0px 0px 6px 1px;
}

#live_list_header1{

}

#live_list_header2{
	float:right;
	text-align:right;
	margin:0 10px 0 0;
}

#live_list_header2 a{
	color:#92c000;
	text-decoration:none;
}


table.live_table {
  margin: 0 auto;
  width: 100%;

	box-shadow:rgba(113, 135, 164, 0.9) 0px 0px 6px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.9) 0px 0px 6px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.9) 0px 0px 6px 1px;
}
.live_table table,.live_table th,.live_table td {
	vertical-align: middle;
}
.live_table th,.live_table td {
  padding: 5px 15px;
	
}
.live_table th {
  background-color: #666;
  color: #fff;
}

.live_content {
	height:100px;
}

/* テーブル偶数、奇数色分け。 */
.live_table .odd {
  background-color: #f5f5f5;
}
.live_table .even {
  background-color: #fff;
}

table.live_table a{
	color: #0044CC;
}

.live_table .comment{
	font-size:12px;
	color:dimgray;
}

.live_table .thumbnail{
	padding: 1px;
	vertical-align:bottom;
	position: relative;
}

table .no{
	text-align: center;
	font-weight:bold;
	width:15px;
	padding: 5px;
	min-width: 38px;
}

table,.live_table .no,.live_table .thumbnail{
  border: 1px solid #dbe5e8;
}
.live_table .liveviewer{
	border-right:solid 1px #dbe5e8;
	border-top:solid 1px #dbe5e8;
	border-bottom:solid 1px #dbe5e8;
	font-weight:bold;

}


.live_table .livetitles{
	line-height: normal;
	font-weight:bold;
	border-right:solid 1px #dbe5e8;
	border-left:solid 1px #dbe5e8;
	border-top:solid 1px #dbe5e8;
	text-align:left;
	word-break:break-all;
}

.live_table .livetitles a:hover{
	color:red;
	text-decoration:none;
}

.live_table .liveinfo{
	border-left:solid 1px #dbe5e8;
	border-bottom:solid 1px #dbe5e8;
}

.live_table .username{
	border-right:solid 1px #dbe5e8;
	border-bottom:solid 1px #dbe5e8;


}

.live_table .info{
	font-size:13px;
}

.live_table .name a{
	font-size:15px;
	text-decoration: none;
}

.live_table .live_site {
	font-size:15px;
}

.live_table .live_site img {
	width:15px;
}


.table_header{
	background:#595658;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

.live_table .username{
	padding:0px;
}

.live_table a img{
	border-style:none;
}

.live_table .viewers a{
	text-decoration: none;
}

.live_table .userid{
	padding:0px 0 20px 0;
}

.live_table .userid a{
	font-size:15px;
	text-decoration: none;
	color:#333;

}

.live_table .lang {

}

.live_table .duration {
	padding-top: 2px;
	padding-left: 15px;
	margin-left: 5px;
	background: url(/image/clock.png) no-repeat left center;
	background-size:12px 12px;
}
.live_table .total {
	padding-top: 2px;
	margin-left: 5px;
	padding-left: 15px;
	background: url(/image/user.png) no-repeat left center;
	background-size:12px 12px;
}
.live_table .official_lv {
	padding-top: 2px;
	margin-left: 5px;
	padding-left: 15px;
	background: url(/image/star_fav_empty.png) no-repeat left center;
	background-size:12px 12px;
}
.live_table .comments {
	padding-top: 2px;
	margin-left: 5px;
	padding-left: 15px;
	background: url(/image/balloon.png) no-repeat left center;
	background-size:12px 12px;
}
.live_table .follower_num {
	padding-top: 2px;
	margin-left: 5px;
	padding-left: 15px;
	background: url(/image/heart.png) no-repeat left center;
	background-size:12px 12px;
}

.live_table .over_view_middle a {
	color:#c40026;
}

.live_table .over_view_high a {
	color:red;
}

.live_table .close_ng {
	display:none;
 position: absolute;
	left: 110px;
 top: 70px;
}

.live_table img.close_ng {
 width:15px;
}

.live_table .lang a {
 color:#000;
	text-decoration: none;
}
