@charset "utf-8";

#cherry{
	width:100%;
    position: relative;
}
.top-side-image-left {
    position: absolute;
    width: 50%;
    height: 2000px;
    background-size: 50% 2000px;
    background-repeat: repeat-y;
}
.top-side-image-right {
    position: absolute;
    width: 50%;
    height: 2000px;
    left: 50%;
    background-size: 100% 2000px;
    background-repeat: repeat-y;
}
#cherryimg{
	width:1400px;
	margin:0 auto;
	display:block;
	position: relative;
}
#cherryimg .map{
	float:left;
    display: flex;
    flex-direction: column;
}

#cherryimg .calendar{

	float:right;
	

}

#cherryimg .default{
	cursor:default;
		
}

.cherryfooter{
	clear:both;
	text-align:center;
	  font-size: 16px;
	  line-height: 5;
	  letter-spacing: -0.6px;
	  color: #3e3e3e;
	width:100%
}
.cherryfooter ul{
	width:290px;
	display:block;
	margin:0 auto;
}

.cherryfooter ul li{
    margin: 0 10px;
    float: left;
    height: 80px;
    text-align: center;
    line-height: 20px;
    color: #616161;
    font-size: 12px;
}

.cherryfooter ul li a{
	cursor:pointer;

}
.cherryfooter ul li img{
	width: 52px;
	height:53px;
}
/* CSS Document */

.footerwrapper {
    margin-top: 0!important;
}