/**************************************************
	header
**************************************************/
.admin header .ui.menu.main {
	background-image: linear-gradient(#FFFFFF,#A2E2B1);
}

.admin header .ui.menu.main .item:last-child {
	width:160px;
}
.admin header .ui.menu.main .item:not(:first-child):not(:last-child) {
	font-size: 18px;
}

@media only screen and (max-width: 820px) {
	.admin header .ui.menu.main .item:not(:first-child):not(:last-child) {
		font-size: 15px;
	}
	
	.admin header .ui.menu.main .item:not(:first-child):not(:last-child) i.icon:not(.dropdown) {
		display:none;
	}
}


.infowindow-history {
	max-width: 300px;
	max-height: 200px;
	overflow-y: auto;
}

.infowindow-history-item:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
}


@media(min-width:640px){
    .sp{
        display: none !important;
    }
}

@media(max-width:640px){
    .pc{
        display: none !important;
    }
}