/**
 * FONT
 */
.p-maihada .c-mincho,
.p-maihada .c-mincho * {
  font-family: "A1明朝", "ヒラギノ明朝 ProN W3",HiraMinProN-W3,"游明朝",Yu Mincho,"HG明朝E","ＭＳ Ｐ明朝",MS PMincho,"MS 明朝",serif;
  transform: rotate(0.05deg);
  /*text-shadow: 0 0 0.1px rgba(0,0,0,0.5)*/
}

/**
 * ICON FONT
 */
@font-face {
  font-family: 'mhd-icon';
  src:  url('/maihada/common/fonts/mhd-icon.eot?qyanqt');
  src:  url('/maihada/common/fonts/mhd-icon.eot?qyanqt#iefix') format('embedded-opentype'),
    url('/maihada/common/fonts/mhd-icon.ttf?qyanqt') format('truetype'),
    url('/maihada/common/fonts/mhd-icon.woff?qyanqt') format('woff'),
    url('/maihada/common/fonts/mhd-icon.svg?qyanqt#mhd-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="c-icon-"], [class*=" c-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mhd-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding:0 3px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * TEXT
 */
.p-maihada .c-text--10 { font-size: 10px; }
.p-maihada .c-text--11 { font-size: 11px; }
.p-maihada .c-text--12 { font-size: 12px; }
.p-maihada .c-text--13 { font-size: 13px; }
.p-maihada .c-text--14 { font-size: 14px; }
.p-maihada .c-text--16 { font-size: 16px; }
.p-maihada .c-text--17 { font-size: 17px; }
.p-maihada .c-text--18 { font-size: 18px; }
.p-maihada .c-text--19 { font-size: 19px; }
.p-maihada .c-text--20 { font-size: 20px; }
.p-maihada .c-text--22 { font-size: 22px; }
.p-maihada .c-text--24 { font-size: 24px; }
.p-maihada .c-text--32 { font-size: 32px; }
.p-maihada .c-text--50 { font-size: 50px; }
.p-maihada .c-text--white { color: #fff!important; }
.p-maihada .c-text--blue { color: #003554!important; }
.p-maihada .c-text--orange { color: #df5f05!important; }
.p-maihada .c-text--purple { color: #b34693!important; }
.p-maihada .c-text--normal { font-weight: 400!important; }
.p-maihada .c-text--bold { font-weight: 700!important; }

/**
 * TITLE
 */
/* LINE CENTERED */
.p-maihada .c-title-line-centered { margin: 0 0 32px; position: relative; text-align: center; line-height:inherit; padding:0; color:inherit; font-size: inherit; }
.p-maihada .c-title-line-centered:before { background-color: #ededed; bottom: 8px; content: " "; display: block; height: 1px; left: 0; position: absolute; width: 100%; }
.p-maihada .c-title-line-centered__lead { display: block; font-size: 16px; font-weight: 400; margin: 0 0 8px; }
.p-maihada .c-title-line-centered__label { background-color: #fff; display: inline-block; padding: 0 8px; position: relative; }
.p-maihada .c-title-line-centered__text { background-color: #fff; display: inline-block; font-size: 22px; font-weight: 400; padding: 0 8px; position: relative; top: 8px; }
.p-maihada .c-title-line-centered__lead + .c-title-line-centered__text { margin: -12px 0 0; }
.p-maihada .c-title-line-centered i { position: relative; top: 1px; }

/* CENTERED */
.p-maihada .c-title-centered { position: relative; text-align: center; }
.p-maihada .c-title-centered__lead { display: block; font-size: 16px; font-weight: 400; margin: 0 0 8px; }
.p-maihada .c-title-centered__label { background-color: #fff; display: inline-block; padding: 0 8px; position: relative; }
.p-maihada .c-title-centered__text { background-color: #fff; display: inline-block; font-size: 22px; font-weight: 400; padding: 0 8px; position: relative; top: 8px; }
.p-maihada .c-title-centered i { position: relative; top: 1px; }

/* GRAY RECT */
.p-maihada .c-title-gray-rect { align-items: center; background-color: #f8f8f8; border: 1px solid #ddd; box-sizing: border-box; display: flex; justify-content: space-between; margin: 0 0 24px; padding: 15px 20px; position: relative; }
.p-maihada .c-title-gray-rect__label { font-size: 16px; margin: 0; padding: 0; }
.p-maihada .c-title-gray-rect .c-tag { padding: 0 8px; vertical-align: top; }


/**
 * SYSBUTTON
 */
.p-maihada .c-sys-button { background-color: #f2f5f6; border: 1px solid #ededed; border-radius: 4px; cursor: pointer; display: inline-block; height: 30px; line-height: 30px; padding: 0 8px; }
.p-maihada .c-sys-button [class^="c-icon"] { color: #df5f05; font-size: 16px; line-height: 30px; vertical-align: middle; position: relative; top: -1px; }
.p-maihada .c-sys-button__label { color: #000; font-size: 12px; font-weight: 700; }
.p-maihada .c-sys-button__badge { background-color: #df5f05; border-radius: 50%; display: inline-block; color: #fff; font-size: 12px; font-style: normal; height: 20px; line-height: 20px; min-width: 20px; text-align: center; }
.p-maihada .c-sys-button:hover { text-decoration: none; }
.p-maihada .c-sys-button--small .c-sys-button__label { display: none; }
.p-maihada .c-sys-button--small .c-sys-button__badge { position: absolute; right: -8px; top: -8px; }
/**
 * CORNERBUTTON
 */
.p-maihada .c-corner-button { background-color: #f8f8f8; border: 1px solid #ddd; color: #000!important; cursor: pointer; display: inline-block; height: 40px; line-height: 40px; position: relative; text-align: center; text-decoration: none; width: 100%; }
.p-maihada .c-corner-button:after { border-color: transparent transparent #99aebb transparent; border-style: solid; border-width: 0 0 14px 14px; bottom: 4px; content: " "; display: block; height: 0; position: absolute; right: 4px; width: 0; }
.p-maihada .c-corner-button:hover { text-decoration: none; }
.p-maihada .c-corner-button--white { background-color: #fff; }
.p-maihada .c-grad-button { border: 1px solid #ddd; border-radius: 4px; cursor: pointer; display: inline-block; color: #fff; height: 34px; text-shadow: 0 0 4px rgba(0,0,0,.3); width: 100%; }
.p-maihada .c-grad-button__label { display: inline-block; line-height: 30px; }
.p-maihada .c-grad-button .c-icon-shopping-cart { font-size: 20px; position: relative; vertical-align: baseline; top: 1px; }
.p-maihada .c-grad-button--l { height: 50px; line-height: 46px; font-size: 18px; }
.p-maihada .c-grad-button--yellow { background: #f4d11f; /* Old browsers */ background: -moz-linear-gradient(top, #f4d11f 0%, #df800c 99%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #f4d11f 0%,#df800c 99%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #f4d11f 0%,#df800c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.p-maihada .c-grad-button--yellow:hover { background: #df800c; /* Old browsers */ background: -moz-linear-gradient(top, #df800c 0%, #f4d11f 99%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #df800c 0%, #f4d11f 99%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #df800c 0%, #f4d11f 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.p-maihada .c-grad-button--orange { background: #f59102; /* Old browsers */ background: -moz-linear-gradient(top, #f59102 0%, #e23500 99%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #f59102 0%,#e23500 99%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #f59102 0%,#e23500 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.p-maihada .c-grad-button--orange:hover { background: #e23500; /* Old browsers */ background: -moz-linear-gradient(top, #e23500 0%, #f59102 99%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #e23500 0%, #f59102 99%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #e23500 0%, #f59102 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.p-maihada .c-grad-button--purple { background: #d767c5; /* Old browsers */ background: -moz-linear-gradient(top, #d767c5 0%, #922764 99%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #d767c5 0%,#922764 99%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #d767c5 0%,#922764 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.p-maihada .c-grad-button--purple:hover { background: #922764; /* Old browsers */ background: -moz-linear-gradient(top, #922764 0%, #d767c5 99%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #922764 0%, #d767c5 99%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #922764 0%, #d767c5 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
/**
 * CAMPAIGN BOX
 */
.p-maihada .c-campaign-box { color: #000!important; display: block; font-size: 12px; width: 160px; }
.p-maihada .c-campaign-box__img { display: block; margin: 0 0 6px; }
.p-maihada .c-campaign-box__label { display: block; margin: 0 0 8px; }
/**
 * ARROW LINK
 */
.p-maihada .c-arrowlink:hover { text-decoration: none; }
.p-maihada .c-arrowlink span { text-decoration: underline; }
.p-maihada .c-arrowlink [class^="c-icon"] { color: #ec6c12; }
.p-maihada .c-arrowlink--small span{ font-size: 11px; }
.p-maihada .c-arrowlink--small i { text-decoration: none; position: relative; top: 2px; }
/**
 * TAG
 */
.p-maihada .c-tags { display: flex; }
.p-maihada .c-tags .c-tag { margin: 0 8px 0 0; }
.p-maihada .c-tag { color: #fff; border-radius: 4px; display: inline-block; font-weight: 500; font-size: 12px; height: 24px; line-height: 24px; overflow: hidden; padding: 0 16px; vertical-align: middle; }
.p-maihada .c-tag--red { background-color: #aa0000; }
.p-maihada .c-tag--blue { background-color: #124263; }
.p-maihada .c-tag--purple { background-color: #b34693; }
.p-maihada .c-tag--orange { background-color: #ef8031; }

/**
 * STARS
 */
.p-maihada .c-stars { align-items: center; display: flex; }
.p-maihada .c-stars i { font-style: normal; font-size: 12px; padding: 0 0 0 8px; }
.p-maihada .c-stars--l i { font-size: 16px; }
/**
 * ITEMS
 */
.p-maihada .c-item { box-sizing: border-box; margin: 0 0 100px; text-align: center; width: 100%; }
.p-maihada .c-item__rank { align-items: center; display: flex; height: 30px; justify-content: center; margin: 0 0 8px; }
.p-maihada .c-item__thumb { margin: 0 auto 10px; width: 85%; }
.p-maihada .c-item__thumb a:hover { opacity: 0.7; }
.p-maihada .c-item__thumb img { width: 85%; margin:0 auto; }
.p-maihada .c-item h3 { margin: 0; }
.p-maihada .c-item p { margin: 4px 0 0; }
.p-maihada .c-item .c-stars { padding: 0 0 4px; justify-content: center; }
.p-maihada .c-item__cart-button { margin: 8px auto 0; width: 140px; }
.p-maihada .c-item__regular { display: inline-block; padding: 8px 0 0; text-decoration: none!important; }
.p-maihada .c-item__regular .c-icon-track { font-size: 14px; position: relative; top: 2px; }
.p-maihada .c-items .c-arrowlink span { font-size: 11px; }
/**
 * NEWS
 */
.p-maihada .c-news { width: 100%; display: block;}
.p-maihada .c-news img { margin: 0 0 4px; width: 100%; }
.p-maihada .c-news span { color: #3b4043; display: block; padding: 4px 0 0; text-decoration: none; }

/**
 * CAMPAIGN
 */
.p-maihada .c-campaigns { display: flex; justify-content: space-between; text-align: left; }
.p-maihada .c-campaign { background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; display: flex; overflow: hidden; padding: 20px 40px 20px 20px; position: relative; width: 440px; }
.p-maihada .c-campaign:before { background-color: #eb6101; content: " "; display: block; height: 28px; position: absolute; right: 0; transform: rotate(45deg); transform-origin: bottom right; top: 50px; width: 120px; }
.p-maihada .c-campaign__thumb img { width: 90px; }
.p-maihada .c-campaign__text { padding: 0 0 0 20px; }

/**
 * INFORMATION
 */
.p-maihada .c-information dt { clear: left; font-size: 11px; float: left; margin: 0 0 16px; }
.p-maihada .c-information dd { font-size: 13px; margin: 0 0 16px; padding: 0 0 0 80px; }
.p-maihada .c-information a { display: block; }
.p-maihada .c-information span { display: block; }
/**
 * ICON
 */
.p-maihada .c-icon-item:before { content: "\e900"; }
.p-maihada .c-icon-ranking:before { content: "\e901"; }
.p-maihada .c-icon-rice:before { content: "\e902"; }
.p-maihada .c-icon-track:before { content: "\e903"; }
.p-maihada .c-icon-asterisk:before { content: "\f069"; }
.p-maihada .c-icon-plus:before { content: "\f067"; }
.p-maihada .c-icon-question:before { content: "\f128"; }
.p-maihada .c-icon-minus:before { content: "\f068"; }
.p-maihada .c-icon-glass:before { content: "\f000"; }
.p-maihada .c-icon-music:before { content: "\f001"; }
.p-maihada .c-icon-search:before { content: "\f002"; }
.p-maihada .c-icon-envelope-o:before { content: "\f003"; }
.p-maihada .c-icon-heart:before { content: "\f004"; }
.p-maihada .c-icon-star:before { content: "\f005"; }
.p-maihada .c-icon-star-o:before { content: "\f006"; }
.p-maihada .c-icon-user:before { content: "\f007"; }
.p-maihada .c-icon-film:before { content: "\f008"; }
.p-maihada .c-icon-th-large:before { content: "\f009"; }
.p-maihada .c-icon-th:before { content: "\f00a"; }
.p-maihada .c-icon-th-list:before { content: "\f00b"; }
.p-maihada .c-icon-check:before { content: "\f00c"; }
.p-maihada .c-icon-close:before { content: "\f00d"; }
.p-maihada .c-icon-remove:before { content: "\f00d"; }
.p-maihada .c-icon-times:before { content: "\f00d"; }
.p-maihada .c-icon-search-plus:before { content: "\f00e"; }
.p-maihada .c-icon-search-minus:before { content: "\f010"; }
.p-maihada .c-icon-power-off:before { content: "\f011"; }
.p-maihada .c-icon-signal:before { content: "\f012"; }
.p-maihada .c-icon-cog:before { content: "\f013"; }
.p-maihada .c-icon-gear:before { content: "\f013"; }
.p-maihada .c-icon-trash-o:before { content: "\f014"; }
.p-maihada .c-icon-home:before { content: "\f015"; }
.p-maihada .c-icon-file-o:before { content: "\f016"; }
.p-maihada .c-icon-clock-o:before { content: "\f017"; }
.p-maihada .c-icon-road:before { content: "\f018"; }
.p-maihada .c-icon-download:before { content: "\f019"; }
.p-maihada .c-icon-arrow-circle-o-down:before { content: "\f01a"; }
.p-maihada .c-icon-arrow-circle-o-up:before { content: "\f01b"; }
.p-maihada .c-icon-inbox:before { content: "\f01c"; }
.p-maihada .c-icon-play-circle-o:before { content: "\f01d"; }
.p-maihada .c-icon-repeat:before { content: "\f01e"; }
.p-maihada .c-icon-rotate-right:before { content: "\f01e"; }
.p-maihada .c-icon-refresh:before { content: "\f021"; }
.p-maihada .c-icon-list-alt:before { content: "\f022"; }
.p-maihada .c-icon-lock:before { content: "\f023"; }
.p-maihada .c-icon-flag:before { content: "\f024"; }
.p-maihada .c-icon-headphones:before { content: "\f025"; }
.p-maihada .c-icon-volume-off:before { content: "\f026"; }
.p-maihada .c-icon-volume-down:before { content: "\f027"; }
.p-maihada .c-icon-volume-up:before { content: "\f028"; }
.p-maihada .c-icon-qrcode:before { content: "\f029"; }
.p-maihada .c-icon-barcode:before { content: "\f02a"; }
.p-maihada .c-icon-tag:before { content: "\f02b"; }
.p-maihada .c-icon-tags:before { content: "\f02c"; }
.p-maihada .c-icon-book:before { content: "\f02d"; }
.p-maihada .c-icon-bookmark:before { content: "\f02e"; }
.p-maihada .c-icon-print:before { content: "\f02f"; }
.p-maihada .c-icon-camera:before { content: "\f030"; }
.p-maihada .c-icon-font:before { content: "\f031"; }
.p-maihada .c-icon-bold:before { content: "\f032"; }
.p-maihada .c-icon-italic:before { content: "\f033"; }
.p-maihada .c-icon-text-height:before { content: "\f034"; }
.p-maihada .c-icon-text-width:before { content: "\f035"; }
.p-maihada .c-icon-align-left:before { content: "\f036"; }
.p-maihada .c-icon-align-center:before { content: "\f037"; }
.p-maihada .c-icon-align-right:before { content: "\f038"; }
.p-maihada .c-icon-align-justify:before { content: "\f039"; }
.p-maihada .c-icon-list:before { content: "\f03a"; }
.p-maihada .c-icon-dedent:before { content: "\f03b"; }
.p-maihada .c-icon-outdent:before { content: "\f03b"; }
.p-maihada .c-icon-indent:before { content: "\f03c"; }
.p-maihada .c-icon-video-camera:before { content: "\f03d"; }
.p-maihada .c-icon-image:before { content: "\f03e"; }
.p-maihada .c-icon-photo:before { content: "\f03e"; }
.p-maihada .c-icon-picture-o:before { content: "\f03e"; }
.p-maihada .c-icon-pencil:before { content: "\f040"; }
.p-maihada .c-icon-map-marker:before { content: "\f041"; }
.p-maihada .c-icon-adjust:before { content: "\f042"; }
.p-maihada .c-icon-tint:before { content: "\f043"; }
.p-maihada .c-icon-edit:before { content: "\f044"; }
.p-maihada .c-icon-pencil-square-o:before { content: "\f044"; }
.p-maihada .c-icon-share-square-o:before { content: "\f045"; }
.p-maihada .c-icon-check-square-o:before { content: "\f046"; }
.p-maihada .c-icon-arrows:before { content: "\f047"; }
.p-maihada .c-icon-step-backward:before { content: "\f048"; }
.p-maihada .c-icon-fast-backward:before { content: "\f049"; }
.p-maihada .c-icon-backward:before { content: "\f04a"; }
.p-maihada .c-icon-play:before { content: "\f04b"; }
.p-maihada .c-icon-pause:before { content: "\f04c"; }
.p-maihada .c-icon-stop:before { content: "\f04d"; }
.p-maihada .c-icon-forward:before { content: "\f04e"; }
.p-maihada .c-icon-fast-forward:before { content: "\f050"; }
.p-maihada .c-icon-step-forward:before { content: "\f051"; }
.p-maihada .c-icon-eject:before { content: "\f052"; }
.p-maihada .c-icon-chevron-left:before { content: "\f053"; }
.p-maihada .c-icon-chevron-right:before { content: "\f054"; }
.p-maihada .c-icon-plus-circle:before { content: "\f055"; }
.p-maihada .c-icon-minus-circle:before { content: "\f056"; }
.p-maihada .c-icon-times-circle:before { content: "\f057"; }
.p-maihada .c-icon-check-circle:before { content: "\f058"; }
.p-maihada .c-icon-question-circle:before { content: "\f059"; }
.p-maihada .c-icon-info-circle:before { content: "\f05a"; }
.p-maihada .c-icon-crosshairs:before { content: "\f05b"; }
.p-maihada .c-icon-times-circle-o:before { content: "\f05c"; }
.p-maihada .c-icon-check-circle-o:before { content: "\f05d"; }
.p-maihada .c-icon-ban:before { content: "\f05e"; }
.p-maihada .c-icon-arrow-left:before { content: "\f060"; }
.p-maihada .c-icon-arrow-right:before { content: "\f061"; }
.p-maihada .c-icon-arrow-up:before { content: "\f062"; }
.p-maihada .c-icon-arrow-down:before { content: "\f063"; }
.p-maihada .c-icon-mail-forward:before { content: "\f064"; }
.p-maihada .c-icon-share:before { content: "\f064"; }
.p-maihada .c-icon-expand:before { content: "\f065"; }
.p-maihada .c-icon-compress:before { content: "\f066"; }
.p-maihada .c-icon-exclamation-circle:before { content: "\f06a"; }
.p-maihada .c-icon-gift:before { content: "\f06b"; }
.p-maihada .c-icon-leaf:before { content: "\f06c"; }
.p-maihada .c-icon-fire:before { content: "\f06d"; }
.p-maihada .c-icon-eye:before { content: "\f06e"; }
.p-maihada .c-icon-eye-slash:before { content: "\f070"; }
.p-maihada .c-icon-exclamation-triangle:before { content: "\f071"; }
.p-maihada .c-icon-warning:before { content: "\f071"; }
.p-maihada .c-icon-plane:before { content: "\f072"; }
.p-maihada .c-icon-calendar:before { content: "\f073"; }
.p-maihada .c-icon-random:before { content: "\f074"; }
.p-maihada .c-icon-comment:before { content: "\f075"; }
.p-maihada .c-icon-magnet:before { content: "\f076"; }
.p-maihada .c-icon-chevron-up:before { content: "\f077"; }
.p-maihada .c-icon-chevron-down:before { content: "\f078"; }
.p-maihada .c-icon-retweet:before { content: "\f079"; }
.p-maihada .c-icon-shopping-cart:before { content: "\f07a"; }
.p-maihada .c-icon-folder:before { content: "\f07b"; }
.p-maihada .c-icon-folder-open:before { content: "\f07c"; }
.p-maihada .c-icon-arrows-v:before { content: "\f07d"; }
.p-maihada .c-icon-arrows-h:before { content: "\f07e"; }
.p-maihada .c-icon-bar-chart:before { content: "\f080"; }
.p-maihada .c-icon-bar-chart-o:before { content: "\f080"; }
.p-maihada .c-icon-twitter-square:before { content: "\f081"; }
.p-maihada .c-icon-facebook-square:before { content: "\f082"; }
.p-maihada .c-icon-camera-retro:before { content: "\f083"; }
.p-maihada .c-icon-key:before { content: "\f084"; }
.p-maihada .c-icon-cogs:before { content: "\f085"; }
.p-maihada .c-icon-gears:before { content: "\f085"; }
.p-maihada .c-icon-comments:before { content: "\f086"; }
.p-maihada .c-icon-thumbs-o-up:before { content: "\f087"; }
.p-maihada .c-icon-thumbs-o-down:before { content: "\f088"; }
.p-maihada .c-icon-star-half:before { content: "\f089"; }
.p-maihada .c-icon-heart-o:before { content: "\f08a"; }
.p-maihada .c-icon-sign-out:before { content: "\f08b"; }
.p-maihada .c-icon-linkedin-square:before { content: "\f08c"; }
.p-maihada .c-icon-thumb-tack:before { content: "\f08d"; }
.p-maihada .c-icon-external-link:before { content: "\f08e"; }
.p-maihada .c-icon-sign-in:before { content: "\f090"; }
.p-maihada .c-icon-trophy:before { content: "\f091"; }
.p-maihada .c-icon-github-square:before { content: "\f092"; }
.p-maihada .c-icon-upload:before { content: "\f093"; }
.p-maihada .c-icon-lemon-o:before { content: "\f094"; }
.p-maihada .c-icon-phone:before { content: "\f095"; }
.p-maihada .c-icon-square-o:before { content: "\f096"; }
.p-maihada .c-icon-bookmark-o:before { content: "\f097"; }
.p-maihada .c-icon-phone-square:before { content: "\f098"; }
.p-maihada .c-icon-twitter:before { content: "\f099"; }
.p-maihada .c-icon-facebook:before { content: "\f09a"; }
.p-maihada .c-icon-facebook-f:before { content: "\f09a"; }
.p-maihada .c-icon-github:before { content: "\f09b"; }
.p-maihada .c-icon-unlock:before { content: "\f09c"; }
.p-maihada .c-icon-credit-card:before { content: "\f09d"; }
.p-maihada .c-icon-feed:before { content: "\f09e"; }
.p-maihada .c-icon-rss:before { content: "\f09e"; }
.p-maihada .c-icon-hdd-o:before { content: "\f0a0"; }
.p-maihada .c-icon-bullhorn:before { content: "\f0a1"; }
.p-maihada .c-icon-bell-o:before { content: "\f0a2"; }
.p-maihada .c-icon-certificate:before { content: "\f0a3"; }
.p-maihada .c-icon-hand-o-right:before { content: "\f0a4"; }
.p-maihada .c-icon-hand-o-left:before { content: "\f0a5"; }
.p-maihada .c-icon-hand-o-up:before { content: "\f0a6"; }
.p-maihada .c-icon-hand-o-down:before { content: "\f0a7"; }
.p-maihada .c-icon-arrow-circle-left:before { content: "\f0a8"; }
.p-maihada .c-icon-arrow-circle-right:before { content: "\f0a9"; }
.p-maihada .c-icon-arrow-circle-up:before { content: "\f0aa"; }
.p-maihada .c-icon-arrow-circle-down:before { content: "\f0ab"; }
.p-maihada .c-icon-globe:before { content: "\f0ac"; }
.p-maihada .c-icon-wrench:before { content: "\f0ad"; }
.p-maihada .c-icon-tasks:before { content: "\f0ae"; }
.p-maihada .c-icon-filter:before { content: "\f0b0"; }
.p-maihada .c-icon-briefcase:before { content: "\f0b1"; }
.p-maihada .c-icon-arrows-alt:before { content: "\f0b2"; }
.p-maihada .c-icon-group:before { content: "\f0c0"; }
.p-maihada .c-icon-users:before { content: "\f0c0"; }
.p-maihada .c-icon-chain:before { content: "\f0c1"; }
.p-maihada .c-icon-link:before { content: "\f0c1"; }
.p-maihada .c-icon-cloud:before { content: "\f0c2"; }
.p-maihada .c-icon-flask:before { content: "\f0c3"; }
.p-maihada .c-icon-cut:before { content: "\f0c4"; }
.p-maihada .c-icon-scissors:before { content: "\f0c4"; }
.p-maihada .c-icon-copy:before { content: "\f0c5"; }
.p-maihada .c-icon-files-o:before { content: "\f0c5"; }
.p-maihada .c-icon-paperclip:before { content: "\f0c6"; }
.p-maihada .c-icon-floppy-o:before { content: "\f0c7"; }
.p-maihada .c-icon-save:before { content: "\f0c7"; }
.p-maihada .c-icon-square:before { content: "\f0c8"; }
.p-maihada .c-icon-bars:before { content: "\f0c9"; }
.p-maihada .c-icon-navicon:before { content: "\f0c9"; }
.p-maihada .c-icon-reorder:before { content: "\f0c9"; }
.p-maihada .c-icon-list-ul:before { content: "\f0ca"; }
.p-maihada .c-icon-list-ol:before { content: "\f0cb"; }
.p-maihada .c-icon-strikethrough:before { content: "\f0cc"; }
.p-maihada .c-icon-underline:before { content: "\f0cd"; }
.p-maihada .c-icon-table:before { content: "\f0ce"; }
.p-maihada .c-icon-magic:before { content: "\f0d0"; }
.p-maihada .c-icon-truck:before { content: "\f0d1"; }
.p-maihada .c-icon-pinterest:before { content: "\f0d2"; }
.p-maihada .c-icon-pinterest-square:before { content: "\f0d3"; }
.p-maihada .c-icon-google-plus-square:before { content: "\f0d4"; }
.p-maihada .c-icon-google-plus:before { content: "\f0d5"; }
.p-maihada .c-icon-money:before { content: "\f0d6"; }
.p-maihada .c-icon-caret-down:before { content: "\f0d7"; }
.p-maihada .c-icon-caret-up:before { content: "\f0d8"; }
.p-maihada .c-icon-caret-left:before { content: "\f0d9"; }
.p-maihada .c-icon-caret-right:before { content: "\f0da"; }
.p-maihada .c-icon-columns:before { content: "\f0db"; }
.p-maihada .c-icon-sort:before { content: "\f0dc"; }
.p-maihada .c-icon-unsorted:before { content: "\f0dc"; }
.p-maihada .c-icon-sort-desc:before { content: "\f0dd"; }
.p-maihada .c-icon-sort-down:before { content: "\f0dd"; }
.p-maihada .c-icon-sort-asc:before { content: "\f0de"; }
.p-maihada .c-icon-sort-up:before { content: "\f0de"; }
.p-maihada .c-icon-envelope:before { content: "\f0e0"; }
.p-maihada .c-icon-linkedin:before { content: "\f0e1"; }
.p-maihada .c-icon-rotate-left:before { content: "\f0e2"; }
.p-maihada .c-icon-undo:before { content: "\f0e2"; }
.p-maihada .c-icon-gavel:before { content: "\f0e3"; }
.p-maihada .c-icon-legal:before { content: "\f0e3"; }
.p-maihada .c-icon-dashboard:before { content: "\f0e4"; }
.p-maihada .c-icon-tachometer:before { content: "\f0e4"; }
.p-maihada .c-icon-comment-o:before { content: "\f0e5"; }
.p-maihada .c-icon-comments-o:before { content: "\f0e6"; }
.p-maihada .c-icon-bolt:before { content: "\f0e7"; }
.p-maihada .c-icon-flash:before { content: "\f0e7"; }
.p-maihada .c-icon-sitemap:before { content: "\f0e8"; }
.p-maihada .c-icon-umbrella:before { content: "\f0e9"; }
.p-maihada .c-icon-clipboard:before { content: "\f0ea"; }
.p-maihada .c-icon-paste:before { content: "\f0ea"; }
.p-maihada .c-icon-lightbulb-o:before { content: "\f0eb"; }
.p-maihada .c-icon-exchange:before { content: "\f0ec"; }
.p-maihada .c-icon-cloud-download:before { content: "\f0ed"; }
.p-maihada .c-icon-cloud-upload:before { content: "\f0ee"; }
.p-maihada .c-icon-user-md:before { content: "\f0f0"; }
.p-maihada .c-icon-stethoscope:before { content: "\f0f1"; }
.p-maihada .c-icon-suitcase:before { content: "\f0f2"; }
.p-maihada .c-icon-bell:before { content: "\f0f3"; }
.p-maihada .c-icon-coffee:before { content: "\f0f4"; }
.p-maihada .c-icon-cutlery:before { content: "\f0f5"; }
.p-maihada .c-icon-file-text-o:before { content: "\f0f6"; }
.p-maihada .c-icon-building-o:before { content: "\f0f7"; }
.p-maihada .c-icon-hospital-o:before { content: "\f0f8"; }
.p-maihada .c-icon-ambulance:before { content: "\f0f9"; }
.p-maihada .c-icon-medkit:before { content: "\f0fa"; }
.p-maihada .c-icon-fighter-jet:before { content: "\f0fb"; }
.p-maihada .c-icon-beer:before { content: "\f0fc"; }
.p-maihada .c-icon-h-square:before { content: "\f0fd"; }
.p-maihada .c-icon-plus-square:before { content: "\f0fe"; }
.p-maihada .c-icon-angle-double-left:before { content: "\f100"; }
.p-maihada .c-icon-angle-double-right:before { content: "\f101"; }
.p-maihada .c-icon-angle-double-up:before { content: "\f102"; }
.p-maihada .c-icon-angle-double-down:before { content: "\f103"; }
.p-maihada .c-icon-angle-left:before { content: "\f104"; }
.p-maihada .c-icon-angle-right:before { content: "\f105"; }
.p-maihada .c-icon-angle-up:before { content: "\f106"; }
.p-maihada .c-icon-angle-down:before { content: "\f107"; }
.p-maihada .c-icon-desktop:before { content: "\f108"; }
.p-maihada .c-icon-laptop:before { content: "\f109"; }
.p-maihada .c-icon-tablet:before { content: "\f10a"; }
.p-maihada .c-icon-mobile:before { content: "\f10b"; }
.p-maihada .c-icon-mobile-phone:before { content: "\f10b"; }
.p-maihada .c-icon-circle-o:before { content: "\f10c"; }
.p-maihada .c-icon-quote-left:before { content: "\f10d"; }
.p-maihada .c-icon-quote-right:before { content: "\f10e"; }
.p-maihada .c-icon-spinner:before { content: "\f110"; }
.p-maihada .c-icon-circle:before { content: "\f111"; }
.p-maihada .c-icon-mail-reply:before { content: "\f112"; }
.p-maihada .c-icon-reply:before { content: "\f112"; }
.p-maihada .c-icon-github-alt:before { content: "\f113"; }
.p-maihada .c-icon-folder-o:before { content: "\f114"; }
.p-maihada .c-icon-folder-open-o:before { content: "\f115"; }
.p-maihada .c-icon-smile-o:before { content: "\f118"; }
.p-maihada .c-icon-frown-o:before { content: "\f119"; }
.p-maihada .c-icon-meh-o:before { content: "\f11a"; }
.p-maihada .c-icon-gamepad:before { content: "\f11b"; }
.p-maihada .c-icon-keyboard-o:before { content: "\f11c"; }
.p-maihada .c-icon-flag-o:before { content: "\f11d"; }
.p-maihada .c-icon-flag-checkered:before { content: "\f11e"; }
.p-maihada .c-icon-terminal:before { content: "\f120"; }
.p-maihada .c-icon-code:before { content: "\f121"; }
.p-maihada .c-icon-mail-reply-all:before { content: "\f122"; }
.p-maihada .c-icon-reply-all:before { content: "\f122"; }
.p-maihada .c-icon-star-half-empty:before { content: "\f123"; }
.p-maihada .c-icon-star-half-full:before { content: "\f123"; }
.p-maihada .c-icon-star-half-o:before { content: "\f123"; }
.p-maihada .c-icon-location-arrow:before { content: "\f124"; }
.p-maihada .c-icon-crop:before { content: "\f125"; }
.p-maihada .c-icon-code-fork:before { content: "\f126"; }
.p-maihada .c-icon-chain-broken:before { content: "\f127"; }
.p-maihada .c-icon-unlink:before { content: "\f127"; }
.p-maihada .c-icon-info:before { content: "\f129"; }
.p-maihada .c-icon-exclamation:before { content: "\f12a"; }
.p-maihada .c-icon-superscript:before { content: "\f12b"; }
.p-maihada .c-icon-subscript:before { content: "\f12c"; }
.p-maihada .c-icon-eraser:before { content: "\f12d"; }
.p-maihada .c-icon-puzzle-piece:before { content: "\f12e"; }
.p-maihada .c-icon-microphone:before { content: "\f130"; }
.p-maihada .c-icon-microphone-slash:before { content: "\f131"; }
.p-maihada .c-icon-shield:before { content: "\f132"; }
.p-maihada .c-icon-calendar-o:before { content: "\f133"; }
.p-maihada .c-icon-fire-extinguisher:before { content: "\f134"; }
.p-maihada .c-icon-rocket:before { content: "\f135"; }
.p-maihada .c-icon-maxcdn:before { content: "\f136"; }
.p-maihada .c-icon-chevron-circle-left:before { content: "\f137"; }
.p-maihada .c-icon-chevron-circle-right:before { content: "\f138"; }
.p-maihada .c-icon-chevron-circle-up:before { content: "\f139"; }
.p-maihada .c-icon-chevron-circle-down:before { content: "\f13a"; }
.p-maihada .c-icon-html5:before { content: "\f13b"; }
.p-maihada .c-icon-css3:before { content: "\f13c"; }
.p-maihada .c-icon-anchor:before { content: "\f13d"; }
.p-maihada .c-icon-unlock-alt:before { content: "\f13e"; }
.p-maihada .c-icon-bullseye:before { content: "\f140"; }
.p-maihada .c-icon-ellipsis-h:before { content: "\f141"; }
.p-maihada .c-icon-ellipsis-v:before { content: "\f142"; }
.p-maihada .c-icon-rss-square:before { content: "\f143"; }
.p-maihada .c-icon-play-circle:before { content: "\f144"; }
.p-maihada .c-icon-ticket:before { content: "\f145"; }
.p-maihada .c-icon-minus-square:before { content: "\f146"; }
.p-maihada .c-icon-minus-square-o:before { content: "\f147"; }
.p-maihada .c-icon-level-up:before { content: "\f148"; }
.p-maihada .c-icon-level-down:before { content: "\f149"; }
.p-maihada .c-icon-check-square:before { content: "\f14a"; }
.p-maihada .c-icon-pencil-square:before { content: "\f14b"; }
.p-maihada .c-icon-external-link-square:before { content: "\f14c"; }
.p-maihada .c-icon-share-square:before { content: "\f14d"; }
.p-maihada .c-icon-compass:before { content: "\f14e"; }
.p-maihada .c-icon-caret-square-o-down:before { content: "\f150"; }
.p-maihada .c-icon-toggle-down:before { content: "\f150"; }
.p-maihada .c-icon-caret-square-o-up:before { content: "\f151"; }
.p-maihada .c-icon-toggle-up:before { content: "\f151"; }
.p-maihada .c-icon-caret-square-o-right:before { content: "\f152"; }
.p-maihada .c-icon-toggle-right:before { content: "\f152"; }
.p-maihada .c-icon-eur:before { content: "\f153"; }
.p-maihada .c-icon-euro:before { content: "\f153"; }
.p-maihada .c-icon-gbp:before { content: "\f154"; }
.p-maihada .c-icon-dollar:before { content: "\f155"; }
.p-maihada .c-icon-usd:before { content: "\f155"; }
.p-maihada .c-icon-inr:before { content: "\f156"; }
.p-maihada .c-icon-rupee:before { content: "\f156"; }
.p-maihada .c-icon-cny:before { content: "\f157"; }
.p-maihada .c-icon-jpy:before { content: "\f157"; }
.p-maihada .c-icon-rmb:before { content: "\f157"; }
.p-maihada .c-icon-yen:before { content: "\f157"; }
.p-maihada .c-icon-rouble:before { content: "\f158"; }
.p-maihada .c-icon-rub:before { content: "\f158"; }
.p-maihada .c-icon-ruble:before { content: "\f158"; }
.p-maihada .c-icon-krw:before { content: "\f159"; }
.p-maihada .c-icon-won:before { content: "\f159"; }
.p-maihada .c-icon-bitcoin:before { content: "\f15a"; }
.p-maihada .c-icon-btc:before { content: "\f15a"; }
.p-maihada .c-icon-file:before { content: "\f15b"; }
.p-maihada .c-icon-file-text:before { content: "\f15c"; }
.p-maihada .c-icon-sort-alpha-asc:before { content: "\f15d"; }
.p-maihada .c-icon-sort-alpha-desc:before { content: "\f15e"; }
.p-maihada .c-icon-sort-amount-asc:before { content: "\f160"; }
.p-maihada .c-icon-sort-amount-desc:before { content: "\f161"; }
.p-maihada .c-icon-sort-numeric-asc:before { content: "\f162"; }
.p-maihada .c-icon-sort-numeric-desc:before { content: "\f163"; }
.p-maihada .c-icon-thumbs-up:before { content: "\f164"; }
.p-maihada .c-icon-thumbs-down:before { content: "\f165"; }
.p-maihada .c-icon-youtube-square:before { content: "\f166"; }
.p-maihada .c-icon-youtube:before { content: "\f167"; }
.p-maihada .c-icon-xing:before { content: "\f168"; }
.p-maihada .c-icon-xing-square:before { content: "\f169"; }
.p-maihada .c-icon-youtube-play:before { content: "\f16a"; }
.p-maihada .c-icon-dropbox:before { content: "\f16b"; }
.p-maihada .c-icon-stack-overflow:before { content: "\f16c"; }
.p-maihada .c-icon-instagram:before { content: "\f16d"; }
.p-maihada .c-icon-flickr:before { content: "\f16e"; }
.p-maihada .c-icon-adn:before { content: "\f170"; }
.p-maihada .c-icon-bitbucket:before { content: "\f171"; }
.p-maihada .c-icon-bitbucket-square:before { content: "\f172"; }
.p-maihada .c-icon-tumblr:before { content: "\f173"; }
.p-maihada .c-icon-tumblr-square:before { content: "\f174"; }
.p-maihada .c-icon-long-arrow-down:before { content: "\f175"; }
.p-maihada .c-icon-long-arrow-up:before { content: "\f176"; }
.p-maihada .c-icon-long-arrow-left:before { content: "\f177"; }
.p-maihada .c-icon-long-arrow-right:before { content: "\f178"; }
.p-maihada .c-icon-apple:before { content: "\f179"; }
.p-maihada .c-icon-windows:before { content: "\f17a"; }
.p-maihada .c-icon-android:before { content: "\f17b"; }
.p-maihada .c-icon-linux:before { content: "\f17c"; }
.p-maihada .c-icon-dribbble:before { content: "\f17d"; }
.p-maihada .c-icon-skype:before { content: "\f17e"; }
.p-maihada .c-icon-foursquare:before { content: "\f180"; }
.p-maihada .c-icon-trello:before { content: "\f181"; }
.p-maihada .c-icon-female:before { content: "\f182"; }
.p-maihada .c-icon-male:before { content: "\f183"; }
.p-maihada .c-icon-gittip:before { content: "\f184"; }
.p-maihada .c-icon-gratipay:before { content: "\f184"; }
.p-maihada .c-icon-sun-o:before { content: "\f185"; }
.p-maihada .c-icon-moon-o:before { content: "\f186"; }
.p-maihada .c-icon-archive:before { content: "\f187"; }
.p-maihada .c-icon-bug:before { content: "\f188"; }
.p-maihada .c-icon-vk:before { content: "\f189"; }
.p-maihada .c-icon-weibo:before { content: "\f18a"; }
.p-maihada .c-icon-renren:before { content: "\f18b"; }
.p-maihada .c-icon-pagelines:before { content: "\f18c"; }
.p-maihada .c-icon-stack-exchange:before { content: "\f18d"; }
.p-maihada .c-icon-arrow-circle-o-right:before { content: "\f18e"; }
.p-maihada .c-icon-arrow-circle-o-left:before { content: "\f190"; }
.p-maihada .c-icon-caret-square-o-left:before { content: "\f191"; }
.p-maihada .c-icon-toggle-left:before { content: "\f191"; }
.p-maihada .c-icon-dot-circle-o:before { content: "\f192"; }
.p-maihada .c-icon-wheelchair:before { content: "\f193"; }
.p-maihada .c-icon-vimeo-square:before { content: "\f194"; }
.p-maihada .c-icon-try:before { content: "\f195"; }
.p-maihada .c-icon-turkish-lira:before { content: "\f195"; }
.p-maihada .c-icon-plus-square-o:before { content: "\f196"; }
.p-maihada .c-icon-space-shuttle:before { content: "\f197"; }
.p-maihada .c-icon-slack:before { content: "\f198"; }
.p-maihada .c-icon-envelope-square:before { content: "\f199"; }
.p-maihada .c-icon-wordpress:before { content: "\f19a"; }
.p-maihada .c-icon-openid:before { content: "\f19b"; }
.p-maihada .c-icon-bank:before { content: "\f19c"; }
.p-maihada .c-icon-institution:before { content: "\f19c"; }
.p-maihada .c-icon-university:before { content: "\f19c"; }
.p-maihada .c-icon-graduation-cap:before { content: "\f19d"; }
.p-maihada .c-icon-mortar-board:before { content: "\f19d"; }
.p-maihada .c-icon-yahoo:before { content: "\f19e"; }
.p-maihada .c-icon-google:before { content: "\f1a0"; }
.p-maihada .c-icon-reddit:before { content: "\f1a1"; }
.p-maihada .c-icon-reddit-square:before { content: "\f1a2"; }
.p-maihada .c-icon-stumbleupon-circle:before { content: "\f1a3"; }
.p-maihada .c-icon-stumbleupon:before { content: "\f1a4"; }
.p-maihada .c-icon-delicious:before { content: "\f1a5"; }
.p-maihada .c-icon-digg:before { content: "\f1a6"; }
.p-maihada .c-icon-pied-piper-pp:before { content: "\f1a7"; }
.p-maihada .c-icon-pied-piper-alt:before { content: "\f1a8"; }
.p-maihada .c-icon-drupal:before { content: "\f1a9"; }
.p-maihada .c-icon-joomla:before { content: "\f1aa"; }
.p-maihada .c-icon-language:before { content: "\f1ab"; }
.p-maihada .c-icon-fax:before { content: "\f1ac"; }
.p-maihada .c-icon-building:before { content: "\f1ad"; }
.p-maihada .c-icon-child:before { content: "\f1ae"; }
.p-maihada .c-icon-paw:before { content: "\f1b0"; }
.p-maihada .c-icon-spoon:before { content: "\f1b1"; }
.p-maihada .c-icon-cube:before { content: "\f1b2"; }
.p-maihada .c-icon-cubes:before { content: "\f1b3"; }
.p-maihada .c-icon-behance:before { content: "\f1b4"; }
.p-maihada .c-icon-behance-square:before { content: "\f1b5"; }
.p-maihada .c-icon-steam:before { content: "\f1b6"; }
.p-maihada .c-icon-steam-square:before { content: "\f1b7"; }
.p-maihada .c-icon-recycle:before { content: "\f1b8"; }
.p-maihada .c-icon-automobile:before { content: "\f1b9"; }
.p-maihada .c-icon-car:before { content: "\f1b9"; }
.p-maihada .c-icon-cab:before { content: "\f1ba"; }
.p-maihada .c-icon-taxi:before { content: "\f1ba"; }
.p-maihada .c-icon-tree:before { content: "\f1bb"; }
.p-maihada .c-icon-spotify:before { content: "\f1bc"; }
.p-maihada .c-icon-deviantart:before { content: "\f1bd"; }
.p-maihada .c-icon-soundcloud:before { content: "\f1be"; }
.p-maihada .c-icon-database:before { content: "\f1c0"; }
.p-maihada .c-icon-file-pdf-o:before { content: "\f1c1"; }
.p-maihada .c-icon-file-word-o:before { content: "\f1c2"; }
.p-maihada .c-icon-file-excel-o:before { content: "\f1c3"; }
.p-maihada .c-icon-file-powerpoint-o:before { content: "\f1c4"; }
.p-maihada .c-icon-file-image-o:before { content: "\f1c5"; }
.p-maihada .c-icon-file-photo-o:before { content: "\f1c5"; }
.p-maihada .c-icon-file-picture-o:before { content: "\f1c5"; }
.p-maihada .c-icon-file-archive-o:before { content: "\f1c6"; }
.p-maihada .c-icon-file-zip-o:before { content: "\f1c6"; }
.p-maihada .c-icon-file-audio-o:before { content: "\f1c7"; }
.p-maihada .c-icon-file-sound-o:before { content: "\f1c7"; }
.p-maihada .c-icon-file-movie-o:before { content: "\f1c8"; }
.p-maihada .c-icon-file-video-o:before { content: "\f1c8"; }
.p-maihada .c-icon-file-code-o:before { content: "\f1c9"; }
.p-maihada .c-icon-vine:before { content: "\f1ca"; }
.p-maihada .c-icon-codepen:before { content: "\f1cb"; }
.p-maihada .c-icon-jsfiddle:before { content: "\f1cc"; }
.p-maihada .c-icon-life-bouy:before { content: "\f1cd"; }
.p-maihada .c-icon-life-buoy:before { content: "\f1cd"; }
.p-maihada .c-icon-life-ring:before { content: "\f1cd"; }
.p-maihada .c-icon-life-saver:before { content: "\f1cd"; }
.p-maihada .c-icon-support:before { content: "\f1cd"; }
.p-maihada .c-icon-circle-o-notch:before { content: "\f1ce"; }
.p-maihada .c-icon-ra:before { content: "\f1d0"; }
.p-maihada .c-icon-rebel:before { content: "\f1d0"; }
.p-maihada .c-icon-resistance:before { content: "\f1d0"; }
.p-maihada .c-icon-empire:before { content: "\f1d1"; }
.p-maihada .c-icon-ge:before { content: "\f1d1"; }
.p-maihada .c-icon-git-square:before { content: "\f1d2"; }
.p-maihada .c-icon-git:before { content: "\f1d3"; }
.p-maihada .c-icon-hacker-news:before { content: "\f1d4"; }
.p-maihada .c-icon-y-combinator-square:before { content: "\f1d4"; }
.p-maihada .c-icon-yc-square:before { content: "\f1d4"; }
.p-maihada .c-icon-tencent-weibo:before { content: "\f1d5"; }
.p-maihada .c-icon-qq:before { content: "\f1d6"; }
.p-maihada .c-icon-wechat:before { content: "\f1d7"; }
.p-maihada .c-icon-weixin:before { content: "\f1d7"; }
.p-maihada .c-icon-paper-plane:before { content: "\f1d8"; }
.p-maihada .c-icon-send:before { content: "\f1d8"; }
.p-maihada .c-icon-paper-plane-o:before { content: "\f1d9"; }
.p-maihada .c-icon-send-o:before { content: "\f1d9"; }
.p-maihada .c-icon-history:before { content: "\f1da"; }
.p-maihada .c-icon-circle-thin:before { content: "\f1db"; }
.p-maihada .c-icon-header:before { content: "\f1dc"; }
.p-maihada .c-icon-paragraph:before { content: "\f1dd"; }
.p-maihada .c-icon-sliders:before { content: "\f1de"; }
.p-maihada .c-icon-share-alt:before { content: "\f1e0"; }
.p-maihada .c-icon-share-alt-square:before { content: "\f1e1"; }
.p-maihada .c-icon-bomb:before { content: "\f1e2"; }
.p-maihada .c-icon-futbol-o:before { content: "\f1e3"; }
.p-maihada .c-icon-soccer-ball-o:before { content: "\f1e3"; }
.p-maihada .c-icon-tty:before { content: "\f1e4"; }
.p-maihada .c-icon-binoculars:before { content: "\f1e5"; }
.p-maihada .c-icon-plug:before { content: "\f1e6"; }
.p-maihada .c-icon-slideshare:before { content: "\f1e7"; }
.p-maihada .c-icon-twitch:before { content: "\f1e8"; }
.p-maihada .c-icon-yelp:before { content: "\f1e9"; }
.p-maihada .c-icon-newspaper:before { content: "\f1ea"; }
.p-maihada .c-icon-wifi:before { content: "\f1eb"; }
.p-maihada .c-icon-calculator:before { content: "\f1ec"; }
.p-maihada .c-icon-paypal:before { content: "\f1ed"; }
.p-maihada .c-icon-google-wallet:before { content: "\f1ee"; }
.p-maihada .c-icon-cc-visa:before { content: "\f1f0"; }
.p-maihada .c-icon-cc-mastercard:before { content: "\f1f1"; }
.p-maihada .c-icon-cc-discover:before { content: "\f1f2"; }
.p-maihada .c-icon-cc-amex:before { content: "\f1f3"; }
.p-maihada .c-icon-cc-paypal:before { content: "\f1f4"; }
.p-maihada .c-icon-cc-stripe:before { content: "\f1f5"; }
.p-maihada .c-icon-bell-slash:before { content: "\f1f6"; }
.p-maihada .c-icon-bell-slash-o:before { content: "\f1f7"; }
.p-maihada .c-icon-trash:before { content: "\f1f8"; }
.p-maihada .c-icon-copyright:before { content: "\f1f9"; }
.p-maihada .c-icon-at:before { content: "\f1fa"; }
.p-maihada .c-icon-eyedropper:before { content: "\f1fb"; }
.p-maihada .c-icon-paint-brush:before { content: "\f1fc"; }
.p-maihada .c-icon-birthday-cake:before { content: "\f1fd"; }
.p-maihada .c-icon-area-chart:before { content: "\f1fe"; }
.p-maihada .c-icon-pie-chart:before { content: "\f200"; }
.p-maihada .c-icon-line-chart:before { content: "\f201"; }
.p-maihada .c-icon-lastfm:before { content: "\f202"; }
.p-maihada .c-icon-lastfm-square:before { content: "\f203"; }
.p-maihada .c-icon-toggle-off:before { content: "\f204"; }
.p-maihada .c-icon-toggle-on:before { content: "\f205"; }
.p-maihada .c-icon-bicycle:before { content: "\f206"; }
.p-maihada .c-icon-bus:before { content: "\f207"; }
.p-maihada .c-icon-ioxhost:before { content: "\f208"; }
.p-maihada .c-icon-angellist:before { content: "\f209"; }
.p-maihada .c-icon-cc:before { content: "\f20a"; }
.p-maihada .c-icon-ils:before { content: "\f20b"; }
.p-maihada .c-icon-shekel:before { content: "\f20b"; }
.p-maihada .c-icon-sheqel:before { content: "\f20b"; }
.p-maihada .c-icon-meanpath:before { content: "\f20c"; }
.p-maihada .c-icon-buysellads:before { content: "\f20d"; }
.p-maihada .c-icon-connectdevelop:before { content: "\f20e"; }
.p-maihada .c-icon-dashcube:before { content: "\f210"; }
.p-maihada .c-icon-forumbee:before { content: "\f211"; }
.p-maihada .c-icon-leanpub:before { content: "\f212"; }
.p-maihada .c-icon-sellsy:before { content: "\f213"; }
.p-maihada .c-icon-shirtsinbulk:before { content: "\f214"; }
.p-maihada .c-icon-simplybuilt:before { content: "\f215"; }
.p-maihada .c-icon-skyatlas:before { content: "\f216"; }
.p-maihada .c-icon-cart-plus:before { content: "\f217"; }
.p-maihada .c-icon-cart-arrow-down:before { content: "\f218"; }
.p-maihada .c-icon-diamond:before { content: "\f219"; }
.p-maihada .c-icon-ship:before { content: "\f21a"; }
.p-maihada .c-icon-user-secret:before { content: "\f21b"; }
.p-maihada .c-icon-motorcycle:before { content: "\f21c"; }
.p-maihada .c-icon-street-view:before { content: "\f21d"; }
.p-maihada .c-icon-heartbeat:before { content: "\f21e"; }
.p-maihada .c-icon-venus:before { content: "\f221"; }
.p-maihada .c-icon-mars:before { content: "\f222"; }
.p-maihada .c-icon-mercury:before { content: "\f223"; }
.p-maihada .c-icon-intersex:before { content: "\f224"; }
.p-maihada .c-icon-transgender:before { content: "\f224"; }
.p-maihada .c-icon-transgender-alt:before { content: "\f225"; }
.p-maihada .c-icon-venus-double:before { content: "\f226"; }
.p-maihada .c-icon-mars-double:before { content: "\f227"; }
.p-maihada .c-icon-venus-mars:before { content: "\f228"; }
.p-maihada .c-icon-mars-stroke:before { content: "\f229"; }
.p-maihada .c-icon-mars-stroke-v:before { content: "\f22a"; }
.p-maihada .c-icon-mars-stroke-h:before { content: "\f22b"; }
.p-maihada .c-icon-neuter:before { content: "\f22c"; }
.p-maihada .c-icon-genderless:before { content: "\f22d"; }
.p-maihada .c-icon-facebook-official:before { content: "\f230"; }
.p-maihada .c-icon-pinterest-p:before { content: "\f231"; }
.p-maihada .c-icon-whatsapp:before { content: "\f232"; }
.p-maihada .c-icon-server:before { content: "\f233"; }
.p-maihada .c-icon-user-plus:before { content: "\f234"; }
.p-maihada .c-icon-user-times:before { content: "\f235"; }
.p-maihada .c-icon-bed:before { content: "\f236"; }
.p-maihada .c-icon-hotel:before { content: "\f236"; }
.p-maihada .c-icon-viacoin:before { content: "\f237"; }
.p-maihada .c-icon-train:before { content: "\f238"; }
.p-maihada .c-icon-subway:before { content: "\f239"; }
.p-maihada .c-icon-medium:before { content: "\f23a"; }
.p-maihada .c-icon-y-combinator:before { content: "\f23b"; }
.p-maihada .c-icon-yc:before { content: "\f23b"; }
.p-maihada .c-icon-optin-monster:before { content: "\f23c"; }
.p-maihada .c-icon-opencart:before { content: "\f23d"; }
.p-maihada .c-icon-expeditedssl:before { content: "\f23e"; }
.p-maihada .c-icon-battery:before { content: "\f240"; }
.p-maihada .c-icon-battery-4:before { content: "\f240"; }
.p-maihada .c-icon-battery-full:before { content: "\f240"; }
.p-maihada .c-icon-battery-3:before { content: "\f241"; }
.p-maihada .c-icon-battery-three-quarters:before { content: "\f241"; }
.p-maihada .c-icon-battery-2:before { content: "\f242"; }
.p-maihada .c-icon-battery-half:before { content: "\f242"; }
.p-maihada .c-icon-battery-1:before { content: "\f243"; }
.p-maihada .c-icon-battery-quarter:before { content: "\f243"; }
.p-maihada .c-icon-battery-0:before { content: "\f244"; }
.p-maihada .c-icon-battery-empty:before { content: "\f244"; }
.p-maihada .c-icon-mouse-pointer:before { content: "\f245"; }
.p-maihada .c-icon-i-cursor:before { content: "\f246"; }
.p-maihada .c-icon-object-group:before { content: "\f247"; }
.p-maihada .c-icon-object-ungroup:before { content: "\f248"; }
.p-maihada .c-icon-sticky-note:before { content: "\f249"; }
.p-maihada .c-icon-sticky-note-o:before { content: "\f24a"; }
.p-maihada .c-icon-cc-jcb:before { content: "\f24b"; }
.p-maihada .c-icon-cc-diners-club:before { content: "\f24c"; }
.p-maihada .c-icon-clone:before { content: "\f24d"; }
.p-maihada .c-icon-balance-scale:before { content: "\f24e"; }
.p-maihada .c-icon-hourglass-o:before { content: "\f250"; }
.p-maihada .c-icon-hourglass-1:before { content: "\f251"; }
.p-maihada .c-icon-hourglass-start:before { content: "\f251"; }
.p-maihada .c-icon-hourglass-2:before { content: "\f252"; }
.p-maihada .c-icon-hourglass-half:before { content: "\f252"; }
.p-maihada .c-icon-hourglass-3:before { content: "\f253"; }
.p-maihada .c-icon-hourglass-end:before { content: "\f253"; }
.p-maihada .c-icon-hourglass:before { content: "\f254"; }
.p-maihada .c-icon-hand-grab-o:before { content: "\f255"; }
.p-maihada .c-icon-hand-rock-o:before { content: "\f255"; }
.p-maihada .c-icon-hand-paper-o:before { content: "\f256"; }
.p-maihada .c-icon-hand-stop-o:before { content: "\f256"; }
.p-maihada .c-icon-hand-scissors-o:before { content: "\f257"; }
.p-maihada .c-icon-hand-lizard-o:before { content: "\f258"; }
.p-maihada .c-icon-hand-spock-o:before { content: "\f259"; }
.p-maihada .c-icon-hand-pointer-o:before { content: "\f25a"; }
.p-maihada .c-icon-hand-peace-o:before { content: "\f25b"; }
.p-maihada .c-icon-trademark:before { content: "\f25c"; }
.p-maihada .c-icon-registered:before { content: "\f25d"; }
.p-maihada .c-icon-creative-commons:before { content: "\f25e"; }
.p-maihada .c-icon-gg:before { content: "\f260"; }
.p-maihada .c-icon-gg-circle:before { content: "\f261"; }
.p-maihada .c-icon-tripadvisor:before { content: "\f262"; }
.p-maihada .c-icon-odnoklassniki:before { content: "\f263"; }
.p-maihada .c-icon-odnoklassniki-square:before { content: "\f264"; }
.p-maihada .c-icon-get-pocket:before { content: "\f265"; }
.p-maihada .c-icon-wikipedia-w:before { content: "\f266"; }
.p-maihada .c-icon-safari:before { content: "\f267"; }
.p-maihada .c-icon-chrome:before { content: "\f268"; }
.p-maihada .c-icon-firefox:before { content: "\f269"; }
.p-maihada .c-icon-opera:before { content: "\f26a"; }
.p-maihada .c-icon-internet-explorer:before { content: "\f26b"; }
.p-maihada .c-icon-television:before { content: "\f26c"; }
.p-maihada .c-icon-tv:before { content: "\f26c"; }
.p-maihada .c-icon-contao:before { content: "\f26d"; }
.p-maihada .c-icon-500px:before { content: "\f26e"; }
.p-maihada .c-icon-amazon:before { content: "\f270"; }
.p-maihada .c-icon-calendar-plus-o:before { content: "\f271"; }
.p-maihada .c-icon-calendar-minus-o:before { content: "\f272"; }
.p-maihada .c-icon-calendar-times-o:before { content: "\f273"; }
.p-maihada .c-icon-calendar-check-o:before { content: "\f274"; }
.p-maihada .c-icon-industry:before { content: "\f275"; }
.p-maihada .c-icon-map-pin:before { content: "\f276"; }
.p-maihada .c-icon-map-signs:before { content: "\f277"; }
.p-maihada .c-icon-map-o:before { content: "\f278"; }
.p-maihada .c-icon-map:before { content: "\f279"; }
.p-maihada .c-icon-commenting:before { content: "\f27a"; }
.p-maihada .c-icon-commenting-o:before { content: "\f27b"; }
.p-maihada .c-icon-houzz:before { content: "\f27c"; }
.p-maihada .c-icon-vimeo:before { content: "\f27d"; }
.p-maihada .c-icon-black-tie:before { content: "\f27e"; }
.p-maihada .c-icon-fonticons:before { content: "\f280"; }
.p-maihada .c-icon-reddit-alien:before { content: "\f281"; }
.p-maihada .c-icon-edge:before { content: "\f282"; }
.p-maihada .c-icon-credit-card-alt:before { content: "\f283"; }
.p-maihada .c-icon-codiepie:before { content: "\f284"; }
.p-maihada .c-icon-modx:before { content: "\f285"; }
.p-maihada .c-icon-fort-awesome:before { content: "\f286"; }
.p-maihada .c-icon-usb:before { content: "\f287"; }
.p-maihada .c-icon-product-hunt:before { content: "\f288"; }
.p-maihada .c-icon-mixcloud:before { content: "\f289"; }
.p-maihada .c-icon-scribd:before { content: "\f28a"; }
.p-maihada .c-icon-pause-circle:before { content: "\f28b"; }
.p-maihada .c-icon-pause-circle-o:before { content: "\f28c"; }
.p-maihada .c-icon-stop-circle:before { content: "\f28d"; }
.p-maihada .c-icon-stop-circle-o:before { content: "\f28e"; }
.p-maihada .c-icon-shopping-bag:before { content: "\f290"; }
.p-maihada .c-icon-shopping-basket:before { content: "\f291"; }
.p-maihada .c-icon-hashtag:before { content: "\f292"; }
.p-maihada .c-icon-bluetooth:before { content: "\f293"; }
.p-maihada .c-icon-bluetooth-b:before { content: "\f294"; }
.p-maihada .c-icon-percent:before { content: "\f295"; }
.p-maihada .c-icon-gitlab:before { content: "\f296"; }
.p-maihada .c-icon-wpbeginner:before { content: "\f297"; }
.p-maihada .c-icon-wpforms:before { content: "\f298"; }
.p-maihada .c-icon-envira:before { content: "\f299"; }
.p-maihada .c-icon-universal-access:before { content: "\f29a"; }
.p-maihada .c-icon-wheelchair-alt:before { content: "\f29b"; }
.p-maihada .c-icon-question-circle-o:before { content: "\f29c"; }
.p-maihada .c-icon-blind:before { content: "\f29d"; }
.p-maihada .c-icon-audio-description:before { content: "\f29e"; }
.p-maihada .c-icon-volume-control-phone:before { content: "\f2a0"; }
.p-maihada .c-icon-braille:before { content: "\f2a1"; }
.p-maihada .c-icon-assistive-listening-systems:before { content: "\f2a2"; }
.p-maihada .c-icon-american-sign-language-interpreting:before { content: "\f2a3"; }
.p-maihada .c-icon-asl-interpreting:before { content: "\f2a3"; }
.p-maihada .c-icon-deaf:before { content: "\f2a4"; }
.p-maihada .c-icon-deafness:before { content: "\f2a4"; }
.p-maihada .c-icon-hard-of-hearing:before { content: "\f2a4"; }
.p-maihada .c-icon-glide:before { content: "\f2a5"; }
.p-maihada .c-icon-glide-g:before { content: "\f2a6"; }
.p-maihada .c-icon-sign-language:before { content: "\f2a7"; }
.p-maihada .c-icon-signing:before { content: "\f2a7"; }
.p-maihada .c-icon-low-vision:before { content: "\f2a8"; }
.p-maihada .c-icon-viadeo:before { content: "\f2a9"; }
.p-maihada .c-icon-viadeo-square:before { content: "\f2aa"; }
.p-maihada .c-icon-snapchat:before { content: "\f2ab"; }
.p-maihada .c-icon-snapchat-ghost:before { content: "\f2ac"; }
.p-maihada .c-icon-snapchat-square:before { content: "\f2ad"; }
.p-maihada .c-icon-pied-piper:before { content: "\f2ae"; }
.p-maihada .c-icon-first-order:before { content: "\f2b0"; }
.p-maihada .c-icon-yoast:before { content: "\f2b1"; }
.p-maihada .c-icon-themeisle:before { content: "\f2b2"; }
.p-maihada .c-icon-google-plus-circle:before { content: "\f2b3"; }
.p-maihada .c-icon-google-plus-official:before { content: "\f2b3"; }
.p-maihada .c-icon-fa:before { content: "\f2b4"; }
.p-maihada .c-icon-font-awesome:before { content: "\f2b4"; }
.p-maihada .c-icon-handshake-o:before { content: "\f2b5"; }
.p-maihada .c-icon-envelope-open:before { content: "\f2b6"; }
.p-maihada .c-icon-envelope-open-o:before { content: "\f2b7"; }
.p-maihada .c-icon-linode:before { content: "\f2b8"; }
.p-maihada .c-icon-address-book:before { content: "\f2b9"; }
.p-maihada .c-icon-address-book-o:before { content: "\f2ba"; }
.p-maihada .c-icon-address-card:before { content: "\f2bb"; }
.p-maihada .c-icon-vcard:before { content: "\f2bb"; }
.p-maihada .c-icon-address-card-o:before { content: "\f2bc"; }
.p-maihada .c-icon-vcard-o:before { content: "\f2bc"; }
.p-maihada .c-icon-user-circle:before { content: "\f2bd"; }
.p-maihada .c-icon-user-circle-o:before { content: "\f2be"; }
.p-maihada .c-icon-user-o:before { content: "\f2c0"; }
.p-maihada .c-icon-id-badge:before { content: "\f2c1"; }
.p-maihada .c-icon-drivers-license:before { content: "\f2c2"; }
.p-maihada .c-icon-id-card:before { content: "\f2c2"; }
.p-maihada .c-icon-drivers-license-o:before { content: "\f2c3"; }
.p-maihada .c-icon-id-card-o:before { content: "\f2c3"; }
.p-maihada .c-icon-quora:before { content: "\f2c4"; }
.p-maihada .c-icon-free-code-camp:before { content: "\f2c5"; }
.p-maihada .c-icon-telegram:before { content: "\f2c6"; }
.p-maihada .c-icon-thermometer:before { content: "\f2c7"; }
.p-maihada .c-icon-thermometer-4:before { content: "\f2c7"; }
.p-maihada .c-icon-thermometer-full:before { content: "\f2c7"; }
.p-maihada .c-icon-thermometer-3:before { content: "\f2c8"; }
.p-maihada .c-icon-thermometer-three-quarters:before { content: "\f2c8"; }
.p-maihada .c-icon-thermometer-2:before { content: "\f2c9"; }
.p-maihada .c-icon-thermometer-half:before { content: "\f2c9"; }
.p-maihada .c-icon-thermometer-1:before { content: "\f2ca"; }
.p-maihada .c-icon-thermometer-quarter:before { content: "\f2ca"; }
.p-maihada .c-icon-thermometer-0:before { content: "\f2cb"; }
.p-maihada .c-icon-thermometer-empty:before { content: "\f2cb"; }
.p-maihada .c-icon-shower:before { content: "\f2cc"; }
.p-maihada .c-icon-bath:before { content: "\f2cd"; }
.p-maihada .c-icon-bathtub:before { content: "\f2cd"; }
.p-maihada .c-icon-s15:before { content: "\f2cd"; }
.p-maihada .c-icon-podcast:before { content: "\f2ce"; }
.p-maihada .c-icon-window-maximize:before { content: "\f2d0"; }
.p-maihada .c-icon-window-minimize:before { content: "\f2d1"; }
.p-maihada .c-icon-window-restore:before { content: "\f2d2"; }
.p-maihada .c-icon-times-rectangle:before { content: "\f2d3"; }
.p-maihada .c-icon-window-close:before { content: "\f2d3"; }
.p-maihada .c-icon-times-rectangle-o:before { content: "\f2d4"; }
.p-maihada .c-icon-window-close-o:before { content: "\f2d4"; }
.p-maihada .c-icon-bandcamp:before { content: "\f2d5"; }
.p-maihada .c-icon-grav:before { content: "\f2d6"; }
.p-maihada .c-icon-etsy:before { content: "\f2d7"; }
.p-maihada .c-icon-imdb:before { content: "\f2d8"; }
.p-maihada .c-icon-ravelry:before { content: "\f2d9"; }
.p-maihada .c-icon-eercast:before { content: "\f2da"; }
.p-maihada .c-icon-microchip:before { content: "\f2db"; }
.p-maihada .c-icon-snowflake-o:before { content: "\f2dc"; }
.p-maihada .c-icon-superpowers:before { content: "\f2dd"; }
.p-maihada .c-icon-wpexplorer:before { content: "\f2de"; }
.p-maihada .c-icon-meetup:before { content: "\f2e0"; }
/* コメントアイコン左右反転 */
.p-maihada .c-icon-comment { display: inline-block; position: relative; transform: scaleX(-1); }
