/* FOOTER */
@charset "UTF-8";

/** FOOTER MENU
-------------------------------------*/
#footer ul
{
	width: 100%;
    margin: 0;
    padding: 5px 0px 0px 0px;
}

#footer li {
	overflow: hidden;
    float: left;
    margin-left: 10px;
}

#footer li.ft_address
{
	overflow: hidden;
    float: right;
    margin-right: 5px;
}

#footer li a
{
    display: inline;
    outline: none;
    text-decoration: none;
    color :#999999;
}

#footer li a:hover
{
    color: #cccccc;
}

#footer div.copyright
{
    float: right;
    margin-right: 5px;
}

@media only screen and (min-width: 769px)
{
	#footer
	{
		display: inline-block;
		position: fixed !important;
    	position: absolute;
    	bottom: 0;
    	width: 100%;
		min-width: 500px;
    	height: 50px;
    	font-size: 1.2rem;
    	color :#999999;
    	padding: 5px 0;
    	background-color: #1a1a1a;
    	z-index: 10000;
	}
}


/** smartphone
-------------------------------------*/
@media only screen and (max-width: 768px)
{
	#footer
	{
		display: inline-block;
		position: static;
		bottom: 0;
		width:100%;
    	font-size: 1rem;
    	color :#999999;
    	padding: 5px 0;
    	background-color: #1a1a1a;
	}
	#footer li.ft_address
	{
		overflow: hidden;
    	margin-top: 10px;
		font-size: 1rem;
	}
	#footer div.copyright
	{
		overflow: hidden;
    	float: right;
		margin-top: 10px;
		margin-right: 1px;
	}
}
