input.btnRed {
  visibility: visible; //hidden or visible
}
.concertCategory, .concertTTL, .concertSubTTL{
	font-family : "MS Serif", "New York", serif;
	font-size : 15px;
	font-weight : bold;
	color :  #FFF8DC;
	border-bottom : 1px solid #996666;
	margin-top : 30px;
  margin-bottom:0px;
  letter-spacing:0.1em;
}
.concertTTL{
  font-size : 13px;
	border-bottom : 0px;
}
.concertSubTTL{
	border-bottom : 0px;
  font-size : 13px;
	font-weight : bold;
	color :  #B78181;
  padding-top: 0px;
  margin-top: 5px;
}
.concertAdd{
	font-size : 11px;
	font-weight : bold;
	color : #DCDCDC;
  margin-top:0px;
  padding-top:0px;
}

.concertSUBTTL{
	font-size : 11px;
	font-weight : bold;
	line-height:18px;
	color : #FFF8DC;
}

ul{
	font-size : 11px;
	font-weight : normal;
	line-height:16px;
	color : #FFF8DC;
}

.concertDESC{
	font-size : 12px;
	font-weight : normal;
	line-height:18px;
	color : #DCDCDC;
}

