﻿@import url('template_mobile.css') only screen and (max-width: 480px);
@import url('template_pc.css') only screen and (min-width: 481px);