@charset "utf-8";
/* CSS Document */

#nameBar{
	width:305px;
	margin:0 auto 7px;
	padding-bottom:7px;
	border-bottom:1px solid #000;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

#nameBar span{
	font-size:9px;
	font-weight:normal;
	/*color:#ff9900;*/
}

#schBox,#movieBox,#commentBox,#personalBox,#iconBox,#picBox{
	width:100%;
	margin:0 auto;
}


#mainPic{
	background-color:#000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000),color-stop(80%, #420c02), to(#dd2500));
	float: left;
    height: 272px;
    padding: 3px;
    width: 203px;
	margin-left:5px;
}

#mainPic img{
	width:100%;
	height:100%;
	object-fit:cover;
}

#thumbList{
	width:93px;
	float:right;
	margin-right:5px;
}

#thumbList li{
    background-color: #000000;
    border: 1px solid #000000;
    height: 66px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    width: 93px;
}



#iconBox li{
	/*float:left;
	margin:0 3px 0 0;*/
	display:inline;
	padding-left:5px;
}




.colorBar dt,.colorBar dd{
	float:left;
}

.colorBar dt{
	clear:both;
	width:45%;
	margin:3px 5px;
	background-color:#000;
	color:#FFF;
	padding:2px;
}

.colorBar dd{
	width:50%;
	margin:3px 0;
}


#commentBox p{
	color:#FFF;
	padding:5px;
}

#schBox table{
	width:100%;
}

#schBox tbody{
	display:flex;
}

#schBox tr{
	width:50%;
}

#schBox th,
#schBox td{
	display:block;
	text-align:left;
}

#schBox th{
  margin:3px 5px;
	background-color:#000;
  color:#FFF;
	font-weight:normal;
  padding:2px;
}

#schBox td{
	margin:3px 0;
}