@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 *  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("../font/fontawesome-webfont.eot?v=4.3.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../font/fontawesome-webfont.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";
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?58981254");
  src: url("../font/fontello.eot?58981254#iefix") format("embedded-opentype"), url("../font/fontello.woff?58981254") format("woff"), url("../font/fontello.ttf?58981254") format("truetype"), url("../font/fontello.svg?58981254#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?58981254#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-char-database:before {
  content: '\e800';
}

/* '' */
.icon-char-instance:before {
  content: '\e801';
}

/* '' */
.icon-char-ontology:before {
  content: '\e802';
}

/* '' */
.icon-char-owl:before {
  content: '\e803';
}

/* '' */
.icon-char-project:before {
  content: '\e804';
}

/* '' */
.icon-char-rdf:before {
  content: '\e805';
}

/* '' */
.icon-char-information:before {
  content: '\e806';
}

/* '' */
.icon-char-document:before {
  content: '\e807';
}

/* '' */
.icon-char-telephone-dictionary:before {
  content: '\e808';
}

/* '' */
.icon-char-class:before {
  content: '\e809';
}

/* '' */
/* 基礎カラー
cream: #FFF682; (255, 246, 130)
lime:	#CBE500; (203, 229, 0)
green: #60BD33; (96, 189, 51)
dark-green: #008342; (0, 131, 66)
*/
body {
  color: #333;
}

/* Bootstrap 補完/上書き */
.bg-dark-green {
  background-color: #008342;
}

.btn {
  padding: 4px 12px 3px 12px;
}

.btn-dark-green {
  background-color: #008342;
  color: #FFF;
}
.btn-dark-green:hover {
  background-color: #009d4f;
  color: #FFF;
}

.btn-white {
  background-color: #fff;
  color: #008342;
}
.btn-white:hover {
  color: #009d4f;
}

a.label {
  position: relative;
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  border-radius: 2px;
  margin: 0 1px 0 0;
  padding: 1px 19px 1px 10px;
  text-decoration: none !important;
  background-color: rgba(204, 204, 204, 0.3);
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
a.label em {
  background-color: rgba(204, 204, 204, 0.6);
}
a.label:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
}
a.label:after {
  position: absolute;
  top: 1px;
  right: 10px;
  font-family: FontAwesome;
  content: "";
  font-size: 80%;
}
a.label:hover {
  color: #333;
  background-color: #CCC;
}
a.label-project {
  background-color: rgba(255, 246, 130, 0.3);
}
a.label-project em {
  background-color: rgba(255, 246, 130, 0.6);
}
a.label-project:hover {
  background-color: #FFF682;
}
a.label-database, a.label-ontology {
  background-color: rgba(203, 229, 0, 0.3);
}
a.label-database em, a.label-ontology em {
  background-color: rgba(203, 229, 0, 0.6);
}
a.label-database:hover, a.label-ontology:hover {
  background-color: #CBE500;
}
a.label-class {
  background-color: rgba(96, 189, 51, 0.3);
}
a.label-class em {
  background-color: rgba(96, 189, 51, 0.6);
}
a.label-class:hover {
  background-color: #60BD33;
}
a.label-instance {
  background-color: rgba(0, 131, 66, 0.3);
}
a.label-instance em {
  background-color: rgba(0, 131, 66, 0.6);
}
a.label-instance:hover {
  background-color: #008342;
}

.label-aside {
  color: #8E8E8E;
  font-size: 12px;
  margin: 4px 0 0 0;
}
.label-aside:hover {
  text-decoration: underline;
}

a.property-icon {
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  padding: 0 4px;
  margin: -4px 0;
  text-align: center;
}
a.property-icon:before, a.property-icon:after {
  display: block;
}
a.property-icon:before {
  font-family: FontAwesome;
  color: #fff;
  background-color: #004D40;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  margin-top: 4px;
  font-size: 12px;
}
a.property-icon:after {
  color: #004D40;
  font-size: 9px;
  line-height: 10px;
}
a.property-icon:hover {
  background-color: transparent !important;
}
a.property-icon.external-label:before {
  content: "";
}
a.property-icon.external-label:after {
  content: "External";
}
a.property-icon.linked-label:before {
  content: "";
}
a.property-icon:after {
  content: "Linked";
}

.form-control {
  height: 24px;
  box-shadow: none;
  padding: 3px 12px;
}

.form-search {
  position: relative;
  top: 7px;
  left: 8px;
  color: #B1B2B2;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: -20px;
  font-size: 12px;
}
.form-search + .form-control {
  padding-left: 25px;
}

.nav-tabs > li > a {
  margin-right: 1px;
}

.tab-content {
  margin-bottom: 20px;
  margin-top: -3px;
  padding: 0;
}

.tab-pane-inner {
  padding: 20px 10px 0 36px;
}

.close {
  opacity: 1.0 !important;
}

.fa-2x {
  font-size: 2em;
}

.fa-fw {
  text-align: center;
  width: 1.28571em;
}

.fa-cog-alt:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\f085';
}

/* Bootstrap 補完/上書き ここまで */
/* 共通スタイル */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body > .container-fluid {
  padding-bottom: 100px;
}

body.category-download > .container-fluid {
  padding-bottom: 20px;
}

.front-search-box, .table-search-box {
  margin-bottom: 12px;
}
.front-search-box input.form-control, .table-search-box input.form-control {
  width: 85%;
}
.front-search-box button, .table-search-box button {
  padding: 0 18px;
  line-height: 22px;
}
.front-search-box button + .checkbox, .table-search-box button + .checkbox {
  margin-left: 0.75em;
}
.front-search-box .checkbox, .table-search-box .checkbox {
  font-size: 12px;
}
.front-search-box > p, .table-search-box > p {
  font-size: 10px;
  margin-top: 6px;
}
.front-search-box #advanced-search, .table-search-box #advanced-search {
  margin-top: 10px;
}
.front-search-box #advanced-search a.open-button, .table-search-box #advanced-search a.open-button {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.front-search-box #advanced-search a.open-button:hover, .table-search-box #advanced-search a.open-button:hover {
  text-decoration: none;
}
.front-search-box #advanced-search a.open-button:before, .table-search-box #advanced-search a.open-button:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  margin-right: 0.25em;
}
.front-search-box #advanced-search fieldset, .table-search-box #advanced-search fieldset {
  display: none;
  border: solid 2px rgba(0, 77, 64, 0.2);
  border-radius: 5px;
  padding: 4px 10px;
  margin-top: 4px;
}
.front-search-box #advanced-search fieldset > div + div, .table-search-box #advanced-search fieldset > div + div {
  margin-left: 1em;
}
.front-search-box #advanced-search fieldset > div.disabled label, .table-search-box #advanced-search fieldset > div.disabled label {
  color: #8E8E8E;
}
.front-search-box #advanced-search.opened a.open-button:before, .table-search-box #advanced-search.opened a.open-button:before {
  content: "";
}
.front-search-box #advanced-search.opened fieldset, .table-search-box #advanced-search.opened fieldset {
  display: block;
}

.front-search-result-num {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: .5em;
}

