


footer
{
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ea68a2;
	padding-top: 10px;
	background-color: #FFF;
}


footer ul
{
	display: table;
	table-layout: fixed;
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

footer ul li
{
	display: table-cell;
	width: 50%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}




footer .copyright
{
	font-size: 14px;
	line-height: normal;
	margin-top: 1em;
	padding-top: 10px;
	color: #FFF;
	background-color: #ea68a2;
	padding-bottom: 10px;
}


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





}

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

footer
{
	width: auto;
	padding-right: 0%;
	padding-left: 0%;
}




footer ul
{
	display: block;
	width: auto;
	margin-bottom: 10px;
}

footer ul li
{
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

footer ul li:last-child img
{
	width:40%;
}



footer .copyright
{
	text-align: center;
	clear: none;
	float: none;
	border-top-style: none;
	margin-top: 0px;
	padding-top: 0px;
}


.foot_up img
{
	width: 60px !important;
	height: auto !important;
}



}