@charset "UTF-8";


/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {





#container {
	min-width: 100%;
}





/* footer */
/*------------------------------------------------------------------------------*/
footer {
	padding: 30px 0 10px 0;
}
footer h2 {
	width: 50%;
}
footer ul li a {
	font-size: 2.8em;
	color: #fff;
	transition: all 0.2s;
}
footer ul li a:hover {
	color: #fff;
}




.pc {
	display: none!important;
}
.sp {
	display: block!important;
}





/*------------------------------------------------------------------------------*/
}









