/*
hi5新版CSS規範
------------------------------------------------------------------------------------------------------------------------
1.全網統一部分請使用下列共用的CSS規範，並且請盡量不要修改統一部分的設定以免引響全網頁面
2.請不要用新增「單頁使用」的CSS或者另存「新的CSS檔案」，盡量使用已經規範的CSS檔案下新增樣式的方式以避免以後維護困難
3.新增在CSS之下的樣式，請一定要註明，例如：用在付費頁面，請於開始地方：/ * 付費頁 * /
4.CSS樣式命名請盡量符合用途，例如："text-bk12" 為12級黑色字型
5.為配合程式，圖片使用的路徑設定請下「根目錄」，例如：background-image: url(/hi5logo.gif);
------------------------------------------------------------------------------------------------------------------------
*/


/*---全網共用---*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
br {
	line-height: 10px;
}


/*---copyright---*/
.deep-pink12 {
	font-size: 12px;
	line-height: 18px;
	color: #e07b94;
	text-decoration: none;
}
.deep-pink12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #e07b94;
	text-decoration: none;
}
.deep-pink12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #e07b94;
	text-decoration: none;
}
.deep-pink12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #e07b94;
	text-decoration: none;
}
.deep-pink12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #e07b94;
	text-decoration: none;
}
.deep-pink12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}


/*---搜尋、文字AD列、影片頁---*/
.bk12-underline {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.bk12-underline a:{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.bk12-underline a:link{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.bk12-underline a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.bk12-underline a:active{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.bk12-underline a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: underline;
}
.rk12-underline {
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.rk12-underline a:{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.rk12-underline a:link{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.rk12-underline a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.rk12-underline a:active{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.rk12-underline a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: underline;
}
.search_extarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}



/*---首頁編輯推薦---*/
.white12 {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f1a3b7;
	text-decoration: none;
}


/*---分類影片---*/
.bk12 {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
}


/*---登入區---*/
.login_extarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


/*---what is new---*/
.pink12 {
	font-size: 12px;
	line-height: 18px;
	color: #ffb8ca;
	text-decoration: none;
}
.pink12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #ffb8ca;
	text-decoration: none;
}
.pink12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #ffb8ca;
	text-decoration: none;
}
.pink12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #ffb8ca;
	text-decoration: none;
}
.pink12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #ffb8ca;
	text-decoration: none;
}
.pink12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}
.light-blue {
	font-size: 12px;
	line-height: 18px;
	color: #44daff;
	text-decoration: none;
}
.light-blue a{
	font-size: 12px;
	line-height: 18px;
	color: #44daff;
	text-decoration: none;
}
.light-blue a:link{
	font-size: 12px;
	line-height: 18px;
	color: #44daff;
	text-decoration: none;
}
.light-blue a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #44daff;
	text-decoration: none;
}
.light-blue a:active{
	font-size: 12px;
	line-height: 18px;
	color: #44daff;
	text-decoration: none;
}
.light-blue a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}

