/*                  *\
**                  **
**                  **
**     mixins       **
**                  **
**                  **
*/
.nz {
  font: 0/0 a;
  overflow: hidden;
}
.ilblk {
  display: inline-block;
  *display: inline;
  *zoom: 1 ;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.z2 {
  z-index: 2 ;
}
.cp {
  cursor: pointer;
  _cursor: hand;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.fr {
  float: right;
  _display: inline;
}
.fl {
  float: left;
  _display: inline;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w {
  width: 100%;
}
.t12 {
  font-size: 12px;
}
.z1 {
  z-index: 1;
}
.h100 {
  height: 100%;
}
.ov {
  overflow: hidden;
  *zoom: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block ;
  height: 0;
  clear: both;
}
i.s,
span.s,
label.s {
  font-size: 70%;
}
@font-face {
  font-family: 'fz-EL';
  src: url('/resource/font/fz-l-sub.eot');
  src: url('/resource/font/fz-l-sub.eot?#iefix') format('embedded-opentype'), url('/resource/font/fz-l-sub.woff') format('woff');
}
@font-face {
  font-family: 'fz-L';
  src: url('/resource/font/fz-l-sub.eot');
  src: url('/resource/font/fz-l-sub.eot?#iefix') format('embedded-opentype'), url('/resource/font/fz-l-sub.woff') format('woff');
}
@font-face {
  font-family: 'fz-M';
  src: url('/resource/font/fz-m-sub.eot');
  src: url('/resource/font/fz-m-sub.eot?#iefix') format('embedded-opentype'), url('/resource/font/fz-m-sub.woff') format('woff');
}
.nav .M-brand {
  cursor: default;
}
.nav .M-brand,
.nav .M-brand:hover {
  color: #ff5a5a;
}
.nav .M-brand .M-text {
  cursor: default;
}
.content {
  width: auto;
  text-align: center;
}
.content img{
  max-width: 100%;
  margin: 0 auto;
}
