@charset "utf-8";

ul li > .inline-block {
	width: 9rem;
}

dl dl {
}

dt.area {
	font-weight: bold;
}

dt.area,
dl dl dt {
	margin-top: 1em;
}

dl dl dd {
}

.chief-medal {
	background: url('../../images/medal-s.gif') no-repeat left center;
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: top;
}

.legend {
	position: absolute;
	right: 0;
	top: 4rem;
	background-color: #ffffff;
	z-index: 9999;
	display: inline-block;
	padding: .8em;
	border: solid 2px #afde39;
	border-radius: 1rem;
}

.legend p {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}

#condinput #detail-search-area .icon-plus, #condinput legend:before {
	display: none;
}

#condinput legend {
	cursor: default;
}

.object-desc a {
	font-weight: bold;
	color: #4D6621;
}

@media screen and (max-width: 640px) {
	#condinput {
		display: block;
		height: auto;
		width: auto;
		background-color: transparent;
		position: static !important;
		overflow: auto;
		animation: none;
		z-index: auto;
		top: 0;
		right: 0;
		padding: initial !important;
		border: solid 1px #cccccc;
	}

	ul.striped li:nth-child(even), table.striped tbody tr:nth-child(even) {
		background-color: transparent;
	}

	ul.striped li:nth-child(odd), table.striped tbody tr:nth-child(odd) {
		border-bottom: none;
	}

	table.striped thead {
		display: none;
	}

	table.striped a.blank {
		font-size: 1.2em;
		font-weight: bold;
	}

	table.striped .btn-large-orange {
		display: block;
		text-align: center;
		font-size: larger !important;
	}
}

@media screen and (max-width: 640px) {
	dt.area,
	.concierges-content ul {
		display: none;
	}

	.legend {
		position: static;
	}
}