/*---熱門索引---*/
.white11 {
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white11 a:{
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white11 a:link{
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white11 a:visited{
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white11 a:active{
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.white11 a:hover{
	font-size: 11px;
	line-height: 18px;
	color: #f1a3b7;
	text-decoration: none;
}
.white15 {
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
.white15 a:{
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
.white15 a:link{
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
.white15 a:visited{
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
.white15 a:active{
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
.white15 a:hover{
	font-size: 15px;
	line-height: 22px;
	color: #f1a3b7;
	text-decoration: none;
}
.white21 {
	font-size: 21px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
.white21 a:{
	font-size: 21px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
.white21 a:link{
	font-size: 21px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
.white21 a:visited{
	font-size: 21px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
.white21 a:active{
	font-size: 21px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
.white21 a:hover{
	font-size: 21px;
	line-height: 28px;
	color: #f1a3b7;
	text-decoration: none;
}
.apple-green11 {
	font-size: 11px;
	line-height: 18px;
	color: #d3ff6b;
	text-decoration: none;
}
.apple-green11 a:{
	font-size: 11px;
	line-height: 18px;
	color: #d3ff6b;
	text-decoration: none;
}
.apple-green11 a:link{
	font-size: 11px;
	line-height: 18px;
	color: #d3ff6b;
	text-decoration: none;
}
.apple-green11 a:visited{
	font-size: 11px;
	line-height: 18px;
	color: #d3ff6b;
	text-decoration: none;
}
.apple-green11 a:active{
	font-size: 11px;
	line-height: 18px;
	color: #d3ff6b;
	text-decoration: none;
}
.apple-green11 a:hover{
	font-size: 11px;
	line-height: 18px;
	color: #00f858;
	text-decoration: none;
}
.light-purple15 {
	font-size: 15px;
	line-height: 22px;
	color: #ff84e1;
	text-decoration: none;
}
.light-purple15 a:{
	font-size: 15px;
	line-height: 22px;
	color: #ff84e1;
	text-decoration: none;
}
.light-purple15 a:link{
	font-size: 15px;
	line-height: 22px;
	color: #ff84e1;
	text-decoration: none;
}
.light-purple15 a:visited{
	font-size: 15px;
	line-height: 22px;
	color: #ff84e1;
	text-decoration: none;
}
.light-purple15 a:active{
	font-size: 15px;
	line-height: 22px;
	color: #ff84e1;
	text-decoration: none;
}
.light-purple15 a:hover{
	font-size: 15px;
	line-height: 22px;
	color: #ff80a3;
	text-decoration: none;
}
.yellow21 {
	font-size: 21px;
	line-height: 28px;
	color: #fff600;
	text-decoration: none;
}
.yellow21 a:{
	font-size: 21px;
	line-height: 28px;
	color: #fff600;
	text-decoration: none;
}
.yellow21 a:link{
	font-size: 21px;
	line-height: 28px;
	color: #fff600;
	text-decoration: none;
}
.yellow21 a:visited{
	font-size: 21px;
	line-height: 28px;
	color: #fff600;
	text-decoration: none;
}
.yellow21 a:active{
	font-size: 21px;
	line-height: 28px;
	color: #fff600;
	text-decoration: none;
}
.yellow21 a:hover{
	font-size: 21px;
	line-height: 28px;
	color: #96ff00;
	text-decoration: none;
}
.light-blue21 {
	font-size: 21px;
	line-height: 28px;
	color: #00fff0;
	text-decoration: none;
}
.light-blue21 a:{
	font-size: 21px;
	line-height: 28px;
	color: #00fff0;
	text-decoration: none;
}
.light-blue21 a:link{
	font-size: 21px;
	line-height: 28px;
	color: #00fff0;
	text-decoration: none;
}
.light-blue21 a:visited{
	font-size: 21px;
	line-height: 28px;
	color: #00fff0;
	text-decoration: none;
}
.light-blue21 a:active{
	font-size: 21px;
	line-height: 28px;
	color: #00fff0;
	text-decoration: none;
}
.light-blue21 a:hover{
	font-size: 21px;
	line-height: 28px;
	color: #00c0ff;
	text-decoration: none;
}


/*---影片介紹頁---*/
.deep-gray12 {
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-decoration: none;
}
.deep-gray12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-decoration: none;
}
.deep-gray12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-decoration: none;
}
.deep-gray12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-decoration: none;
}
.deep-gray12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-decoration: none;
}
.deep-gray12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
}
.bk16-bold {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk16-bold a:{
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk16-bold a:link{
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk16-bold a:visited{
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk16-bold a:active{
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk16-bold a:hover{
	font-size: 16px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
	font-weight: bold;
}
.turquoise12-underline {
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
}
.turquoise12-underline a:{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise12-underline a:link{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise12-underline a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise12-underline a:active{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise12-underline a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: underline;
}
.red12-underline a:{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.red12-underline a:link{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.red12-underline a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.red12-underline a:active{
	font-size: 12px;
	line-height: 18px;
	color: #c30000;
	text-decoration: underline;
}
.red12-underline a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: underline;
}
.turquoise12 {
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
}
.turquoise12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
}
.turquoise12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
}
.turquoise12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
}
.turquoise12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
}
.turquoise12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
}
.turquoise15-underline {
	font-size: 15px;
	line-height: 22px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise15-underline a:{
	font-size: 15px;
	line-height: 22px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise15-underline a:link{
	font-size: 15px;
	line-height: 22px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise15-underline a:visited{
	font-size: 15px;
	line-height: 22px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise15-underline a:active{
	font-size: 15px;
	line-height: 22px;
	color: #06d2be;
	text-decoration: underline;
}
.turquoise15-underline a:hover{
	font-size: 15px;
	line-height: 22px;
	color: #f192ab;
	text-decoration: underline;
}

/*---分類頁---*/
.light-gray12 {
	font-size: 12px;
	line-height: 18px;
	color: #acacac;
	text-decoration: none;
}
.light-gray12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #acacac;
	text-decoration: none;
}
.light-gray12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #acacac;
	text-decoration: none;
}
.light-gray12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #acacac;
	text-decoration: none;
}
.light-gray12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #acacac;
	text-decoration: none;
}
.light-gray12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
}
.light-yellow12 {
	font-size: 12px;
	line-height: 18px;
	color: #f7ffb5;
	text-decoration: none;
}
.light-yellow12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #f7ffb5;
	text-decoration: none;
}
.light-yellow12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #f7ffb5;
	text-decoration: none;
}
.light-yellow12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #f7ffb5;
	text-decoration: none;
}
.light-yellow12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #f7ffb5;
	text-decoration: none;
}
.light-yellow12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #ffcc00;
	text-decoration: none;
}

/*---付費頁---*/
.turquoise12-bold {
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
	font-weight: bold;
}
.turquoise12-bold a:{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
	font-weight: bold;
}
.turquoise12-bold a:link{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
	font-weight: bold;
}
.turquoise12-bold a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
	font-weight: bold;
}
.turquoise12-bold a:active{
	font-size: 12px;
	line-height: 18px;
	color: #06d2be;
	text-decoration: none;
	font-weight: bold;
}
.turquoise12-bold a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
	font-weight: bold;
}
.red12 {
	font-size: 12px;
	line-height: 18px;
	color: #ff0000;
	text-decoration: none;
}
.red12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #ff0000;
	text-decoration: none;
}
.red12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #ff0000;
	text-decoration: none;
}
.red12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #ff0000;
	text-decoration: none;
}
.red12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #ff0000;
	text-decoration: none;
}
.red12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
}

