@charset "UTF-8";
/* footer */
footer{
    width: 100%;
    min-width: 1100px;
    margin-top: 100px;
    background-color: #c7edfa;
    padding: 25px 5% 0;
}
.footer_left{
    width: 75%;
    float: left;
}
.footer_left ul{
    padding: 0 3% 0 0;
}
.footer_left ul li{
	display:inline-block;
	margin-right: 3%;
}
.footer_left ul li a{
    font-size: 12px;
    color: #009fd9;
}
.footer_left ul li a:hover{
    text-decoration: underline;
}
.footer_right{
    width: 25%;
	padding-top: 15px;
    float: right;
}
.footer_right a{
    display: block;
}
.footer_right a:hover{
	opacity: 0.8;
}
.copyright{
	margin-top: -25px;
    clear: both;
    text-align: center;
    color: #009fd9;
}
.copyright p{
    font-size: 12px;
	font-weight: 600;
    padding-bottom: 5px;
}

@media screen and (min-width:0px) and (max-width:767px){
    
	footer{
		width: 100%;
		min-width: unset;
		margin-top: 50px;
		background-color: #c7edfa;
		padding: 15px 5% 0;
	}
	.footer_left{
		display: none;
	}
	.footer_right{
		width: 100%;
		padding-top: 15px;
		float: none;
	}
	.footer_right a{
		display: block;
	}
	.footer_right a img{
		display: block;
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.footer_right a:hover{
		opacity: 0.8;
	}
	.copyright{
		margin-top: 15px;
		clear: both;
		text-align: center;
		color: #009fd9;
	}
	.copyright p{
		font-size: 10px;
		font-weight: 600;
		padding-bottom: 5px;
	}
}







