@charset "utf-8";
@import url("Normalize.css");  
@import url("reset.css");  
/* default */
/* @import url("base.css"); */
/* ===============================================
  arial-black
=============================================== */
/* IE */
@font-face{
	font-family: 'Arial Black';
src:url("arial-black.eot");
}

/* Firefox,Opera,Safari */
@font-face{
	font-family: 'Arial Black';
  src:url("arial-black.ttf") format("truetype");
}
/*========================================
 + CONTENTS
========================================*/
.img-fluid{
	max-width: 100%;
	height: auto;
}
.wrapper{
	width: 1180px;
	margin: auto;
	
}

img {
	max-width: 100%;
	vertical-align: bottom;
  }
  