﻿/* Item Status Jerry add---*/
/* iscarlady---*/
.item-iscarlady .header h2 {
  position: relative;
  text-indent: 76px;
}

.item-iscarlady .header h2:before {
  background: #9233f3;
  color: #fff;
  content: "isCar Lady";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 13px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 68px;
  text-indent: 0;
}


/* Item Status Jerry add---*/
/* ladybon---*/
.item-ladybon .header h2 {
  position: relative;
  text-indent: 82px;
}

.item-ladybon .header h2:before {
  background: #BE8FDD;
  color: #fff;
  content: "Lady 好棒棒";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 13px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 77px;
  text-indent: 0;
}

/* Lady Car---*/
.item-ladycar .header h2 {
  position: relative;
  text-indent: 76px;
}

.item-ladycar .header h2:before {
  background: #e5294e;
  color: #fff;
  content: "Lady Car";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 13px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 68px;
  text-indent: 0;
}

/* fuel---*/
.item-fuel .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-fuel .header h2:before {
  background: #15A4E1;
  color: #fff;
  content: "油耗測試";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 68px;
  text-indent: 0;
}

/* 心情 mood---*/
.item-mood .header h2 {
  position: relative;
  text-indent: 50px;
}

.item-mood .header h2:before {
  background: #8D88E3;
  color: #fff;
  content: "心情";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}

/* 奇聞軼事 funny---*/
.item-funny .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-funny .header h2:before {
  background: #F46915;
  color: #fff;
  content: "奇聞軼事";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 68px;
  text-indent: 0;
}

/* 新知 intel---*/
.item-intel .header h2 {
  position: relative;
  text-indent: 50px;
}

.item-intel .header h2:before {
  background: #108ABD;
  color: #fff;
  content: "新知";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}


/* 文化 culture---*/
.item-culture .header h2 {
  position: relative;
  text-indent: 50px;
}

.item-culture .header h2:before {
  background: #139D53;
  color: #fff;
  content: "文化";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}


/* 賽車 race---*/
.item-race .header h2 {
  position: relative;
  text-indent: 50px;
}

.item-race .header h2:before {
  background: #0F61D0;
  color: #fff;
  content: "賽車";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}

/* 車廠花絮 episode---*/
.item-episode .header h2 {
  position: relative;
  text-indent: 73px;
}

.item-episode .header h2:before {
  background: #18988B;
  color: #fff;
  content: "車廠花絮";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 68px;
  text-indent: 0;
}

/* 周邊商品 product---*/
.item-product .header h2 {
  position: relative;
  text-indent: 73px;
}

.item-product .header h2:before {
  background: #8A8CD9;
  color: #fff;
  content: "周邊商品";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 68px;
  text-indent: 0;
}



/* emotion---*/
.item-emotion .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-emotion .header h2:before {
  background: #27b3a7;
  color: #fff;
  content: "Emotion";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 13px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}

/* global---*/
.item-global .header h2 {
  position: relative;
  text-indent: 48px;
}

.item-global .header h2:before {
  background: #0b28bb;
  color: #fff;
  content: "國際";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}


/* taiwan---*/
.item-taiwan .header h2 {
  position: relative;
  text-indent: 48px;
}

.item-taiwan .header h2:before {
  background: #ff7506;
  color: #fff;
  content: "台灣";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}

/* road test---*/
.item-roadtest .header h2 {
  position: relative;
  text-indent: 48px;
}

.item-roadtest .header h2:before {
  background: #68900a;
  color: #fff;
  content: "試車";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}

/* column 觀點---*/
.item-column .header h2 {
  position: relative;
  text-indent: 48px;
}

.item-column .header h2:before {
  background: #F26531;
  color: #fff;
  content: "觀點";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}

/* F1---*/
.item-f1 .header h2 {
  position: relative;
  text-indent: 48px;
}

.item-f1 .header h2:before {
  background: #3c86c4;
  color: #fff;
  content: "F1";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 13px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}


/* Spy Shot 間諜照---*/
.item-spyshot .header h2 {
  position: relative;
  text-indent: 76px;
}

.item-spyshot .header h2:before {
  background: #d01506;
  color: #fff;
  content: "間諜照";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 13px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 56px;
  text-indent: 0;
}

/* information 快訊---*/
.item-information .header h2 {
  position: relative;
  text-indent: 48px;
}

.item-information .header h2:before {
  background: #fffc00;
  color: #3569ff;
  content: "快訊";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 14px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 43px;
  text-indent: 0;
}
