@media (max-width: 1365px){
	.container-ams-footer {
    	max-width: none !important;
    	width: 1366px;
    	/*bottom: 0;
  		height: 5em;
  		position: absolute;*/
	}
}

@media (min-width: 1366px){
    .container-ams-footer {
        width: 100%;
        /*bottom: 0;
  		height: 5em;
  		position: absolute;*/
    }
}

.footer-xs{
	/*	フッターの色変更*/
	/*background-color: #ecf0f5;*/
	background-color: #eeece1;
	/*	フッターの色変更*/
}

.hr-xs{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}