/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82.eot?v=4.3.0');
  src: url('/assets/fontawesome-webfont-e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/assets/fontawesome-webfont-aadc3580d2b64ff5a7e6f1425587db4e8b033efcbf8f5c332ca52a5ed580c87c.woff2?v=4.3.0') format('woff2'), url('/assets/fontawesome-webfont-a6fb906942932de53852ee244ee3fec27bca0bf63a96421672aa4784851b8d4b.woff?v=4.3.0') format('woff'), url('/assets/fontawesome-webfont-1eb7466293db9378858da3694dd11620ec9c351fb7cefef1a94a3802803e1fa3.ttf?v=4.3.0') format('truetype'), url('/assets/fontawesome-webfont-f2bbd57a5830d1a10dbe1e856f7f01930d43a5a8b8c46383872c8036dc34d633.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@charset "UTF-8";
/*

*/
/* reset5 c 2011 opensource.736cs.com MIT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video, svg {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

nav ul {
  list-style: none; }

ol {
  list-style: none; }

ul {
  list-style: none; }

ul ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input[type=submit], input[type=button], button {
  margin: 0 !important;
  padding: 0 !important; }

input, select, a img, img {
  vertical-align: bottom; }

legend {
  display: none; }

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

-----------------
10 77
11 85
12 93
13 100
14 108
15 116
16 123.1
17 131
18 138.5
19 146.5
20 153.9
21 161.6
22 167
23 174
24 182
25 189
26 197

*/
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* =============================================================
Styles

- general
- layout
- pages
    - common
    - top
    - sub

============================================================= */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #404040;
  background: url(/assets/bg_dot-4b0ca7649d983eaae429df3c91343906dc118d3a45b06a4365cb4eab21f0322a.gif) bottom left repeat;
  min-width: 960px; }

p {
  margin-bottom: 1em;
  line-height: 1.6; }

a {
  color: #404040;
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

.img {
  overflow: hidden;
  /*width: ---px;*/
  /*height: --px;*/ }

.img a {
  display: block;
  background: left top no-repeat;
  height: 0;
  /*width: ---px;*/
  /*padding-top: ---px;*/ }

#pageTopLink {
  width: 100px;
  height: 126px;
  position: fixed;
  right: 10px;
  bottom: 10px; }

#pageTopLink a {
  width: 100px;
  height: 0;
  padding-top: 126px;
  background-image: url(/assets/pagetop-0698de7ead0de9f809f4b5ce29b4bb3e2b6f7a30de1a75068487f3f63a6bcef9.png); }

#pageTopLink a:hover {
  background-position: left bottom; }

/* =============================================================================
    layout
   ========================================================================== */
#pageMainContents,
#pageSubContents,
#globalShareButton,
#globalHeader .globalHeaderInner {
  width: 960px;
  margin: 0 auto; }

#pageMainContents {
  display: table;
  margin-bottom: 20px;
  z-index: 3; }

#pageMainContents #mainColumn {
  width: 717px;
  display: table-cell;
  vertical-align: top;
  background-color: #fff; }

#pageMainContents #mainColumn.error {
  width: 920px;
  height: 612px;
  padding: 20px;
  background: url(/assets/404-f1788b9e161276c1e135cea4e52f53df8a1c688022e1069d17524c4f18014093.png) no-repeat scroll center bottom #FFFFFF;
  text-align: center; }

#pageMainContents #subColumn {
  width: 243px;
  padding-bottom: 270px;
  display: table-cell;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #ebebeb; }

body.character_pattern01 #pageMainContents #subColumn {
  background-image: url(/assets/character_pattern01_bookshelf-fe8e149e7c5ea59b1c4db1f897cddcedc95548c49377dd2c3bd677e2da5a5eb7.png); }

body.character_pattern02 #pageMainContents #subColumn {
  background-image: url(/assets/character_pattern02_sleep-1a9c8ce15c3d0a628c94123a73d0d747ad9ae0edca20839918c768b21216843d.png); }

body.character_pattern03 #pageMainContents #subColumn {
  background-image: url(/assets/character_pattern03_flag-f65cefa2da37de2ae0676d865e0dadeb4f545f9962e1676932427cce81640cce.png); }

/* =============================================================================
    pages
   ========================================================================== */
/* =============================================================================
    common
*/
/* globalHeader *
-------------------------------------*/
#globalHeader {
  background-color: #22b2e9;
  color: #fff; }

#globalHeader .globalHeaderInner {
  position: relative;
  z-index: 2; }

#globalHeader .globalHeaderInner > h1 {
  position: absolute;
  top: 0;
  right: 50px;
  width: 243px;
  height: 41px; }

#globalHeader .globalHeaderInner > h1 a {
  width: 243px;
  height: 0;
  padding-top: 40px;
  border: 1px solid #59c5ef;
  border-top: 0;
  background: url(/assets/akitaLogo-8790801ca36b6860f69ca57b0495aa45738a9ad976d443551b941a46f617cdc9.png) center center no-repeat;
  overflow: hidden; }

#globalHeader .globalHeaderInner > h1 a:hover {
  background-color: #ba3a30;
  text-decoration: none; }

#globalHeader .globalHeaderInner header {
  float: left;
  height: 149px;
  overflow: hidden; }

#globalHeader .globalHeaderInner #logoGroup {
  display: table; }

#globalHeader .globalHeaderInner #logoGroup h1,
#globalHeader .globalHeaderInner #logoGroup h2 {
  position: static;
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

#globalHeader .globalHeaderInner #logoGroup h1 {
  width: 196px; }

#globalHeader .globalHeaderInner #logoGroup h2 {
  padding-left: 10px; }

#globalHeader .globalHeaderInner #logoGroup h1 a {
  display: block;
  width: 196px;
  height: 0;
  padding-top: 149px;
  background-image: url(/assets/logo-05c13414a004ba42da6e418de0b0778d208c55042f77608117cb25d9ca8dbe32.png);
  overflow: hidden; }

.anniv #globalHeader .globalHeaderInner header hgroup > h1 a {
  background-image: url(/assets/logo_anniv-2d8d74039891dcf991d135b2aafafd7ac84f5dc08c1d8aaf0dae7f68ca51df45.png); }

#globalHeader .globalHeaderInner header hgroup:before,
#globalHeader .globalHeaderInner header hgroup:after {
  content: "";
  display: block;
  position: absolute; }

body.character_pattern01 #globalHeader .globalHeaderInner header hgroup:after {
  width: 116px;
  height: 131px;
  background: url(/assets/character_pattern01_indexFinger-406e8fcc9d85b91b1a5a94d5c9afdae3e23fc53cc793d9c5fe95f30eff0edcd6.png) no-repeat;
  right: -125px;
  top: 14px; }

