/*
Theme Name: Ramen Jun 
Theme URI: http://ramen-jun.de/
Description: Ramen Jun Frankfurt Official Site
Author:Nakagawa Masamichi
Author URI: http://masamichi-design.com/
*/
@import "cssreset.css";
@import "cssfont.css";
/* Mobile */
@import url("cssphone.css") only screen and (max-width:480px);
/* Tablet */
@import url("csstablet.css") only screen and (min-width:481px) and (max-width:768px);
/* Desktop */
@import url("cssdesktop.css") only screen and (min-width:769px);