/*---會員專區---*/
.deep-pink12_bold {
	font-size: 12px;
	line-height: 18px;
	color: #ff6088;
	text-decoration: none;
	font-weight: bold;
}
.deep-pink12_bold a:{
	font-size: 12px;
	line-height: 18px;
	color: #ff6088;
	text-decoration: none;
	font-weight: bold;
}
.deep-pink12_bold a:link{
	font-size: 12px;
	line-height: 18px;
	color: #ff6088;
	text-decoration: none;
	font-weight: bold;
}
.deep-pink12_bold a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #ff6088;
	text-decoration: none;
	font-weight: bold;
}
.deep-pink12_bold a:active{
	font-size: 12px;
	line-height: 18px;
	color: #ff6088;
	text-decoration: none;
	font-weight: bold;
}
.deep-pink12_bold a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.member_extarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.bk12-bold {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk12-bold a:{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk12-bold a:link{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk12-bold a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk12-bold a:active{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bk12-bold a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #f192ab;
	text-decoration: none;
	font-weight: bold;
}


/*---A金幣---*/
.bule12 {
	font-size: 12px;
	line-height: 18px;
	color: #00a6ff;
	text-decoration: none;
}
.bule12 a:{
	font-size: 12px;
	line-height: 18px;
	color: #00a6ff;
	text-decoration: none;
}
.bule12 a:link{
	font-size: 12px;
	line-height: 18px;
	color: #00a6ff;
	text-decoration: none;
}
.bule12 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #00a6ff;
	text-decoration: none;
}
.bule12 a:active{
	font-size: 12px;
	line-height: 18px;
	color: #00a6ff;
	text-decoration: none;
}
.bule12 a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #003c7a;
	text-decoration: none;
}


/*---包月---*/
.bule15-bold {
	font-size: 15px;
	line-height: 22px;
	color: #00a6ff;
	text-decoration: none;
	font-weight: bold;
}
.bule15-bold a:{
	font-size: 15px;
	line-height: 22px;
	color: #00a6ff;
	text-decoration: none;
	font-weight: bold;
}
.bule15-bold a:link{
	font-size: 15px;
	line-height: 22px;
	color: #00a6ff;
	text-decoration: none;
	font-weight: bold;
}
.bule15-bold a:visited{
	font-size: 15px;
	line-height: 22px;
	color: #00a6ff;
	text-decoration: none;
	font-weight: bold;
}
.bule15-bold a:active{
	font-size: 15px;
	line-height: 22px;
	color: #00a6ff;
	text-decoration: none;
	font-weight: bold;
}
.bule15-bold a:hover{
	font-size: 15px;
	line-height: 22px;
	color: #003c7a;
	text-decoration: none;
	font-weight: bold;
}

/*---頻道列表---*/
.deep-pink15 {
	font-size: 15px;
	line-height: 22px;
	color: #ff6088;
	text-decoration: none;
}
.deep-pink15 a:{
	font-size: 15px;
	line-height: 22px;
	color: #ff6088;
	text-decoration: none;
}
.deep-pink15 a:link{
	font-size: 15px;
	line-height: 22px;
	color: #ff6088;
	text-decoration: none;
}
.deep-pink15 a:visited{
	font-size: 15px;
	line-height: 22px;
	color: #ff6088;
	text-decoration: none;
}
.deep-pink15 a:active{
	font-size: 15px;
	line-height: 22px;
	color: #ff6088;
	text-decoration: none;
}
.deep-pink15 a:hover{
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
/*---熱門索引---*/
.bk13-LinkUnderline {
	font-size: 13px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
}
.bk13-LinkUnderline a {
	font-size: 13px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
}
.bk13-LinkUnderline a:link {
	font-size: 13px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
}
.bk13-LinkUnderline a:visited {
	font-size: 13px;
	line-height: 26px;
	color: #8d616d;
	text-decoration: underline;
}
.bk13-LinkUnderline a:active {
	font-size: 13px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
}
.bk13-LinkUnderline a:hover {
	font-size: 13px;
	line-height: 26px;
	color: #ff6088;
	text-decoration: underline;
}
/*---女優花名冊---*/
.bk15 {
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
}
.pink15-underline {
	font-size: 15px;
	color: #ff6088;
	text-decoration: underline;
}
.pink15-underline a:{
	font-size: 15px;
	color: #ff6088;
	text-decoration: underline;
}
.pink15-underline a:link{
	font-size: 15px;
	color: #ff6088;
	text-decoration: underline;
}
.pink15-underline a:visited{
	font-size: 15px;
	color: #ff6088;
	text-decoration: underline;
}
.pink15-underline a:active{
	font-size: 15px;
	color: #ff6088;
	text-decoration: underline;
}
.pink15-underline a:hover{
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
}
.bk12-av {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12-av a:{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12-av a:link{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12-av a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12-av a:active{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bk12-av a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #ad2e70;
	text-decoration: none;
}