body.character_pattern02 #globalHeader .globalHeaderInner header hgroup:after {
  width: 125px;
  height: 115px;
  background: url(/assets/character_pattern02_cry-7241d1440c2ed19b31864c7b0d1d38e422c0bdb643610d9a5fc578c31b9f877d.png) no-repeat;
  right: -117px;
  top: 30px; }

body.character_pattern03 #globalHeader .globalHeaderInner header hgroup:after {
  width: 79px;
  height: 120px;
  background: url(/assets/character_pattern03_walk-1ca48bc07c2f274b7e66032e00d4bb374f082deb2518408cf176899ab3ff480b.png) no-repeat;
  right: -90px;
  top: 19px; }

#globalHeader .globalHeaderInner nav {
  float: right;
  text-align: center;
  margin-top: 40px; }

#globalHeader .globalHeaderInner nav ul {
  display: table;
  width: 293px; }

#globalHeader .globalHeaderInner nav ul li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  border-right: 1px solid #59c5ef !important; }

#globalHeader .globalHeaderInner nav ul li:first-child {
  border-left: 1px solid #59c5ef !important; }

#globalHeader .globalHeaderInner nav ul li a {
  display: block;
  color: #fff !important;
  font-size: 104%;
  padding: 20px 0; }

#globalHeader .globalHeaderInner nav ul li:hover {
  background-color: #59c5ef; }

#globalHeader .globalHeaderInner nav ul li a {
  text-decoration: none; }

#globalHeader .globalHeaderInner nav ul li a i {
  display: block;
  width: 100%;
  font-size: 52px;
  padding-bottom: 5px; }

#globalHeader .globalHeaderInner .rss {
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #59c5ef;
  border-bottom: 1px solid #59c5ef; }

#globalHeader .globalHeaderInner .rss a {
  display: block;
  width: 50px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  color: #fff; }

#globalHeader .globalHeaderInner .rss a i {
  font-size: 20px;
  line-height: 40px; }

#globalHeader .globalHeaderInner .rss a span {
  display: block; }

#globalHeader .globalHeaderInner .rss a:hover {
  background-color: #e9c122;
  text-decoration: none; }

#globalHeader #news,
#globalHeader #clickStream,
#globalHeader #sortMenu {
  background-color: #001f26;
  height: 40px;
  line-height: 40px;
  z-index: 1; }

#globalHeader #news ul,
#globalHeader #clickStream ul,
#globalHeader #sortMenu ul {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 40px;
  overflow: hidden; }

#globalHeader #news ul:before {
  content: "NEWS";
  color: #22b2e9;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-size: 123.1%; }

#globalHeader #news ul li {
  position: relative;
  width: 717px;
  padding-left: 70px;
  font-size: 116%; }

#globalHeader #news ul li a {
  color: #fff; }

#globalHeader #news ul li a span {
  color: #aaa; }

#globalHeader #clickStream ul li {
  float: left;
  position: relative;
  margin-right: 1px; }

#globalHeader #clickStream ul li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -9px;
  z-index: 1000;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #334c51; }

#globalHeader #clickStream ul li.home:after {
  border-color: transparent transparent transparent #22b2e9; }

#globalHeader #clickStream ul li.here:after {
  content: none; }

#globalHeader #clickStream ul li a {
  color: #fff !important;
  padding: 0 8px 0 12px;
  display: inline-block;
  background-color: #334c51; }

#globalHeader #clickStream ul li.home a {
  background-color: #22b2e9;
  font-size: 20px;
  padding: 0 12px; }

#globalHeader #clickStream ul li.here a {
  background-color: transparent;
  font-weight: bold; }

/* globalShareButton *
-------------------------------------*/
#globalShareButton {
  text-align: center;
  margin: 20px auto;
  padding: 20px 0;
  background-color: #eee; }

#globalShareButton > div,
#globalShareButton > div iframe {
  display: inline-block;
  vertical-align: bottom; }

#globalShareButton > div {
  margin: 0 3px; }

/* pageSubContents *
-------------------------------------*/
#pageSubContents #socialPlugins .plugin {
  float: left; }

#pageSubContents #socialPlugins #twitterPlugin {
  width: 479px; }

#pageSubContents #socialPlugins #FacebookPlugin {
  margin-left: 2px;
  width: 479px;
  height: 350px;
  background-color: #ffffff; }

#pageSubContents #banners ul li {
  float: left;
  margin-top: 10px; }

#pageSubContents #banners ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  -khtml-opacity: .70;
  /* Safari 1.x */
  -moz-opacity: .70;
  /* FF lt 1.5, Netscape */ }

/* globalFooter *
-------------------------------------*/
footer#globalFooter {
  position: relative;
  background: url(/assets/footerDotBg-d6e1de1159e854d2cac35c8cd2bf18fc9d18f35e91e28f5c67e37ac82f6a60b9.png) center top repeat; }

#footer {
  padding-top: 80px;
  background: url(/assets/footerTopBg-d8f7f3e93e855df29932c3ab684c696c8df6282ebc84c679c62bef2caef7c0db.png) center top repeat-x; }

footer#globalFooter .menu {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 150px;
  background-image: url(/assets/footerLogo-2d2baeaa083bbc477551370da5bfe8b519785fa2bfd29205a9478f3b5104d4df.png);
  background-position: right 60px;
  background-repeat: no-repeat; }

footer#globalFooter .box {
  width: 25%;
  float: left; }

footer#globalFooter ul ul {
  width: 100%;
  margin-bottom: 20px; }

footer#globalFooter ul ul li {
  font-size: 85%;
  padding-left: 14px; }

footer#globalFooter ul li {
  padding-left: 17px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.8em; }

footer#globalFooter ul.boys li {
  background: url(/assets/listBlueL-324f6ae6fbd8c768df346b065964838f39ed8e603c2dd9d1deb14473439cc0c1.png) left 0.8em no-repeat; }

footer#globalFooter ul.boys ul li {
  background: url(/assets/listBlueS-19f91115f590cebf23e9952e26e1b26884747a88a6516a7d902eb8bc0f50e150.png) left 1em no-repeat; }

footer#globalFooter ul.girls li {
  background: url(/assets/listPinkL-2e151bd27ea16f6f2c828bc7001c826e69625a4b31bea674ee9b949db5ea360a.png) left 0.8em no-repeat; }

footer#globalFooter ul.girls ul li {
  background: url(/assets/listPinkS-f1fe4dcfff7ea6200342f066ce892606503bd924019a56f0f02b493e25dbaf8f.png) left 1em no-repeat; }

footer#globalFooter ul.listYellow li {
  background: url(/assets/listYellowL-2b7022b6ba083825ab97304bcac451f0f1d92b906575e965449769d601fd1ce5.png) left 0.8em no-repeat; }

