// Edit to suit your needs.
var ADAPT_CONFIG = {
  // Where is your CSS?
  path: 'http://kmnr.jp/wp/wp-content/themes/kmnr3/css/',
  // false = Only run once, when page first loads.
  // true = Change on window resize and page tilt.
  dynamic: true,

  // First range entry is the minimum.
  // Last range entry is the maximum.
  // Separate ranges by "to" keyword.
  range: [
    '0px    to 770px  = 580.css',
    '770px  to 960px  = 770.css',
    '960px  to 1150px = 960.css',
    '1150px to 1340px = 1150.css',
    '1340px to 1530px = 1340.css',
    '1530px to 1720px = 1530.css',
    '1720px           = 1720.css',
  ]
};
