span[class^="note-"] {
	display: inline-block;
	padding: 0.1em 0.3em;
	margin: 0 2px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #adadad;
	border-radius: 4px;
	color: #fff;
}

.m-event-detail__content__status > li > span[class^="note-"] {
	display: inline;
	width: auto;
	height: auto;
}

@media screen and (max-width: 640px) {
	span[class^="note-"] {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.1;
	}
}

p.tgToolTip {
	font-size: 14px;
	margin: 0 10px;
	padding: 0.2em 0.5em;
	background-color: #fff;
	border: 1px solid #adadad;
	min-height: 1em;
	top: 100px;
	left: 20px;
	position: absolute;
	max-width: 400px;
	z-index: 10000;
}
@media screen and (max-width: 640px) {
	p.tgToolTip {
		left: 5px !important;
	}
}

span[class^="note-"]:hover {
	opacity: 0.8;
}

.note-oote {background-color: #cc4f15;}
.note-joujou {background-color: #233099;}
.note-gaishi {background-color: #008000;}
.note-keieisya {background-color: #99000d;}
.note-aichi-company {background-color: #fa8072;}
.note-shigyo {background-color: #9400d3;}
.note-5syosya {background-color: #233099;}
.note-7syosya {background-color: #008b8b;}
.note-daisotsu {background-color: #628b35;}
.note-sub-status {background-color: #8b4830;}
.note-dai {background-color: #c70000;}
.note-sub-status2 {background-color: #d21a1a;}

.detail .event_box > .wrap .spec_box_wrap > dl > dd > div.price .wrap p{
	position: relative;
	padding-bottom: 0.7em;
}
.detail .event_box > .wrap .spec_box_wrap > dl > dd > div.price .wrap p:after{
	content: "";
	width: 80%;
	max-width: 200px;
	height: 0.5em;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	border-radius: 0.3em;
}
.detail .event_box > .wrap .spec_box_wrap > dl.male > dd > div.price .wrap p:after{
	background-color: #0569b4;
}
.detail .event_box > .wrap .spec_box_wrap > dl.female > dd > div.price .wrap p:after{
	background-color: #fc0300;
}