footer#globalFooter ul.listYellow ul li {
  background: url(/assets/listYellowS-bb7317cc13e6a4182ca3eeac24487e25ff146abefb3db479af28a494416951b3.png) left 1em no-repeat; }

footer#globalFooter ul.listGreen li {
  background: url(/assets/listGreenL-32dbf8cdec4906450e55278f7047050505fb62ecca5e343125e58da2abe5ff7a.png) left 0.8em no-repeat; }

footer#globalFooter ul.listGreen ul li {
  background: url(/assets/listGreenS-31a25577967a4517c9d6f0141043d34cbafc06793547594d291a27f16a3db005.png) left 1em no-repeat; }

footer#globalFooter ul.listBlack li {
  background: url(/assets/listBlackL-e9441b7555dc98ca129c207a3176f8a0ed0a4e53e03d81eaa2ad71e56563de71.png) left 0.8em no-repeat; }

footer#globalFooter ul.listBlack ui {
  background: url(/assets/listBlackS-f4c35f0a74957077f220d9dc4024aa650dc28a46791fb1a6e10c022639ae2ea3.png) left 0.8em no-repeat; }

footer#globalFooter ul.listYellow {
  padding-bottom: 20px; }

footer#globalFooter #footer ul li a {
  color: #d7d5cd;
  text-decoration: none;
  display: inline;
  line-height: 1.8em; }

footer#globalFooter #footer ul li a:visited {
  text-decoration: none; }

footer#globalFooter #footer ul li a:hover {
  color: #ffffff;
  text-decoration: underline; }

footer#globalFooter #footer ul li a:active {
  color: #ff3333;
  text-decoration: none; }

footer#globalFooter #footer div.copy {
  padding-top: 10px; }

footer#globalFooter #footer div.copy small {
  padding-top: 0;
  background: none;
  color: #9d9b94;
  font-size: 85%; }

/* subColumn *
-------------------------------------*/
#seriesList {
  position: relative;
  margin-top: -40px; }

#seriesList header h1,
#hitokoma_seriesList header h1,
#hitokomaComic_sub header h1 {
  text-align: center;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 123.1%;
  background-color: #ec527d; }

#hitokomaComic_sub {
  position: relative;
  margin-top: -40px;
  width: 243px;
  overflow: hidden; }

#hitokomaComic_sub header {
  position: relative; }

#hitokomaComic_sub header h1 {
  line-height: 1.4;
  font-size: 13px;
  background-color: #eab322;
  padding-top: 5px; }

#hitokomaComic_sub header time {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  color: #fff; }

#hitokomaComic_sub > .ui {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 20px; }

#hitokomaComic_sub > .next {
  right: 0; }

#hitokomaComic_sub > .prev {
  left: 0; }

#hitokomaComic_sub > .ui a {
  display: block;
  width: 25px;
  height: 40px;
  line-height: 40px;
  background-color: #d8a722;
  color: #fff; }

#hitokomaComic_sub > .ui a span {
  display: none; }

#hitokomaComic_sub > .ui a:hover {
  text-decoration: none;
  background-color: #9f8323; }

#hitokomaComic_sub > ul {
  width: 2000px;
  position: relative; }

#hitokomaComic_sub > ul li,
#hitokomaComic_sub > ul li a {
  display: block;
  width: 243px;
  height: 243px;
  position: relative;
  float: left; }

#hitokomaComic_sub > ul li a figure {
  height: 100%; }

#hitokomaComic_sub > ul li a img {
  height: 100%; }

#hitokomaComic_sub > ul li a figcaption {
  display: none;
  width: 243px;
  height: 243px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 31, 38, 0.78);
  color: #fff;
  padding: 15px;
  line-height: 1.6; }

.lt-ie9 #hitokomaComic_sub > ul li a figcaption {
  background: url(/assets/hitokomaComic_over-ae3bb03aa421118180e0f2c62dc07e83ad63c726ec4eaf7a719390d9528a51cf.png) repeat; }

#hitokomaComic_sub > ul li a:hover figcaption {
  display: block; }

#hitokomaComic_sub > ul li a figcaption time {
  color: #eab322;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  display: block; }

#hitokomaComic_sub > ul li a figcaption i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 38px;
  font-size: 22px;
  color: #eab322;
  border: 1px solid #eab322;
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: center; }

#hitokomaComic_sub > ul li a figcaption i:hover {
  background-color: #eab322;
  color: #fff; }

#hitokoma_seriesList header h1 {
  background-color: #eab322;
  margin-top: 1px; }

#seriesList ul li,
#hitokoma_seriesList ul li {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 6px;
  position: relative; }

#seriesList ul li figure,
#hitokoma_seriesList ul li figure {
  padding: 6px 20px 6px 6px; }

#seriesList ul li figure img,
#hitokoma_seriesList ul li figure img {
  float: left;
  margin-right: 6px; }

#seriesList ul li figure figcaption,
#hitokoma_seriesList ul li figure figcaption {
  display: block;
  font-size: 77%;
  overflow: hidden; }

#seriesList ul li figure figcaption strong,
#hitokoma_seriesList ul li figure figcaption strong {
  display: block;
  font-size: 15px !important;
  margin-bottom: 5px;
  padding-right: 25px; }

#seriesList ul li.completed {
  background: url(/assets/flag_completed-ff1eac1a83b10ca98fac112041c8df9b28ed40501910708c061d1543d7b678a3.png) top right no-repeat !important; }

#seriesList div.newest {
  background-color: #ead3da; }

#seriesList .comics .updateInformation {
  background-color: #20a5d8;
  color: #fff;
  font-size: 85%;
  padding: 3px 6px; }

#seriesList .comics.newest .updateInformation {
  background-color: #e30040; }

#seriesList ul li a:hover,
#hitokoma_seriesList ul li a:hover {
  text-decoration: none !important; }

#recommendBooks_side header h1 {
  background-color: #001f26;
  padding: 12px;
  color: #fff;
  font-size: 123.1%;
  position: relative;
  text-align: center; }

#recommendBooks_side header h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #001f26 transparent transparent transparent;
  margin-left: -5px; }

#recommendBooks_side ul {
  margin: 20px 16px;
  text-align: center; }

#recommendBooks_side ul li {
  border-bottom: 2px solid #d2d2d2;
  padding: 15px 0; }

#recommendBooks_side ul li:first-child {
  padding-top: 0; }

#recommendBooks_side ul li figcaption {
  padding-top: 12px;
  font-size: 77%;
  line-height: 1.5; }

#recommendBooks_side ul li figcaption strong {
  font-size: 11px; }

