@charset "utf-8";
/*
theme Name: enoco-2018
Author: Enokojima Art, Culture and Creative Center, Osaka Prefecture.
Description: enocoのテンプレート
version： 1.0.0
*/

/*bootstrap4 with flexbox for Shuffle.js*/
@media (max-width: 575px) {
  .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* /bootstrap4 with flexbox for Shuffle.js*/

/* card stretch bugfix for ie11 */
.card {
  @include media-breakpoint-up(sm) {
    display: block;
    // ...
  }
}
/* /card stretch bugfix for ie11 */

/*
#grid .card {
	border-width: 0.25rem;
}
*/

#tp-info {
	overflow: scroll;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}