.front-search-result-list {
  border-bottom: solid 1px #CCC;
  padding-bottom: 10px;
}
.front-search-result-list > dt {
  border-top: solid 1px #CCC;
  padding-top: 10px;
  padding-bottom: 8px;
}
.front-search-result-list > dt:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: .2em;
  position: relative;
  top: 1px;
}
.front-search-result-list > dt.separator {
  background-color: #004D40;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 6px;
  border-top: none;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 100;
}
.front-search-result-list > dt.separator:before {
  content: none !important;
}
.front-search-result-list > dt > a.result-header {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-right: .1em;
}
.front-search-result-list > dt > a.result-header em {
  background-color: rgba(203, 229, 0, 0.4);
}
.front-search-result-list > dt > a.uri {
  font-size: 10px;
  text-decoration: underline;
}
.front-search-result-list > dt > a.download:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  color: #000;
  font-size: 14px;
}
.front-search-result-list > dt > a.download:hover:before {
  color: #008342;
}
.front-search-result-list > dd {
  padding-bottom: 10px;
  padding-left: 1.5em;
}
.front-search-result-list > dd > p {
  color: #8E8E8E;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}
.front-search-result-list em {
  font-weight: bold;
  color: #000;
}
.front-search-result-list a em {
  color: inherit;
}
.front-search-result-list.db-catalogue-list > dt:before {
  content: "";
  font-size: 18px;
}
.front-search-result-list.db-catalogue-list > dt > a.result-header {
  font-size: 18px;
}
.front-search-result-list.internal-list > dt:before, .front-search-result-list.external-list > dt:before, .front-search-result-list.with-metadata-list > dt:before, .front-search-result-list.without-metadata-list > dt:before {
  content: "";
}
.front-search-result-list.thesis-list > dt:before {
  content: "";
}

#ontologyresult .front-search-result-list > dt:before {
  content: "";
}
#ontologyresult .front-search-result-list > dd > p {
  margin-top: -4px;
}
#ontologyresult .front-search-result-list > dd > ul {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.2;
  color: #8E8E8E;
}
#ontologyresult .front-search-result-list > dd > ul li {
  border-top: dotted 1px rgba(204, 204, 204, 0.5);
  padding: 4px 0;
}
#ontologyresult .front-search-result-list > dd > ul li a {
  font-size: 12px;
}
#ontologyresult .front-search-result-list > dd > ul li a em {
  background-color: rgba(203, 229, 0, 0.4);
}

.class-list {
  margin: 0;
}
.class-list > dt {
  width: 80px;
  font-size: 12px;
  font-weight: normal;
  padding-top: 2px;
}
.class-list > dt:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  margin-right: 4px;
}
.class-list > dd {
  margin-left: 88px;
}
.class-list > dd a.label {
  margin: 0 -1px 2px 0;
}
.class-list > dd .group {
  border: dotted 1px #8E8E8E;
  border-radius: 5px;
  padding: 4px 6px 4px 30px;
  margin: 2px 0 0 -2px;
}
.class-list > dd .group + .group {
  margin-top: 4px;
}
.class-list > dd .group > .title {
  font-size: 10px;
  line-height: 12px;
  border-color: #8E8E8E;
  margin: 0 0 3px -25px;
}

/* タグラベル */
.tag-label {
  display: inline-block;
  height: 16px;
  color: #008342;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  background-color: #FFF;
  border: 1px solid #008342;
  border-radius: 4px;
  padding: 0 5px;
  cursor: pointer;
  white-space: nowrap;
}
.tag-label.disabled {
  opacity: .2;
}

.lang-buttons > li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #EFEDEA;
  border-radius: 50%;
}
.lang-buttons > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  color: #666;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.lang-buttons > li.active, .lang-buttons > li:hover {
  background-color: #008342;
}
.lang-buttons > li.active > a, .lang-buttons > li:hover > a {
  color: #FFF;
}

/* パネルビュー */
.panel-view-box {
  background-color: #EFEDEA;
  border-radius: 4px;
  padding: 7px 32px 12px 22px;
  margin-bottom: 16px;
}
.panel-view-box .row > div {
  margin-right: -6px;
  margin-bottom: -4px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  vertical-align: top;
  float: none !important;
}
.panel-view-box .row > div.group {
  border: dotted 1px #8E8E8E;
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(142, 142, 142, 0.075);
  margin: 5px 5px 5px 5px;
  padding-right: 14px;
  padding-bottom: 6px;
}
.panel-view-box .row > div.group > p.title {
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
.panel-view-box > h3 {
  font-size: 14px;
  font-weight: bold;
  margin-left: -10px;
  padding: 6px 0 4px;
  line-height: 14px;
}
.panel-view-box > h3:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  margin-right: 4px;
}
.panel-view-box.panel-view-box-project {
  background-color: #FFF682;
}
.panel-view-box .panel-view-box-menu {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin: 10px -32px -12px -22px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px;
}
.panel-view-box .panel-view-box-menu li {
  display: inline-block;
}
.panel-view-box .panel-view-box-menu li a {
  color: #000;
  cursor: pointer;
}
.panel-view-box .panel-view-box-menu li a:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: 4px;
}
.panel-view-box .panel-view-box-menu li.menu-register a:before {
  content: "";
}
.panel-view-box .panel-view-box-menu li.menu-invite a:before {
  content: "";
}
.panel-view-box .panel-view-box-menu li + li {
  margin-left: 20px;
}

.panel-view {
  position: relative;
  display: table;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin: 6px 0;
  padding: 0px;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.panel-view:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  width: 26px;
  background-color: #CCC;
  text-align: center;
  color: #333;
  font-size: 12px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.panel-view:hover {
  text-decoration: none;
}
.panel-view > span, .panel-view > div {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 8px;
}
.panel-view > span > .panel-title, .panel-view > div > .panel-title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 110%;
}
.panel-view > span > .panel-aside, .panel-view > div > .panel-aside {
  color: #000;
  font-size: 12px;
  line-height: 105%;
  display: block;
}
.panel-view > span > .panel-aside *, .panel-view > div > .panel-aside * {
  display: inline;
}
.panel-view > span > .panel-image, .panel-view > div > .panel-image {
  max-width: 40px;
  max-height: 40px;
}
.panel-view.panel-project:before {
  background-color: #FFF682;
  content: "";
}
.panel-view.panel-project:hover {
  background-color: #fffccf;
}
.panel-view.panel-database:before, .panel-view.panel-ontology:before {
  background-color: #CBE500;
}
.panel-view.panel-database:hover, .panel-view.panel-ontology:hover {
  background-color: #f0f7ba;
}
.panel-view.panel-database:before {
  content: "";
}
.panel-view.panel-ontology:before {
  content: "";
}
.panel-view.panel-class:before {
  background-color: #60BD33;
  content: "";
}
.panel-view.panel-class:hover {
  background-color: #d9eece;
}
.panel-view.panel-instance:before {
  background-color: #008342;
  content: "";
}
.panel-view.panel-instance:hover {
  background-color: #def1e7;
}
.panel-view .sub-menu {
  width: 20px;
  position: relative;
  cursor: pointer;
  padding: 4px;
}
.panel-view .sub-menu:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.panel-view .sub-menu > ul {
  position: absolute;
  background-color: #fff;
  z-index: 200;
  width: 180px;
  padding: 6px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  left: -152px;
  top: 25px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.panel-view .sub-menu > ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 6px solid #999;
  left: 161px;
  top: -11px;
}
.panel-view .sub-menu > ul li a {
  color: #000;
  font-size: 12px;
  line-height: 24px;
  display: block;
  padding: 0 12px;
}
.panel-view .sub-menu > ul li a:hover {
  text-decoration: none;
  background-color: #eee;
}
.panel-view .sub-menu > ul li a:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 2px;
}
.panel-view .sub-menu > ul li.menu-update a:before {
  content: "";
}
.panel-view .sub-menu > ul li.menu-delete a:before {
  content: "";
}
.panel-view .sub-menu > ul li.menu-group a:before {
  content: "";
}
.panel-view .sub-menu:hover:before {
  color: #000;
}
.panel-view .sub-menu:hover > ul {
  visibility: visible;
  opacity: 1;
}

.panel-other {
  text-align: center;
  background-color: #D9DBD7;
}
.panel-other .panel-title {
  position: static;
  margin: 44px auto 0 auto;
  display: inline-block;
}
.panel-other .panel-title > i {
  font-size: 12px;
  margin-right: 5px;
}
.panel-other > .panel-title:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 8px;
}
.panel-other:hover {
  background-color: inherit;
}
.panel-other.form-control {
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  height: inherit;
}