#recommendBooks_side ul li figcaption span,
#recommendBooks_side ul li figcaption strong {
  display: block;
  width: 200px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#recommendBooks_side footer {
  text-align: center;
  margin: 0 16px;
  margin-top: -19px; }

#recommendBooks_side footer a {
  color: #707070;
  display: block;
  padding: 12px 0;
  font-size: 85%;
  background-color: #d2d2d2; }

#recommendBooks_side footer a:hover {
  text-decoration: none;
  color: #a1a1a1; }

/* =============================================================================
    top
*/
/* mainVisual *
-------------------------------------*/
#mainVisual {
  width: 717px;
  height: 342px;
  position: relative;
  overflow: hidden; }

#mainVisual ul {
  width: 3000px;
  position: relative; }

#mainVisual ul li {
  float: left;
  width: 717px;
  height: 342px; }

#mainVisual .control {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 50%;
  margin-top: -71px;
  text-align: center;
  background-color: rgba(0, 31, 38, 0.55);
  font-size: 42px; }

#mainVisual .control a {
  display: block;
  width: 30px;
  height: 142px;
  line-height: 142px;
  color: #fff !important; }

#mainVisual .control a:hover {
  text-decoration: none;
  background-color: #00b4e3;
  width: 30px; }

#mainVisual:hover .control {
  display: block; }

#mainVisual:hover #prev {
  left: 0; }

#mainVisual:hover #next {
  right: 0; }

.lt-ie9 #mainVisual .control a {
  background: url(/assets/ie/bg_mainVisualControl-7a4e847b33749af5ce8a21cec94a76fba1ac5747713d4bf65719bf1e380b423b.png) repeat; }

.lt-ie9 #mainVisual .control a:hover {
  background: #22b2e9; }

/* recommendTitle *
-------------------------------------*/
#recommendTitle > header {
  position: relative;
  z-index: 1; }

#recommendTitle > header h1 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 123.1%;
  padding-left: 10px;
  background-color: #00b4e3; }

#recommendTitle ul {
  margin-left: -1px;
  position: relative;
  z-index: 1000;
  background: url(/assets/top_mainColumnBg-daee06a8774baa52d2bdf6f848d1c858a2e739a27732c46f6e1b2b43a8bb8489.png) center bottom no-repeat; }

#recommendTitle ul li {
  float: left;
  margin-left: 1px;
  margin-top: 1px;
  position: relative;
  width: 358px;
  height: 230px; }

#recommendTitle ul li figure {
  width: 358px;
  height: 230px;
  position: relative;
  overflow: hidden;
  background-color: #fff; }

#recommendTitle ul li figure a:hover img {
  opacity: 0.3; }

#recommendTitle ul li figcaption {
  position: absolute;
  left: 0;
  bottom: -58px;
  width: 358px;
  -webkit-transition-property: bottom;
  -webkit-transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: bottom;
  -moz-transition-duration: .1s;
  -moz-transition-timing-function: ease-out; }

#recommendTitle ul li figcaption .updateDate {
  color: #fff;
  height: 28px;
  line-height: 28px;
  background: #008aae;
  padding: 0 6px; }

#recommendTitle ul li figcaption .updateDate:before {
  content: url(/assets/bullet_tri_normal-a0bf39030f765a7e94e968ddf1d9eea3fda2ec1a507c359668d2e9ad9a8bdf21.png);
  position: absolute;
  left: 7px;
  top: -14px; }

#recommendTitle ul li figcaption .titleDetail {
  min-height: 58px;
  background-color: rgba(213, 232, 235, 0.9);
  font-size: 93%;
  padding-left: 6px;
  padding-top: 6px;
  line-height: 1.5;
  color: #404040; }

#recommendTitle ul li figcaption .titleDetail strong {
  font-size: 138%;
  display: block; }

#recommendTitle ul li.newest figcaption .updateDate {
  background: #e30040; }

#recommendTitle ul li.newest figcaption .updateDate:before {
  content: url(/assets/bullet_tri_new-0a42fc634539538973f20971176b7e723f1852c6d16dacab3e4c432b37ca36a1.png); }

#recommendTitle ul li.newest figcaption .titleDetail {
  background-color: rgba(234, 211, 218, 0.9); }

.lt-ie9 #recommendTitle ul li figcaption .titleDetail {
  background: url(/assets/ie/bg_default-7af09e0119e15bd3e4897ed979f3abefaadcde654a0dcd1483de5b4b3370cbb4.png) repeat; }

.lt-ie9 #recommendTitle ul li.newest figcaption .titleDetail {
  background: url(/assets/ie/bg_newest-4b92d96ebf51e015b0575a665841fbccf7b06823583e3bf546fc36169ecc87ce.png) repeat; }

#recommendTitle ul li .badge {
  display: none; }

#recommendTitle ul li .badge a {
  display: block;
  color: #fff;
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: center;
  background: url(/assets/badge_normal-8de56765ab4f31b5928b895a29b80d95224c58ff57a29327fa8e7345f7036fee.png) center top no-repeat;
  width: 93px;
  height: 92px;
  padding-top: 33px; }

#recommendTitle ul li.newest .badge a {
  background: url(/assets/badge_new-53a5e914b6b9bc6f2524cf568b398cdcf5db608fdbd2ca4bfedd7ad4e7288308.png) center top no-repeat; }

#recommendTitle ul li .badge a:hover {
  text-decoration: none;
  background-position: center bottom; }

#recommendTitle ul li:hover .badge {
  display: block; }

#recommendTitle ul li:hover figcaption {
  bottom: 0; }

#recommendTitle ul li .catchCopy {
  position: absolute;
  top: -12px;
  right: 6px;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  width: 190px;
  height: 62px;
  z-index: 1000;
  padding: 14px 20px 0;
  background-repeat: no-repeat;
  background-position: center center;
  animation-name: recommendTitleCatchCopy;
  /*animation-duration: 1.6s;*/
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: recommendTitleCatchCopy;
  /*-webkit-animation-duration: 1.6s;*/
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: recommendTitleCatchCopy;
  /*-moz-animation-duration: 1.6s;*/
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite; }

#recommendTitle ul li.glad .catchCopy {
  background-image: url(/assets/catchCopy_glad-b41e55299cc1a25e632ee33c703b57ecee25be84798390db758bfc88ad6068d3.png);
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s; }

#recommendTitle ul li.angry .catchCopy {
  background-image: url(/assets/catchCopy_angry-0fa496e8d09c2b7dc4252ae1f27d0760a56652bae96a25e173990a48e31e8535.png);
  animation-duration: 1.0s;
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s; }

#recommendTitle ul li.sad .catchCopy {
  background-image: url(/assets/catchCopy_sad-4ba6a1abf5950da465b0f982bd4ae6f995d77293efdd277dfef25eca5e9d9991.png);
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s; }

