@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400i');

.clearfix {
  /zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.font-amiri {
  font-family: 'Amiri', serif !important;
  font-style: italic;
  font-weight: 400;
}

.font-Crimson {
  font-family: 'Crimson Text', serif !important;
  font-style: italic;
  font-weight: 400;
}

.unstyled {
  list-style: none;
}

.blank:after {
  content: "";
  display: inline-block;
  margin: 0 0 4px 2px;
  width: 9px;
  height: 8px;
  background: url(../../img/sp/icon-blank.png) no-repeat;
}

.blankr:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 3px;
    width: 9px;
    height: 9px;
    background: url(../../img/icon-blank_r.png) no-repeat;
}
