@charset "UTF-8";
/*@import url(reset.css);*/
@import url(base.css);

/* Font */
@import url(font-awesome.css);

/* PC */
/*@import url(layout.css) screen and (min-width:641px);*/
@import url(smarthash.css) screen and (min-width:641px);

/* SP */
/*@import url(sp_layout.css) screen and (max-width:640px);*/
@import url(sp_smarthash.css) screen and (max-width:640px);

.smarthash ul {
  padding: 0;
}