/*
Theme Name: ケーブルTVあなん 1.02
Description:
Version: 1.02
Author:
Author URI:
Tags:
License:
License URI:
*/

/********************************************/
/*              ケーブルTVあなん              */
/********************************************/

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url("css/anim.css");

@import url("css/pc.css") screen and (min-width:1280px);


@import url("css/tab.css") screen and (min-width:660px) and (max-width:1279px);

@import url("css/smart.css") screen and (max-width:659px);

