@charset "utf-8";

/*
Theme Name: grid
Author URI: http://care-net.biz
*/

.onecol {
width: 8.333333333%;
}
/* 4.85%;  } /* grid_1  */
.twocol {
width: 16.66666667%;
}
/* 13.45%; } /* grid_2  */
.threecol {
width: 25%;
}
/* 22.05%; } /* grid_3  */
.fourcol {
width: 33.33333333%;
}
/* 30.75%; } /* grid_4  */
.fivecol {
width: 41.66666667%;
}
/* 39.45%; } /* grid_5  */
.sixcol {
width: 50%;
}
/* 48%;    } /* grid_6  */
.sevencol {
width: 58.33333333%;
}
/* 56.75%; } /* grid_7  */
.eightcol {
width: 66.66666667%;
}
/* 65.4%;  } /* grid_8  */
.ninecol {
width: 75%;
}
/* 74.05%; } /* grid_9  */
.tencol {
width: 83.33333333%;
}
/* 82.7%;  } /* grid_10 */
.elevencol {
width: 91.66666667%;
}
/* 91.35%; } /* grid_11 */
.twelvecol {
width: 99.999999993%;
}
/* 100%;   } /* grid_12 */
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
position: relative;
float: left;
margin-left: 0;
}
.first {
margin-left: 0;
}
.last {
float: right;
}


@media only screen and (max-width: 420px) {
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    width: 100%;
  }
}