#recommendTitle ul li.pleasant .catchCopy {
  background-image: url(/assets/catchCopy_pleasant-5ab75739f38759cda611acbe0a9017bb29b02c507419466550186b7a74eb58f6.png);
  animation-duration: 1.9s;
  -webkit-animation-duration: 1.9s;
  -moz-animation-duration: 1.9s; }

@keyframes recommendTitleCatchCopy {
  0% {
    top: -12px; }
  50% {
    top: -8px; }
  100% {
    top: -12px; } }
@-webkit-keyframes recommendTitleCatchCopy {
  0% {
    top: -12px; }
  50% {
    top: -8px; }
  100% {
    top: -12px; } }
@-moz-keyframes recommendTitleCatchCopy {
  0% {
    top: -12px; }
  50% {
    top: -8px; }
  100% {
    top: -12px; } }
/* recommendBooks_footer *
-------------------------------------*/
#recommendBooks_footer {
  background-color: #ebebeb;
  /*height: 258px;*/
  min-width: 960px;
  overflow: hidden;
  position: relative;
  margin: 15px 0 10px; }

#recommendBooks_footer header h1 {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  width: 48px;
  padding-top: 258px;
  margin-top: -129px;
  background: url(/assets/title_recommendBooks_footer-3d68808d6933271f3893dc55a51dba418934c1c054c2ecf85d464a19de7f4659.png) left top no-repeat;
  overflow: hidden; }

#recommendBooks_footer ul {
  margin-left: 40px;
  width: 1000px; }

#recommendBooks_footer ul li {
  float: left;
  width: 229px;
  min-height: 210px;
  margin: 24px 0;
  text-align: center;
  font-size: 77%;
  border-left: 2px solid #d2d2d2; }

#recommendBooks_footer ul li:first-child {
  border-left: 0; }

#recommendBooks_footer ul li a {
  color: #404040; }

#recommendBooks_footer ul li figcaption {
  line-height: 1.6;
  padding-top: 10px; }

#recommendBooks_footer ul li figcaption span {
  padding: 0 15px; }

#recommendBooks_footer ul li figcaption strong {
  font-size: 11px; }

#recommendBooks_footer ul li figcaption span,
#recommendBooks_footer ul li figcaption strong {
  display: block;
  width: 200px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* =============================================================================
    sub
*/
/* 作品別画面 *
-------------------------------------*/
#sortMenu ul li {
  float: left;
  width: 25%;
  border-left: 1px solid #fff; }

#sortMenu ul li:first-child {
  border: 0; }

#sortMenu ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.1%; }

#sortMenu ul li a:hover {
  text-decoration: none;
  background-color: #116988; }

#sortMenu ul li.here a {
  background-color: #22b2e9; }

/* 並び全般 *
-------------------------------------*/
#titleList ul li {
  position: relative;
  float: left;
  width: 319px;
  height: auto !important;
  overflow: hidden;
  margin-top: 1px;
  margin-right: 1px;
  cursor: pointer; }

#titleList ul li figure {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#titleList ul li figure img {
  width: 100%; }

#titleList ul li .updateDate {
  padding: 6px;
  background-color: #22b2e9;
  position: relative;
  font-weight: bold;
  color: #fff; }

#titleList ul li .updateDate:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #22b2e9 transparent; }

#titleList ul li figure figcaption .titleInfo {
  background-color: #daeaed; }

#titleList ul li figure figcaption .titleInfo > h1 {
  font-size: 93%;
  font-weight: normal;
  position: relative;
  padding: 9px 6px;
  height: 58px; }

#titleList ul li.completed figure figcaption .titleInfo > h1 {
  background: url(/assets/flag_completed-ff1eac1a83b10ca98fac112041c8df9b28ed40501910708c061d1543d7b678a3.png) right top no-repeat; }

#titleList ul li figure figcaption .titleInfo > h1 strong,
#titleList ul li figure figcaption .titleInfo > h1 span {
  display: block;
  width: 289px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#titleList ul li figure figcaption .titleInfo > h1 strong {
  font-size: 18px;
  padding-bottom: 3px; }

#titleList ul li .titleDetail header {
  text-align: center;
  border-bottom: 2px solid #22b2e9;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#titleList ul li .titleDetail header > div {
  display: inline-block;
  font-weight: bold;
  width: 150px;
  height: 22px;
  line-height: 22px;
  background-color: #22b2e9; }

#titleList ul li .titleDetail > .titleCaption {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

#titleList ul li .titleDetail > .titleCaption > p {
  padding: 0 6px; }

#titleList ul li .titleDetail > .titleCaption > footer a {
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: #cddee1;
  font-size: 153.9%;
  font-weight: bold; }

#titleList ul li .titleDetail > .titleCaption > footer a:hover {
  text-decoration: none;
  background-color: #e3eff1; }

#titleList ul li.newest .updateDate {
  background-color: #e30040; }

#titleList ul li.newest .updateDate:before {
  border-color: transparent transparent #e30040 transparent; }

#titleList ul li.newest figure figcaption .titleInfo {
  background-color: #ebd5dc; }

#titleList ul li.newest .titleDetail > .titleCaption > footer a {
  background-color: #ddcad1; }

#titleList ul li.newest .titleDetail header {
  border-bottom: 2px solid #e30040; }

#titleList ul li.newest .titleDetail header > div {
  background-color: #e30040; }

#titleList ul li.newest .titleDetail > .titleCaption > footer a:hover {
  background-color: #f0dfe4; }

/* capClose時 *
-------------------------------------*/
#titleList ul li.capClose .titleDetail header {
  display: block;
  bottom: -24px; }

#titleList ul li.capClose:hover .titleDetail header {
  bottom: 0; }

#titleList ul li.capClose:hover figure figcaption .titleInfo > h1 {
  opacity: 0.05; }

/* capOpen時 *
-------------------------------------*/
#titleList ul li.capOpen {
  cursor: default; }

#titleList ul li.capOpen .titleDetail header {
  display: none; }

#titleList ul li.capOpen:hover figure figcaption .titleInfo > h1 {
  opacity: 1; }

#titleList ul li .catchCopy,
#titleDetailContent .catchCopy {
  position: absolute;
  bottom: 15px;
  right: 6px;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  width: 190px;
  height: 62px;
  z-index: 1000;
  padding: 14px 20px 0;
  background-repeat: no-repeat;
  background-position: center center;
  animation-name: titleListCatchCopy;
  /*animation-duration: 1.6s;*/
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: titleListCatchCopy;
  /*-webkit-animation-duration: 1.6s;*/
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: titleListCatchCopy;
  /*-moz-animation-duration: 1.6s;*/
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite; }