.table-search-box {
  width: 600px;
  display: inline-block;
  float: left;
}

/* コンテンツ アサイドメニュー */
.contents-aside-menu {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  padding: 0;
}
.contents-aside-menu > li {
  list-style: none;
  display: inline-block;
  margin-left: 19px;
  height: 38px;
}
.contents-aside-menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
.contents-aside-menu > li > a:before {
  font-size: 20px;
  margin: 0;
}
.contents-aside-menu > li > a > span {
  display: block;
  width: 100%;
  color: #000;
  font-size: 10px;
  padding-top: 2px;
}
.contents-aside-menu > li > a > i {
  font-size: 20px;
  margin-bottom: -2px;
}

.content-information {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 14px;
}

.view-option {
  font-size: 12px;
  line-height: 20px;
}
.view-option > div.pull-right + div.pull-right {
  margin-right: 1.5em;
}
.view-option .view-selector > ul {
  display: inline-block;
  border: 1px solid #008342;
  border-radius: 3px;
  margin: 0;
}
.view-option .view-selector > ul > li {
  list-style: none;
  display: inline-block;
}
.view-option .view-selector > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #008342;
  padding: 0 10px;
}
.view-option .view-selector > ul > li > a:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: .5em;
}
.view-option .view-selector > ul > li > a:hover {
  background-color: #dbf3e7;
}
.view-option .view-selector > ul > li.active > a {
  background-color: #008342;
  color: #fff;
  cursor: default;
}
.view-option .view-selector > ul li.view-selector-table a:before {
  content: "";
}
.view-option .view-selector > ul li.view-selector-card a:before {
  content: "";
}

/* テーブルビュー */
.table-view-box > .table-responsive {
  border: 1px solid #CCC;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.table-view {
  min-width: 100%;
}
.table-view th, .table-view td {
  border-right: solid 1px #ddd;
}
.table-view th.separator, .table-view td.separator {
  border-left-width: 3px;
  border-left-style: solid;
  border-right: solid 1px #fff;
  border-top: none;
  width: 0px;
  padding: 0;
}
.table-view th {
  white-space: nowrap;
}
.table-view td {
  word-wrap: break-word;
  max-width: 300px;
}
.table-view > thead {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.table-view > thead > tr > th {
  background-color: #EFF8EA;
  border-bottom: 1px solid #CCC;
  text-align: left;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.table-view > thead > tr > th a[class*=button-] {
  color: #008342;
  cursor: pointer;
  font-size: 12px;
  padding: 4px;
  border-radius: 3px;
}
.table-view > thead > tr > th a[class*=button-]:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.table-view > thead > tr > th a:hover {
  background-color: #008342;
  color: #fff;
  text-decoration: none;
}
.table-view > thead > tr > th a.button-sorter:before {
  opacity: .3;
  content: "";
}
.table-view > thead > tr > th a.button-sorter.desc:before {
  opacity: 1;
  content: "";
}
.table-view > thead > tr > th a.button-sorter.asc:before {
  opacity: 1;
  content: "";
}
.table-view > thead > tr > th a.button-sorter:hover:before {
  opacity: 1;
}
.table-view > thead > tr > th a.button-filter:before {
  content: "";
}
.table-view > thead > tr > td {
  background-color: #EFF8EA;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 20px 10px 10px;
}
.table-view > tbody > tr > td {
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  padding: 6px 16px 6px 10px;
}
.table-view > tbody > tr > td.extcells {
  background: #f0f0f0;
}
.table-view > tbody > tr > td > a {
  text-decoration: underline;
}
.table-view > tbody > tr > td ul {
  list-style-type: disc;
  padding: 6px 10px 6px 1.5em;
  margin: -6px -16px -6px -2px;
  max-height: 10em;
  overflow: auto;
}
.table-view > tbody > tr > td img {
  height: 3em;
  display: block;
  margin-bottom: .2em;
}
.table-view > tbody > tr > td em {
  font-weight: bold;
}
.table-view thead th.hilight-mask, .table-view thead th.linked-data, .table-view thead td.hilight-mask, .table-view thead td.linked-data {
  background: #EFF8EA url(../img/linked.png) repeat;
}
.table-view thead th.external-data, .table-view thead td.external-data {
  background: #EFF8EA url(../img/external.png) repeat;
}
.table-view thead th.hilight-mask.external-data, .table-view thead th.linked-data.external-data, .table-view thead td.hilight-mask.external-data, .table-view thead td.linked-data.external-data {
  background: url(../img/external.png) repeat, #EFF8EA url(../img/linked.png) repeat;
}
.table-view tbody td.hilight-mask, .table-view tbody td.linked-data {
  background: transparent url(../img/linked.png) repeat;
}
.table-view tbody td.external-data {
  background: transparent url(../img/external.png) repeat;
}
.table-view tbody td.hilight-mask.external-data, .table-view tbody td.linked-data.external-data {
  background: url(../img/external.png) repeat, url(../img/linked.png) repeat;
}
.table-view tbody td.failed-message {
  height: 300px;
  text-align: center;
  color: #8E8E8E;
  font-size: 16px;
  background-color: #f8f8f8;
}

body.category- em {
  background-color: rgba(204, 204, 204, 0.3);
}

body.category-project em {
  background-color: rgba(255, 246, 130, 0.3);
}
body.category-project th.separator, body.category-project td.separator {
  border-left-color: #fff24f;
}

body.category-database em, body.category-ontology em {
  background-color: rgba(203, 229, 0, 0.3);
}
body.category-database th.separator, body.category-database td.separator, body.category-ontology th.separator, body.category-ontology td.separator {
  border-left-color: #9eb200;
}

body.category-class em {
  background-color: rgba(96, 189, 51, 0.3);
}
body.category-class th.separator, body.category-class td.separator {
  border-left-color: #4c9528;
}

body.category-instance em {
  background-color: rgba(0, 131, 66, 0.3);
}
body.category-instance th.separator, body.category-instance td.separator {
  border-left-color: #005028;
}

/* テーブルヘッダーツール */
.table-header-setting {
  margin-bottom: 5px;
}
.table-header-setting > .table-page-filter {
  width: 600px;
}
.table-header-setting > .table-page-filter > select {
  width: 70px;
  height: 25px;
  font-size: 12px;
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: center;
  margin-right: 5px;
  padding: 2px 10px;
}
.table-header-setting > .table-page-filter > span {
  font-size: 10px;
}
.table-header-setting > .table-page-filter .pagination {
  padding: 0 10px;
  margin: 0;
}
.table-header-setting > .table-page-filter .pagination input.page {
  border-top: solid 1px #008342;
  border-bottom: solid 1px #008342;
  border-left: none;
  border-right: none;
  background-color: #fff;
  color: #008342;
  font-size: 12px;
  line-height: 20px;
  padding: 0 6px;
}
.table-header-setting > .table-page-filter .pagination input.page:first-child {
  border-left: solid 1px #008342;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 12px;
}
.table-header-setting > .table-page-filter .pagination input.page:last-child {
  border-right: solid 1px #008342;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 12px;
}
.table-header-setting > .table-page-filter .pagination input.page:hover {
  background-color: #dbf3e7;
}
.table-header-setting > .table-page-filter .pagination input.page.current {
  background-color: #008342;
  color: #fff;
}

.front-search-page .pagination, .table-search-box .pagination {
  padding: 5px 0px 10px;
  margin: 0;
}
.front-search-page .pagination input.page, .table-search-box .pagination input.page {
  border-top: solid 1px #008342;
  border-bottom: solid 1px #008342;
  border-left: none;
  border-right: none;
  background-color: #fff;
  color: #008342;
  font-size: 12px;
  line-height: 20px;
  padding: 0 6px;
}
.front-search-page .pagination input.page:first-child, .table-search-box .pagination input.page:first-child {
  border-left: solid 1px #008342;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 12px;
}
.front-search-page .pagination input.page:last-child, .table-search-box .pagination input.page:last-child {
  border-right: solid 1px #008342;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 12px;
}
.front-search-page .pagination input.page:hover, .table-search-box .pagination input.page:hover {
  background-color: #dbf3e7;
}
.front-search-page .pagination input.page.current, .table-search-box .pagination input.page.current {
  background-color: #008342;
  color: #fff;
}

/* カードビュー */
.card-view-box {
  border-top-style: solid;
  border-top-width: 3px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 20px 26px 30px;
  position: relative;
  background-color: #fff;
}
.card-view-box > .close-button {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -10px;
}
.card-view-box > h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 .5em;
  padding-left: 8px;
}
.card-view-box > .selected-tab {
  color: #60BD33;
  font-size: 10px;
  font-weight: bold;
  padding-left: 8px;
  margin: -1em 0 1em;
}

body.category-ontology .card-view-box {
  border-top-color: #CBE500;
  background-repeat: repeat-y;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB9AAAAAKCAMAAADb5DWMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7+3q////K02UuAAAAEpJREFUeNrs1UENAAAIA7Hh3zQi9iAhrYi7BKgNwDElBkMHDB0wdMDQwdABDB0MHcDQwdABQwcMHTB0MHQAQwdDBzB0MHTgmRVgAEHpLVF2RK2aAAAAAElFTkSuQmCC);
}

body.category-class .card-view-box {
  border-top-color: #60BD33;
}

body.category-instance .card-view-box {
  border-top-color: #008342;
}

.card-view {
  font-size: 12px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  line-height: 1.4;
}
.card-view > dt {
  text-align: left;
  padding: 8px 10px 4px 10px;
  font-weight: bold;
}
.card-view > dt .instanceproperty {
  display: block;
  line-height: 1.2;
}
.card-view > dt .property-icon {
  margin-bottom: 4px;
}
.card-view > dd {
  background-color: #FFF;
  border-top: 1.25px solid #8D8D8D;
  margin-left: 0;
  padding: 8px 10px 8px 10px;
  padding-left: 200px;
}
.card-view > dd:nth-child(2) {
  border: none;
}
.card-view > dd.hilight-mask, .card-view > dd.linked-data {
  background: transparent url(../img/linked.png) repeat;
}
.card-view > dd.external-data {
  background: transparent url(../img/external.png) repeat;
}
.card-view > dd.hilight-mask.external-data, .card-view > dd.linked-data.external-data {
  background: url(../img/linked.png) repeat, transparent url(../img/external.png) repeat;
}
.card-view > dd > ul {
  list-style-type: disc;
  padding: 0 0 0 1em;
  margin-top: -2px;
  margin-bottom: -2px;
}
.card-view > dd > ul > li {
  padding-top: 2px;
}
.card-view > dd > ul > li > a {
  text-decoration: underline;
}
.card-view > dd > ul > li > a.expand, .card-view > dd > ul > li > a.external {
  text-decoration: none;
  cursor: pointer;
}
.card-view > dd > ul > li > a.expand:before, .card-view > dd > ul > li > a.external:before {
  color: #000;
  margin-left: .5em;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.card-view > dd > ul > li > a.expand:before {
  content: "";
}
.card-view > dd > ul > li > a.expand.expanded:before {
  content: "";
}
.card-view > dd > ul > li > a.external:before {
  content: "";
}
.card-view > dd > .btn {
  display: inline-block;
  height: 16px;
  font-size: 11px !important;
  display: inline-block;
  border: none;
  border-radius: 10px;
  margin: 8px 0 5px 0;
  padding: 0 8px 0 14px !important;
}
.card-view .card-view-box {
  margin: 6px 0 10px;
  padding: 16px 18px;
}
.card-view .card-view-box h3 {
  font-size: 16px;
}
.card-view .card-view-box dt {
  font-size: 12px;
  width: 180px;
}
.card-view .card-view-box dd {
  font-size: 12px;
  padding-left: 200px;
}

/* オントロジー */
body.category-ontology .card-view-box {
  padding: 0;
}

#ontologytree {
  padding: 20px 20px 20px 2px;
}
#ontologytree a {
  text-decoration: none;
  color: #000;
}
#ontologytree ul {
  width: 100%;
  list-style: none;
  padding-left: 15px;
}
#ontologytree ul li {
  position: relative;
  font-size: 12px;
  line-height: 20px;
}
#ontologytree ul li span.list-marker {
  line-height: 16px;
}
#ontologytree ul li span.list-marker:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  vertical-align: middle;
  margin-right: -16px;
}
#ontologytree ul li.has-children > span.list-marker:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  width: 20px;
  height: auto;
  background-color: transparent;
  text-align: center;
  left: -7px;
  position: relative;
  margin-right: -33px;
  cursor: pointer;
}
#ontologytree ul li.has-children > span.list-marker:hover {
  text-decoration: underline;
  color: #004D40;
}
#ontologytree ul li.has-children.opened > span.list-marker:before {
  content: "";
}
#ontologytree ul li.has-children .ontologyitem {
  cursor: pointer;
}
#ontologytree ul li.has-children .ontologyitem:hover {
  text-decoration: underline;
  color: #004D40;
}
#ontologytree ul li .ontologyitem {
  padding: 2px 8px 2px 23px;
  border-radius: 10px;
  font-weight: bold;
}
#ontologytree ul li .ontologyitem.selected {
  background-color: #CBE500;
}
#ontologytree ul li .number-of-instances {
  font-size: 10px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
