@charset "utf-8";

#foot {
	background:#41BCD7 top center;
	padding:40px 0 10px;
}

#foot .inbox {
	width:90%;
	margin:0 auto;
}

#foot .inbox .info {
	width:90%;
	float:none;
	margin:0 auto;
}

#foot .inbox .info p {
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 2%;
	margin: 2%;
}

#foot .inbox .menu {
	float:none;
	width:96%;
	margin:10px auto 0;
}

#foot .inbox .menu .sns {
	text-align:center;
}



#foot .inbox .menu .copy {
	text-align: center;
	font-size:12px;
	color:#FFF;
	margin-bottom:80px;
}

.footmenu {
	position:fixed;
	bottom:0;
	left:0;
}

.footmenu img {
	width:100%;
	height:auto;
	max-width:100%;
}


/* タブレットレイアウト : 768 px ～ 959 px*/
/*@media screen and (max-width:959px)
{
}*/

/* スマホ設定  768 以下*/
/*@media screen and (max-width:767px)
{
}*/