@import url(cmn.css);
@import url(base.css);
/* ==========================================================================
	CONTENT
========================================================================== */



/* ------------------------------------------------------------
	 PC   1000px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
.img-l{
  margin-right:30px;
  margin-bottom:5px;
}
}

/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:1199px) {
.img-l{
  width:40%;
  height:auto;
  margin-right:30px;
  margin-bottom:5px;
}
}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 699px) {
.img-l{
  width:100%;
  height:auto;
  float:none;
  margin-right:0px;
  margin-bottom:5px;
}

}

