@charset "utf-8";
#wrapper #contents #entry {
	margin: 30px;
	position: relative;
}
#wrapper #contents #entry #L {
	float: left;
	width: 90px;
}
#wrapper #contents #entry #L #select  {
	list-style-type: none;
}
#wrapper #contents #entry #L #select li  {
	font-size: 14px;
	color: #999;
	line-height: 2em;
}
#wrapper #contents #entry #L #select li.route {
    line-height: 1em !important;
    margin-left: 1.2rem;
}
#wrapper #contents #entry #L #select li .on  {
	color: #ED6C00;
}
#wrapper #contents #entry h2 {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
}
#wrapper #contents #entry #R {
	width: 760px;
	display: inline;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	padding-left: 15px;
}
#wrapper #contents #entry #gallery {
	list-style-type: none;
	margin-top: 10px;
}
#wrapper #contents #entry #gallery li {
	float: left;
	margin-bottom: 8px;
	margin-left: 6px;
	display: inline;
}
#gallery li img {
    width: 180px;
    height: 120px;
    object-fit: cover;
}