#ontologytree ul li .number-of-instances:before {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: .2em;
  font-size: 12px;
  position: relative;
  top: 1px;
  color: #008342;
}
#ontologytree ul.parent-ontologies {
  border-bottom: double 3px rgba(51, 51, 51, 0.4);
  margin: 0 0 10px 10px;
  padding: 0 0 10px 0;
}
#ontologytree ul.parent-ontologies:before {
  content: "Parent";
  display: block;
  color: rgba(51, 51, 51, 0.6);
  font-size: 10px;
  margin-bottom: 6px;
}
#ontologytree ul.parent-ontologies li {
  padding-left: 3px;
}

#ontologycard {
  padding: 30px;
}
#ontologycard > dl {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0;
  line-height: 1.5;
}
#ontologycard > dl > dt {
  border-top: 1px solid #CCC;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 0 15px;
}
#ontologycard > dl > dt:first-child {
  border-top: none;
}
#ontologycard > dl > dd {
  font-size: 12px;
  padding: 0 15px 5px 15px;
}

.image-list {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
}
.image-list > li {
  float: left;
  height: 48px;
  margin-right: 2px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.image-list > li > img,
.modal-image-list > li > img {
  height: 100%;
}

.modal-image-list {
  width: 100% !important;
  list-style: none;
  margin: 5px 0 3px 0;
  padding: 0;
  text-align: center;
}
.modal-image-list > li {
  position: relative;
  float: none !important;
  height: 50px;
  display: inline-block;
  width: auto !important;
  margin-right: -2px !important;
}
.modal-image-list > li div {
  display: none;
}
.modal-image-list > li.active div {
  display: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#image-carousel-modal .lSAction a.lSPrev:before,
#image-carousel-modal .lSAction a.lSNext:before {
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  display: block;
  position: relative;
  top: 27px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#image-carousel-modal .lSAction a.lSPrev:hover,
#image-carousel-modal .lSAction a.lSNext:hover {
  text-decoration: none;
}
#image-carousel-modal .lSAction .lSPrev:before {
  content: "";
}
#image-carousel-modal .lSAction .lSNext:before {
  content: "";
}

