@charset "utf-8";
/* CSS Document */

/*   IE用のgridcssの記述   */

@media all and (-ms-high-contrast: none) {
  /* ↓ここに書く ↓ */
	.r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
[class*="c-"] {
    padding: 0;
	margin-bottom: 3px;
}	
	
.c-1 { width: 8% }	
.c-2 { width: 16%; }	
.c-3 { width: 25%; }
.c-4 { width: 33.333333%; }
.c-5 { width: 40%; }
.c-6 { width: 50%; }
.c-7 { width: 58%; }
.c-8 { width: 66.666666%; }
.c-9 { width: 75%; }
.c-10 { width: 83%; }
.c-11 { width: 91%; }
.c-12 { width: 100%; }

}


