@charset "UTF-8";

/* http://honttoni.blog74.fc2.com/blog-entry-118.html */
/* @import url("default.css") screen and (min-width: 480px); */
/* @import url("yoko.css") screen and (max-width: 480px) and (orientation: landscape); */
/* @import url("tate.css") screen and (max-width: 480px) and (orientation: portrait); */

@import url("common.css") screen;
@import url("PC.css") screen and (min-device-width: 601px);
@import url("SP.css") screen and (max-device-width: 600px);

@import url("topimg.css") screen;
@import url("button.css") screen;
