[data-mysuggest]{
	margin: 0;
	padding: 0;
}

[data-mysuggest] ul{
	margin: 0;
	padding: 0;
	color: #333;
	background-color:#FFF;
	position: absolute;
	z-index: 100;
	margin-top: 0px !important;
}

[data-mysuggest] ul:after{
	content:"";
	clear:both;
	display:block;
}

[data-mysuggest] ul li{
	display: block;
	position: relative;
	margin: 0 0 -1px 0;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 10px 20px 10px 15px;
	cursor: pointer;
	z-index: 200;
}

[data-mysuggest] ul li:first-child{
	margin-top: 0px;
	border-top: 1px solid #DDD;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

[data-mysuggest] ul li:last-child{
	border-bottom-left-radius: 4px;
	border-bottom: 1px solid #DDD;
	border-bottom-right-radius: 4px;
}

[data-mysuggest] ul li.li-on::after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

[data-mysuggest] ul li.li-on:hover{
	background-color: #E04C7B;
	color: #fff;
}
[data-mysuggest] ul li.li-on:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


[data-mysuggest] ul li.totch{
	background-color: #E04C7B;
	color: #fff;
}

.search {
	width: 300px;
    height: 37px;
    padding: 6px 12px;
    color: #555;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.search-area, .description-text {
	float: left;
	margin-right: 10px;
}

.search-area .search{
	opacity:unset;
	top:unset;
	left:unset;
	position:unset;
}
.description-text {
	margin: 0;
	font-size: 15px;
	padding: 7px 15px;
	/* border: 1px dashed #ffffff; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* font-weight: bold; */
	background: #ffd3e3;
	font-family: "Font Awesome 5 Free";
}

.campusmap-h1 {
	background: linear-gradient(#001899, #000074) !important;
	font-weight: bold;
	line-height:1.2em !important;
	color:#fff !important;
	padding:16px 20px 15px 10px !important;
	margin:0 0 15px 0 !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;"
}
.circle {
	display: inline-block;
	width:11.5px;
	height:11.5px;
	text-align:center;
	line-height:11.5px;
	border-radius:50%;
	border:solid 3.5px #9898D0;
	margin: 2px 10px 0 0;
}
@media screen and (max-width: 768px){
	.search-area, .description-text {
		float: none;
	}
	.description-text {
		margin-top: 10px;
	}
	/* ¥¹¥Þ¥ÛÓÃÓ›Êö */
}