#titleList ul li.glad .catchCopy,
#titleDetail .glad .catchCopy {
  background-image: url(/assets/catchCopy_glad-b41e55299cc1a25e632ee33c703b57ecee25be84798390db758bfc88ad6068d3.png);
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s; }

#titleList ul li.angry .catchCopy,
#titleDetail .angry .catchCopy {
  background-image: url(/assets/catchCopy_angry-0fa496e8d09c2b7dc4252ae1f27d0760a56652bae96a25e173990a48e31e8535.png);
  animation-duration: 1.0s;
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s; }

#titleList ul li.sad .catchCopy,
#titleDetail .sad .catchCopy {
  background-image: url(/assets/catchCopy_sad-4ba6a1abf5950da465b0f982bd4ae6f995d77293efdd277dfef25eca5e9d9991.png);
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s; }

#titleList ul li.pleasant .catchCopy,
#titleDetail .pleasant .catchCopy {
  background-image: url(/assets/catchCopy_pleasant-5ab75739f38759cda611acbe0a9017bb29b02c507419466550186b7a74eb58f6.png);
  animation-duration: 1.9s;
  -webkit-animation-duration: 1.9s;
  -moz-animation-duration: 1.9s; }

@keyframes titleListCatchCopy {
  0% {
    bottom: 15px; }
  50% {
    bottom: 11px; }
  100% {
    bottom: 15px; } }
@-webkit-keyframes titleListCatchCopy {
  0% {
    bottom: 15px; }
  50% {
    bottom: 11px; }
  100% {
    bottom: 15px; } }
@-moz-keyframes titleListCatchCopy {
  0% {
    bottom: 15px; }
  50% {
    bottom: 11px; }
  100% {
    bottom: 15px; } }
/* hitokomaComicDetailModule *
-------------------------------------*/
#hitokomaComicDetailModule {
  width: 717px;
  overflow: hidden;
  position: relative;
  border-bottom: 4px solid #eab322; }

#hitokomaComicDetailModule > header h1 {
  background-color: #eab322;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 138.5%; }

#hitokomaComicDetailModule > ul {
  background-color: #001f26;
  padding: 20px 0;
  width: 100000px; }

#hitokomaComicDetailModule > ul li {
  float: left;
  text-align: center;
  margin: 0 10px;
  position: relative; }

#hitokomaComicDetailModule > ul li img {
  opacity: 0.2;
  max-width: 400px;
  /*max-height: 320px;*/ }

#hitokomaComicDetailModule > ul li.active img,
#hitokomaComicDetailModule > ul li img:hover {
  opacity: 1; }

#hitokomaComicDetailModule .control {
  position: absolute;
  top: 0; }

#hitokomaComicDetailModule .prev {
  right: 0; }

#hitokomaComicDetailModule .next {
  left: 0; }

#hitokomaComicDetailModule .control a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 115%;
  background-color: #d8a722; }

#hitokomaComicDetailModule .prev a {
  padding: 0 10px 0 20px; }

#hitokomaComicDetailModule .next a {
  padding: 0 20px 0 10px; }

#hitokomaComicDetailModule .control a:hover {
  text-decoration: none;
  background-color: #9f8323; }

#hitokomaComicDetailModule .control a i {
  display: inline-block;
  font-size: 20px; }

#hitokomaComicDetailModule .prev a i {
  margin-left: 10px; }

#hitokomaComicDetailModule .next a i {
  margin-right: 10px; }

#hitokomaComicDetailModule figure {
  margin-top: 10px;
  color: #fff;
  font-size: 115%; }

/* hitokomaComic_large *
-------------------------------------*/
#hitokomaComic_large {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 38, 0.78);
  z-index: 1000;
  display: none; }

.lt-ie9 #hitokomaComic_large {
  background: url(/assets/hitokomaComic_over-ae3bb03aa421118180e0f2c62dc07e83ad63c726ec4eaf7a719390d9528a51cf.png) repeat; }

#hitokomaComic_large .hitokomaComic_large_inner {
  width: 800px;
  margin: 120px auto 0;
  color: #fff;
  position: relative; }

#hitokomaComic_large .hitokomaComic_large_inner2 {
  width: 800px;
  overflow: hidden; }

#hitokomaComic_large .hitokomaComic_large_inner a {
  color: #fff; }

#hitokomaComic_large .hitokomaComic_large_inner a:hover {
  color: #eab322; }

#hitokomaComic_large .hitokomaComic_large_inner ul {
  width: 2000px;
  position: relative; }

#hitokomaComic_large .hitokomaComic_large_inner ul li {
  width: 800px;
  float: left;
  text-align: center; }

#hitokomaComic_large .hitokomaComic_large_inner ul li figcaption {
  display: block;
  width: 800px;
  font-size: 85%;
  text-align: left;
  line-height: 1.6; }

#hitokomaComic_large .hitokomaComic_large_inner ul li figcaption time {
  color: #eab322; }

#hitokomaComic_large .hitokomaComic_large_inner > .control {
  font-size: 30px;
  position: absolute; }

#hitokomaComic_large .hitokomaComic_large_inner > .control a:hover {
  text-decoration: none; }

#hitokomaComic_large .hitokomaComic_large_inner > .close {
  right: 0;
  top: -15px; }

#hitokomaComic_large .hitokomaComic_large_inner > .prev,
#hitokomaComic_large .hitokomaComic_large_inner > .next {
  top: 50%;
  margin-top: -25px;
  font-size: 50px; }

#hitokomaComic_large .hitokomaComic_large_inner > .prev {
  left: -30px; }

#hitokomaComic_large .hitokomaComic_large_inner > .next {
  right: -30px; }

#hitokomaComic_large .hitokomaComic_large_inner ul li img {
  max-width: 800px;
  max-height: 600px; }

/* hitokomaIntroductionImage *
-------------------------------------*/
#hitokomaIntroductionImage {
  float: right;
  position: relative;
  margin: 0 10px 0 20px; }

#hitokomaIntroductionImage > header > p {
  text-align: center;
  margin-bottom: 0 !important; }

#hitokomaIntroductionImage img {
  width: 200px; }

#titleDetailContent {
  padding-bottom: 30px;
  position: relative; }

#titleDetailContent #titleInformation,
#titleDetailContent #socialPlugins,
#titleDetailContent #backNumber,
#titleDetailContent #reviewForm,
#titleDetailContent #userEntryForm,
#titleDetailContent #campaignInformation,
#titleDetailContent #campaignBanner {
  margin: 36px 36px 0; }

#titleDetailContent section > header h1 {
  font-size: 153.9%;
  color: #22b2e9;
  margin-bottom: 24px;
  line-height: 1; }

#titleDetailContent .updateDate {
  padding: 6px;
  color: #fff;
  background-color: #22b2e9;
  position: relative; }

