.headLine{
	background: url('/static/common/imgs/jpn-hline.png') repeat-x;
	background-position: -2px ;
}

.headLineTextBg {
    background: url('/static/common/imgs/headlinetextbg.png') repeat !important;
	}

.boxDate {
	width: 30px;
	height: 30px;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	margin-top: 4px;
}

.boxPink {
	background-color: #ce0b83;
}
.boxPurple {
	background-color: #9968a3;
}
.bdMonth{
	margin-top: -4px;
	font-size: 8px;
}
.bdDate{
	margin-top: -4px;
	font-size: 18px;
}

.tm-listNews{
	background-color: #f8f8f8;
}

.tm-listNews :hover{
	background: none repeat scroll 0 0 #e6e6e6;
}

.tm-listNews  .boxPink:hover, .boxPink .bdMonth:hover, .boxPink .bdDate:hover{ background-color: #ce0b83;}
.tm-listNews  .boxPurple:hover, .boxPurple .bdMonth:hover, .boxPurple .bdDate:hover{ background-color: #9968a3;}

.tm-listNews > a {
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
    display: block;
    padding: 2% 3%;
}

.spanfull{
	width: 90%;
	padding: 2%;
}

.jpbanner .row-fluid  [class*='span']:first-child{
	padding-left: 6px !important;
}
.jpbanner .row-fluid [class*='span']:last-child{
	padding-right: 6px !important;
}

.jpbanner li{
	width: 100% ;
	background: url('/static/common/imgs/jp/tg-jp-bullet.png') no-repeat;
	padding-left: 12px;
	background-position: 0px 7px;
}

.headLine.topic{
	padding-bottom:0px;
    background-position: 0 -4px;
}

.jpbanner [class*='span']{
	margin-left: 12px;
}

.headLine .span3{
	margin-left: 10px !important;
}

.cabinclass.row-fluid  span3{
	width: 33.33% !important;
}

.table {
  display: table;
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 0px
}

.tablerow { display:table-row; }

.cell {
  display:table-cell;
  padding:0px;
}