@charset "utf-8";

@media screen, print {
	/*===========================================
		フッター部 CSS
	============================================*/
	#footer{
		width: 100%;	
		margin-top: 2.5em;
		color: #fff;
	}

	#footer .footer-top{
		background: #e60000;	
	}

	#footer .footer-top .footer-link{
		max-width: 960px;	
		margin: 0 auto;
	}

	.ua-ie-8 #footer .footer-top .footer-link{
		width: 960px;	
		margin: 0 auto;
	}

	#footer .footer-top .footer-link ul{
		border-right: solid 1px #ec5555;
	}

	#footer .footer-top .footer-link li{
		border-left: 1px solid #ec5555;
	    color: #fff;
	    float: left;
	    font-size: 1.16667em;
	    line-height: 1;
	    padding: 1.5em 0;
	    text-align: center;
	    width: 25%;
	}

	#footer .footer-top .footer-link li a{
		color: #fff;
		text-decoration: none;	
	}

	#footer .footer-top .footer-link li a:hover{
		text-decoration: underline;
	}

	#footer .footer-bottom{
		padding: 1em 0 1.2em;
		text-align: center;
		background: #000;
	}

	#footer .footer-bottom small{
		color: #808080;
		font-size: 0.916666667em;	
	}
}



/*===========================================
	SP用スタイル
============================================*/
@media screen and (max-width: 767px) {
	#footer .footer-top .footer-link li{
		border-bottom: 1px solid #ec5555;
		display: table;
		font-size: 0.9em;
		height: 45px;
		padding: 0;
		width: 50% !important;
	}
	
	#footer .footer-top .footer-link li a {
		display: table-cell;
		vertical-align: middle;
	}
	
	#footer .footer-bottom {
    	padding: 1em 0 1.7em;
	}
}	