#titleDetailContent .updateDate:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #22b2e9 transparent;
  position: absolute;
  left: 12px;
  top: -14px; }

#titleDetailContent .catchCopy {
  top: 20px;
  right: 6px; }

#titleDetailContent #campaignInformation > div {
  word-break: break-all; }

/* titleInformation *
-------------------------------------*/
#titleDetailContent #titleInformation header h1 {
  color: #404040;
  font-weight: normal;
  font-size: 93%;
  line-height: 1.3; }

#titleDetailContent #titleInformation header h1 strong {
  font-weight: bold;
  font-size: 138.5%; }

/* socialPlugins *
-------------------------------------*/
#titleDetailContent #socialPlugins {
  height: 22px;
  /*overflow: hidden;*/ }

#titleDetailContent #socialPlugins ul li {
  float: left;
  margin-right: 10px; }

#titleDetailContent #socialPlugins ul li.mail {
  margin-right: 0; }

#titleDetailContent #socialPlugins ul li.twitter {
  width: 100px; }

#titleDetailContent #socialPlugins ul li.googleplus {
  width: 55px; }

#titleDetailContent #socialPlugins ul li.komaShare {
  width: 76px;
  height: 20px;
  overflow: hidden; }

#titleDetailContent #socialPlugins ul li.komaShare a {
  display: block;
  width: 76px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  background: url(/assets/button_komaShare-27e716a109de1e6511a27629d4f3bda315639015d494f03876fef0174ffe557e.png) left top no-repeat; }

#titleDetailContent #socialPlugins ul li.komaShare a:hover {
  background-position: left bottom; }

/* readTitle *
-------------------------------------*/
#titleDetailContent #readTitle {
  margin-top: 36px;
  padding: 24px 0;
  background-color: #22b2e9;
  text-align: center;
  font-size: 168%;
  font-weight: bold; }

#titleDetailContent #readTitle a {
  color: #fff; }

#titleDetailContent #readTitle a:hover {
  text-decoration: none; }

#titleDetailContent #readTitle .readButtons {
  display: table;
  width: 100%; }

#titleDetailContent #readTitle .readButtons div {
  display: table-cell;
  border-left: 1px solid #59c5ef;
  padding: 12px 0; }

#titleDetailContent #readTitle .readButtons div:first-child {
  border-left: 0; }

#titleDetailContent #readTitle .readButtons div i {
  font-size: 52px;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 12px;
  line-height: 1; }

#titleDetailContent #readTitle .readButtons div a:hover {
  color: #91d9f4; }

/* backNumber *
-------------------------------------*/
#titleDetailContent #backNumber .backNumberInner,
#titleDetailContent #backNumber .backNumberShortInner {
  position: relative;
  width: 643px; }

#titleDetailContent #backNumber ul {
  width: 643px;
  oveflow: hidden; }

#titleDetailContent #backNumber ul li {
  float: left;
  width: 100px;
  line-height: 1.6;
  text-align: center;
  font-size: 77%;
  position: relative;
  margin-right: 8px;
  margin-bottom: 10px; }

#titleDetailContent #backNumber ul li:nth-child(6n) {
  margin-right: 0; }

#titleDetailContent #backNumber ul li a {
  color: #22b2e9;
  display: block;
  font-size: 11px;
  text-align: center;
  padding: 15px 5px;
  border: 1px solid #22b2e9;
  width: 100px;
  word-wrap: break-word; }

#titleDetailContent #backNumber ul li p.subTxt {
  margin: 3px 0 0 0;
  color: #666666;
  font-size: 10px;
  line-height: 1.4; }

#titleDetailContent #backNumber ul li p.subTxt.updatedAt {
  color: #AAAAAA; }

/*

#titleDetailContent #backNumber ul li figcaption {
    text-align: left;
    padding: 0 10px;
}

#titleDetailContent #backNumber ul li:before,
#titleDetailContent #backNumber ul li:after {
    content: "";
    display: block;
    width: 21px;
    height: 31px;
    position: absolute;
}

#titleDetailContent #backNumber ul li:before {
    background-color: white;
    left: -10px;
    top: -15px;
}

#titleDetailContent #backNumber ul li:after {
    left: -10px;
    bottom: -15px!important;
    background-color: white;
}*/
#titleDetailContent #backNumber .backNumberShortInner ul li {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 160px;
  padding: 10px 0 15px;
  margin: 0;
  min-height: 220px; }
  #titleDetailContent #backNumber .backNumberShortInner ul li:first-child {
    border-left: 0; }
  #titleDetailContent #backNumber .backNumberShortInner ul li a {
    border: none;
    color: inherit;
    width: auto; }
  #titleDetailContent #backNumber .backNumberShortInner ul li figcaption strong {
    color: #22b2e9;
    display: block;
    font-size: 11px;
    text-align: center; }

#titleDetailContent #backNumber .backNumberShortInner > footer {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -50px; }

#titleDetailContent #backNumber .backNumberShortInner > footer .customSelect {
  background-color: #22b2e9;
  padding: 8px 8px 8px 8px;
  color: #fff; }

#titleDetailContent #backNumber .backNumberShortInner > footer .customSelect:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #22b2e9 transparent transparent transparent; }

#titleDetailContent #backNumber .backNumberShortInner > footer .customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

#titleDetailContent #backNumber .backNumberShortInner > footer .customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

#titleDetailContent #backNumber .backNumberShortInner > footer .customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */ }

#titleDetailContent #backNumber .backNumberShortInner > footer .customSelectInner {
  /* You can style the inner box too */
  display: block !important;
  width: 100% !important;
  padding-right: 42px;
  background: url(/assets/icon_arrow_bottom-344e7530b974f03763050d80f1e54610e944590657cc72980d3f09a542ae0106.png) right center no-repeat; }

/* reviewForm,userEntryForm *
-------------------------------------*/
#titleDetailContent #reviewForm textarea,
#userEntryForm .formParts textarea {
  border: 2px solid #ebebeb;
  height: 135px;
  resize: none;
  width: 100%;
  float: left;
  width: 510px;
  overflow: hidden; }

#titleDetailContent #reviewForm #submitButton,
#userEntryForm .submitButton {
  float: right;
  width: 135px;
  height: 135px; }

#titleDetailContent #reviewForm #submitButton a,
#userEntryForm .submitButton a {
  display: block;
  width: 135px;
  height: 135px;
  background-color: #d2d2d2;
  color: #707070;
  font-size: 77%;
  text-align: center;
  padding-top: 30px; }

#titleDetailContent #reviewForm #submitButton a i,
#userEntryForm .submitButton a i {
  font-size: 55px;
  display: block;
  margin-bottom: 10px; }