#name-search-modal .form-inline {
  white-space: nowrap;
}
#name-search-modal .form-inline input[type="text"] {
  width: 100% !important;
}
#name-search-modal .form-inline input[type="submit"] {
  line-height: 22px;
  padding: 0 12px;
  border-radius: 4px;
}

/* モーダル */
.modal-backdrop.in {
  opacity: 0.7;
}

.modal .modal-dialog {
  margin-top: 100px;
}

.modal .modal-content {
  border-radius: 0;
  overflow: hidden;
}

.modal .modal-content > .modal-header {
  position: relative;
  background-color: #EFEDEA;
  border: none;
  text-align: center;
  padding: 11px 10px 10px 10px;
}

.modal .modal-content > .modal-header > .modal-header-title {
  font-weight: bold;
}

.modal .modal-content > .modal-header .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0px;
}

.modal .modal-content > .modal-header .modal-header-title {
  font-size: 14px;
  margin: 0;
}

.modal .modal-content > .modal-body {
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.modal .main-image {
  width: 598px;
  margin: -20px 0 0 -20px;
}

.modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal-body {
  overflow-y: auto;
}

.modal-footer {
  margin-top: 0;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
}
/* ライトボックス */
/* 足あと */
#foot-print-modal .modal-body {
  min-height: 400px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
#foot-print-modal .modal-body .foot-print-container {
  margin: auto;
  height: 400px;
  width: 100%;
  position: relative;
}
#foot-print-modal .modal-body .foot-print-container .bg {
  top: 0;
  position: absolute;
}
#foot-print-modal .modal-body .foot-print-container .bg .category {
  border-radius: 100%;
  position: absolute;
  opacity: .2;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#foot-print-modal .modal-body .foot-print-container .bg .category.project {
  background-color: #FFF682;
}
#foot-print-modal .modal-body .foot-print-container .bg .category.database, #foot-print-modal .modal-body .foot-print-container .bg .category.ontology {
  background-color: #CBE500;
}
#foot-print-modal .modal-body .foot-print-container .bg .category.class {
  background-color: #60BD33;
}
#foot-print-modal .modal-body .foot-print-container .bg .category:hover {
  opacity: .7;
}
#foot-print-modal .modal-body .foot-print-container .foot-print {
  top: 0;
  position: absolute;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node {
  position: absolute;
  z-index: 300;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node > a {
  display: block;
  position: relative;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node .node-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  border-radius: 100%;
  margin: -5px 0 0 -5px;
  background-color: #fff;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node.project .node-point {
  background-color: #FFF682;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node.database .node-point, #foot-print-modal .modal-body .foot-print-container .foot-print .node.ontology .node-point {
  background-color: #CBE500;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node.class .node-point {
  background-color: #60BD33;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node.instance .node-point {
  background-color: #008342;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node.current .node-point {
  border-width: 3px;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node.current .node-point:after {
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 0 12px;
  display: block;
  border-radius: 8px;
  font-size: 10px;
  font-weight: bolder;
  line-height: 16px;
  content: "Current";
  top: 22px;
  position: absolute;
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  -webkit-transform: translateX(-45%);
  transform: translateX(-45%);
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node.current .node-point:before {
  content: "";
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #333;
  position: absolute;
  top: 19px;
  left: -1px;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .node a.node-label {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  font-weight: bold;
  top: -14px;
  left: 5px;
  color: #333;
  white-space: nowrap;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .edge {
  position: absolute;
  border-top: solid 2px #333;
  width: 50px;
  z-index: 200;
  margin-top: -1px;
}
#foot-print-modal .modal-body .foot-print-container .foot-print .edge.broken {
  border-top-style: dotted;
}
#foot-print-modal .modal-body.hovered .category, #foot-print-modal .modal-body.hovered .node, #foot-print-modal .modal-body.hovered .edge {
  opacity: .1;
}
#foot-print-modal .modal-body.hovered .category.contained, #foot-print-modal .modal-body.hovered .node.contained, #foot-print-modal .modal-body.hovered .edge.contained {
  opacity: inherit;
}
#foot-print-modal .to-past {
  position: fixed;
  top: 374px;
  left: 14px;
  z-index: 400;
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 0 12px;
  display: block;
  border-radius: 8px;
  font-size: 10px;
  font-weight: bolder;
  line-height: 16px;
}
#foot-print-modal .to-past:before {
  content: "< Past";
}
#foot-print-modal #current-hovered-category-label {
  position: fixed;
  top: 50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 10px;
  border-radius: 8px;
  opacity: 0;
  -moz-transition: opacity 0.1s ease-out, width 0.1s ease-out, background-color 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, width 0.1s ease-out, background-color 0.1s ease-out;
  -webkit-transition: opacity 0.1s ease-out, width 0.1s ease-out, background-color 0.1s ease-out;
  transition: opacity 0.1s ease-out, width 0.1s ease-out, background-color 0.1s ease-out;
}
#foot-print-modal #current-hovered-category-label:before {
  margin-right: .2em;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#foot-print-modal #current-hovered-category-label.project, #foot-print-modal #current-hovered-category-label.database, #foot-print-modal #current-hovered-category-label.ontology, #foot-print-modal #current-hovered-category-label.class {
  opacity: 1;
}
#foot-print-modal #current-hovered-category-label.project {
  background-color: #FFF682;
}
#foot-print-modal #current-hovered-category-label.project:before {
  content: "";
}
#foot-print-modal #current-hovered-category-label.database, #foot-print-modal #current-hovered-category-label.ontology {
  background-color: #CBE500;
}
#foot-print-modal #current-hovered-category-label.database:before {
  content: "";
}
#foot-print-modal #current-hovered-category-label.ontology:before {
  content: "";
}
#foot-print-modal #current-hovered-category-label.class {
  background-color: #60BD33;
}
#foot-print-modal #current-hovered-category-label.class:before {
  content: "";
}

/* 共通スタイル ここまで */
/* ヘッダー共通 */
header#top-header {
  width: 100%;
  height: 170px;
  background: #60BD33 url(../img/header-back.png) no-repeat left top;
  padding: 40px;
}
header#top-header.short-header {
  height: 116px !important;
}
header#top-header > h1 {
  font-family: 'Cinzel', serif;
  color: #FFF;
  margin: 0 0 6px;
  text-indent: -999px;
  background: url(../img/title.png) no-repeat 0 0;
  width: 505px;
  height: 36px;
}
header#top-header > h1 a {
  display: block;
  width: 505px;
  height: 36px;
}
header#top-header #description {
  color: #FFF;
  margin: 0;
  padding: 0 170px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
header .lang-buttons {
  position: absolute;
  top: 99px;
  right: 149px;
}
header .lang-buttons > li {
  background-color: #fff;
  width: 24px;
  height: 24px;
}
header .lang-buttons > li > a {
  font-size: 11px;
  line-height: 24px;
}
header #db-catalogue {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/db-catalogue.png);
  width: 131px;
  height: 153px;
  color: #004D40;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 78px 0 0 15px;
}
header #header-sparql-endpoint-link {
  position: absolute;
  display: block;
  background-color: #004D40;
  color: #fff;
  top: 15px;
  right: 145px;
  font-size: 10px;
  font-weight: bold;
  width: 62px;
  height: 75px;
  padding: 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
header #header-sparql-endpoint-link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  display: block;
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 7px;
}

