/* common */

.ad_top { position: relative; }

.navisort_,
h1.event_name_ {
	display: none;
	}


/* chdr */

#chdr {
	position: relative;
	}
	
#chdr-text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 30px;
	width: 100%;
	}
	
#chdr-text h1 {
	margin: 0 0 10px 0;
	}
#chdr-text h1 em,
#chdr-text span {
	background: rgba(255,255,255,0.8);
	padding: 0 5px;
	}
#chdr-text h1 em {
	display: inline;
	font-size: 28px;
	}
#chdr-text span {
	font-size: 16px;
	line-height: 1.7em;
	}


/* chl */

.chl {
	font-size: 1.8em;
	padding: 5px 20px;
	}
.chl#hl-momo  { background: #ECCAD1; }
.chl#hl-melon { background: #C8DDB3; }
.chl#hl-imo   { background: #ECDCCA; }
.chl#hl-lime  { background: #DBECCA; }
.chl#hl-nashi { background: #FFE0B4; }
.chl#hl-choco { background: #DEB280; }

.chl .catch {
	font-size: .8em;
	margin-right: 12px;
	}
