@charset "UTF-8";
@import url('reset.css') print, screen and (min-width: 481px);
@import url('content_test.css') print, screen and (min-width: 481px);

/* 以下スマホサイズ用CSS */
@import url('reset.css') screen and (max-width: 480px);
@import url('sp_test.css') screen and (max-width: 480px);

/* wow.min.js(アニメーション) */
@import url('animate.css');

@import url('styles.css');