body[class^=category-] > header {
  position: relative;
  min-height: 116px;
  background: #FFF;
  border-left: 116px solid #000;
  padding: 20px 40px 0 0;
}
body[class^=category-] > header .page-logo {
  position: absolute;
  top: 23px;
  left: -93px;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #FFF;
  border-radius: 50%;
  color: #000;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}
body[class^=category-] > header .page-logo:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
}
body[class^=category-] > header .page-logo:before {
  content: "Project";
  text-align: center;
  color: #fff;
  position: absolute;
  top: 73px;
  left: -25px;
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
body[class^=category-] > header .label-box {
  margin: -4px 0 10px 6px;
}
body[class^=category-] > header a.label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
  font-size: 11px;
  font-weight: normal;
  border: none;
  border-radius: 0px;
  margin: 0;
  padding: 0 11px;
  vertical-align: top;
}
body[class^=category-] > header a.label:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 12px;
  padding-right: 10px;
}
body[class^=category-] > header a.label:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
}
body[class^=category-] > header a.label[class*="label-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: .5em;
}
body[class^=category-] > header a.label:after {
  content: "";
}
body[class^=category-] > header a.label:hover {
  color: #000;
  text-decoration: underline;
}
body[class^=category-] > header a.label.label-project + body[class^=category-] > header a.label.label-project, body[class^=category-] > header a.label.label-database + body[class^=category-] > header a.label.label-database, body[class^=category-] > header a.label.label-ontology + body[class^=category-] > header a.label.label-ontology, body[class^=category-] > header a.label.label-class + body[class^=category-] > header a.label.label-class, body[class^=category-] > header a.label.label-instance + body[class^=category-] > header a.label.label-instance {
  margin-left: -11px;
}
body[class^=category-] > header a.label.label-project {
  background-color: #FFF682;
}
body[class^=category-] > header a.label.label-project:before {
  content: "";
}
body[class^=category-] > header a.label.label-database, body[class^=category-] > header a.label.label-ontology {
  background-color: #CBE500;
}
body[class^=category-] > header a.label.label-database:before {
  content: "";
}
body[class^=category-] > header a.label.label-ontology:before {
  content: "";
}
body[class^=category-] > header a.label.label-class {
  background-color: #60BD33;
}
body[class^=category-] > header a.label.label-class:before {
  content: "";
}
body[class^=category-] > header a.label.label-instance {
  background-color: #008342;
}
body[class^=category-] > header a.label.label-instance:before {
  content: "";
}
body[class^=category-] > header .label-box .label:last-child:after {
  display: block;
  width: 40px;
  height: 20px;
  content: "";
  margin-left: 0 !important;
  top: 0;
  right: -40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
body[class^=category-] > header .label-box .label-project:last-child:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjY4MiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY2ODIiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 246, 130, 0.5)), color-stop(100%, rgba(255, 246, 130, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 246, 130, 0.5), rgba(255, 246, 130, 0));
  background-image: -webkit-linear-gradient(left, rgba(255, 246, 130, 0.5), rgba(255, 246, 130, 0));
  background-image: linear-gradient(to right, rgba(255, 246, 130, 0.5), rgba(255, 246, 130, 0));
}
body[class^=category-] > header .label-box .label-database:last-child:after,
body[class^=category-] > header .label-box .label-ontology:last-child:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiZTUwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmU1MDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(203, 229, 0, 0.5)), color-stop(100%, rgba(203, 229, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(203, 229, 0, 0.5), rgba(203, 229, 0, 0));
  background-image: -webkit-linear-gradient(left, rgba(203, 229, 0, 0.5), rgba(203, 229, 0, 0));
  background-image: linear-gradient(to right, rgba(203, 229, 0, 0.5), rgba(203, 229, 0, 0));
}
body[class^=category-] > header .label-box .label-class:last-child:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwYmQzMyIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MGJkMzMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(96, 189, 51, 0.5)), color-stop(100%, rgba(96, 189, 51, 0)));
  background-image: -moz-linear-gradient(left, rgba(96, 189, 51, 0.5), rgba(96, 189, 51, 0));
  background-image: -webkit-linear-gradient(left, rgba(96, 189, 51, 0.5), rgba(96, 189, 51, 0));
  background-image: linear-gradient(to right, rgba(96, 189, 51, 0.5), rgba(96, 189, 51, 0));
}
body[class^=category-] > header .label-box .label-instance:last-child:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODM0MiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgzNDIiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 131, 66, 0.5)), color-stop(100%, rgba(0, 131, 66, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 131, 66, 0.5), rgba(0, 131, 66, 0));
  background-image: -webkit-linear-gradient(left, rgba(0, 131, 66, 0.5), rgba(0, 131, 66, 0));
  background-image: linear-gradient(to right, rgba(0, 131, 66, 0.5), rgba(0, 131, 66, 0));
}
body[class^=category-] > header > h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 14px;
  padding-bottom: 5px;
}
body[class^=category-] > header dl.properties {
  border-top: solid thin rgba(0, 0, 0, 0.5);
  border-bottom: solid thin rgba(0, 0, 0, 0.5);
  margin: 10px 0 10px 14px;
  font-size: 12px;
  line-height: 14px;
  max-width: 800px;
}
body[class^=category-] > header dl.properties dt {
  position: absolute;
  width: 120px;
  padding: 2px 0;
  font-weight: bold;
}
body[class^=category-] > header dl.properties dt + dd {
  border-top: dotted thin rgba(0, 0, 0, 0.25);
  margin-top: -1px;
  min-height: 19px;
}
body[class^=category-] > header dl.properties dd {
  padding: 2px 0 2px 130px;
}
body[class^=category-] > header #description {
  top: 72px;
  left: 15px;
  color: #000;
  font-weight: normal;
  margin: 0 0 0 14px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
  max-width: 800px;
}
body[class^=category-] > header #description a {
  color: #333;
  text-decoration: underline;
}
body[class^=category-] > header #description a:hover, body[class^=category-] > header #description a:active {
  color: #333;
}

body[class=category-] > header {
  border-left: 116px solid #FFF;
}
body[class=category-] > header > .page-logo {
  position: absolute;
  top: 23px;
  left: -93px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

body.category-project header {
  background-color: #FFF682;
}
body.category-project header .page-logo:before {
  content: "Project";
}
body.category-project header .page-logo:after {
  content: "";
}

body.category-database header .page-logo:before {
  content: "Database";
}
body.category-database header .page-logo:after {
  content: "";
}

body.category-ontology header .page-logo:before {
  content: "Ontology";
}
body.category-ontology header .page-logo:after {
  content: "";
}

body.category-database header,
body.category-ontology header {
  background-color: #CBE500;
}

body.category-class header {
  background-color: #60BD33;
}
body.category-class header .page-logo:before {
  content: "Class";
}
body.category-class header .page-logo:after {
  content: "";
}

body.category-instance header {
  background-color: #008342;
}
body.category-instance header .page-logo:before {
  content: "Instance";
}
body.category-instance header .page-logo:after {
  content: "";
}
body.category-instance header > h1, body.category-instance header > p {
  color: #FFF;
}

body.category-ontology > header h1 {
  margin-top: 28px;
}

body.category-class > header, body.category-instance > header {
  padding-bottom: 20px;
}

body.category-instance > header #description {
  color: #fff;
}
body.category-instance > header #description > * {
  color: #000;
}
body.category-instance > header #description > a {
  color: #fff;
  text-decoration: underline;
}
body.category-instance > header #description > a:hover, body.category-instance > header #description > a:active {
  color: #fff;
}

body.category-download > header {
  border-left-color: #FFF;
}
body.category-download > header .page-logo {
  background-color: #EFEDEA;
}
body.category-download > header a.label {
  background-color: #EFEDEA;
}

