#prof_top
{ behavior: url("../iepngfix.htc") }


/* l */

#girls{
	width			: 970px;
	margin			: 0 0 0 10px;
}

#prof_top{
	width			: 960px;
	float			: left;
	margin			: 0 0 19px 0;
	background		: url(./img/bg.png) no-repeat bottom right;
}

#prof_top_l{
	width			: 740px;
	float			: left;
}

#prof_top_r{
	width			: 220px;
	float			: left;
}

#prof_bt{
	width			: 970px;
	float			: left;
}

#prof_bt_l{
	width			: 360px;
	float			: left;
}

#prof_bt_r{
	width			: 610px;
	float			: left;
}


/* top_l */

#cover{
	width			: 726px;
	height			: 683px;
	background		: url(./img/cover.gif) no-repeat;
}

#cover #photo{
	width			: 517px;
	float			: left;
}

#cover #photo p{
	padding			: 8px 0 0 8px;
}

#cover #thum{
	width			: 209px;
	float			: left;
}

#cover #thum ul{
	width			: 200px;
	padding			: 9px 0 0 0;
}

#cover #thum li{
	width			: 100px;
	float			: left;
	font-size		: 0;
	line-height		: 0;
}


/* top_r */

#data{
	width			: 220px;
	height			: 175px;
	background		: url(./img/data.gif) no-repeat;
	margin			: 0 0 14px 0;
}

#data div{
	font-size		: 16px;
	line-height		: 25px;
	font-weight		: bold;
	padding			: 15px 0 3px 48px;
}

#data div em{	color	: #999999;}
#data div span{	color	: #ff3399;}

#data p{
	font-size		: 13px;
	line-height		: 25px;
	padding			: 0 0 0 48px;
}

#data p span{	color	: #9966ff;}

#data #txt{
	display			: block;
	text-align		: center;
	font-size		: 12px;
	color			: #ffff00;
	padding			: 10px 0 0 0;
}

#icon{
	height			: 110px;
	font-size		: 0;
	line-height		: 0;
}

#icon img{
	margin			: 0 0 2px 0;
}

#blog{
	height			: 385px;
	background		: url(./img/blog_no.gif) no-repeat 5px 45px #ffdcf3;
}

#blog iframe{
	margin			: 5px 0 0 5px;
}



/* bt_l */

#comment{
	width			: 335px;
}

#comment p{
	width			: 335px;
	font-size		: 12px;
	line-height		: 25px;
	background		: url(./img/dot.gif) repeat-y top left;
}


/* bt_r */

#play,#op{
	margin			: 0 0 18px 0;
}

#prof_bt_r h3{
	margin			: 0 0 4px 0;
}

#prof_bt_r ul{
}

#prof_bt_r li{
	width			: 150px;
	height			: 59px;
	float			: left;
	font-size		: 10px;
	line-height		: 32px;
	font-weight		: bold;
	color			: #993399;
	text-align		: center;
}

#prof_bt_r ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

#prof_bt_r .ok{		background	: url(./img/ok.gif) no-repeat}
#prof_bt_r .sp{		background	: url(./img/sp.gif) no-repeat}
#prof_bt_r .ng{		background	: url(./img/ng.gif) no-repeat}


#schedule h3{
	margin			: 0 0 4px 0;
}

#schedule div{
	width			: 303px;
	height			: 68px;
	float			: left;
	text-align		: center;
	background		: url(./img/sche.gif) no-repeat;
}

#schedule .day{
	font-size		: 13px;
	font-weight		: bold;
	padding			: 11px 0 17px 0;
}

#schedule .time{
	font-size		: 15px;
	color			: #993399;
}





/** sche **/

#sche{
	width: 960px;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sche ul{
	display: flex;
	width: 100%;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li{
	width: 100%;
	border-right: 1px dotted #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li:last-of-type{	border-right: none;}
#sche li .day{
	font-size: 14px;
	line-height: 20px;
	color: #993399;
	text-align: center;
	padding: 10px 0 0 0;
}

#sche li div{
	width: 100%;
	height: 75px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#sche li .pc_none{	display: none;}
#sche li div i{	font-style: normal;}