/* ==========================
IE10以降対策
============================= */
@media all and (-ms-high-contrast:none){

	.sample{
		max-width:930px;
		margin:0 auto;
}

}
/* ==========================
Edge対策
============================= */
@supports (-ms-ime-align:auto) {

	.footer_left,.footer_right{
		margin:50px 0;
	}

}
