@charset "utf-8";

#ListNewCast a[name="up"] + #pagerBtn + hr {
	display: none;
}

#ListNewCast .hr_none #from_to_count + hr {
	display: none;
}

#ListNewCast #favicon_open {
	margin: 10px 5px 0;
}

/***** profilePic *****/
#ListNewCast ul.profilePic {
	display: block;
	margin: 8px 0;
	border-bottom: 1px solid #CCC;
	overflow: overlay;
}

/* 2列表示 */
#ListNewCast ul.profilePic li.cast_2line {
	display: block;
	float: left;
	width: 50%;
	border-bottom: 20px solid #FFF;
	box-sizing: border-box;
	overflow: hidden;
}

#ListNewCast ul.profilePic > li.cast_2line:nth-child(even) {
	border-left:  10px solid #FFF;
	border-right: 20px solid #FFF;
}

#ListNewCast ul.profilePic > li.cast_2line:nth-child(odd) {
	border-left:  20px solid #FFF;
	border-right: 10px solid #FFF;
}

#ListNewCast ul.profilePic li a {
	display: block;
	text-decoration: none;
	position: relative;
}

#ListNewCast ul.profilePic .prof_detail {
	display: flex;
	width:  100%;
	height: 20px;
	background: rgb( 0, 0, 0, 0.5 );
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	position: absolute;
	bottom: 37px;
}

#ListNewCast ul.profilePic .status_list {
	width: 53px;
	height: 20px;
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

#ListNewCast ul.profilePic .status1 { background-image: url("../../ViComm/man/Image/A001/sp/usertop/status5.png"); } /*login*/
#ListNewCast ul.profilePic .status2 { background-image: url("../../ViComm/man/Image/A001/sp/usertop/status6.png"); } /*offline*/
#ListNewCast ul.profilePic .status3 { background-image: url("../../ViComm/man/Image/A001/sp/usertop/status1.png"); } /*tuuwachu*/
#ListNewCast ul.profilePic .status4 { background-image: url("../../ViComm/man/Image/A001/sp/usertop/status7.png"); } /*taiki*/

#ListNewCast ul.profilePic .prof_age {
	padding-right: 5px;
	color: #FFF;
	font-size: 0.6em;
	line-height: 20px;
	text-align: right;
	flex-grow: 1;
}

#ListNewCast ul.profilePic .pic_cnt {
	width: 30px;
	padding: 0 5px;
	color: #FFF;
	font-size: 0.6em;
	line-height: 20px;
}

#ListNewCast ul.profilePic .pic_cnt:before {
	content: "";
	display: inline-block;
	width:  14px;
	height: 14px;
	margin-right: 2px;
	background-image: url("../../ViComm/man/Image/A001/img/list_sprite.png");
	background-size: 84px auto;
	background-position: 0 -14px;
	vertical-align: -3px;
}

#ListNewCast ul.profilePic .mark_item img {
	position: absolute;
	right: 5px;
	top:   0px;
}

#ListNewCast ul.profilePic .mark_item img:nth-of-type(1) { top: 5px; }
#ListNewCast ul.profilePic .mark_item img:nth-of-type(2) { top: 20px; }
#ListNewCast ul.profilePic .mark_item img:nth-of-type(3) { top: 35px; }

#ListNewCast ul.profilePic .mark_item img[width="12px"] { right: 7px; }
#ListNewCast ul.profilePic .mark_item img[width="15px"] { right: 6px; }
#ListNewCast ul.profilePic .mark_item img[src*="tv_ok"] { right: 5px; }
#ListNewCast ul.profilePic .mark_item img + img[src*="tv_ok"] { margin-top: 2px; }

#ListNewCast ul.profilePic li.cast_2line .profPic {
	border-radius: 10px;
}

#ListNewCast ul.profilePic .cmtbox {
	height: 32px;
	margin-top: 5px;
	padding: 0 5px;
	font-size: 0.7em;
}

#ListNewCast ul.profilePic .cmtbox:before {
	content: "";
	display: inline-block;
	width:  14px;
	height: 14px;
	background-image: url("../../ViComm/man/Image/A001/img/list_sprite.png");
	background-size: 84px auto;
	background-position: -14px -14px;
	vertical-align: -3px;
}

/* 3列表示 */
#ListNewCast ul.profilePic li.cast_3line {
	display: block;
	float: left;
	width: 33.3%;
	text-align: center;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
	overflow: hidden;
}

#ListNewCast ul.profilePic li.cast_3line:nth-child(3n+1) {
  border-right: 1px solid #FFF;
}

#ListNewCast ul.profilePic li.cast_3line:nth-child(3n+2) {
  border-right: 1px solid #FFF;
}

#ListNewCast ul.profilePic li.cast_3line:nth-child(3n+3) {
  border-right: 1px solid #FFF;
}

#ListNewCast ul.profilePic li.cast_3line:last-child {
	margin-bottom: 8px;
}

#ListNewCast ul.profilePic li.cast_3line .prof_detail {
	border-radius: 0;
	bottom: 0;
}

/***** no_data *****/
#ListNewCast .no_data {
	margin: 20px 10px;
	padding: 20px 10px;
	text-align: center;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 8px;
}

/***** viewSelect *****/
#ListNewCast .viewSelect {
	flex-basis: 25px;
	margin-right: 5px;
	box-sizing: border-box;
}

#ListNewCast .viewSelect > div a {
	display: block;
	width:  25px;
	height: 25px;
	background-image: url('../../ViComm/man/Image/A001/img/viewselect23_sprite_sd.png');
	background-size: cover;
	cursor: pointer;
}

#ListNewCast .view_list a { background-position:     0 0; }
#ListNewCast .view_grid a { background-position: -25px 0; }