/* ヘッダー共通 ここまで */
/* フッター共通 */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  padding: 8px 0 8px 20px;
  height: 80px;
  z-index: 200;
}
footer .left, footer .right, footer .bottom {
  position: absolute;
  width: 100%;
}
footer .left {
  top: 0;
  left: 0;
  width: 740px;
}
footer .right {
  top: 0;
  right: 0;
  width: 160px;
  text-align: right;
}
footer .bottom {
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  bottom: 10px;
}
footer .bottom img {
  vertical-align: middle;
  margin-right: 1em;
}
footer .footer-site-logo {
  background: url(../img/logotype.png) no-repeat 0 0;
  width: 340px;
  height: 56px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 11px;
  left: 17px;
}
footer .footer-link-menu {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 16px;
  left: 385px;
}
footer .footer-link-menu > li {
  display: inline-block;
  list-style: none;
}
footer .footer-link-menu > li > a {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 14px;
  padding: 3px 0 3px 10px;
}
footer .footer-link-menu > li > a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #008342;
}
footer .footer-link-menu > li > a:hover {
  text-decoration: underline;
}
footer .footer-admin-menu {
  display: block;
  padding: 12px 10px 0 0;
}
footer .footer-admin-menu > li {
  display: inline-block;
  list-style: none;
}
footer .footer-admin-menu > li > a {
  color: #8E8E8E;
  font-size: 10px;
  text-decoration: none;
  padding: 0 5px;
}
footer .footer-admin-menu > li > a > i {
  float: left;
  font-size: 16px;
}
footer .lang-buttons {
  margin-left: 10px;
  padding: 0;
}
footer .corporate-logo {
  width: 61px;
  height: 25px;
  background: transparent url(../img/riken-logotype.svg) no-repeat right top;
  display: inline-block;
  margin: 10px 11px 0 0;
}
footer .copyright {
  color: #999;
  font-size: 9px;
  margin: 0 0 0 1em;
}

body.category-download {
  padding-bottom: 90px;
}
body.category-download footer {
  box-shadow: 0 0 20px 15px white;
  height: 68px;
}
body.category-download footer .footer-site-logo {
  width: 220px;
  position: relative;
  top: 4px;
  left: 20px;
  background-image: url(../img/logotype2.png);
}
body.category-download footer .footer-admin-menu {
  position: absolute;
  right: 81px;
  top: 2px;
  width: 80px;
}

/* フッター共通 ここまで */
.top-tab-box .nav-tabs {
  border: none;
  display: inline-block;
}
.top-tab-box .nav-tabs > li > a {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: none;
  padding: 0 17px 0 11px;
}
.top-tab-box .nav-tabs > li > a:before {
  font-size: 16px;
}
.top-tab-box .nav-tabs > li.active > a {
  background-color: #FFF;
}

/* 右メニュー2カラム構成 */
/* メインコンテンツ部 */
.rm2c-main {
  padding-top: 20px;
  padding-left: 40px;
}
.rm2c-main .top-tab-box {
  height: 30px;
  margin-top: -57px;
  margin-bottom: 20px;
}

/* 右メニュー部 */
.rm2c-menu {
  background-color: #F8F8F8;
  padding: 13px 30px;
}
.rm2c-menu h3 {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: bold;
  margin: 14px 0;
}
.rm2c-menu ul li.category {
  list-style: none;
  font-size: 12px;
  margin-bottom: 15px;
  cursor: pointer;
}
.rm2c-menu ul li.category > span:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  margin-right: .4em;
}
.rm2c-menu ul li.category.opened > span:before {
  content: "";
}
.rm2c-menu ul li.category > ul {
  list-style: none;
  padding-left: 6px;
  padding-top: 8px;
}
.rm2c-menu ul li.category > ul > li {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 10px 3px 17px;
  border-radius: 20px;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.rm2c-menu ul li.category > ul > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #008342;
}
.rm2c-menu ul li.category > ul > li:hover {
  background-color: rgba(255, 246, 130, 0.5);
}
.rm2c-menu ul li.category > ul > li.selected {
  background-color: rgba(203, 229, 0, 0.5);
}
.rm2c-menu ul li.category > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.rm2c-menu ul li.category > ul > li > a:hover {
  text-decoration: underline;
}
.rm2c-menu .category-tree {
  padding-left: 0;
}

/* 右メニュー2カラム構成 ここまで */
/* 1カラム構成 */
.m1c-main {
  margin: 0 40px;
  padding: 20px 0;
}
.m1c-main .top-tab-box {
  height: 30px;
  margin-top: -47px;
  margin-bottom: 20px;
  margin-left: 68px;
}

/* 1カラム構成 ここまで */
.m1c-main2 .top-tab-box {
  height: 30px;
  margin-top: -27px;
  margin-left: 38px;
}

.m1c-main section h2, .m1c-main2 section h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0;
}
.m1c-main section p, .m1c-main2 section p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: .5em;
}
.m1c-main section + section, .m1c-main2 section + section {
  margin-top: 2em;
}

/* 個別ページ */
#login-form {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin: 15px 0 30px 0;
  padding: 30px 0 15px 0;
}

/* ダウンロードページ */
#download-table, .download-table {
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#download-table > thead > tr > th, .download-table > thead > tr > th {
  font-size: 12px;
  background-color: #EFEDEA;
  border-bottom: none;
  padding: 10px 20px;
}
#download-table > tbody > tr > td, .download-table > tbody > tr > td {
  border-top: 1px solid rgba(177, 178, 178, 0.3);
  padding: 5px 15px;
  vertical-align: middle;
}
#download-table > tbody > tr > td > img, .download-table > tbody > tr > td > img {
  width: 30px;
  height: 33px;
  vertical-align: middle;
  display: inline;
  margin-right: .4em;
}
#download-table > tbody > tr > td .file-info, .download-table > tbody > tr > td .file-info {
  display: inline-block;
  vertical-align: middle;
}
#download-table > tbody > tr:first-child > td, .download-table > tbody > tr:first-child > td {
  border-top: 1px solid #B1B2b2;
  border-bottom: 1px solid #B1B2b2;
  padding: 8px 15px;
}
#download-table > tbody > tr > td a.label, .download-table > tbody > tr > td a.label {
  margin-top: 2px;
}
#download-table > tbody > tr > td:not(:first-child) a, .download-table > tbody > tr > td:not(:first-child) a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
#download-table > tbody > tr > td .file-size, .download-table > tbody > tr > td .file-size {
  font-size: 10px;
  color: #999;
}
#download-table > tbody > tr > td:first-child, .download-table > tbody > tr > td:first-child {
  font-weight: bold;
}
#download-table > tbody > tr.whole td:first-child, .download-table > tbody > tr.whole td:first-child {
  padding-left: 42px !important;
}
#download-table > tbody > tr.whole td:first-child i, .download-table > tbody > tr.whole td:first-child i {
  font-size: 170%;
  margin-right: 0;
  margin-left: -32px;
  display: inline-block;
  width: 30px;
  position: relative;
  top: 7px;
}
#download-table > tbody > tr.related, .download-table > tbody > tr.related {
  background-color: rgba(203, 229, 0, 0.2);
}

[class=category-] .container-fluid {
  padding-bottom: 20px;
}

[class=category-] h4,
body.category-download .m1c-main h2 {
  font-size: 16px !important;
}

[class=category-] footer {
  box-shadow: none !important;
  bottom: auto !important;
}

[class=category-] footer .footer-site-logo {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background-size: contain;
  margin: 45px 0 0 10px;
  padding-left: 30px;
}

/* endpoint */
body.endpoint header#top-header {
  padding-top: 26px;
}
body.endpoint header#top-header > h1 {
  background-image: url(../img/endpoint-title.png);
  width: 416px;
  height: 71px;
}
body.endpoint .rm2c-main h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
body.endpoint .rm2c-main .row {
  margin-bottom: 20px;
}
body.endpoint .rm2c-main textarea {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
body.endpoint .rm2c-main .CodeMirror {
  border: solid 1px #8E8E8E;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 16px;
}
body.endpoint .rm2c-main .separator {
  border-bottom: solid 2px #b2c9c6;
  position: relative;
  margin-bottom: 30px;
}
body.endpoint .rm2c-main .separator:before {
  content: "";
  width: 24px;
  height: 24px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 2px #b2c9c6;
  border-bottom: solid 2px #b2c9c6;
  left: 50%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -11px;
  margin-left: -22px;
}
body.endpoint .rm2c-main #results table {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
}
body.endpoint .rm2c-main #results table th, body.endpoint .rm2c-main #results table td {
  padding: 0px 8px;
}
body.endpoint .rm2c-main #results table thead {
  background-color: #004D40;
  color: #fff;
}
body.endpoint .rm2c-main #results table tbody td {
  border-bottom: solid 1px #CCC;
}

