*{
	margin:0;
	padding:0;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;

	-webkit-tap-highlight-color:rgba(255, 255, 255, 0);
}

body{
	background-color:#f5f7fa;
}

a{
	text-decoration:none;
}

td{
    cursor:pointer;
}

#top-blc{
	width:100%;
	height:60px;
	position:fixed;
	z-index:750;
	
	border-bottom:1px solid #e1e1eb;
	background-color:#fff;
}		

#top-cnt{
	width:90%;
	max-width:750px;
	height:60px;
}

#top-logo{
	width:92px;
	height:40px;
	margin:10px;
	
	background-image:URL("../img/logo.png");
	background-size:100%;
}

#top-logo-spc{
	width:92px;
}

#top-spc{
	height:61px;
}

.not-slc{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.leaflet-control-attribution{
    display:none;
}

.ct{
    width: 10px;
    height: 10px;
    margin-left: 30%;
    margin-right: -45%;
    display: inline-block;
    float: left;
    border: 1px solid black;
}

.ct1{
    background-color: #ffe9dd;
}

.ct2{
    background-color: #fedecf;
}

.ct3{
    background-color: #fdbea5;
}

.ct4{
    background-color: #fd9f83;
}

.ct5{
    background-color: #fb6746;
}

.ct6{
    background-color: #ef3121;
}

.ct7{
    background-color: #aa0f15;
}

.ct8{
    background-color: #a10014;
}

.ct9{
    background-color: #7c000f;
}

.ct10{
    background-color: #460009;
}

.ct11{
    margin-top: 10px;
    font-size: 12px;
    color: red;
}