/* 2014.10.28 R.Yoshikawa */
@charset "utf-8";

/* リセットCSS */
@import url('reset.css') screen, projection, tv;
/* スタイルCSS */
@import url('style.css') screen, projection, tv;
/* スマホ用CSS */
@import url('smart.css') all and (max-width: 650px) ;