/* 管理画面 */
body.manage .manage-header {
  margin: 0 -15px 10px;
  position: relative;
}
body.manage .manage-header h2 {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px 10px 39px;
}
body.manage .manage-header h2:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  font-size: 16px;
  margin-right: 0.2em;
  vertical-align: top;
}
body.manage .manage-header .logout {
  position: absolute;
  right: 30px;
  top: 9px;
}
body.manage .manage-header .logout:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  color: #008342;
  pointer-events: none;
}
body.manage .manage-header .logout input.btn {
  padding-left: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 12px 2px 26px;
}
body.manage .manage-header .label-box.label-box-class {
  background-color: #60BD33;
}
body.manage .manage-header .label-box a.label {
  line-height: 20px;
  margin-right: -6px;
  border-radius: 0;
}
body.manage .manage-header .label-box a.label:first-child {
  padding-left: 40px;
}
body.manage .manage-header .label-box a.label:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: 4px;
}
body.manage .manage-header .label-box a.label-project {
  background-color: #FFF682;
}
body.manage .manage-header .label-box a.label-project:before {
  content: "";
}
body.manage .manage-header .label-box a.label-database {
  background-color: #CBE500;
}
body.manage .manage-header .label-box a.label-database:before {
  content: "";
}
body.manage .manage-header .label-box a.label-class {
  background-color: #60BD33;
}
body.manage .manage-header .label-box a.label-class:before {
  content: "";
}
body.manage .manage-introduction {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
body.manage .manage-links {
  border-top: solid 1px #ddd;
  margin-top: 30px;
  padding-top: 18px;
  font-size: 14px;
  font-weight: bold;
}
body.manage .manage-links li {
  display: inline-block;
}
body.manage .manage-links li a {
  color: #000;
}
body.manage .manage-links li a:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  margin-left: 4px;
}
body.manage .manage-links li + li {
  margin-left: 30px;
}
body.manage .m1c-main {
  margin: 0 24px;
}
body.manage .rm2c-main h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.manage .add-group-button {
  position: relative;
  margin: 10px auto;
}
body.manage .add-group-button:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  position: absolute;
  color: #fff;
  top: 8px;
  left: 10px;
  pointer-events: none;
}
body.manage .add-group-button input {
  padding-left: 28px;
}
body.manage #class-manager {
  padding-bottom: 80px;
}
body.manage #class-manager-left-column {
  padding-right: 20px;
}
body.manage form.submit-button {
  border-top: solid 1px #eee;
  text-align: center;
  margin-top: 10px;
  padding: 20px 0 30px;
  position: fixed;
  bottom: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.9);
}
body.manage form.submit-button input[type="submit"] {
  width: 150px;
}

/* 個別ページ ここまで */
div.loading {
  width: 100%;
  padding: 200px 0px 200px;
  text-align: center;
  background: #f0f0f0;
}

.itemuri {
  display: none;
  font-family: "Courier New";
  font-size: 12px;
  font-weight: normal;
  white-space: normal;
  line-height: 12px;
  word-wrap: break-word;
}

table.statistical-information, table.statistical-download {
  border-bottom: solid 1px rgba(0, 77, 64, 0.5);
  margin-top: 30px;
  background-color: rgba(0, 77, 64, 0.075);
  width: 100%;
}
table.statistical-information caption, table.statistical-download caption {
  position: relative;
  font-weight: bolder;
  color: #004D40;
  top: -8px;
  font-size: 12px;
}
table.statistical-information th, table.statistical-information td, table.statistical-download th, table.statistical-download td {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px;
  vertical-align: top;
}
table.statistical-information thead, table.statistical-download thead {
  background-color: rgba(0, 77, 64, 0.5);
  color: #fff;
  font-weight: bolder;
}
table.statistical-information tbody th, table.statistical-information tbody td, table.statistical-download tbody th, table.statistical-download tbody td {
  border-top: solid 1px rgba(0, 77, 64, 0.25);
}
table.statistical-information tbody th, table.statistical-download tbody th {
  font-weight: bolder;
  color: #004D40;
}

table.statistical-information tbody tr > th:first-child {
  width: 200px;
}
table.statistical-information tbody td {
  text-align: right;
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

table.statistical-download tbody th, table.statistical-download tbody td {
  vertical-align: middle;
}
table.statistical-download tbody th a, table.statistical-download tbody td a {
  color: #004D40;
  text-decoration: underline;
}
table.statistical-download tbody th a:visited, table.statistical-download tbody td a:visited {
  color: rgba(0, 77, 64, 0.5);
}
table.statistical-download tbody td img {
  width: 24px;
  height: 31px;
  margin-right: 10px;
}
table.statistical-download tbody td .file-info {
  display: inline-block;
  font-weight: bold;
}
table.statistical-download tbody td .file-info .file-size {
  font-weight: normal;
  font-size: 10px;
  color: rgba(0, 77, 64, 0.5);
}

.alert {
  font-size: 14px;
}
.alert pre {
  background-color: transparent;
  color: inherit;
  margin: 10px 0;
  overflow: inherit;
}

code {
  font-family: 'Courier New';
}

/* フォントアイコン */
[class*=before-icon-]:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: .5em;
}

.before-icon-project:before,
.before-icon-database:before,
.before-icon-ontology:before,
.before-icon-class:before,
.before-icon-instance:before,
.before-icon-about:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.before-icon-project:before {
  content: "";
}

.before-icon-database:before {
  content: "";
}

.before-icon-ontology:before {
  content: "";
}

.before-icon-class:before {
  content: "";
}

.before-icon-instance:before {
  content: "";
}

.before-icon-about:before {
  content: "";
}

.before-icon-download:before {
  content: "";
}

.before-icon-balloon:before {
  content: "";
}

.before-icon-track:before {
  content: "";
  cursor: pointer;
}

.before-icon-owl:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  font-size: 18px;
  vertical-align: middle;
  padding: 0 5px;
  color: #004D40;
}

.before-icon-sparql:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  font-size: 18px;
  vertical-align: middle;
  padding: 0 5px;
}

/* フォントアイコン ここまで */
/* レスポンシブ */
@media (min-width: 768px) {
  .dl-horizontal dt {
    overflow: visible;
    white-space: normal;
  }
}
/* レスポンシブ ここまで */
/* 印刷用CSS */
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  body {
    width: auto;
  }

  header, footer {
    width: auto;
  }

  .table-header-setting, .contents-aside-menu {
    display: none;
  }

  body[class^=category-] > header {
    min-height: inherit;
  }

  .table-view-box > .table-responsive {
    border: none;
    box-shadow: none;
  }

  .table-view {
    border: 1px solid #CCC;
    table-layout: fixed;
    width: 100%;
    min-width: inherit;
  }
  .table-view > thead > tr > th, .table-view > tbody > tr > td {
    font-size: 8pt;
    line-height: 1.2;
  }
  .table-view > thead > tr > th a[class*=button-] {
    display: none;
  }
  .table-view > tbody > tr > td {
    vertical-align: top;
  }
  .table-view > tbody > tr > td ul {
    max-height: 7em;
  }

  .m1c-main {
    margin: 0;
  }

  footer {
    position: relative;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
