#footer {
	/*height: 150px;*/
	height: 100%;
	font-size: 12px;
	bottom: 0;
	text-align: center;
	border-top: 1px solid #dddddd;
	padding: 10px 0 20px;
	clear: both;
	font-family: YuMincho, '游明朝', serif;
	width: 100%;
	max-width: 1000px;
	background-color: white;

	

}

#footer p {
	font-size: 10px;
	color: green;
	
}




/* PC */

#footer-menu {
	display: none;
}

#com {
	display: none;

}





/* tablet */
@media all and (max-width: 768px) {
	#footer {
		

	}


	#footer-menu {
		display: block;
		background-color: black;
		margin-top: -20px;
		margin-bottom: 10px;
		padding-top: 10px;

	}

	#footer-menu ul {
		font-size: 16px;
		text-align: left;

    }

	#footer-menu li {
		border-bottom: 2px solid white;
		margin-top: 10px;
		padding-left: 20px;
	
    }

    #footer-menu li a {
		color: white;
		display: block;
			
    }

	#com {
		display: none;
	}

	#footer-bar {
		
	}


}




/* smartphone */ 
@media all and (max-width: 480px) {
#footer-bar {
	display: none;
}


#com {
	display: block;
	background-color: white;
	
}

#com p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: black;

}


	
}


