/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@import url(https://fonts.googleapis.com/css?family=Monda);
@import url(https://fonts.googleapis.com/css?family=Cookie);
/* line 3, ../sass/_main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 11, ../sass/_main.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* line 16, ../sass/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 21, ../sass/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 26, ../sass/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 35, ../sass/_main.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 42, ../sass/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 48, ../sass/_main.scss */
textarea {
  resize: vertical;
}

/* line 52, ../sass/_main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 72, ../sass/_mixin_t_add.scss */
.img_r {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 92, ../sass/_mixin_t_add.scss */
.bbg {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/_font-awesome.min.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1, ../sass/_font.scss */
body {
  font-family: 'Monda' ,'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #3d3d3d;
}

/* line 12, ../sass/_font.scss */
h1, h2, h3, h4, h4, h5, h6 {
  line-height: 1.3em;
  font-weight: bold;
}

/* line 17, ../sass/_font.scss */
.main-contents h3,
.outline_bdr h3 {
  font-size: 260%;
  color: #575757;
  line-height: 1.4em;
}

@media only screen and (max-width: 991px) {
  /* line 25, ../sass/_font.scss */
  h2, h3, h4, h4, h5, h6 {
    font-size: 120%;
  }

  /* line 28, ../sass/_font.scss */
  .main-contents h3,
  .outline_bdr h3 {
    font-size: 210%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/_font.scss */
  .main-contents h3,
  .outline_bdr h3 {
    font-size: 180%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 43, ../sass/_font.scss */
  .main-contents h3,
  .outline_bdr h3 {
    font-size: 18px;
  }

  /* line 47, ../sass/_font.scss */
  .main-contents h4,
  .outline_bdr h4 {
    font-size: 16px;
  }
}
/* line 1, ../sass/_news_parts.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 2, ../sass/_news_parts.scss */
.clearfix:after {
  clear: both;
}

/* line 3, ../sass/_news_parts.scss */
.clearfix {
  *zoom: 1;
}

/* */
/* line 6, ../sass/_news_parts.scss */
.tx9 {
  font-size: 69%;
  line-height: 1.2em;
}

/* line 7, ../sass/_news_parts.scss */
.tx10 {
  font-size: 77%;
  line-height: 1.2em;
}

/* line 8, ../sass/_news_parts.scss */
.tx11 {
  font-size: 85%;
  line-height: 1.4em;
}

/* line 9, ../sass/_news_parts.scss */
.tx12 {
  font-size: 93%;
}

/* line 10, ../sass/_news_parts.scss */
.tx14 {
  font-size: 107%;
}

/* line 11, ../sass/_news_parts.scss */
.tx15 {
  font-size: 116%;
}

/* line 12, ../sass/_news_parts.scss */
.tx16 {
  font-size: 123.1%;
}

/* line 13, ../sass/_news_parts.scss */
.tx18 {
  font-size: 139%;
}

/* line 15, ../sass/_news_parts.scss */
.bldb {
  font-weight: bold;
}

/* line 16, ../sass/_news_parts.scss */
.red {
  color: #CC0000;
}

/* line 17, ../sass/_news_parts.scss */
.orange {
  color: #fb7b15;
}

/* line 18, ../sass/_news_parts.scss */
.blue {
  color: #5fb0ba;
}

/* line 20, ../sass/_news_parts.scss */
.fl {
  float: left !important;
}

/* line 21, ../sass/_news_parts.scss */
.fr {
  float: right !important;
}

/* line 22, ../sass/_news_parts.scss */
.blk {
  display: block;
}

/* line 23, ../sass/_news_parts.scss */
.inl {
  display: inline;
}

/* line 24, ../sass/_news_parts.scss */
.inb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 25, ../sass/_news_parts.scss */
.ofa {
  overflow: auto;
}

/* line 26, ../sass/_news_parts.scss */
.hide {
  display: none;
}

/* line 28, ../sass/_news_parts.scss */
.tl {
  text-align: left;
}

/* line 29, ../sass/_news_parts.scss */
.tr {
  text-align: right;
}

/* line 30, ../sass/_news_parts.scss */
.tc {
  text-align: center;
}

/* line 32, ../sass/_news_parts.scss */
.ml0 {
  margin-left: 0px !important;
}

/* line 33, ../sass/_news_parts.scss */
.ml2 {
  margin-left: 2px !important;
}

/* line 34, ../sass/_news_parts.scss */
.ml4 {
  margin-left: 4px !important;
}

/* line 35, ../sass/_news_parts.scss */
.ml6 {
  margin-left: 6px !important;
}

/* line 36, ../sass/_news_parts.scss */
.ml8 {
  margin-left: 8px !important;
}

/* line 37, ../sass/_news_parts.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 38, ../sass/_news_parts.scss */
.ml12 {
  margin-left: 12px !important;
}

/* line 39, ../sass/_news_parts.scss */
.ml16 {
  margin-left: 16px !important;
}

/* line 40, ../sass/_news_parts.scss */
.ml20 {
  margin-left: 20px !important;
}

/* line 42, ../sass/_news_parts.scss */
.mt0 {
  margin-top: 0px !important;
}

/* line 43, ../sass/_news_parts.scss */
.mt2 {
  margin-top: 2px !important;
}

/* line 44, ../sass/_news_parts.scss */
.mt4 {
  margin-top: 4px !important;
}

/* line 45, ../sass/_news_parts.scss */
.mt6 {
  margin-top: 6px !important;
}

/* line 46, ../sass/_news_parts.scss */
.mt8 {
  margin-top: 8px !important;
}

/* line 47, ../sass/_news_parts.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 48, ../sass/_news_parts.scss */
.mt12 {
  margin-top: 12px !important;
}

/* line 49, ../sass/_news_parts.scss */
.mt16 {
  margin-top: 16px !important;
}

/* line 50, ../sass/_news_parts.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 51, ../sass/_news_parts.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 52, ../sass/_news_parts.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 53, ../sass/_news_parts.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 54, ../sass/_news_parts.scss */
.mt60 {
  margin-top: 60px !important;
}

/* line 55, ../sass/_news_parts.scss */
.mt70 {
  margin-top: 70px !important;
}

/* line 57, ../sass/_news_parts.scss */
.mr0 {
  margin-right: 0px !important;
}

/* line 58, ../sass/_news_parts.scss */
.mr2 {
  margin-right: 2px !important;
}

/* line 59, ../sass/_news_parts.scss */
.mr4 {
  margin-right: 4px !important;
}

/* line 60, ../sass/_news_parts.scss */
.mr6 {
  margin-right: 6px !important;
}

/* line 61, ../sass/_news_parts.scss */
.mr8 {
  margin-right: 8px !important;
}

/* line 62, ../sass/_news_parts.scss */
.mr10 {
  margin-right: 10px !important;
}

/* line 63, ../sass/_news_parts.scss */
.mr12 {
  margin-right: 12px !important;
}

/* line 64, ../sass/_news_parts.scss */
.mr16 {
  margin-right: 16px !important;
}

/* line 65, ../sass/_news_parts.scss */
.mr20 {
  margin-right: 20px !important;
}

/* line 67, ../sass/_news_parts.scss */
.mb0 {
  margin-bottom: 0px !important;
}

/* line 68, ../sass/_news_parts.scss */
.mb2 {
  margin-bottom: 2px !important;
}

/* line 69, ../sass/_news_parts.scss */
.mb4 {
  margin-bottom: 4px !important;
}

/* line 70, ../sass/_news_parts.scss */
.mb6 {
  margin-bottom: 6px !important;
}

/* line 71, ../sass/_news_parts.scss */
.mb8 {
  margin-bottom: 8px !important;
}

/* line 72, ../sass/_news_parts.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 73, ../sass/_news_parts.scss */
.mb12 {
  margin-bottom: 12px !important;
}

/* line 74, ../sass/_news_parts.scss */
.mb16 {
  margin-bottom: 16px !important;
}

/* line 75, ../sass/_news_parts.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 77, ../sass/_news_parts.scss */
.pt2 {
  padding-top: 2px !important;
}

/* line 78, ../sass/_news_parts.scss */
.pt4 {
  padding-top: 4px !important;
}

/* line 79, ../sass/_news_parts.scss */
.pt6 {
  padding-top: 6px !important;
}

/* line 80, ../sass/_news_parts.scss */
.pt8 {
  padding-top: 8px !important;
}

/* line 81, ../sass/_news_parts.scss */
.pt10 {
  padding-top: 10px !important;
}

/* line 82, ../sass/_news_parts.scss */
.pt12 {
  padding-top: 12px !important;
}

/* line 83, ../sass/_news_parts.scss */
.pt16 {
  padding-top: 16px !important;
}

/* line 84, ../sass/_news_parts.scss */
.pt20 {
  padding-top: 20px !important;
}

/* line 85, ../sass/_news_parts.scss */
.pt30 {
  padding-top: 30px !important;
}

/* line 87, ../sass/_news_parts.scss */
.ind {
  text-indent: -1em;
  padding-left: 1em;
}

/* line 92, ../sass/_news_parts.scss */
a {
  color: #4597a1;
  text-decoration: none;
}

/* line 97, ../sass/_news_parts.scss */
a:hover, a:focus {
  color: #4597a1;
}

/* line 100, ../sass/_news_parts.scss */
a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.linkbox a img:hover {
  opacity: inherit;
  filter: none;
}

.linkbox{
    text-decoration:none;
    cursor:pointer;
}
.linkbox:hover a {
    text-decoration: none;
}

.linkbox:hover a p.ttl{
    text-decoration: underline;
}



/* line 103, ../sass/_news_parts.scss */
p, dt, dd {
  line-height: 1.9em;
}

/* line 107, ../sass/_news_parts.scss */
table, tr, td {
  border: none;
  padding: 0.7em 0;
}

/* line 111, ../sass/_news_parts.scss */
table {
  width: 100%;
}

/* line 114, ../sass/_news_parts.scss */
th, td {
  border-bottom: 1px solid #e4e4e4;
}

/* line 117, ../sass/_news_parts.scss */
thead th, thead td {
  text-align: center;
  font-size: 93%;
  border-top: 3px double #3d3d3d;
  border-bottom: 3px double #3d3d3d;
  box-sizing: border-box;
  padding: 1em 0;
}
/* line 125, ../sass/_news_parts.scss */
thead th:last-child, thead td:last-child {
  border-right: none;
}

@media (min-width: 992px) {
  /* line 135, ../sass/_news_parts.scss */
  .container {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  /* line 140, ../sass/_news_parts.scss */
  .container {
    width: 1024px;
  }
}
/* line 145, ../sass/_news_parts.scss */
.img-responsive {
  margin: 0 auto;
}

/* line 148, ../sass/_news_parts.scss */
.glyphicon {
  margin-right: 0.3em;
}

/* line 152, ../sass/_news_parts.scss */
.btn {
  border: none;
}

/* line 156, ../sass/_news_parts.scss */
.btn-lg {
  padding: 15px 25px;
  font-size: 23px;
}

/* line 160, ../sass/_news_parts.scss */
.btn-md {
  line-height: 3;
}

/* line 163, ../sass/_news_parts.scss */
.btn span.sml {
  display: block;
  font-size: 70%;
}

/* line 168, ../sass/_news_parts.scss */
.bt_next {
  text-align: center;
  padding: 3em 0 8em 0;
}

/* line 173, ../sass/_news_parts.scss */
.btn-primary {
  background-color: #fb7b15;
}

/* line 176, ../sass/_news_parts.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #f26e04;
}

/* line 179, ../sass/_news_parts.scss */
.btn-default {
  background-color: #48c2d1;
  color: #fff;
}

/* line 183, ../sass/_news_parts.scss */
.btn-default:hover {
  background-color: #5fb0ba;
  color: #fff;
}

/* line 187, ../sass/_news_parts.scss */
.btn-blue {
  background-color: #3d599a;
  color: #fff;
}

/* line 191, ../sass/_news_parts.scss */
.btn-notes {
  background-color: #6e6e6e;
  color: #fff;
}

/* line 195, ../sass/_news_parts.scss */
.btn-notes:hover {
  background-color: #3a3a3a;
  color: #fff;
}

/* line 199, ../sass/_news_parts.scss */
.btn-bdr {
  border: 1px solid #ddd;
  color: #333;
}
/* line 202, ../sass/_news_parts.scss */
.btn-bdr:hover {
  background: #fafafa;
}

/* line 206, ../sass/_news_parts.scss */
.btn-bdr-or {
  border: 2px solid #fca560;
  color: #fb892e;
}
/* line 209, ../sass/_news_parts.scss */
.btn-bdr-or:hover {
  background: #fb7b15;
  color: #fff;
}

/* line 214, ../sass/_news_parts.scss */
.box-note {
  font-size: 90%;
  line-height: 1.6em;
  overflow: hidden;
  background: #f0f0f0;
  padding: 1.5em;
  text-align: left;
}

/* line 223, ../sass/_news_parts.scss */
.btn-white {
  background: #fff;
}
/* line 225, ../sass/_news_parts.scss */
.btn-white:hover {
  background: #fafafa;
}

/* line 2, ../sass/_news_frame.scss */
.ml- {
  margin-left: -15px;
}

/* line 3, ../sass/_news_frame.scss */
.mr- {
  margin-right: -15px;
}

/* line 6, ../sass/_news_frame.scss */
.red .row > div {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 399px;
}

/* line 14, ../sass/_news_frame.scss */
header a:hover {
  text-decoration: none;
}
/* line 17, ../sass/_news_frame.scss */
header * {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
/* line 21, ../sass/_news_frame.scss */
header h1 {
  font-size: 11px;
  display: inline-block;
  padding: .6em 0;
  font-weight: normal;
  float: left\9;
}
/* line 28, ../sass/_news_frame.scss */
header p.tel {
  display: inline-block;
}
/* line 31, ../sass/_news_frame.scss */
header ul {
  letter-spacing: -.4em;
}
/* line 33, ../sass/_news_frame.scss */
header ul li {
  letter-spacing: normal;
  display: inline-block;
}
/* line 38, ../sass/_news_frame.scss */
header .navs {
  padding-top: 7px;
}

/* line 43, ../sass/_news_frame.scss */
.w_navs {
  border-bottom: 3px solid #707070;
  min-height: 61px;
  background: #fff;
}

/* line 49, ../sass/_news_frame.scss */
nav {
  text-align: right;
}
/* line 51, ../sass/_news_frame.scss */
nav > ul, nav p {
  display: inline-block;
  position: relative;
}
/* line 55, ../sass/_news_frame.scss */
nav > ul {
  white-space: nowrap;
}
/* line 58, ../sass/_news_frame.scss */
nav > ul > li {
  margin-right: 0 !important;
  position: relative;
  white-space: normal;
}
/* line 62, ../sass/_news_frame.scss */
nav > ul > li > a {
  padding: 1em 1.3em;
  color: #000;
  font-size: 14px;
  display: block;
}
/* line 69, ../sass/_news_frame.scss */
nav li ul {
  display: none;
  position: relative;
  position: absolute;
  top: 40px;
  background: #fff;
  text-align: left;
  border-radius: 6px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px;
  z-index: 100;
}
/* line 5, ../sass/_mixin_t_add.scss */
nav li ul::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 8px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  margin-left: -8px;
  left: 50%;
  top: -16px;
}
/* line 81, ../sass/_news_frame.scss */
nav li ul:before {
  left: 50px;
}
/* line 84, ../sass/_news_frame.scss */
nav li ul li {
  margin-right: 0 !important;
}
/* line 86, ../sass/_news_frame.scss */
nav li ul li a {
  display: block;
  white-space: nowrap;
  display: block;
  padding: 8px 0;
  color: #fff;
}

/* line 97, ../sass/_news_frame.scss */
.w_tags {
  border-bottom: 1px solid #e4e4e4;
}

/* line 101, ../sass/_news_frame.scss */
.hdbtns {
  text-align: right;
}
/* line 104, ../sass/_news_frame.scss */
.hdbtns li a {
  padding: .6em 1em;
  font-size: 12px;
  display: block;
  color: #555;
}
/* line 109, ../sass/_news_frame.scss */
.hdbtns li a:hover {
  text-decoration: underline;
}
/* line 113, ../sass/_news_frame.scss */
.hdbtns li.regist a {
  border: 1px solid #4597a1;
  border-top: none;
  background: #5fb0ba;
  color: #fff;
  text-decoration: none;
}
/* line 119, ../sass/_news_frame.scss */
.hdbtns li.regist a:hover {
  background: #4597a1;
}

/* line 126, ../sass/_news_frame.scss */
.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

/* line 134, ../sass/_news_frame.scss */
footer {
  background: #3d3d3d;
}
/* line 136, ../sass/_news_frame.scss */
footer a {
  color: #f6f6f6;
}
/* line 139, ../sass/_news_frame.scss */
footer a:hover {
  color: #fff;
}
/* line 142, ../sass/_news_frame.scss */
footer .footer_extra {
  padding: 1em 0;
  border-bottom: 1px dotted #8c8c8c;
}
/* line 145, ../sass/_news_frame.scss */
footer .footer_extra ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* line 150, ../sass/_news_frame.scss */
footer .footer_extra li {
  display: inline-block;
  margin: 1em 2em 0.5em 2em;
}
/* line 155, ../sass/_news_frame.scss */
footer .footer_extra li:first-child {
  margin-left: 0;
}
/* line 158, ../sass/_news_frame.scss */
footer .footer_extra li:last-child {
  margin-right: 0;
}
/* line 163, ../sass/_news_frame.scss */
footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 0px;
  color: #f6f6f6;
  background: rgba(61, 61, 61, 0.6);
  padding: 10px;
}
/* line 170, ../sass/_news_frame.scss */
footer .pagetop a:hover {
  text-decoration: none;
}
/* line 174, ../sass/_news_frame.scss */
footer .footer_nav {
  padding: 1em 0 2em 0;
}
/* line 176, ../sass/_news_frame.scss */
footer .footer_nav ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 1em 1em 1em 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
/* line 184, ../sass/_news_frame.scss */
footer .footer_nav ul li a {
  display: block;
  padding: 0.25em 1.75em 0.25em 0;
}
/* line 188, ../sass/_news_frame.scss */
footer .footer_nav ul li a.ico_fb:hover {
  color: #2c57b6;
}
/* line 191, ../sass/_news_frame.scss */
footer .footer_nav ul li a.ico_tw:hover {
  color: #55acee;
}
/* line 194, ../sass/_news_frame.scss */
footer .footer_nav ul li a.ico_gg:hover {
  color: #dd4b39;
}
/* line 197, ../sass/_news_frame.scss */
footer .footer_nav ul li a.ico_rs:hover {
  color: #ff8c00;
}
/* line 201, ../sass/_news_frame.scss */
footer .footer_nav ul.list05 {
  float: right;
}
/* line 204, ../sass/_news_frame.scss */
footer .footer_nav ul li.icon a {
  display: inline-block;
  padding: 0;
  margin: 1em 0;
}
/* line 209, ../sass/_news_frame.scss */
footer .footer_nav ul a.btn {
  padding: 1em;
}
/* line 213, ../sass/_news_frame.scss */
footer .footer_btm {
  padding-top: 10px;
  background: #fff;
  text-align: center;
}
/* line 217, ../sass/_news_frame.scss */
footer .footer_btm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 220, ../sass/_news_frame.scss */
footer .footer_btm ul li {
  display: inline-block;
}
/* line 224, ../sass/_news_frame.scss */
footer .footer_btm a {
  color: #555;
  margin: 10px;
}
/* line 228, ../sass/_news_frame.scss */
footer .footer_btm table.social {
  width: auto;
  margin: 0 auto 10px;
  text-align: center;
}
/* line 232, ../sass/_news_frame.scss */
footer .footer_btm table.social td {
  border: none;
}
/* line 236, ../sass/_news_frame.scss */
footer .footer_btm .social .twitter #twitter-widget-0 {
}
/* line 239, ../sass/_news_frame.scss */
footer .footer_btm .social .twitter {
  overflow: hidden;
  width: 71px;
  text-align: left;
  padding-right: 4px;
}
/* line 244, ../sass/_news_frame.scss */
footer .footer_btm .social .facebook {
  overflow: hidden;
}
/* line 248, ../sass/_news_frame.scss */
footer .footer_btm .social .google {
  width: 72px !important;
  text-align: left;
  overflow: hidden;
}
/* line 252, ../sass/_news_frame.scss */
footer .footer_btm .social .google #___plusone_0,
footer .footer_btm .social .google #___plusone_1,
footer .footer_btm .social .google #___plusone_2 {
  width: 65px !important;
}
/* line 255, ../sass/_news_frame.scss */
footer .footer_btm .social .pocket {
  width: 90px;
  overflow: hidden;
}
/* line 259, ../sass/_news_frame.scss */
footer .footer_btm .social .hatena {
  width: 60px;
  overflow: hidden;
}
/* line 263, ../sass/_news_frame.scss */
footer .footer_btm ul {
  border-top: 1px solid #e4e4e4;
  padding: 20px 0;
}
/* line 266, ../sass/_news_frame.scss */
footer .footer_btm ul li {
  border-left: 1px solid #e4e4e4;
  padding: 0 10px;
}
/* line 269, ../sass/_news_frame.scss */
footer .footer_btm ul li:first-child {
  border: none;
}
/* line 274, ../sass/_news_frame.scss */
footer .footer_btm .copyright {
  background: #f6f6f6;
  padding: 10px;
  margin-bottom: 0;
  font-size: 86%;
}

/* line 283, ../sass/_news_frame.scss */
.newsfooter {
  font-size: 13px;
}
/* line 286, ../sass/_news_frame.scss */
.newsfooter .footer_extra {
  text-align: center;
}
/* line 288, ../sass/_news_frame.scss */
.newsfooter .footer_extra li {
  display: inline-block;
  margin: 1em;
}
/* line 292, ../sass/_news_frame.scss */
.newsfooter .footer_extra li:first-child a {
  width: 30em;
}
/* line 295, ../sass/_news_frame.scss */
.newsfooter .footer_extra li a {
  padding: 12px !important;
}
/* line 299, ../sass/_news_frame.scss */
.newsfooter dl {
  display: inline-block;
  vertical-align: top;
  padding: 0 90px;
}
/* line 303, ../sass/_news_frame.scss */
.newsfooter dl:first-child {
  padding-left: 0;
  padding-right: 40px;
}
/* line 308, ../sass/_news_frame.scss */
.newsfooter .list03 {
  border-left: 1px solid #333;
}
/* line 311, ../sass/_news_frame.scss */
.newsfooter dt {
  color: #e6e6e6;
  font-size: 14px;
}
/* line 315, ../sass/_news_frame.scss */
.newsfooter dd a {
  color: #e6e6e6;
}
/* line 318, ../sass/_news_frame.scss */
.newsfooter ul.list04 {
  margin: 0;
  padding: 0;
}
/* line 321, ../sass/_news_frame.scss */
.newsfooter .footer_nav ul li.icon a {
  margin: 0;
}

/* line 330, ../sass/_news_frame.scss */
.wrap {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* line 336, ../sass/_news_frame.scss */
.wrap.open {
  position: fixed;
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  overflow: hidden;
}
/* line 338, ../sass/_news_frame.scss */
.wrap.open a {
  pointer-events: none;
}
/* line 345, ../sass/_news_frame.scss */
body.news .wrap.open {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

/* line 350, ../sass/_news_frame.scss */
.open .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* line 359, ../sass/_news_frame.scss */
.drawer {
  position: fixed;
  height: 100%;
  z-index: 9000;
  top: 0;
  left: -280px;
  width: 280px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* line 367, ../sass/_news_frame.scss */
body.news .drawer {
  left: auto;
  right: -280px;
}

/* line 381, ../sass/_news_frame.scss */
.drawer.open {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
/* line 384, ../sass/_news_frame.scss */
body.news .drawer.open {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

/* line 390, ../sass/_news_frame.scss */
.drawer {
  background: #fff;
}
/* line 392, ../sass/_news_frame.scss */
.drawer > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 396, ../sass/_news_frame.scss */
.drawer .navbar-form {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 400, ../sass/_news_frame.scss */
.drawer .navbar-form .input-group-btn button {
  border: 1px solid #ccc;
}
/* line 405, ../sass/_news_frame.scss */
.drawer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 410, ../sass/_news_frame.scss */
.drawer ul .hidden-xs {
  display: block !important;
}
/* line 414, ../sass/_news_frame.scss */
.drawer ul > li {
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
/* line 417, ../sass/_news_frame.scss */
.drawer ul > li ul {
  list-style: none;
  padding-left: 0px;
}
/* line 421, ../sass/_news_frame.scss */
.drawer ul > li ul li a {
  padding-left: 20px;
}
/* line 427, ../sass/_news_frame.scss */
.drawer ul a {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  background: #f7f7f7;
}
/* line 435, ../sass/_news_frame.scss */
.drawer ul a span {
  color: #fb7b15;
}
/* line 438, ../sass/_news_frame.scss */
.drawer ul a:hover {
  text-decoration: none;
}
/* line 442, ../sass/_news_frame.scss */
.drawer ul a.hover {
  background: #dddddd !important;
}
/* line 446, ../sass/_news_frame.scss */
.drawer ul .nav_service > a,
.drawer ul .nav_media > a,
.drawer ul .nav_case > a {
  background: #e9e9e9;
  padding: 5px 10px;
  font-weight: normal;
  pointer-events: none;
}
/* line 453, ../sass/_news_frame.scss */
.drawer ul .nav_service > a span,
.drawer ul .nav_media > a span,
.drawer ul .nav_case > a span {
  display: none;
}

@media (max-width: 991px) {
  /* line 463, ../sass/_news_frame.scss */
  header .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  /* line 467, ../sass/_news_frame.scss */
  header p.tel {
    display: none;
  }
  /* line 470, ../sass/_news_frame.scss */
  header nav > ul {
    display: table;
    width: 100%;
  }
  /* line 473, ../sass/_news_frame.scss */
  header nav > ul > li {
    display: table-cell;
    text-align: center;
  }
  /* line 476, ../sass/_news_frame.scss */
  header nav > ul > li a {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 483, ../sass/_news_frame.scss */
  footer .footer_nav {
    overflow: hidden;
    font-size: 90%;
  }
  /* line 486, ../sass/_news_frame.scss */
  footer .footer_nav ul {
    width: 24.5%;
    margin-right: 0px;
  }
  /* line 489, ../sass/_news_frame.scss */
  footer .footer_nav ul li a {
    padding-right: 1em;
  }
  /* line 493, ../sass/_news_frame.scss */
  footer .footer_nav ul.list05 {
    float: none;
    display: block;
    margin: auto !important;
    text-align: center;
    width: 50%;
  }

  /* line 503, ../sass/_news_frame.scss */
  footer .footer_btm ul li {
    padding: 0;
  }
  /* line 505, ../sass/_news_frame.scss */
  footer .footer_btm ul li a {
    margin: 10px 7px;
  }

  /* line 513, ../sass/_news_frame.scss */
  .newsfooter dl:last-of-type {
    padding-right: 0;
  }
  /* line 517, ../sass/_news_frame.scss */
  .newsfooter dl:first-child {
    padding-right: 10px;
  }
  /* line 520, ../sass/_news_frame.scss */
  .newsfooter ul.list04 {
    float: none;
    display: block;
    margin: auto !important;
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 531, ../sass/_news_frame.scss */
  .ml-, .mr- {
    margin: 0;
  }

  /* line 536, ../sass/_news_frame.scss */
  header .mb_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3000;
    background: #fff;
    box-sizing: border-box;
  }
  /* line 546, ../sass/_news_frame.scss */
  body.news header .mb_header {
    background: #eeeeee;
  }
  /* line 551, ../sass/_news_frame.scss */
  body.news header .mb_header p.sp_nav_trigger {
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 557, ../sass/_news_frame.scss */
  header .mb_header p.sp_nav_trigger a {
    font-size: 20px;
    padding: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    box-sizing: border-box;
    background: #fb7b15;
    display: block;
    margin-left: -15px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 571, ../sass/_news_frame.scss */
  body.news header .mb_header p.sp_nav_trigger a {
    background: #5fb0ba;
    float: right;
  }
  /* line 578, ../sass/_news_frame.scss */
  header .mb_header p.sp_nav_trigger a i {
    margin: 0;
  }
  /* line 584, ../sass/_news_frame.scss */
  header .mb_header .logo_alt {
    margin-top: 9px;
    text-align: center;
  }
  /* line 587, ../sass/_news_frame.scss */
  header .mb_header .logo_alt img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  /* line 593, ../sass/_news_frame.scss */
  header .w_tags {
    padding-top: 60px;
  }
  /* line 596, ../sass/_news_frame.scss */
  header .w_tags .tags .w_hdbtns {
    padding-bottom: 0;
  }
  /* line 601, ../sass/_news_frame.scss */
  header .w_tags {
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  /* line 604, ../sass/_news_frame.scss */
  header .w_tags .row > div {
    padding-bottom: 10px;
  }
  /* line 609, ../sass/_news_frame.scss */
  header h1 {
    display: inline;
    font-weight: normal;
    color: #555;
  }
  /* line 614, ../sass/_news_frame.scss */
  header p.tel {
    display: none;
  }
  /* line 616, ../sass/_news_frame.scss */
  header p.tel img {
    width: 140px;
    height: auto;
  }
  /* line 622, ../sass/_news_frame.scss */
  header .hdbtns {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 626, ../sass/_news_frame.scss */
  header .hdbtns ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  /* line 632, ../sass/_news_frame.scss */
  header .hdbtns li, header .hdbtns li.regist {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  /* line 636, ../sass/_news_frame.scss */
  header .hdbtns li a, header .hdbtns li.regist a {
    background: #737373;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    padding: 1.2em;
  }
  /* line 642, ../sass/_news_frame.scss */
  header .hdbtns li a:hover, header .hdbtns li a:focus, header .hdbtns li a:active, header .hdbtns li.regist a:hover, header .hdbtns li.regist a:focus, header .hdbtns li.regist a:active {
    background: #595959;
    text-decoration: none;
  }
  /* line 649, ../sass/_news_frame.scss */
  header .hdbtns li.login, header .hdbtns li.regist, header .hdbtns li.regist.login, header .hdbtns li.regist.regist {
    border-right: 1px solid #595959;
    box-sizing: border-box;
  }
  /* line 655, ../sass/_news_frame.scss */
  header .hdbtns li.regist a {
    padding: 1.2em 1em;
    border: none !important;
  }
  /* line 660, ../sass/_news_frame.scss */
  header .w_navs {
    display: none;
  }

  /* line 664, ../sass/_news_frame.scss */
  footer {
    overflow: hidden;
  }
  /* line 666, ../sass/_news_frame.scss */
  footer .footer_extra {
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    background: #303030;
    border-bottom: 0;
  }
  /* line 674, ../sass/_news_frame.scss */
  footer .footer_nav {
    text-align: center;
    padding: 4em;
    margin: auto;
  }
  /* line 679, ../sass/_news_frame.scss */
  footer .footer_nav ul:not(.list05) {
    display: none;
  }
  /* line 683, ../sass/_news_frame.scss */
  footer .footer_nav .list05 {
    float: none !important;
    margin: 0 auto 1em auto;
    min-width: 200px;
  }
  /* line 687, ../sass/_news_frame.scss */
  footer .footer_nav .list05 li.icon {
    text-align: center;
  }
  /* line 692, ../sass/_news_frame.scss */
  footer .footer_extra ul {
    letter-spacing: -0.4em;
  }
  /* line 695, ../sass/_news_frame.scss */
  footer .footer_extra li {
    padding: 0;
    margin: 0;
    width: 49%;
    border: 1px solid #242424;
    letter-spacing: normal;
    margin-top: -1px;
  }
  /* line 702, ../sass/_news_frame.scss */
  footer .footer_extra li a {
    display: block;
    padding: 1em;
  }
  /* line 706, ../sass/_news_frame.scss */
  footer .footer_extra li a:not(.btn):hover {
    background: #242424;
  }
  /* line 709, ../sass/_news_frame.scss */
  footer .footer_extra li:last-child {
    padding: 0em;
  }
  /* line 711, ../sass/_news_frame.scss */
  footer .footer_extra li:last-child a {
    padding: 1em;
    border-radius: 0;
    font-size: 100%;
  }
  /* line 718, ../sass/_news_frame.scss */
  footer .footer_btm table.social {
    display: block;
    margin-bottom: 0;
  }
  /* line 721, ../sass/_news_frame.scss */
  footer .footer_btm table.social tbody, footer .footer_btm table.social tr, footer .footer_btm table.social td {
    display: block;
    margin: 0 auto;
  }
  /* line 725, ../sass/_news_frame.scss */
  footer .footer_btm table.social tr {
    padding: 0;
  }
  /* line 728, ../sass/_news_frame.scss */
  footer .footer_btm table.social .hatena {
    display: none;
  }
  /* line 733, ../sass/_news_frame.scss */
  footer .footer_btm ul li {
    display: block;
    border: none;
    padding: .3em 0;
  }
  /* line 739, ../sass/_news_frame.scss */
  footer .pagetop {
    bottom: 15px;
    font-size: 78%;
  }
  /* line 743, ../sass/_news_frame.scss */
  footer .footer_btm .copyright {
    padding-right: 70px;
    text-align: left;
  }

  /* line 752, ../sass/_news_frame.scss */
  .newsfooter .footer_extra {
    padding: 1em;
  }
  /* line 754, ../sass/_news_frame.scss */
  .newsfooter .footer_extra li {
    margin: 1em !important;
    width: auto;
  }
  /* line 758, ../sass/_news_frame.scss */
  .newsfooter .footer_extra li:first-child a {
    width: auto;
  }
  /* line 761, ../sass/_news_frame.scss */
  .newsfooter .footer_extra li:last-child a {
    border-radius: 4px;
    font-size: 14px;
  }
  /* line 766, ../sass/_news_frame.scss */
  .newsfooter .footer_nav {
    padding: 3em;
  }
  /* line 768, ../sass/_news_frame.scss */
  .newsfooter .footer_nav dl {
    display: none;
  }
  /* line 771, ../sass/_news_frame.scss */
  .newsfooter .footer_nav ul {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  /* line 775, ../sass/_news_frame.scss */
  .newsfooter .footer_nav ul li {
    display: inline-block;
  }
}
/* SNS button(twitter) */
/* line 785, ../sass/_news_frame.scss */
.widget_tw .btn-o {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 20px;
}

/* line 795, ../sass/_news_frame.scss */
.widget_tw .btn-o .label {
  position: relative;
  top: -3px;
  color: #333;
  padding: 0 3px 0 19px;
  white-space: nowrap;
  background: transparent url(/img/sns_tw.png) 2px 3px no-repeat;
}

/* line 803, ../sass/_news_frame.scss */
.widget_tw .btn-o {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

/* line 809, ../sass/_news_frame.scss */
.widget_tw .btn-o {
  position: relative;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: #ccc solid 1px;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 21px;
  padding: 0;
}

/* line 823, ../sass/_news_frame.scss */
.widget_tw .btn-o:hover {
  border-color: #bbb;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#f8f8f8, #d9d9d9);
  background-image: linear-gradient(#f8f8f8, #d9d9d9);
  box-shadow: none;
}

/* line 830, ../sass/_news_frame.scss */
.widget_tw .btn-o:active {
  border-color: #bbb;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#f8f8f8, #d9d9d9);
  background-image: linear-gradient(#f8f8f8, #d9d9d9);
  box-shadow: none;
}

/* line 837, ../sass/_news_frame.scss */
.widget_tw .count-o {
  margin-left: 5px;
  position: relative;
  background: #fff;
  border: #bbb solid 1px;
  border-radius: 3px;
  visibility: hidden;
  min-height: 18px;
  min-width: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  height: 21px;
  font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
}

/* line 855, ../sass/_news_frame.scss */
.widget_tw .hcount .count_tw {
  padding: 0 3px;
}

/* line 858, ../sass/_news_frame.scss */
.widget_tw .count_tw {
  white-space: nowrap;
  color: #333;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

/* line 867, ../sass/_news_frame.scss */
.widget_tw .count-o i, .count-o u {
  position: absolute;
  zoom: 1;
  line-height: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin: -4px 0 0 -4px;
  border: 4px transparent solid;
  border-right-color: #aaa;
  border-left: 0;
}

/* line 880, ../sass/_news_frame.scss */
.widget_tw .tweet:hover ,
.widget_tw .tweet:focus ,
.widget_tw .tweet:active {
    text-decoration: none !important;
}

/* line 885, ../sass/_news_frame.scss */
.widget_tw .btn-o:focus,
.widget_tw .btn-o:active {
    border-color: #3387C9;
}

/* line 889, ../sass/_news_frame.scss */
.widget_tw u {
    text-decoration: underline;
    margin-left: -3px;
    border-right-color: #fff;
}

/* line 895, ../sass/_news_frame.scss */
.color_orange {
  color: #fb892e !important;
}

/* line 897, ../sass/_news_frame.scss */
.container.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

/* line 904, ../sass/_news_frame.scss */
.passive {
  background-color: #5fb0ba;
}

/* line 907, ../sass/_news_frame.scss */
.passive:hover, .passive:focus, .passive:active {
  background-color: #4597a1;
}

.pressdetail table {
    word-wrap: break-word;
    word-break: break-all;
}
.pressdetail table td {
    border: 1px solid #e4e4e4;
    padding: 15px;
}
.pressdetail table img {
    max-width: 100%;
}
.news_header p.heading {
    color: #ccc;
    padding: 9px 0 !important;
    font-size: 11px;
    display: inline-block;
    padding: .6em 0;
    font-weight: normal;
}