﻿/* 2013 01---*/
.item-201301 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201301 .header h2:before {
  background: #ff7506;
  color: #fff;
  content: "2013 1月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}


/* 2013 02---*/
.item-201302 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201302 .header h2:before {
  background: #68900a;
  color: #fff;
  content: "2013 2月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}


/* 2013 03---*/
.item-201303 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201303 .header h2:before {
  background: #ff7506;
  color: #fff;
  content: "2013 3月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}

/* 2013 04---*/
.item-201304 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201304 .header h2:before {
  background: #68900a;
  color: #fff;
  content: "2013 4月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}


/* 2013 05---*/
.item-201305 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201305 .header h2:before {
  background: #ff7506;
  color: #fff;
  content: "2013 5月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}


/* 2013 06---*/
.item-201306 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201306 .header h2:before {
  background: #68900a;
  color: #fff;
  content: "2013 6月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}


/* 2013 07---*/
.item-201307 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201307 .header h2:before {
  background: #ff7506;
  color: #fff;
  content: "2013 7月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}

/* 2013 08---*/
.item-201308 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201308 .header h2:before {
  background: #68900a;
  color: #fff;
  content: "2013 8月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}

/* 2013 09---*/
.item-201309 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201309 .header h2:before {
  background: #ff7506;
  color: #fff;
  content: "2013 9月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}


/* 2013 10---*/
.item-201310 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201310 .header h2:before {
  background: #68900a;
  color: #fff;
  content: "2013 10月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}

/* 2013 11---*/
.item-201311 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201311 .header h2:before {
  background: #ff7506;
  color: #fff;
  content: "2013 11月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}

/* 2013 12---*/
.item-201312 .header h2 {
  position: relative;
  text-indent: 70px;
}

.item-201312 .header h2:before {
  background: #68900a;
  color: #fff;
  content: "2013 12月";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 12px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 62px;
  text-indent: 0;
}