#titleDetailContent #reviewForm #submitButton a:hover,
#userEntryForm .submitButton a:hover {
  text-decoration: none;
  color: #a1a1a1; }

/* userEntryForm *
-------------------------------------*/
#userEntryForm p {
  margin: 0; }

#userEntryForm .formParts label {
  display: none; }

#userEntryForm .userEntryForm_impression label {
  display: block;
  font-size: 85%;
  margin-bottom: 3px;
  color: #707070; }

#userEntryForm .formParts {
  margin-top: 15px; }

#userEntryForm .formParts input[type="text"],
#userEntryForm .formParts input[type="email"],
#userEntryForm .formParts input[type="password"] {
  width: 50%;
  border: 2px solid #ebebeb;
  padding: 6px 2px; }

/* recommendBooks_titleDetail *
-------------------------------------*/
#titleDetailContent #recommendBooks_titleDetail {
  position: relative;
  width: 717px;
  margin: 70px auto 0; }

#titleDetailContent #recommendBooks_titleDetail header h1 {
  position: absolute;
  left: 36px;
  top: -40px; }

#titleDetailContent #recommendBooks_titleDetail .ui {
  position: absolute;
  top: 0;
  display: none; }

#titleDetailContent #recommendBooks_titleDetail:hover .ui {
  display: block; }

#titleDetailContent #recommendBooks_titleDetail .prev {
  left: 3px; }

#titleDetailContent #recommendBooks_titleDetail .next {
  right: 3px; }

#titleDetailContent #recommendBooks_titleDetail .ui a {
  display: block;
  text-align: center;
  width: 30px;
  height: 212px;
  line-height: 212px;
  background-color: #f0f0f0;
  color: #707070;
  font-size: 30px; }

#titleDetailContent #recommendBooks_titleDetail .ui a:hover {
  text-decoration: none; }

#recommendBooks_titleDetail ul {
  text-align: center;
  width: 645px;
  margin: 0 auto; }

#recommendBooks_titleDetail ul li {
  float: left;
  width: 159px;
  height: 212px;
  margin-left: 3px; }

#recommendBooks_titleDetail ul li:first-child {
  margin-left: 0; }

#recommendBooks_titleDetail ul li figcaption {
  display: block;
  line-height: 1.5;
  font-size: 77%;
  padding-top: 10px; }

#recommendBooks_titleDetail ul li figcaption span,
#recommendBooks_titleDetail ul li figcaption strong {
  display: block; }

#recommendBooks_titleDetail ul li figcaption strong {
  width: 139px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* =============================================================================
    news
   ========================================================================== */
.newsList {
  padding: 36px 36px 28px; }

.newsList li {
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb; }

.newsList li:first-child {
  padding-top: 0; }

.newsList li > span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  color: #22b2e9;
  padding-bottom: 8px; }

.newsList li > a {
  font-weight: bold;
  font-size: 138.5%;
  line-height: 1.6; }

.pageBrowser {
  padding: 0 36px 36px; }

.pageBrowser ul {
  height: 34px; }

.pageBrowser ul li {
  float: left;
  margin-right: 1px; }

.pageBrowser ul li a {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #ebebeb;
  text-align: center;
  line-height: 34px;
  font-family: Arial, Helvetica, sans-serif; }

.pageBrowser ul li a:hover,
.pageBrowser ul li.here a {
  background-color: #20a5d8;
  text-decoration: none;
  color: #fff; }

.pageBrowser ul li.here {
  position: relative; }

.pageBrowser ul li.here a:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #20a5d8 transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -9px; }

/* =============================================================================
    komaShare, shareCode
   ========================================================================== */
body#komaShare,
body#shareCode {
  min-width: 0; }

#komaShare section > header,
#shareCode section > header {
  background-color: #22b2e9;
  color: #fff;
  padding: 10px; }

#komaShare section > header h1,
#shareCode section > header h1 {
  width: 170px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  background: url(/assets/komaShare_logo-5eb2783e6e4eac85a2b9a7fea694d4912ee194594a282067a842a6814bdd85bb.png) no-repeat; }

#komaShare section > header h2,
#shareCode section > header h2 {
  font-weight: bold;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 27px; }

#komaShare #twAuth,
#komaShare #shareComplete {
  text-align: center;
  padding-top: 30px; }

#komaShare #twAuth h2,
#komaShare #shareComplete h2 {
  font-size: 138.1%;
  margin-bottom: 20px; }

#komaShare #twAuth > p,
#komaShare #shareComplete > p {
  margin-bottom: 30px; }

#komaShare #komaShareForm #imageArea {
  display: table;
  height: 268px;
  width: 100%; }

#komaShare #komaShareForm #imageArea #komaImage {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

#komaShare #textarea {
  padding: 0 20px;
  margin: 0 0 15px; }

#komaShare textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 4px solid #d2d2d2;
  padding: 6px;
  resize: none; }

#komaShare #count {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: right;
  color: #d2d2d2;
  margin-top: -40px;
  margin-right: 30px; }

#komaShare .button {
  position: relative;
  text-align: center;
  margin: 5px 20px 0; }

#komaShare #submitButton input {
  display: block;
  border: 0;
  background-color: #d2d2d2;
  height: 60px;
  color: #404040;
  font-weight: bold;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-size: 167%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#komaShare #submitButton i {
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -84px; }

#komaShare #submitButton i,
#komaShare #authButton i {
  color: #aaa;
  font-size: 30px; }

#komaShare #authButton a {
  display: block;
  background-color: #d2d2d2;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 167%; }

#komaShare #authButton a:hover {
  text-decoration: none; }

#komaShare #authButton i {
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -114px; }

#shareCode section #shareCodeForm {
  padding: 30px 10px 0; }

#shareCode section #shareCodeForm h2 {
  text-align: center;
  font-size: 138.1%;
  margin-bottom: 20px; }

#shareCode section #shareCodeForm textarea {
  width: 100%;
  height: 7em;
  resize: none; }

/* =============================================================================
    news
   ========================================================================== */
#news_content #socialPlugins {
  height: 22px;
  margin: 22px 36px 0;
  /*overflow: hidden;*/ }

#news_content #socialPlugins ul li {
  float: left;
  margin-right: 10px; }

#news_content #socialPlugins ul li.mail {
  margin-right: 0; }

#news_content #socialPlugins ul li.twitter {
  width: 100px; }

#news_content #socialPlugins ul li.googleplus {
  width: 55px; }

/* =============================================================================
    attention
   ========================================================================== */
.noScript,
.nonCompliant {
  display: block;
  width: 100%;
  padding: 2em;
  background-color: #1b1b1b;
  text-align: center;
  font-size: 118%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #eee; }

/* =============================================================================
    Non-Semantic Helper Classes
   ========================================================================== */
.outlineTitle {
  display: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
