/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */

/*-------------------------------------*	HINT.css - A CSS tooltip library
\*-------------------------------------*/

/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */

/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */

[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }

[class*="hint--"]:before, [class*="hint--"]:after {
    position: absolute;
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    transition: 0.3s ease;
    transition-delay: 0ms; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    transition-delay: 100ms; }

[class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }

[class*="hint--"]:after {
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap; }

[class*="hint--"][aria-label]:after {
    content: attr(aria-label); }

[class*="hint--"][data-hint]:after {
    content: attr(data-hint); }

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */

/**
 * set default color for tooltip arrows
 */

.hint--top-left:before {
  border-top-color: #383838; }

.hint--top-right:before {
  border-top-color: #383838; }

.hint--top:before {
  border-top-color: #383838; }

.hint--bottom-left:before {
  border-bottom-color: #383838; }

.hint--bottom-right:before {
  border-bottom-color: #383838; }

.hint--bottom:before {
  border-bottom-color: #383838; }

.hint--left:before {
  border-left-color: #383838; }

.hint--right:before {
  border-right-color: #383838; }

/**
 * top tooltip
 */

.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px); }

.hint--top:after {
  transform: translateX(-50%); }

.hint--top:hover:before {
  transform: translateY(-8px); }

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px); }

/**
 * bottom tooltip
 */

.hint--bottom:before {
  margin-top: -11px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 6px); }

.hint--bottom:after {
  transform: translateX(-50%); }

.hint--bottom:hover:before {
  transform: translateY(8px); }

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px); }

/**
 * right tooltip
 */

.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:before {
  transform: translateX(8px); }

.hint--right:hover:after {
  transform: translateX(8px); }

/**
 * left tooltip
 */

.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before {
  transform: translateX(-8px); }

.hint--left:hover:after {
  transform: translateX(-8px); }

/**
 * top-left tooltip
 */

.hint--top-left:before {
  margin-bottom: -11px; }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  left: calc(50% - 6px); }

.hint--top-left:after {
  transform: translateX(-100%); }

.hint--top-left:after {
  margin-left: 12px; }

.hint--top-left:hover:before {
  transform: translateY(-8px); }

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px); }

/**
 * top-right tooltip
 */

.hint--top-right:before {
  margin-bottom: -11px; }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  left: calc(50% - 6px); }

.hint--top-right:after {
  transform: translateX(0); }

.hint--top-right:after {
  margin-left: -12px; }

.hint--top-right:hover:before {
  transform: translateY(-8px); }

.hint--top-right:hover:after {
  transform: translateY(-8px); }

/**
 * bottom-left tooltip
 */

.hint--bottom-left:before {
  margin-top: -11px; }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 12px; }

.hint--bottom-left:hover:before {
  transform: translateY(8px); }

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px); }

/**
 * bottom-right tooltip
 */

.hint--bottom-right:before {
  margin-top: -11px; }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -12px; }

.hint--bottom-right:hover:before {
  transform: translateY(8px); }

.hint--bottom-right:hover:after {
  transform: translateY(8px); }

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */

.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */

[class*="hint--"] {
  /**
	 * tooltip body
	 */ }

[class*="hint--"]:after {
    text-shadow: 0 -1px 0px black;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3); }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */

/**
 * Error
 */

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

/**
 * Warning
 */

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }

.hint--warning.hint--top-left:before {
  border-top-color: #c09854; }

.hint--warning.hint--top-right:before {
  border-top-color: #c09854; }

.hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-left-color: #c09854; }

.hint--warning.hint--right:before {
  border-right-color: #c09854; }

/**
 * Info
 */

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d; }

.hint--info.hint--top-left:before {
  border-top-color: #3986ac; }

.hint--info.hint--top-right:before {
  border-top-color: #3986ac; }

.hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-left-color: #3986ac; }

.hint--info.hint--right:before {
  border-right-color: #3986ac; }

/**
 * Success
 */

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }

.hint--success.hint--top-left:before {
  border-top-color: #458746; }

.hint--success.hint--top-right:before {
  border-top-color: #458746; }

.hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-left-color: #458746; }

.hint--success.hint--right:before {
  border-right-color: #458746; }

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:before {
  transform: translateY(-8px); }

.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px); }

.hint--always.hint--top-left:before {
  transform: translateY(-8px); }

.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px); }

.hint--always.hint--top-right:before {
  transform: translateY(-8px); }

.hint--always.hint--top-right:after {
  transform: translateY(-8px); }

.hint--always.hint--bottom:before {
  transform: translateY(8px); }

.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px); }

.hint--always.hint--bottom-left:before {
  transform: translateY(8px); }

.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px); }

.hint--always.hint--bottom-right:before {
  transform: translateY(8px); }

.hint--always.hint--bottom-right:after {
  transform: translateY(8px); }

.hint--always.hint--left:before {
  transform: translateX(-8px); }

.hint--always.hint--left:after {
  transform: translateX(-8px); }

.hint--always.hint--right:before {
  transform: translateX(8px); }

.hint--always.hint--right:after {
  transform: translateX(8px); }

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */

.hint--rounded:after {
  border-radius: 4px; }

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */

.hint--no-animate:before, .hint--no-animate:after {
  transition-duration: 0ms; }

.hint--bounce:before, .hint--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
    box-sizing: border-box; }

.pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

* {
  margin: 0;
  padding: 0;
}

.clearfix,
div {
  zoom: 1;
}

.clearfix:after, div:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.offfix:after {
  content: "";
  display: none;
}

a,
a:link,
a:visited {
  color: #105cb6;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #07a5df;
  cursor: pointer;
  text-decoration: underline;
}

a:hover .profile_updates {
  background-color: #f99;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

a.none,
a.none:hover {
  text-decoration: none;
}

a.white,
a.white:link,
a.white:visited,
a.white:hover,
span.white,
span.white a,
span.white a:link,
span.white a:visited,
span.white a:hover {
  color: #fff;
}

span.black,
a.black,
a.black:link,
a.black:visited,
a.black:hover {
  color: #333;
}

span.orange,
a.orange,
a.orange:link,
a.orange:visited {
  color: #ff8838;
}

a.orange:hover {
  color: #ffa351;
}

span.gray,
a.gray,
a.gray:link,
a.gray:visited {
  color: #666;
  text-decoration: none;
}

a.gray:hover {
  color: #ffa351;
  text-decoration: none;
}

ul li {
  list-style-type: none;
  list-style-position: outside;
}

table{
  border-collapse: collapse;
}

table td {
  padding: 2px;
}

.f13 {
  font-size: 100%;
  font-weight: bold;
}

.f15 {
  font-size: 116%;
  font-weight: bold;
}

.f17 {
  font-size: 129%;
  font-weight: bold;
}

.f19 {
  font-size: 146.5%;
  font-weight: bold;
}

.f20 {
  font-size: 152%;
  font-weight: bold;
}

.c01 {
  color: #e22;
}

.c02 {
  color: #e0e;
}

.c03 {
  color: #00d;
}

.c04 {
  color: #0cf;
}

.c05 {
  color: #0d0;
}

.c06 {
  color: #f80;
}

.c07 {
  color: #800;
}

.c08 {
  color: #808;
}

.c09 {
  color: #008;
}

.c10 {
  color: #088;
}

.c11 {
  color: #080;
}

.c12 {
  color: #880;
}

.c13 {
  color: #ccc;
}

.c14 {
  color: #999;
}

.c15 {
  color: #555;
}

.c16 {
  color: #000;
}

.c17 {
  color: #0dd;
}

.c18 {
  color: #ffd400;
}

.c19 {
  color: #ec008c;
}

.c20 {
  color: #88f;
}

.s83 {
  font-size: 83%;
}

.red {
  color: #f00;
}

a img {
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

.img_link:hover {
  background-color: transparent;
}

.fa_btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  text-align: center;
}

.fa_btn .fa {
  font-size: 1.2em;
  padding: 1px;
  margin: 0;
}

.fa-twitter {
  color: #00adee;
}

.btn {
  display: inline-block;
  background-color: #f1f1f1;
  background-image: linear-gradient(#f5f5f5,#f1f1f1);
  padding: 4px 14px;
  color: #444;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  font-weight: bold;
}

.btn:link,
  	.btn:visited,
  	.btn:focus {
  color: #444;
  text-decoration: none;
}

.btn:hover {
  color: #333;
  text-decoration: none;
  background-image: linear-gradient(#f8f8f8,#f8f8f8);
}

.btn.primary,
    .btn.active,
    .btn.facebook_btn,
    .btn.twitter_btn,
    .btn.fav_btn,
    .btn.create,
    .btn.header_btn {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  color: #fff;
}

.btn.primary,
    .btn.active {
  background-color: #5bc0de;
  background-image: linear-gradient(#5bc0de, #46b8da);
  border-color: #46b8da;
}

.btn.primary:hover, .btn.active:hover {
  background-image: linear-gradient(#70c8e2, #70c8e2);
}

.btn.expand {
  background-color: #fff;
  background-image: none;
}

.btn.expand:hover {
  background-color: #f8f8f8;
}

.btn.facebook_btn span, .btn.twitter_btn span {
  margin-left: 5px;
}

.btn.facebook_btn i, .btn.twitter_btn i {
  font-size: 124%;
}

.btn.facebook_btn {
  background-color: #4765b8;
  background-image: linear-gradient(#526ebc, #4765b8);
}

.btn.facebook_btn:hover {
  background-image: linear-gradient(#6b83c6, #6b83c6);
}

.btn.twitter_btn {
  background-color: #00c6fc;
  background-image: linear-gradient(#0dcbff , #00c6fc);
}

.btn.twitter_btn i {
  color: #fff;
}

.btn.twitter_btn:hover {
  background-image: linear-gradient(#32d1fc, #32d1fc);
}

.btn.fav_btn {
  background-color: #ffd300;
  background-image: linear-gradient(#ffd719 , #ffd300);
}

.btn.fav_btn:hover {
  background-image: linear-gradient(#ffdb32, #ffdb32);
}

.btn.fav_btn.faved {
  background-color: #dddddd;
  background-image: linear-gradient(#e2e2e2 , #dddddd);
}

.btn.create {
  background-color: #ff8838;
  background-image: linear-gradient(#ff934b, #ff8838);
}

.btn.create:hover {
  background-image: linear-gradient(#ff9f5f, #ff9f5f);
}

.btn.create i {
  margin-right: 3px;
  font-size: 15px;
}

.btn:disabled,
    .btn.disabled,
    .btn[disabled] {
  background-color: #ddd;
  background-image: linear-gradient(#e2e2e2 , #dddddd);
  color: #999;
  cursor: default;
}

.btn:disabled:hover, .btn.disabled:hover, .btn[disabled]:hover {
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
}

.flbtn,
.flbtn:visited,
.flbtn:link,
.flbtn:hover{
  display: inline-block;
	background-color: #ff8838;
	padding: 6px 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  color: #fff;
	font-size: 15px;
	line-height: 20px;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
	font-weight: bold;
  box-shadow: 0 4px 0 #D8732F;
}

.icon_20 {
  border: 0 solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  padding: 0;
}

.icon_24 {
  border: 0 solid transparent;
  border-radius: 3px;
  padding: 0;
  width: 24px;
  height: 24px;
}

.icon_30 {
  border: 0 solid transparent;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 0;
}

.icon_48 {
  border: 0 solid transparent;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  padding: 0;
}

.icon_73 {
  border: 0 solid transparent;
  width: 73px;
  height: 73px;
  border-radius: 6px;
  padding: 0;
}

.rad3 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -opera-border-radius: 3px;
}

.rad5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
}

.rad7 {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -opera-border-radius: 7px;
}

.rad10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
}

.rad_btn {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f1f2f4;
  padding: 3px 5px;
  font-size: 83%;
  text-shadow: 0 1px 0 #fff;
  line-height: 13px;
  vertical-align: middle;
}

.rad_btn.lock_btn,
    .rad_btn.unlisted_btn,
    .rad_btn.pr_btn,
    .rad_btn.topic_btn,
    .rad_btn.free_btn {
  padding: 2px 4px;
  border-color: transparent;
  text-shadow: 0 1px 0 #666;
  color: #fff;
}

.rad_btn.lock_btn i, .rad_btn.unlisted_btn i, .rad_btn.pr_btn i, .rad_btn.topic_btn i, .rad_btn.free_btn i {
  padding-right: 3px;
}

.rad_btn.lock_btn {
  background-color: #9f9f9f;
}

.rad_btn.unlisted_btn {
  background-color: #fa8ca6;
}

.rad_btn.free_btn {
  color: #fff;
  background-color: #ff8838;
}

.rad_btn.free_btn:hover {
  background-color: #ff6a05;
}

.rad_btn.pr_btn {
  background-color: #FFAAAA;
}

.rad_btn.topic_btn {
  background-color: #fbcf29;
}

.rad_btn.tag_type_0 {}

.rad_btn.tag_type_1 {
  border: 1px solid #ccc;
}

.rad_btn.tag_type_2 {
  background-color: #f4e1ea;
  border-color: #eed2e0;
}

a.rad_btn {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

a.rad_btn:hover {
  background-color: #fff;
}

a.timestamp,
span.timestamp {
  font-size: 83%;
  color: #999;
  text-decoration: none;
}

a.timestamp:hover {
  color: #ff8838;
}

.point {
  background: #f88;
  color: #fff;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 83%;
  font-weight: bold;
  padding: 0 1px;
  display: inline-block;
}

.category_label {
  display: block;
  padding: 2px;
  font-size: 83%;
  background: #000;
  color: #fff;
  line-height: 1em;
  opacity: 0.8;
}

.alert {
  padding: 8px 14px;
  margin: 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #c09853;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.icon_edit,
.icon_delete {
  float: right;
  font-size: 1.1em;
  margin-left: 2px;
  color: #999;
}

.overlay-scrollbar .icon_delete {
  margin-right: 17px;
}

.icon_edit:hover,
.icon_delete:hover {
  color: #FF8838;
}

.icon_edit i {
  line-height: 13px;
}

.list_description_box {
  font-size: 92%;
  line-height: 1.5em;
  white-space: pre-wrap;
  background-color: #F8F8F8;
  color: #666;
  padding: 5px;
  margin-bottom: 10px;
}

.moreable_box .more_btn {
  display: inline-block;
}

.moreable_box span {
  display: none;
}

.state_label_box {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  overflow: hidden;
}

.state_label_box .state_label {
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  right: -25px;
  bottom: -25px;
  background-color: #FF001F;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  box-shadow: 0 -3px 1px -2px rgba(0, 0, 0, .2);
  vertical-align: top;
}

.state_label_box .state_label span {
  width: 50px;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block;
  color: white;
}

.state_label_box .state_label.pr {
  background-color: #dddddd;
}

.state_label_box .state_label.pr span {
  color: #4a4a4a;
}

body {
  margin: 0;
  padding: 0;
  font: 13px Verdana,arial,helvetica,clean,sans-serif;
  background-color: #fbfbfb;
  word-wrap: break-word;
  word-wrap: break-word;
}

body > #env {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

body > #env > span {
  background-color: rgba(255, 225, 225, .8);
  padding: 2px 5px;
  color: red;
  font-size: 100%;
}

form input,
  form textarea,
  form select {
  word-wrap: normal;
  word-wrap: normal;
}

h6, h5, h4, h3, h2, h1{
  font-size: 100%;
  margin: 0;
  padding: 0;
}

strong, h6, h5, h4, h3, h2, h1, th{
  font-weight: bold;
}

h1{
  font-size:138.5%
}

h2{
  font-size:123.1%
}

h3{
  font-size:108%
}

button, input, select, textarea{
  font-size: 11px;
}

.txc {
  text-align: center;
}

.cssblk {
  display: block;
  text-indent: -2000em;
  outline: 0;
  z-index: 1000;
  background: url("/img/images.png") no-repeat;
}

.cssline {
  display: inline-block;
  text-indent: -2000em;
  outline: 0;
  z-index: 1;
  background: url("/img/images.png") no-repeat;
}

.icons {
  background: url("/img/icons.png") 0 0 no-repeat;
}

.icon {
  background: url("/img/icons.png") 0 0 no-repeat;
  padding-left: 18px;
}

.icon_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: -2000em;
  outline: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url("/img/icons.png") no-repeat;
}

.mini_btn {
  padding: 2px 10px;
  line-height: 14px;
  font-size: 83%;
  font-weight: normal;
}

.btn_centered {
  text-align: center;
}

.list_btn_box {
  margin: 30px 0;
}

.comment_btn {
  width: 270px;
  padding: 4px 14px;
}

.create_btn {
  width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.icon_lock {
  background-position: 3px -1439px;
}

.icon_share {
  vertical-align: middle;
  background-position: 0 -300px;
}

.cssline.icon_new {
  width: 25px;
  height: 8px;
  background-position: -80px -80px;
}

.cssline.icon_up {
  width: 20px;
  height: 8px;
  background-position: -80px -100px;
}

.icon_count {
  background-position: 0 -1420px;
  color: #666;
}

.icon_addfav {
  background-position: 0 -400px;
}

.icon_addfav:hover,
.icon_addfav.select {
  background-position: 0 -420px;
}

.icon_embed {
  background-position: 0 -480px;
}

.icon_amazon {
  background-position: 0 -60px;
}

.icon_option {
  background-position: 2px -98px;
}

.icon_rss {
  background-position: 0 -340px;
}

.icon_home {
  background-position: 0 -360px;
}

.icon_digg {
  background-position: 0 -900px;
}

.icon_delicious {
  background-position: 0 -940px;
}

.icon_stumbleupon {
  background-position: 0 -860px;
}

.icon_reddit {
  background-position: 0 -880px;
}

.icon_youtube {
  background-position: 0 -1040px;
}

.icon_instagram {
  background-position: 0 -960px;
}

.icon_flickr {
  background-position: 0 -980px;
}

.icon_amazon_2 {
  background-position: 0 -1000px;
}

.icon_twitpic {
  background-position: 0 -1080px;
}

.icon_yfrog {
  background-position: 0 -1060px;
}

.icon_plixi {
  background-position: 0 -1120px;
}

.icon_twitgoo {
  background-position: 0 -1140px;
}

.icon_imgly {
  background-position: 0 -1100px;
}

.icon_mobypicture {
  background-position: 0 -1160px;
}

.icon_hatena {
  background-position: 0 -840px;
  vertical-align: middle;
}

.icon_protect i {
  color: #edba38;
}

.icon_good {
  background-position: 0 -1720px;
}

.icon_good:hover {
  background-position: 0 -1700px;
}

.icon_bad {
  background-position: 0 -1760px;
}

.icon_bad:hover {
  background-position: 0 -1740px;
}

.icon_list {
  width: 18px;
  height: 18px;
  background-position: 0 -1840px;
}

.icon_list:hover {
  background-position: 0 -1860px;
}

.icon_create {
  background-position: 0 -2070px;
}

.icon_master,
.icon_official {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #3083ce;
  color: #fff;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -opera-border-radius: 16px;
  text-align: center;
  line-height: 13px;
  border: 1px solid #fff;
}

.icon_master i,
.icon_official i {
  color: #fff;
  font-size: 11px;
}

.icon_question {
  width: 16px;
  height: 16px;
  background-position: 0 -2130px;
}

.icon_pencil {
  width: 16px;
  height: 16px;
  background-position: 0 -2150px;
}

.geofont {
  font-family: georgia,"times new roman",times,serif;
}

#document {
  margin: 0;
  position: relative;
}

#header {
  background-color: #7fc6bc;
}

#header > div.inner {
  width: 1070px;
  margin: 0 auto;
}

#header #toptitle {
  float: left;
  width: 190px;
  margin: 5px 10px 5px 0;
}

#header #toptitle a {
  height: 50px;
  width: 190px;
  background-position: 0 0;
}

.settings_box {
  float: left;
  width: 300px;
}

.settings_box #header > div.inner {
  width: auto;
  margin: 0 auto;
}

.settings_box #actions {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.settings_box #actions .announce {
  display: none;
}

.settings_box #actions.addList {
  padding: 10px 0 3px 0;
}

.settings_box #actions.addList .announce {
  display: inline-block;
  margin-top: 3px;
  font-size: 83%;
  color: red;
}

#fixed_header {
  position: relative;
  height: 38px;
}

#fixed_header > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#fixed_header > div.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.contents {
  clear: both;
  width: 1070px;
  margin: 10px auto;
}

.contents .left {
  float: left;
  width: 740px;
}

.contents .side_category {
  float: left;
  width: 149px;
}

.contents .contents_main {
  float: left;
  width: 738px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  min-height: 1000px;
}

.contents .contents_main .side_box {
  margin: 10px;
}

.contents .contents_main .alert-info, .contents .contents_main .alert-error {
  margin: 8px;
}

.contents .right {
  float: left;
  width: 320px;
  padding: 0 0 0 10px;
}

.contents .right .ad_rectangle {
  margin-left: 10px;
}

.hasEvent .contents_main {
  border-radius: 0 0 5px 5px;
  border-top: none;
}

.contents_edit_main {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  padding: 5px 0;
  background: #fff;
}

.ad_big_rectangle {
  padding: 5px;
  background-color: #fbefef;
}

.ad_big_side {
  padding: 5px;
  background-color: #fbefef;
}

.ad_topics_custom {
  width: 505px;
  margin: 10px auto 0;
}

.ad_topics_custom > div {
  height: 280px;
}

.ad_list_top {
  width: 728px;
  margin: 10px auto 0;
  text-align: right;
}

.ad_list_top > div {
  height: 90px;
}

.ad_list_top.footer {
  margin-bottom: 10px;
}

.ad_list_top a {
  font-size: 74%;
  color: #ccc;
  margin-top: 2px;
}

#navi_header {
  width: 100%;
  margin: 10px 0;
}

#navi_header ul {
  margin-left: 5px;
}

#navi_header ul li {
  float: left;
  padding: 0 3px;
}

#navi_header ul#navi_header_right {
  float: right;
}

.editor #header {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

.editor #header #toptitle {
  float: left;
  width: 125px;
  margin: 0 0 0 5px;
}

.editor #header #toptitle a {
  height: 30px;
  width: 125px;
  background-position: 0 -50px;
}

.editor #subheader {
  margin: 0;
  padding: 0;
}

.editor #subheader > li {
  padding: 5px;
}

.editor .contents {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd;
}

.editor #settings {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 300px;
}

.editor .post_box {
  margin: 5px;
  width: 275px;
}

.editor textarea.title_input {
  height: 50px;
}

#header h1 a:hover,
#header h1 a:focus {
  cursor: pointer;
}

.header_social_box {
  float: left;
  margin: 8px 0 0;
  color: #fff;
}

#subheader {
  background-color: #fff;
  margin: 10px 0 0;
  padding: 0 0.7em;
  white-space: nowrap;
  float: right;
}

#subheader.temp {
  background-color: #fdd;
}

#subheader > li {
  float: left;
  padding: 10px 6px;
}

#subheader > li > a {
  line-height: 18px;
}

#subheader .subheader_img img {
  width: 18px;
  height: 18px;
}

.profile_updates {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0 3px;
  background-color: #e00;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -opera-border-radius: 3px;
  color: #fff;
  font-size: 70%;
  text-decoration: none;
}

.header_navigator {
  width: 100%;
  background-color: #68bbb0;
  border-top: 1px solid #5fa097;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
}

.header_navigator .inner {
  position: relative;
  width: 1070px;
  margin: 0 auto;
}

.header_navigator .inner_left {
  float: left;
}

.header_navigator .inner_left > ul {
  margin: 5px 0;
  float: left;
}

.header_navigator .inner_left > ul > li {
  float: left;
  padding: 3px 10px;
}

.header_navigator .inner_left > ul > li > a {
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 1.5em;
  padding: 3px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 15px;
}

.header_navigator .inner_left > ul > li > span {
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 90%;
  line-height: 1.5em;
  padding: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  line-height: 15px;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #eee;
  width: 75px;
}

.header_navigator .inner_left > ul > li.select > a {
  background-color: #7fc6bc;
}

.header_navigator .inner_left > ul.header_crumb > li {
  padding: 3px 0;
}

.header_navigator .inner_left > ul.header_crumb > li i {
  margin-right: 5px;
}

.header_navigator .inner_left > ul.header_crumb > li:first-child {
  padding: 3px 5px;
}

.header_navigator .inner_left > ul.header_link > li.push_links {
  max-width: 220px;
  overflow: hidden;
}

.header_navigator .inner_left > ul.header_link > li.push_links > a > .crumb_prefix {
  font-size: 83%;
  padding: 2px 4px;
  background-color: #f33;
  border-radius: 100px;
  margin-right: 3px;
  vertical-align: middle;
}

.header_navigator .inner_right {
  float: right;
}

.header_navigator .inner_right > ul > li {
  display: inline-block;
}

.header_navigator .btn {
  margin-top: 5px;
  border-color: #5fa097;
}

.header_navigator .btn.help {
  position: relative;
  background-color: #fff;
  background-image: none;
  padding: 4px 7px;
}

.header_navigator .btn.help u {
  border-image: none;
  border: 6px solid transparent;
  border-right: 6px solid #5fa097;
  border-left: 0 none transparent;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 0;
}

.header_navigator .btn.help u.inner {
  border-right-color: #fff;
  margin-left: -5px;
}

.header_navigator .btn.help i {
  margin-right: 3px;
  font-size: 15px;
}

.inner_hide {
  display: none;
  position: absolute;
  top: 50px;
  left: -30px;
}

.header_navigator .inner_left > ul > li.virtual > a,
.header_navigator .inner_left > ul > li > a:hover {}

.topic_path {
  float: left;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

#act_navigator {
  width: 25px;
  position: absolute;
  left: 950px;
}

#act_navigator li {
  margin: 10px 0;
}

.act_create {
  background-position: -248px 8px;
  width: 25px;
  height: 105px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: #fff;
}

.act_follow {
  width: 25px;
  height: 85px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: #fff;
  background-position: -278px 8px;
}

.title_box {
  border-bottom: 2px solid #7fc6bc;
  margin: 10px;
  text-align: left;
}

.title_box h2 {
  float: left;
  font-weight: normal;
  color: #4e463f;
  margin: 5px;
}

.title_box .title_box_right {
  float: right;
  margin: 5px 0;
}

.title_box.mtm_title_box h2 {
  font-weight: bold;
  font-size: 175%;
}

.title_simple_box {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 5px 0;
}

.title_simple_box h2 {
  font-weight: bold;
  font-size: 100%;
  color: #333;
}

.title_simple_box h2 a {
  color: #333;
}

.title_simple_box h3 {
  font-weight: bold;
  font-size: 83%;
  color: #666;
}

.title_simple_box h3 a {
  color: #666;
}

.title_tag_box {
  margin: 10px 10px 0;
}

.title_tag_box.border {
  border-bottom: 1px solid #000;
}

.title_tag_box h1 {
  font-weight: normal;
  font-size: 100%;
}

.title_tag_box h1 a {
  color: #000;
  text-decoration: none;
}

.title_tag_box h1 a span {
  font-size: 180%;
  font-weight: bold;
  padding: 0 5px;
}

.title_tag_box h1 a:hover {
  color: #ff8838;
}

.title_tag_box p.ruby,.title_tag_box p.desc {
  margin-left: 3px;
  font-weight: normal;
  font-size: 92%;
  color: #000;
  line-height: 1.5em;
}

.title_tag_box p.ruby {
  margin-top: 3px;
  font-size: 83%;
  color: #666;
}

.title_tag_box .related {
  margin: 2px 0 5px 3px;
}

.title_tag_box .related > span {
  display: inline-block;
  padding: 3px 0;
  font-size: 83%;
  line-height: 13px;
  vertical-align: middle;
}

.title_tag_box .related > * {
  margin-top: 3px;
}

.title_tag_box .title_box_right {
  float: right;
  margin-bottom: 5px;
}

.title_tag_box .title_box_right form {
  display: inline;
}

.title_tag_box .title_tag_button {
  float: right;
  margin: 7px 0 0;
}

.title_category_box {
  margin: 10px 10px 0;
  border-bottom: 1px solid #000;
}

.title_category_box > div {
  float: left;
  width: 100%;
}

.title_category_box > div > div {
  float: right;
  margin: 5px 0;
}

.title_category_box .category_line_header {
  margin: 0 0 10px;
}

.head_title h1 {
  font-size: 180%;
  line-height: 1.3em;
  text-wrap: normal;
}

.head_title h1 a {
  color: #000;
  text-decoration: none;
}

.head_title h1 a:hover {
  color: #ff8838;
}

.head_title p {
  font-size: 83%;
  font-weight: normal;
  margin: 5px;
}

.head_title p a {
  font-weight: bold;
  font-size: 1.2em;
}

.head_title.title_recent_topic {
  margin: 10px 10px 0;
  border-bottom: 1px solid #000;
}

.action_top .title_category_box {
  border-bottom: 0 solid transparent;
}

.info_box {
  margin: 10px 10px 0;
  position: relative;
}

.info_box .info_thumb {
  float: right;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 3px;
}

.info_box .info_thumb img {
  max-height: 100px;
  max-width: 100px;
}

.info_box .info_date {
  font-size: 85%;
  color: #aaa;
}

.info_box h1 {
  font-weight: bold;
  font-size: 200%;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.info_box .info_infomation {
  float: right;
  height: 24px;
}

.info_box .info_tags {
  margin: 0 0 5px;
}

.info_box h1 a.info_title {
  color: #333;
  text-decoration: none;
}

.info_box h1 a.info_title:hover {
  color: #ff8838;
}

.info_head {
  margin-bottom: 5px;
}

.info_head .info_head_right {
  float: right;
}

.info_head .info_head_left .rad_btn {
  margin-left: 5px;
  float: left;
}

.info_status {
  margin: 10px 0 3px;
  line-height: 24px;
}

.info_status .user_icon {
  margin-right: 0;
  line-height: 24px;
}

.info_status .user_icon img {
  border: 0 solid transparent;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin-right: 2px;
  padding: 0;
}

.info_status .icon_view i {
  color: #64afa4;
  font-size: 16px;
  width: 16px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.info_status .icon_comment i {
  color: #64afa4;
  font-size: 16px;
  width: 16px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  margin-right: 2px;
}

.info_status .info_list {
  float: left;
}

.info_status .action_list {
  float: right;
  vertical-align: middle;
}

.info_status .action_list iframe {
  vertical-align: middle;
  display: inline-block;
  line-height: 21px;
  height: 24px;
}

.info_status li {
  display: inline;
}

.info_status .icon_comment,
.info_status .icon_view {
  line-height: 24px;
  margin-left: 0;
  color: #999;
}

.info_status .icon_comment span,
.info_status .icon_view span {
  color: #666;
  font-weight: bold;
}

.info_action {
  float: right;
}

.info_action li {
  display: inline;
}

a.lite_share,
span.lite_share {
  color: #fff;
  display: inline-block;
  outline: medium none;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  -opera-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px;
}

a.lite_share a, span.lite_share a {
  color: #fff;
}

a.lite_share i, span.lite_share i {
  vertical-align: bottom;
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
}

a.lite_share i.hatebu, span.lite_share i.hatebu {
  display: inline-block;
  background-size: 80px 120px;
  background-position: 0 -32px;
  width: 16px;
  height: 17px;
}

a.lite_share span, span.lite_share span {
  display: inline;
  text-align: center;
  -opera-border-radius: 4px;
  border-radius: 4px;
  padding: 0 4px;
  line-height: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, .3);
}

a.lite_share.facebook, span.lite_share.facebook {
  background-color: #385185;
}

a.lite_share.twitter, span.lite_share.twitter {
  background-color: #39a0cd;
}

a.lite_share.twitter i, span.lite_share.twitter i {
  color: #fff;
}

a.lite_share.hatebu, span.lite_share.hatebu {
  background-color: #2e5e9e;
}

.icon_new,
.icon_up {
  vertical-align: middle;
}

.icon_image {
  float: left;
  margin: 0 4px 4px 0;
}

.anchor_box {
  text-align: right;
  margin: 3px;
}

.comment_box {
  margin: 0 10px 20px;
}

.comment_box ul li {
  position: relative;
}

.comment_box .popup_comment {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #ccc;
}

.comment_box .comment {
  background-color: #f6fafa;
  border: 1px solid #ccc;
  padding: 5px;
}

.comment_box .highlight {
  background-color: #fffbcc;
}

.comment_box .alert-info {
  text-align: center;
  margin: 20px;
}

.comment_box .alert-info p {
  margin: 15px 0;
  font-size: 118%;
  font-weight: bold;
}

.comment_box .alert-info .btn {
  margin: 0 0 15px;
}

.history_box .button_box {
  float: right;
}

.post_box {
  margin: 10px;
  width: 390px;
}

.post_box.alert_box {
  width: auto;
  min-width: 250px;
}

.post_box.insert_link_box {
  width: 300px;
}

.post_box img.twitter_icon {
  height: 24px;
  width: 24px;
}

.post_box .history_date {
  color: #999;
  font-size: 85%;
}

.post_box h2 {
  font-weight: normal;
  font-size: 100%;
}

.post_box ul li {
  margin: 10px 0;
}

.post_box h5 {
  border-left: 5px solid #000;
  margin: 0 0 3px;
  padding-left: 7px;
}

.post_box h5 span {
  font-weight: normal;
  font-size: 92%;
}

.post_box h6 {
  display: inline-block;
  margin-top: 3px;
  font-weight: normal;
  font-size: 83%;
  color: #f99;
}

.post_box label {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.post_box textarea.image_desc_input {
  height: 50px;
}

.post_box table {
  width: 100%;
}

.post_box table tr {
  border-top: 1px solid #ddd;
}

.post_box table tr:first-child {
  border-top: 0 solid transparent;
}

.post_box th {
  background-color: #ddd;
}

.post_box td.alr {
  text-align: right;
}

.richtext_box .alert {
  margin: 10px 0;
}

.list_box {
  padding: 5px 0;
}

.list_box .del_box {
  text-align: center;
  font-size: 85%;
  padding: 10px;
}

.list_box .list_thumb {
  position: relative;
  float: right;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 3px;
  margin: 0 0 0 5px;
}

.list_box .list_thumb img {
  max-height: 200px;
  max-width: 200px;
}

.list_box .list_thumb span {
  display: block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  color: #fff;
  background-color: #000;
  font-size: 83%;
  padding: 2px;
}

.list_box .list_photo {
  float: left;
  margin-top: 3px;
  position: relative;
}

.list_box .list_photo img {
  max-width: 450px;
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.list_box .list_photo span {
  position: absolute;
  display: none;
  right: 5px;
  bottom: 5px;
  font-size: 74%;
  color: #666;
  background-color: #fff;
  opacity: 0;
  padding: 2px 4px;
  border-radius: 5px;
  cursor: pointer;
}

.list_box .list_photo.onload span {
  display: inline-block;
  opacity: 0.3;
}

.list_box .list_photo.onload:hover span {
  opacity: 0.6;
}

.list_box .del_box a,
.list_box .del_box a:link,
.list_box .del_box a:visited,
.list_box .del_box a:hover {
  color: #ccc;
}

.list_tweet_box {
  position: relative;
  padding-left: 53px;
  min-height: 50px;
}

.list_tweet_box .user_link {
  text-decoration: none;
  font-size: 83%;
  vertical-align: top;
}

.list_tweet_box .user_link a {
  text-decoration: none;
  vertical-align: baseline;
  vertical-align: initial;
}

.list_tweet_box .user_link img {
  position: absolute;
  top: 5px;
  left: 0;
}

.list_tweet_box .user_link img.emoji {
  position: static;
}

.list_tweet_box .user_link strong {
  color: #999;
}

.list_tweet_box .user_link .status_name {
  color: #999;
}

.list_tweet_box .user_link:hover strong {
  color: #ff8838;
}

.list_tweet_box .timestamp {
  float: right;
}

.list_tweet_box .tweet_wrap {
  border: 1px solid #e8e8e8;
  padding: 5px;
}

.list_tweet_box .tweet {
  font-size: 108%;
  line-height: 1.4em;
  margin-bottom: 0;
  white-space: pre-wrap;
}

.list_tweet_box .tweet .f15 {
  line-height: 1.2em;
  font-size: 107%;
}

.list_tweet_box .tweet .f17 {
  line-height: 1.2em;
  font-size: 119%;
}

.list_tweet_box .tweet .f20 {
  line-height: 1.2em;
  font-size: 140%;
}

.list_tweet_box .tweet_action_link {
  padding: 0 8px;
}

.list_tweet_box .comment .tweet {
  white-space: normal;
}

.list_tweet_box .desc {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  margin: 3px 0;
  padding: 3px;
}

.list_tweet_box .desc i {
  vertical-align: middle;
  margin-right: 3px;
}

.list_tweet_box .status_left {
  display: none;
}

.list_tweet_box:hover .status_left{
  display: block;
}

.deco_item .list_tweet_box .status_left {
  display: block;
}

.action_item {
  background-color: #fff;
  border-bottom: 1px dotted #999;
}

.action_item .list_box {
  padding: 5px;
}

.action_item .list_tweet_box:hover {
  background-color: transparent;
}

.action_item .list_thumb img {
  max-height: 100px;
  max-width: 100px;
}

.action_item h3 {
  margin-bottom: 5px;
}

.action_item h3 a {
  color: #666;
}

.action_item .status > div > a,
    .action_item .status > div > span {
  color: #999;
}

.status {
  font-size: 92%;
  margin-top: 5px;
  height: 16px;
}

.status > div > a,
    .status > div > span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #ccc;
  text-decoration: none;
}

.status > div > a i, .status > div > span i {
  font-size: 1.1em;
  margin-right: 2px;
}

.status > div > a.orange,
      .status > div > a:hover,
      .status > div > a:hover .fa-twitter,
      .status > div > span.orange,
      .status > div > span:hover,
      .status > div > span:hover .fa-twitter {
  color: #ff8838;
}

.status > div > a.reply_link,
      .status > div > a.fav_link,
      .status > div > span.reply_link,
      .status > div > span.fav_link {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 4px;
  background-color: #fff;
}

.status > div > a.reply_link i,.status > div > a.reply_link span,.status > div > a.fav_link i,.status > div > a.fav_link span,.status > div > span.reply_link i,.status > div > span.reply_link span,.status > div > span.fav_link i,.status > div > span.fav_link span {
  vertical-align: middle;
}

.status > div > a.reply_link:hover, .status > div > a.fav_link:hover, .status > div > span.reply_link:hover, .status > div > span.fav_link:hover {
  border: 1px solid #ff8838;
}

.status .status_right {
  float: right;
}

.deco_button_box {
  text-align: center;
  margin: 10px;
}

input {
  vertical-align: middle;
}

label {
  cursor: pointer;
}

label input {
  margin: 5px 4px;
}

.desc_input {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  color: #999;
  font-size: 100%;
  font-weight: normal;
  padding: 4px;
  margin: 0;
  line-height: 18px;
  width: 100%;
  box-sizing: border-box;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
  border-radius: 3px;
}

.desc_input:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
  border-color: rgba(82, 168, 236, .75) !important;
  background-color: #fff;
}

textarea.def_input {
  display: inline-block;
  border: 1px solid #ccc;
  border-top: 0 solid transparent;
  background: #f8f8f8;
  color: #666;
  font-size: 83%;
  padding: 4px;
  margin: 0;
  line-height: 1.1em;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0 0 3px 3px;
}

.popover_box {
  width: 300px;
}

.popover_box textarea {
  display: block;
  box-sizing: border-box;
}

.comment_form .comment_btn_box {
  margin: 5px 0;
  text-align: right;
  vertical-align: middle;
}

.comment_form .comment_btn_box .btn {
  vertical-align: middle;
}

.comment_form .comment_btn_box .fa-twitter {
  vertical-align: middle;
  font-size: 1.5em;
  margin-right: 3px;
}

.search_input_box {
  margin: 10px;
}

.search_input_box .post_box {
  margin: 0;
  width: 500px;
}

.post_box textarea.desc_input,
.list_box textarea.desc_input {
  height: 100px;
}

.post_box textarea.desc_input.notice_input,.list_box textarea.desc_input.notice_input{
  height: 60px;
}

.block_box {
  padding-top: 5px;
}

input.input_radio {
  margin: 5px 5px 5px 10px;
  vertical-align: middle;
}

textarea#richtext {
  height: 360px;
}

.results_box,
.choices_box {
  float: left;
  width: 450px;
}

#results,
#choices {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}

.editor_box {
  position: relative;
  @keyframes whiteout {
    0% {
      background-color: #ffe;
    }
    100% {
      background-color: #fff;
    }
  }
}

.editor_box li.more_item {
  margin: 10px 0;
  text-align: center;
}

.editor_box li.more_item a {
  width: 300px;
}

.editor_box li.more_item a i {
  display: none;
}

.editor_box li.more_item a.disabled span {
  display: none;
}

.editor_box li.more_item a.disabled i {
  display: inline-block;
}

.editor_box .selected_item {
  background-color: #fdd;
}

.editor_box .new_item {
  background-color: #ffe;
  animation-name: whiteout;
  animation-duration: 2s;
  animation-delay: 2s;
}

.editor_box li.list_box {
  width: 390px;
  border-bottom: 1px solid #999;
  cursor: pointer;
}

.ui-sortable-helper {
  background-color: #fff;
  cursor: move;
}

.ui-sortable-placeholder {
  background-color: #f4e1e1 !important;
  visibility: visible !important;
}

.status_box {
  background-color: #4bb5c1;
  border-bottom: 1px solid #999;
}

.status_box div {
  padding: 5px 10px;
  font-weight: bold;
  color: #edf7f2;
}

.status_box div a {
  float: right;
}

.action_item.refreshing {
  background: rgba(0, 0, 0, .02);
  opacity: 0.5;
}

.action_box {
  padding: 3px;
  border-top: 1px solid #ddd;
}

.action_box input.desc_input {
  width: 260px;
}

.action_button_box {
  margin: 5px 0 0;
}

.action_button_box .input_group {
  width: 350px;
}

.action_button_box .input_group.search_group {
  float: left;
}

.action_button_box div.action_button_box_left {
  float: left;
}

.action_button_box div.action_button_box_right {
  float: right;
}

.action_button_box .btn {
  padding: 2px 3px;
  font-size: 92%;
  font-weight: normal;
}

.action_button_box .btn i {
  margin-right: 3px;
}

.action_button_box .tab_box .tab p {
  margin: 2px 3px;
}

.action_module .tab_box {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.action_module_embed {
  display: none;
}

.action_module_embed .button_box {
  margin: 0;
}

.action_tab_panel {
  display: none;
  background-color: #fee;
  border: 1px solid #999;
  padding: 3px;
}

.action_tab {
  display: block;
  float: left;
  padding: 2px 4px;
  margin: 1px 1px -1px;
  border: 1px solid #888;
  background-color: #eee;
}

.action_tab img {
  width: 16px;
  height: 16px;
}

.action_tab.select {
  background-color: #ff8838;
}

.text_btn {
  vertical-align: middle;
}

.icon_sortup {
  background-position: 0 -1680px;
}

.icon_sortdown {
  background-position: 0 -1660px;
}

.side_list_link h4 {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #5f6061;
}

.side_list_link h4 a {
  font-size: 100%;
  color: #5f6061;
  text-decoration: none;
}

.side_list_link h4 a:hover {
  color: #ff8838;
}

.side_list_link .rank_line {
  font-size: 92%;
}

.blogparts_box {
  margin: 10px 0 5px;
}

.category_more {
  margin: 20px 5px 0 0;
}

.pagenation {
  text-align: center;
  margin: 7px 0;
  font-size: 100%;
}

.pagenation a {
  display: inline-block;
  margin: 0;
  padding: 3px 6px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  color: #5f6061;
  font-weight: bold;
  line-height: 1.4em;
}

.pagenation a:hover {
  background-color: #f1f2f4;
}

.pagenation a.current {
  background-color: #e3e5e9;
}

#footer {
  clear: both;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

#footer a {
  color: #666;
}

#footer a.has_icon {
  line-height: 24px;
  vertical-align: middle;
}

#footer a.has_icon span {
  width: 24px;
  height: 24px;
  vertical-align: top;
  border: 1px solid #999;
  -opera-border-radius: 4px;
  border-radius: 4px;
  margin-right: 3px;
}

#footer a.has_icon span.icon_kamelio {
  background-position: -144px -72px;
}

#footer a.has_icon span.icon_totopi {
  background-position: -144px -96px;
}

#footer .inner {
  width: 1070px;
  margin: 0 auto;
  padding: 10px 0;
}

#footer .inner li.column {
  display: block;
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 172px;
}

#footer .inner li.column h4 {
  color: #333;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 5px;
  text-decoration: none;
}

#footer .inner li.column li {
  background-position: left 8px;
  background-repeat: no-repeat;
  clear: both;
  display: block;
  float: none;
  font-size: 11px;
  list-style: none outside none;
  padding: 3px 15px 2px 6px;
  width: auto;
}

#footer .inner li.column li div {
  margin-top: 1px;
}

#footer .note {
  clear: both;
  font-size: 1em;
  margin-top: 10px;
}

#footer .footer_category_memu h4 a {
  color: #333;
}

#footer .footer_category_memu h4 a span {
  font-size: 83%;
  color: #888;
}

.ranking_box table {
  margin: 5px;
}

.ranking_box table tr {
  display: block;
  border-bottom: 1px dotted #999;
  padding: 3px 0;
}

.ranking_box table tr:last-child {
  border-bottom: 0 dotted transparent;
}

.ranking_box table td {
  padding: 0 2px;
}

.ranking_box i.rank {
  margin: 0;
  width: 30px;
  height: 20px;
}

.ranking_box i.rank_6 {
  width: 70px;
  height: 20px;
  background-position: 0 -275px;
}

.rank_0 {
  background-position: 0 -150px;
}

.rank_1 {
  background-position: 0 -175px;
}

.rank_2 {
  background-position: 0 -200px;
}

.rank_3 {
  background-position: 0 -225px;
}

.rank_4 {
  background-position: 0 -250px;
}

.rich_btn {
  height: 18px;
  line-height: 18px;
  padding: 3px 5px;
  margin-bottom: 3px;
  vertical-align: bottom;
}

.rich_btn i {
  height: 18px;
  line-height: 18px;
  vertical-align: bottom;
}

.rich_l {
  display: block;
  margin: 3px;
  text-align: center;
}

.iphone #document {
  width: auto;
}

.iphone .right {
  display: none;
}

.iphone .left {
  width: auto;
  float: none;
  margin: 0;
  padding: 10px;
}

.iphone .tab_box {
  margin: 0 0 20px;
  padding: 20px 0 0;
}

.infomation_box h3 {
  font-size: 122%;
  margin-bottom: 10px;
  margin-top: 25px;
  padding: 5px;
  border-bottom: 2px solid #7fc6bc;
}

.infomation_box h4 {
  font-weight: normal;
  font-size: 122%;
  margin: 25px 0 5px 10px;
  padding: 2px 5px;
  border-left: 5px solid #666;
  color: #187a79;
}

.infomation_box p {
  font-size: 122%;
  margin: 10px;
}

.infomation_box span {
  font-size: 77%;
  color: #666;
}

.infomation_box img {
  margin: 10px;
  border: 1px solid #000;
}

.infomation_box .promo_box img {
  margin: 0 0 5px;
}

.update_type_4_1 .comment,
.update_type_4_2 .comment,
.update_type_5_1 .comment {
  background-color: #f5ebeb;
}

.update_type_3_1 .comment,
.update_type_2_1 .comment {
  background-color: #f5f5eb;
}

.updates_box h3 {
  font-size: 146.5%;
}

.warn_box {
  border: 1px solid #b0d9c6;
  padding: 10px;
}

.no_update_box {
  margin: 10px 10px 0;
  border: 1px solid #b0d9c6;
  padding: 10px;
}

.deco_info_box {
  border-radius: 5px;
  background-color: #f99;
  border: 1px solid #dec8d3;
  margin: 10px 10px 0;
  padding: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25) inset;
  color: #fff;
}

.deco_info_box h2 {
  line-height: 1.3em;
  margin: 10px 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
}

.tool_box div {
  margin: 10px;
}

.tool_color label {
  margin: 3px;
}

.tool_color div {
  background-color: #f00;
  float: left;
  width: 21px;
  height: 21px;
  margin: 3px;
}

.tool_color input {
  margin: 4px;
}

.types_selecter {
  margin: 10px 0;
}

.types_selecter ul {
  float: right;
}

.types_selecter li {
  float: left;
  margin: 0 2px;
}

.types_selecter li.type_others {
  border: 0 none;
}

.types_selecter a.type_all {
  background-color: #f0f0ff;
}

.types_selecter a.type_modified {
  background-color: #f5f5f5;
}

.types_selecter a.type_action {
  background-color: #f5f5eb;
}

.types_selecter a.type_other {
  background-color: #f5ebeb;
}

.types_selecter li.select a,
.types_selecter li.select a:link,
.types_selecter li.select a:visited,
.types_selecter li.select a:hover {
  background-color: #ff8838;
  color: #fff;
}

.link_box {
  border: transparent;
  padding: 0;
}

.link_box a {
  font-weight: normal;
  font-size: 100%;
}

.link_box .twttrimg {
  width: 16px;
  height: 16px;
}

.support_box {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  border: 1px solid #cde9e5;
  padding: 5px;
}

.dispute_box {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  text-align: center;
  border: 1px solid red;
  color: red;
  padding: 35px 0;
  margin: 50px 0;
}

.filter_box {
  color: #666;
  background-color: #fff;
  text-align: center;
  padding: 35px 0;
  margin: 10px 0;
  font-size: 93%;
}

.info_section {
  margin: 15px 5px;
}

.info_section ol {
  margin: 1em;
  margin-left: 2em;
}

.info_section li {
  margin: 15px 0;
}

.info_section th {
  background-color: #eee;
  padding: 15px;
  text-align: left;
}

.info_section td {
  padding: 15px;
  text-align: left;
}

.info_section h1,
.info_section h2 {
  border-bottom: 2px solid #7fc6bc;
  font-size: 122%;
  margin-bottom: 10px;
  margin-top: 25px;
  padding: 5px;
}

.subcategory .subcategory_line {
  display: none;
}

.subcategory .subcategory_line.select {
  display: block;
}

.follow_box_button {
  margin: 5px;
}

.follow_box_button .btn_group {
  float: right;
}

.dropdown_menu {
  vertical-align: top;
  padding: 3px 10px;
}

.side_simple_box {
  margin: 10px 0;
}

.profile_box {
  margin: 5px;
}

.profile_left_box {
  float: left;
  position: relative;
}

.profile_left_box .profile_image img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

.profile_right_box {
  margin-left: 53px;
}

.profile_right_box .status_screen_name {
  color: #333;
  font-weight: bold;
  font-size: 100%;
}

.profile_right_box .status_name {
  color: #666;
  font-size: 83%;
}

.profile_box_desc {
  font-size: 92%;
  color: #333;
}

.profile_list_box {
  margin: 5px 10px;
}

.profile_list_box li {
  padding: 3px 0;
  border-top: 1px dotted #999;
}

.profile_list_box li a:nth-child(2) {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 240px;
}

.profile_list_box li.first {
  border-color: transparent;
}

.profile_list_box li.last {
  text-align: right;
}

.amazon_empty,
.comment_empty {
  text-align: center;
  margin: 30px;
}

.amazon_empty_2 {
  clear: both;
  text-align: center;
}

.comment_deleted {
  text-align: center;
  margin: 10px;
}

.more_tweet_box {
  margin: 20px 0;
}

.more_tweet_box .btn {
  width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.shadow {
  border: 1px solid #b0d9c6;
  background-color: #ecf5f4;
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 4px #e8e8e8 inset;
  padding: 5px;
}

.favorite_box {
  margin-top: 0;
}

.favorite_box .bln {
  float: left;
  width: 590px;
}

.favorite_box .bln .content {
  background-color: #fff;
  padding: 4px;
}

.favorite_box .bln .content .icon_image {
  margin: 0 4px 0 0;
}

.favorite_empty {
  margin-left: 20px;
  line-height: 30px;
}

.usertag_box {
  margin-top: -15px;
}

.tweet_box {
  margin: 0 10px;
}

.tweet_box .info_box {
  border: 1px solid #ddd;
  padding: 5px;
}

.ad_link {
  display: block;
  text-align: right;
  font-size: 83%;
}

.create_link_box {
  margin: 20px 0;
  text-align: center;
}

.page_action_box {
  text-align: right;
  margin: 15px 0 0;
}

.footer_top {
  text-align: center;
  background-color: #fff;
  padding: 0 0 7px;
  width: 150px;
  margin: 0 auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

div.navi {
  clear: both;
  text-align: center;
  margin: 0 0 10px;
}

div.navi span {
  display: inline-block;
  display: inline;
  background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 8px;
  margin: 3px;
  width: 8px;
  background-position: 0 -1580px;
}

div.navi span:hover {
  background-position: 0 -1588px;
}

div.navi span.active {
  background-position: 0 -1596px;
}

.post_button_box div {
  display: inline-block;
  margin: 4px 10px;
  display: none;
}

.post_button_box.disable div {
  display: block;
}

.post_button_box.disable label {
  display: none;
}

#cse-search-box input[type="text"] {
  height: 17px;
}

.topics_box {
  margin: 20px 8px;
}

.topics_box .twitter-share-button {
  float: right;
}

.topics_box .title_box a {
  float: none;
  text-decoration: none;
  color: red;
  line-height: 200%;
}

.topics_box:first-child {
  margin-top: 10px;
}

.topics_popular_box {
  float: left;
  width: 340px;
}

.topics_popular_box .title {
  border-bottom: 2px solid #7fc6bc;
  margin: 0;
  text-align: left;
}

.topics_popular_box .title h2 {
  float: left;
  font-weight: normal;
  color: #4e463f;
  margin: 5px;
}

.topics_popular_box h3 {
  font-weight: bold;
  font-size: 150%;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 7px 0;
}

.topics_popular_box h3 a {
  color: #5f6061;
  text-decoration: none;
}

.topics_popular_box h3 a:hover {
  color: #ff8838;
}

.topics_popular_box h3 img {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}

.topics_popular_box div {
  margin-left: 24px;
}

.topics_popular_box li span.date_str {
  font-size: 83%;
  color: #999;
}

.topics_popular_box blockquote {
  color: #999;
  margin: 2px;
  font-size: 83%;
}

.topics_popular_box .thumb {
  float: left;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 3px;
  margin: 0;
}

.topics_popular_box .thumb img {
  max-height: 200px;
  max-width: 250px;
}

.topics_popular_box .content {
  float: left;
  margin: 0;
  padding: 5px;
}

.topics_popular_box .more_box {
  clear: both;
}

.topics_pickup_box {
  width: 240px;
  float: right;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px 5px 5px 5px;
}

.topics_pickup_box .header {
  background-color: #f1f2f4;
  border-bottom: 1px solid #ddd;
  color: #5e5e5e;
  padding: 6px 6px 6px 10px;
}

.topics_pickup_box .main {
  padding: 3px;
}

.topics_pickup_box .img_wrap {
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 3px;
  margin: 0 5px 0 0;
  float: left;
}

.topics_pickup_box .img_wrap img {
  width: 36px;
  height: 36px;
}

.topics_pickup_box .img_wrap:hover {
  background-color: #ff8838;
}

.btn.more {
  float: right;
  padding-right: 5px;
}

.profile_tag_box {
  margin: 5px 5px 0;
}

.profile_tag_box a.tag_part {
  color: #5f6061;
  text-decoration: none;
}

.profile_tag_box a.tag_part:hover {
  color: #ff8838;
}

.profile_tag_box a.action_tag {
  float: right;
}

.list_item .profile_tag_box {
  margin: 5px 0 0;
}

.facebook_box {
  background-color: #fff;
  margin: 10px 0;
}

.result_box {
  margin: 0 10px 15px;
}

.result_box h2 span {
  font-weight: bold;
}

.result_box .result_line {
  margin: 10px 0 0;
}

.result_box .fb_iframe_widget {
  width: 708px !important;
}

.sub_title_box {
  margin: 15px 0;
  text-align: left;
  color: #5f6061;
  border-bottom: 1px solid #5f6061;
}

.sub_title_box h3 {
  float: left;
  font-weight: bold;
  margin: 5px;
}

.social_box {
  margin: 5px 10px 0;
}

.share_box {
  float: left;
  float: left;
  width: 570px;
}

.related_list_box {
  margin: 5px;
  padding-top: 25px;
}

.feedback_box {
  clear: both;
  position: relative;
}

.feedback_box ul {
  padding-top: 2px;
}

.feedback_box ul li {
  display: inline-block;
  line-height: 21px;
  height: 20px;
}

.feedback_box ul.favorite {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.embed_box {
  clear: both;
  padding: 10px 0 0;
}

.external_box {
  clear: both;
}

.hidden {
  display: none;
}

#info_header {
  text-align: center;
  margin: 0 0 15px;
}

.tab_box {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

.tab_box .tab {
  float: left;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6);
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  color: #333;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ddd;
  border-bottom-color: #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  transition: 0.1s linear all;
  text-decoration: none;
  color: #000;
  margin: 0 0 -1px 5px;
}

.tab_box .tab p {
  margin: 6px 10px;
}

.tab_box .tab_btn {
  font-size: 83%;
  margin: 3px 0 0 5px;
  display: inline-block;
}

.tab_box .tab_btn .btn {
  padding: 2px 7px;
}

.tab_box .tab.select,
.tab_box .tab:hover {
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #fff;
}

.user_select_colum {
  float: left;
  width: 260px;
  margin: 0 10px 0 0;
  position: relative;
}

.user_select_colum > span {
  padding: 1px 10px;
  border-radius: 2px 2px 0 0;
  background-color: #00adee;
  color: #fff;
  font-size: 83%;
}

#user_results,
#user_choices {
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #999;
  height: 350px;
}

.member_box {
  width: 550px;
}

.button_box {
  margin: 10px 0;
}

.button_box form {
  display: inline-block;
}

.button_box .input_group {
  width: 330px;
}

.loading_overlay {
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #ccc;
  opacity: 0.5;
}

.user_select li.user_item {
  margin: 4px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.user_select li.user_item:hover {
  background-color: #fee;
  cursor: pointer;
}

.user_select li.selected_item {
  background-color: #f44;
}

.user_select li.more_item {
  margin: 4px;
  text-align: center;
}

.user_select li.more_item a {
  width: 200px;
}

.user_select li.more_item .more_user a {
  width: 100px;
}

.user_box {
  position: relative;
  min-height: 29px;
}

.user_box > a {
  float: right;
}

.user_box .content {
  padding-left: 29px;
  font-size: 93%;
}

.user_box .content p {
  margin-bottom: 5px;
}

.user_img {
  position: absolute;
  top: 2px;
  left: 2px;
}

.user_img img {
  max-width: 25px;
  max-height: 25px;
  padding: 0;
}

.ticket_box {
  border: 5px solid #ff8838;
  margin: 5px;
  padding: 10px;
}

.left_header {
  display: block;
  width: 640px;
  height: 200px;
  background-color: #fff;
  margin: -1px -1px 5px;
}

.event_header img {
  width: 100%;
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
}

.event_footer {
  width: 506px;
  border: solid 1px #e8e8e8;
  margin: 10px auto;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.event_footer a:hover {
  text-decoration: none;
}

.event_footer a > div {
  width: 100%;
  background-color: #FFF;
  text-align: left;
  padding-bottom: 10px;
}

.event_footer a > div img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.event_footer a > div div {
  margin: 0 10px;
}

.event_footer a > div div.footer_title {
  font-size: 100%;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}

.event_footer a > div div.footer_sub {
  font-size: 89%;
  color: #999;
  font-weight: normal;
}

.navigator {
  margin: 0 5px;
}

.navigator li {
  display: inline-block;
}

.navigator li a {
  background-color: #509c91;
  border: 1px solid #88b6af;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background-image: -o-linear-gradient(#FFF, #EAF7F5 1px,#EAF7F5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAF7F5')";
  background-image: linear-gradien(#FFF, #EAF7F5 1px,#EAF7F5);
  color: #066;
  cursor: pointer;
  display: block;
  font-size: 90%;
  padding: 6px 10px;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.navigator li a:hover {
  background-color: #5f948d;
  background-image: -o-linear-gradient(#EAF7F5 , #ceece7 1px,#ceece7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAF7F5', endColorstr='#ceece7')";
  background-image: linear-gradient(#EAF7F5 , #ceece7 1px,#ceece7);
}

.navigator li.select a {
  background-color: #7fc6bc;
  border-color: #2b635b;
  color: #fff;
  background-image: -o-linear-gradient(#9bcdc5 , #67b3a8 1px,#509c91 35px, #488d84);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcdc5', endColorstr='#488d84')";
  background-image: linear-gradient(#9bcdc5 , #67b3a8 1px,#509c91 35px, #488d84);
}

.side_inside_btn {
  width: 200px;
  margin: 10px;
  padding: 4px 14px;
}

.popup_head {
  color: #fff;
  padding: 6px 6px 6px 10px;
  background-color: transparent;
}

.popup_head h2 {
  float: left;
}

.popup_body {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  padding: 10px;
}

.popup_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.popup_load {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  height: 13px;
  width: 208px;
  z-index: 103;
  margin: -6px 0 0 -104px;
}

.bln {
  position: relative;
  padding: 0 7px 0 0;
}

.bln .content {
  padding: 5px 8px;
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
}

.bln .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.bln.bln_right .arrow {
  top: 9px;
  right: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ccc;
}

.arrow_outer {
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  margin-left: -6px;
}

.arrow_inner {
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -4px;
  left: 50%;
  width: 0;
  margin-left: -5px;
}

.admin_edit_box {
  height: 500px;
  overflow: scroll;
}

.reco_box {
  margin: 10px 0;
}

.reco_box li {
  display: block;
  padding: 10px 0;
  margin: 0;
  border-top: 0 solid transparent;
}

.reco_box h3 {
  display: inline;
  margin: 0;
}

.promotion_box {
  border: 1px solid #ccc;
  background: #eaf7f5;
  color: #999;
  font-size: 92%;
  font-weight: normal;
  padding: 4px;
  margin-bottom: 5px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
  border-radius: 3px;
}

.promotion_box.bottom {
  margin: 5px 0 0;
}

.http-bookmark,
a.http-bookmark,
a.http-bookmark:hover {
  font-weight: bold;
  background-color: #fcc;
  color: red;
  white-space: nowrap;
  font-size: 83%;
  text-decoration: underline;
  font-family: arial,helvetica,clean,sans-serif;
}

.count_facebook,
a.count_facebook,
a.count_facebook:hover {
  font-weight: bold;
  white-space: nowrap;
  font-size: 95%;
  color: #535353;
  font-family: arial,helvetica,clean,sans-serif;
}

.count_facebook i, a.count_facebook i, a.count_facebook:hover i {
  display: inline-block;
  padding: 1px 0;
  margin-right: 2px;
  color: #3b5998;
}

.count_twitter,
a.count_twitter,
a.count_twitter:hover {
  font-weight: bold;
  white-space: nowrap;
  font-size: 95%;
  font-family: arial,helvetica,clean,sans-serif;
  color: #333;
}

.count_twitter i, a.count_twitter i, a.count_twitter:hover i {
  display: inline-block;
  padding: 1px 0;
  margin-right: 2px;
}

.dropdown_wrap {
  position: relative;
}

.dropdown_wrap.open {
  *z-index: 1000;
}

.dropdown_wrap.open .dropdown,
.dropdown_wrap.auto:hover .dropdown {
  display: block;
}

.dropdown {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 2000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  background-clip: padding-box;
}

.dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: 9px;
  visibility: visible;
}

.dropdown.above:before {
  bottom: -7px;
  border-top-color: rgba(0, 0, 0, .2);
  border-top: 7px solid #ccc;
}

.dropdown.below:before {
  top: -7px;
  border-bottom-color: rgba(0, 0, 0, .2);
  border-bottom: 7px solid #ccc;
}

.dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 10px;
  visibility: visible;
}

.dropdown.above:after {
  bottom: -6px;
  border-top: 6px solid #fff;
}

.dropdown.below:after {
  top: -6px;
  border-bottom: 6px solid #fff;
}

.dropdown.pull-right {
  left: auto;
  right: 0;
}

.dropdown.pull-right:before {
  left: auto;
  right: 12px;
}

.dropdown.pull-right:after {
  left: auto;
  right: 13px;
}

.dropdown.menu .loading{
  padding: 10px 0;
  text-align: center;
}

.dropdown.menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown.menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown.menu a span {
  font-size: 83%;
  color: #999;
}

.dropdown.menu a span.profile_updates {
  color: #fff;
}

.dropdown.menu li > a:hover {
  color: #fff;
  background-color: #333;
}

.dropdown.menu li > a:hover span {
  color: #fff;
}

.dropdown.menu li form {
  padding: 3px 10px;
}

.dropdown.menu li form .desc_input {
  width: 200px;
}

.togelympic_box {
  margin: 10px;
}

.togelympic_box td {
  padding: 10px;
}

.togelympic_box tr {
  border-top: 1px dotted #999;
}

.togelympic_box tr.first {
  border-top: 0 dotted transparent;
}

.togelympic_box .icon_image {
  float: none;
}

.togelympic_box h2 a {
  font-size: 130%;
}

.togelympic_box .rank {
  width: 30px;
  height: 20px;
}

.togelympic_box .creater {
  text-align: right;
}

.togelympic_box .time {
  text-align: center;
  margin: 10px;
}

.togelympic_box .time span {
  font-size: 200%;
}

.togelympic_box .header {
  margin: 10px;
  text-align: center;
  font-style: italic;
  width: 440px;
}

.togelympic_box .header h2 {
  font-size: 200%;
  margin: 10px;
}

.togelympic_box .header p {
  color: #f99;
}

.togelympic_head {
  text-align: center;
  padding: 50px;
}

.togelympic_head h1 {
  font-size: 400%;
  font-family: 'Allan',serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.togelympic_head p {
  margin: 5px;
  font-size: 83%;
}

.togelympic_foot {
  margin: 10px;
  color: red;
  font-size: 83%;
}

.togelympic_foot p {
  margin: 5px;
}

.tweet_list_box {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
  border-radius: 3px;
  height: 400px;
  overflow-y: scroll;
}

.tweet_check {
  float: left;
  margin: 10px 4px 0 0;
}

ul.tweet_list_box li {
  margin: 0 5px;
  padding: 5px;
  border-top: 1px solid #ccc;
}

ul.tweet_list_box li:first-child {
  border-top: 0 solid transparent;
}

.tweet_body {
  overflow: hidden;
  padding-left: 35px;
  position: relative;
}

.tweet_body > span {
  position: absolute;
  top: 0;
  left: 0;
}

.togech_box .main > div {
  margin: 15px 15px;
}

.togech_box .togech_link {
  position: relative;
  display: block;
  width: 140px;
  min-height: 70px;
  float: left;
  color: #333;
  font-size: 92%;
  font-weight: bold;
}

.togech_box .togech_link > div {
  margin-bottom: 3px;
}

.togech_box .togech_link img {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
  width: 140px;
  height: 105px;
}

.togech_box .togech_link:first-child {
  margin-right: 8px;
}

.ad_custom {
  padding: 25px 0;
  text-align: center;
}

.ad_custom > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 0;
}

.category_column_box {
  margin: 10px 10px 0;
}

.category_column_box .category_column {
  width: 172px;
  margin-right: 7px;
  float: left;
}

.category_part_box {
  margin-bottom: 30px;
}

.category_part_box .create_link {
  font-size: 83%;
  color: #666;
  display: none;
}

.category_part_box .create_link:hover {
  color: #ff8838;
}

.category_part_box > div {
  margin: 10px 0;
}

.category_part_box h3 {
  font-size: 130%;
  display: inline;
}

.category_part_box h3 a {
  color: #ff8838;
}

.category_part_box span {
  font-size: 83%;
  color: #666;
}

.category_part_box > div:hover > .create_link,
.category_part_box li:hover > .create_link {
  display: inline;
}

.category_main {
  margin: 0 0 0 5px;
}

.category_sub {
  margin: 5px 0 5px 10px;
}

.side_list_box {
  background: #f1f2f4;
  margin: 10px 0;
}

.side_list_box .inner {
  border: 1px solid #2b635b;
  background: #fff;
}

.side_list_box .header {
  background-color: #509c91;
  border-bottom: 1px solid #2b635b;
  background-image: -o-linear-gradient(#9bcdc5 , #67b3a8 1px,#509c91 35px, #488d84);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#67b3a8', endColorstr='#509c91')";
  background-image: linear-gradient(#9bcdc5 , #67b3a8 1px,#509c91 35px, #488d84);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  white-space: nowrap;
  position: relative;
}

.side_list_box .header h3 {
  font-size: 90%;
  padding: 3px 6px;
}

.side_list_box .header a {
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 83%;
}

.side_list_box li {
  border-top: 1px dotted #999;
  padding: 3px 0;
}

.side_list_box .links li {
  border-top: 0 dotted transparent;
  padding: 0;
  display: inline-block;
}

.side_list_box .links li a {
  font-size: 109%;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
}

.side_list_box .links li a:hover {
  text-decoration: underline;
}

.side_list_box .links li span {
  color: #888;
  font-size: 73%;
  font-weight: normal;
  line-height: 1.5em;
}

.side_list_box li:first-child {
  border-top: 0 dotted transparent;
}

.side_list_box .icon_image {
  margin: 0 4px 0 0;
}

.side_list_box .icon_image img {
  width: 24px;
  height: 24px;
}

.side_list_box .lists,
.side_list_box .links {
  margin: 5px;
}

.side_list_box.simple_box li {
  position: relative;
}

.side_list_box.simple_box li a {
  display: block;
  min-height: 24px;
  padding: 7px 0 7px 27px;
}

.side_list_box.simple_box li a p {
  margin-bottom: 0;
  font-weight: bold;
}

.side_list_box.simple_box li a:nth-child(2) {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 259px;
}

.side_list_box.simple_box img {
  position: absolute;
  top: 13px;
  left: 0;
}

.side_list_box.simple_box.recommend li a {
  padding: 5px;
}

.list_btn {
  display: block;
  width: 18px;
  height: 18px;
  padding: 1px;
}

.header_search_box {
  float: left;
  margin: 5px 0 0 5px;
  width: 275px;
}

.header_search_box > form > label {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  font-size: 92%;
}

.btn_group,
.input_group {
  position: relative;
  display: table;
  box-sizing: border-box;
}

.input_group i.fa-pencil,
.input_group i.fa-search {
  position: absolute;
  top: 7px;
  left: 6px;
  height: 14px;
  width: 14px;
  font-size: 14px;
  color: #999;
}

.input_group > .input_group_input {
  position: relative;
  display: table-cell;
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.input_group > .input_group_input input {
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  border-right: 0 solid transparent;
  padding-left: 25px;
  width: 100%;
  height: 30px;
}

.input_group > .input_group_input.search input {
  padding-left: 25px;
}

.input_group > .input_group_input.clear input {
  padding-right: 25px;
}

.input_group > .input_group_btn {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  width: 1%;
  vertical-align: top;
}

.input_group > .input_group_btn > input.btn {
  display: block;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
  padding: 4px 10px;
  height: 30px;
}

.btn_group > .btn:first-child {
  position: relative;
  display: table-cell;
  float: left;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  border-right: 0 solid transparent;
}

.btn_group > .btn:last-child {
  display: table-cell;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
}

.btn_group > .btn i {
  line-height: 20px;
}

.req_category_box {
  text-align: center;
  font-size: 83%;
  margin: 3px 0;
}

.reco_item_box {
  margin-top: 10px;
}

.topics_share {
  text-align: right;
  margin: 5px;
}

.topics_share span {
  line-height: 25px;
  font-weight: bold;
}

.topics_share .btn {
  line-height: 16px;
  vertical-align: middle;
}

.topics_share .btn i {
  vertical-align: top;
  margin-right: 0;
}

.side_bannner_box {
  margin: 10px 0;
}

.special_banner {
  margin-top: 3px;
}

.special_banner a {
  color: #333;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}

.special_banner a img {
  padding: 0;
}

.special_banner a:hover {
  color: #07a5df;
  text-decoration: underline;
}

.special_banner:first-child {
  margin-top: 0;
}

.special_banner.simple {
  position: relative;
  min-height: 60px;
}

.special_banner.simple img {
  position: absolute;
  top: 0;
  left: 0;
}

.special_banner.simple div {
  margin-left: 85px;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 64px;
  height: 64px;
  line-height: 64px;
  opacity: 0.7;
  z-index: 10;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
}

.gototop i {
  font-size: 40px;
  line-height: 57px;
  color: #fff;
}

.fb_iframe_widget {
  width: 330px;
  overflow: hidden;
  vertical-align: middle;
}

.follow_box .fb_iframe_widget {
  width: 300px !important;
}

.fb-like.fb_iframe_widget {
  width: 160px !important;
}

.favorite_btn {
  font-weight: bold;
  font-size: 92%;
  line-height: 18px;
}

.favorite_btn i {
  color: #bbb;
  height: 18px;
  width: 16px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 3px 0 0;
  vertical-align: bottom;
}

.favorite_btn.faved i {
  color: #ffd300;
}

.favorite_user_box {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 8px;
  padding: 4px;
}

.favorite_user_box .icon_image {
  margin: 0 4px 0 0;
}

.favorite_user_box span {
  line-height: 30px;
  font-size: 108%;
  font-weight: bold;
  padding-left: 10px;
}

.favorite_user_box::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  position: absolute;
  top: -7px;
  right: 46px;
  visibility: visible;
}

.favorite_user_box::after {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  right: 47px;
  visibility: visible;
}

.favorite_user_box .count {
  float: right;
  font-size: 125%;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  border-left: 1px solid #ccc;
  padding: 0 5px 0 10px;
  margin: 5px;
}

.favorite_user_box .count a {
  color: #000;
}

.favorite_user_box .count a:hover {
  color: #ff8838;
  text-decoration: none;
}

.info_infomation iframe {
  display: inline-block;
  line-height: 24px;
  height: 24px;
}

.footer_category_memu {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.footer_category_memu > li {
  float: left;
  margin-right: 8px;
}

.footer_category_memu h4 {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin: 5px 0;
  text-decoration: none;
}

.footer_category_list {
  color: #888;
  font-size: 82%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 200px;
}

.footer_category_list > li {
  display: inline;
  font-size: 11px;
  list-style: none outside none;
  width: auto;
}

.amazon_empty_box {
  margin: 10px;
}

.topics_left_box {
  float: left;
  width: 505px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.topics_right_box {
  float: left;
  width: 205px;
  margin-bottom: 10px;
}

.topics_right_box > div:last-child {
  margin-bottom: 0;
}

.topics_column1_box {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 332px;
}

.topics_column2_box {
  width: 178px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.topics_column3_box {
  width: 178px;
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
}

.list_title_box h2 {
  font-size: 100%;
  font-weight: bold;
  color: white;
  background-image: linear-gradient(0deg,#5BA198 0%, #68BBB0 100%);
  background-image: -webkit-gradient(0deg, #5BA198 0%, #68BBB0 100%);
  background-image: -moz-linear-gradient(top, #68BBB0 0%, #5BA198 100%);
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  border: none;
  border-left: solid 10px #39897E;
  padding-left: 5px;
}

.list_title_box a {
  color: #000;
}

.list_title_box a:hover {
  text-decoration: none;
}

.page_title_box {
  border-bottom: 1px solid #000;
}

.page_title_box h1 {
  font-size: 132%;
  margin: 10px 0 0 5px;
}

.page_title_box h2 {
  font-size: 83%;
  font-weight: normal;
  margin: 10px 0 10px 5px;
}

.feature_box ul {
  display: block;
  width: 350px;
  float: left;
}

.feature_box ul:first-child {
  margin-right: 18px;
}

.feature_box ul:first-child a h3 {
  font-size: 130%;
  margin: 5px 0;
}

.list_more_box {
  text-align: right;
  margin-top: 10px;
}

.list_more_box a {
  font-size: 83%;
  color: #000;
}

.list_more_box a i {
  padding-left: 3px;
}

.user_list_box {
  margin: 10px;
}

.user_list_box .comment {
  background-color: #fff;
}

.user_list_box .tweet > a {
  color: #333;
  font-size: 93%;
}

.promote_page_num {
  text-align: center;
  font-size: 83%;
}

.category_link_list {
  margin-top: 5px;
}

.category_link_list li {
  display: inline-block;
}

.promo_box {
  margin: 0 10px;
}

.promo_box > div {
  margin: 10px 0;
}

.promo_box a {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 110%;
  font-weight: bold;
}

.promo_box a span {
  display: block;
}

.tg_marketing_box p {
  font-size: 100%;
}

.followme_box {
  line-height: 22px;
  padding: 0 5px;
  margin-bottom: 5px;
}

.followme_box span {
  font-size: 83%;
}

.followme_box iframe {
  display: inline-block;
  vertical-align: middle;
}

.promomessage_box {
  text-align: center;
  color: red;
  margin: 10px;
}

.social_follow_box {
  text-align: center;
  margin: 10px 0;
}

.social_follow_box a {
  vertical-align: bottom;
}

.vine_box {
  width: 400px;
}

.vine_box div {
  text-align: right;
  font-size: 83%;
  color: #999;
}

.social_widget_box {
  margin-top: 10px;
  padding: 10px 14px;
}

.social_widget_box > div {
  float: left;
}

.social_widget_box > div:first-child {
  margin-right: 20px;
}

.social_widget_box .fb-like-box {
  background-color: #fff;
}

.bindclick {
  cursor: pointer;
}

.social_floating_box {
  position: relative;
}

.social_floating_box ul {
  position: absolute;
  margin: 10px 0;
  z-index: 20;
}

.social_floating_box ul li {
  list-style: none outside none;
  height: 24px;
  width: 110px;
}

.social_floating_box ul li .twitter-tweet-button,
.social_floating_box ul li .fb-like.fb_iframe_widget {
  width: 110px !important;
}

.social_floating_box.fixed_bottom ul {
  margin: 0;
}

.social_floating_box.fixed_bottom ul li {
  float: left;
  margin-right: 5px;
  width: auto;
}

.check_feed {
  color: #f88;
  font-size: 83%;
  margin-bottom: 10px;
  vertical-align: middle;
}

.check_feed iframe {
  vertical-align: middle;
}

.thumb_list_box {
  margin: 0 8px;
}

.oauth_box {
  width: 400px;
  margin: 0 40px;
}

.oauth_box ul {
  display: table;
}

.oauth_box ul li {
  margin-top: 35px;
  font-size: 100%;
}

.oauth_box ul li:first-child {
  margin-top: 15px;
}

.oauth_box ul span {
  display: table-cell;
  vertical-align: middle;
}

.oauth_box ul span h3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 127%;
  border-bottom: 2px solid #000;
}

.oauth_box ul .comments span h3 {
  border-color: #e36207;
}

.oauth_box ul .comments i {
  color: #e36207;
}

.oauth_box ul .star span h3 {
  border-color: #f7df00;
}

.oauth_box ul .star i {
  color: #f7df00;
}

.oauth_box ul .twitter span h3 {
  border-color: #00adee;
}

.oauth_box ul .check span h3 {
  border-color: #214b95;
}

.oauth_box ul .check i {
  color: #214b95;
}

.oauth_box ul span:first-child {
  padding-right: 20px;
}

.oauth_box ul i {
  font-size: 72px;
  width: 72px;
  height: 72px;
}

.oauth_box .login {
  text-align: center;
  margin: 20px 0 10px;
}

.oauth_box .login_btn {
  display: inline-block;
  background-color: #00a0ea;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 15px 25px;
  background-image: none;
  text-shadow: none;
  border: none;
}

.oauth_box .login_btn > span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}

.oauth_box .login_btn > span:last-child {
  text-align: left;
  font-size: 118%;
  font-weight: bold;
}

.oauth_box .login_btn > span:last-child span {
  display: block;
  font-size: 74%;
  line-height: 6px;
}

.oauth_box .login_btn i {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: #fff;
  padding-right: 12px;
}

.oauth_box .login_btn.disabled,
    .oauth_box .login_btn:disabled {
  background-color: #ddd;
  background-image: -o-linear-gradient(#e6e6e6, #dddddd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#dddddd')";
  background-image: linear-gradient(#e6e6e6, #dddddd);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  color: #999;
  cursor: default;
}

.oauth_box .login_btn:hover {
  opacity: 0.7;
}

.oauth_box .logindm {
  margin-left: 92px;
}

.simple_line_box {
  margin: 5px 0;
}

.simple_line_box li a {
  color: #333;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.0em;
  margin: 5px 0;
}

.simple_line_box li a:hover {
  color: #ff8838;
}

.tweet_quote {
  width: 300px;
}

.tweet_quote .instagram-media {
  width: 300px;
  margin-top: 5px;
}

.icon_link {
  line-height: 1.6em;
}

.icon_link i {
  font-size: 1.6em;
  margin-right: 3px;
  vertical-align: bottom;
}

.icon_link.help i {
  color: #058dc7;
}

.create_shortcut_box {
  margin: 0;
  width: 300px;
}

.create_shortcut_box h4 {
  border-bottom: 1px solid #ddd;
  display: block;
  font-weight: bold;
  padding: 4px 8px;
}

.create_shortcut_box h4 span {
  border-left: 5px solid #f00;
  padding-left: 5px;
}

.create_shortcut_box .btn_list {
  margin: 5px;
}

.create_shortcut_box .btn_list li {
  display: inline;
}

.create_shortcut_box .btn_list li .btn {
  width: 32%;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}

.create_shortcut_box .link_list {
  margin: 5px;
}

.create_shortcut_box .link_list li {
  display: inline;
}

.create_shortcut_box .link_list li a {
  text-decoration: underline;
  display: inline-block;
}

.create_shortcut_box .input_box {
  margin: 5px;
}

#list_favorite_dialog label.disabled {
  color: #ccc;
}

#list_favorite_dialog input.input_radio {
  margin-left: 0;
}

#list_favorite_dialog span.terms {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #999;
}

.textarea_box {
  position: relative;
}

.textarea_box textarea {
  display: block;
}

.textarea_box textarea.desc_input {
  height: 50px;
}

.textarea_box textarea.def_input {
  width: 290px;
  margin: 0 5px;
  height: 60px;
}

.textarea_box .counter {
  position: absolute;
  top: -20px;
  right: 5px;
}

.textarea_box .counter.warning {
  color: #900;
}

.textarea_box .counter.exceeded {
  color: #f00;
}

.side_banner_box {
  margin: 10px 0;
}

.side_banner_box .side_simple_banner {
  width: 320px;
  display: block;
  font-size: 92%;
  text-align: center;
}

.side_banner_box .side_simple_banner img {
  width: 320px;
}

.side_banner_box .side_banner {
  position: relative;
  display: block;
  width: 320px;
  height: 100px;
  background-size: 320px 100px;
}

.side_banner_box .side_banner > span {
  position: absolute;
  display: block;
  width: 320px;
  bottom: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 78%;
  line-height: 20px;
  color: #fff;
}

.side_banner_box .side_banner > span > span {
  text-decoration: underline;
  font-size: 120%;
}

.side_banner_box .side_banner:hover > span {
  text-decoration: underline;
}

.side_top_banner_box {
  margin-bottom: 10px;
  width: 300px;
}

.side_top_banner_box img{
  width: 300px;
}

.event_id_20 {
  background: linear-gradient(to bottom,rgb(237, 27, 131) 0px,rgb(91, 60, 78) 500px);
}

.category_line_header {
  margin: 10px 0 0 10px;
}

.category_line_box .category_line {
  margin-left: 2px;
  float: left;
}

.category_line_box .category_line span {
  margin-right: 5px;
  font-size: 85%;
  line-height: 19px;
}

.external_line {
  margin: 10px 0;
}

.external_line > div {
  display: inline-block;
  vertical-align: top;
}

.denchu_box {
  position: relative;
  width: 375px;
  margin: 0 auto;
}

.denchu_box > img {
  width: 375px;
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.denchu_box .denchu_head_btn_box {
  position: absolute;
  top: 150px;
  margin-left: 20px;
  text-align: center;
  width: 230px;
}

.denchu_box .denchu_head_btn_box a {
  padding: 10px 15px 10px 20px;
}

.denchu_box .denchu_head_btn_box a i {
  margin-left: 5px;
}

.denchu_box .denchu_head_btn_box span {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.denchu_box .denchu_footer_btn_box {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.denchu_box .denchu_footer_btn_box a {
  width: 187.5px;
  height: 54px;
  border-radius: 7px;
  margin: 0px auto;
}

.denchu_box .denchu_footer_btn_box a.android {
  margin-top: 20px;
  background-position: -187.5px 0;
}

.app_banner_mini {
  display: inline-block;
  width: 75px;
  height: 24px;
  border-radius: 4px;
}

.app_banner_mini.android {
  background-position: -75px 0;
}

.app_banner_mini:hover {
  opacity: 0.8;
}

.carouselbanner {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

.carouselbanner ul {
  width: 100%;
  height: 85px;
}

.carouselbanner ul li {
  float: left;
  background-color: #fbfbfb;
}

.carouselbanner ul li a {
  display: block;
  margin: 0 3px;
  width: 250px;
  height: 85px;
}

.carouselbanner ul li a img {
  width: 250px;
  height: 85px;
}

.tag_box {
  margin-bottom: 5px;
  display: block;
}

.tag_box .rad_btn {
  margin-bottom: 5px;
}

.post_box .tag_box {
  margin-bottom: 0;
}

.tweet .tag_box {
  margin: 5px 0 0 0;
}

#category_selector {
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: none;
}

#category_selector .inner {
  position: relative;
}

#category_selector .select_wrap {
  float: left;
  width: 160px;
  background: url("/img/crumb_blk.png") right center no-repeat;
}

#category_selector .select_wrap:last-child {
  width: 150px;
  background-image: none;
}

#category_selector select {
  width: 150px;
}

.simple_list li {
  padding: 10px 0;
  border-top: 1px solid #eee;
  position: relative;
}

.simple_list li:first-child {
  border-top: 0 solid transparent;
}

.simple_list li.promotion {
  background-color: #fffdfa;
}

.simple_list a h3 {
  color: #333;
  font-weight: normal;
  font-size: 120%;
  margin: 0 0 5px;
  line-height: 1.3em;
}

.simple_list a:hover h3 {
  color: #ff8838;
  text-decoration: underline;
}

.simple_list a:visited h3 {
  color: #666;
}

.simple_list .type_togetter a h3 {
  font-weight: bold;
}

.simple_list .content {
  margin: 0;
}

.simple_list .content img {
  vertical-align: middle;
}

.simple_list .timestamp {
  font-size: 83%;
  color: #666;
}

.simple_list .category_link {
  font-size: 83%;
  text-decoration: none;
}

.simple_list .view_str {
  font-size: 83%;
  color: #999;
}

.simple_list .view_str span {
  display: inline-block;
  font-weight: bold;
  font-size: 125%;
  color: #333;
  font-family: Meiryo, "メイリオ", sans-serif;
}

.simple_list .has_thumb .thumb {
  float: left;
  margin-right: 10px;
  background-color: #fff;
  position: relative;
}

.simple_list .has_thumb .thumb img {
  max-height: 80px;
  max-width: 80px;
}

.simple_list .feature_list.has_thumb .thumb {
  float: none;
}

.simple_list .feature_list.has_thumb .thumb img {
  max-height: inherit;
  max-width: inherit;
}

.simple_list .feature_list.has_thumb .inner {
  clear: both;
  margin: 0;
}

.simple_list blockquote {
  color: #999;
  margin: 2px;
  font-size: 13px;
}

.simple_list blockquote em {
  font-weight: bold;
  font-style: normal;
}

.simple_list .insert_list {
  margin: 0;
  padding: 0;
  width: 240px;
  float: left;
  border: none;
  position: relative;
}

.simple_list .insert_list .rad_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.simple_list .insert_list .thumb {
  float: none;
  margin-right: 0;
  text-align: center;
  vertical-align: middle;
  height: 240px;
  width: 240px;
  overflow: hidden;
}

.simple_list .insert_list .thumb img {
  margin: 0 auto;
  position: static;
  max-width: 240px;
  max-height: 240px;
}

.simple_list .insert_list .thumb span.category_label {
  position: absolute;
  top: 0;
  left: 0;
}

.simple_list .insert_list:first-child {
  margin-right: 25px;
}

.simple_list .insert_list h3 {
  margin: 10px 0 0;
}

.simple_list.thumb_list {
  margin: 10px 0 20px;
}

.simple_list.thumb_list li {
  display: block;
  float: left;
  width: 112px;
  margin: 0 10px 0 0;
  padding: 0;
  border-top: 0 solid transparent;
  position: relative;
}

.simple_list.thumb_list li:last-child {
  margin-right: 0;
}

.simple_list.thumb_list a:hover {
  text-decoration: none;
}

.simple_list.thumb_list a:hover .thumb img {
  opacity: 0.8;
}

.simple_list.thumb_list .thumb {
  position: relative;
  margin: 0;
}

.simple_list.thumb_list .thumb img {
  width: 112px;
  height: 112px;
  max-width: none;
  max-height: none;
}

.simple_list.thumb_list .thumb span.category_label {
  position: absolute;
  bottom: 0;
  right: 0;
}

.simple_list.thumb_list .thumb span.point {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
}

.simple_list.thumb_list a h3 {
  font-weight: bold;
  font-size: 92%;
  margin-top: 5px;
}

.simple_list.thumb_list .view_str {
  font-size: 70%;
}

.simple_list.action_item a h3 {
  display: inline;
}

.simple_list.simple_mini_list li a h3 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 92%;
}

.simple_list.simple_mini_list li a:hover {
  text-decoration: none;
}

.simple_list.simple_mini_list li.pickup_picture_list .thumb {
  float: none;
  margin-right: 0;
  overflow: hidden;
}

.simple_list.simple_mini_list li.pickup_picture_list .thumb img {
  max-width: 205px;
  max-height: 205px;
  display: block;
  margin: 0 auto;
}

.simple_list.simple_mini_list li.pickup_picture_list .thumb span.category_label {
  position: absolute;
  top: 0;
  left: 0;
}

.simple_list.simple_mini_list li.pickup_picture_list .inner {
  margin-top: 5px;
}

.simple_list.simple_mini_list li.pickup_picture_list .inner a h3 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

.smartphone .simple_list.simple_mini_list{
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.smartphone .simple_list.simple_mini_list:last-child{
  border-bottom: 0px solid transparent;
}

.smartphone .simple_list.simple_mini_list li{
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0 3px;
  border-top: 0px solid transparent;
}

.wrap_image {
  float: left;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.wrap_image img {
  max-width: 200px;
  max-height: 200px;
}

.rich_image_box .wrap_image img {
  max-width: 400px;
  max-height: 400px;
}

.quote_box {
    padding:5px 0;
}

.quote_box p {
  padding: 5px;
  color: #999;
  margin-bottom: 0;
}

.list_item .title {
  padding: 0;
  margin: 5px 0;
  color: #4A4A4A;
  display: block;
  font-weight: 600;
}

.list_item .title a {
  color: #4A4A4A;
  text-decoration: none;
  font-size: 16px;
}

.list_item .title a:hover {
  color: #07a5df;
}

.type_url {
  margin: 5px 0;
  padding: 0;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
}

.type_url .thumb {
  float: right;
  margin: 0;
}

.type_url .thumb img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 0 3px 3px 0;
}

.type_url .fa-twitter {
  color: #00adee
}

.type_url .fa-facebook-square {
  color: #3b5998;
}

.type_url .http-bookmark {
  font-weight: bold;
  background-color: #fcc;
  color: red;
  white-space: nowrap;
  font-size: 83%;
  text-decoration: underline;
  font-family: arial,helvetica,clean,sans-serif;
}

.type_url .inner {
  padding: 10px;
  padding-bottom: 0;
}

.type_url .inner .content {
  display: block;
  margin-bottom: 5px;
}

.type_url .inner .content .label {
  font-size: 11px;
  padding: 4px;
  border-radius: 2px;
  background-color: #D6D6D7;
  color: #fff;
}

.type_url .inner .content img{
  vertical-align: middle;
}

.type_url .inner .content .site_name {
  font-size: 13px;
  color: #A0A0A0;
}

.type_url .inner .desc {
  font-size: 12px;
  color: #A0A0A0;
  display: block;
  margin-bottom: 10px;
}

.type_url.type_togetter .inner .content .label {
  background-color: #21AD9A;
  color: #fff;
}

.type_youtube{
  display:block;
  text-align:center;
}

.type_instagram {
  text-align: center;
}

.type_instagram .instagram-media{
  display: inline-block;
  position: relative;
  margin: 10px auto;
  padding: 2px;
  width: 400px;
}

.type_facebook .fb_iframe_widget {
  width: auto;
}

.type_profile .list_tweet_box {
  padding-left: 78px;
  min-height: 78px;
}

.type_profile .user_link {
  font-size: 123.1%;
}

.type_profile .user_link strong {
  color: #333;
}

.type_profile p {
  margin-bottom: 0;
  color: #666;
  font-size: 93%;
  line-height: 1.4em;
}

.type_profile .action {
  float: right;
  position: relative;
}

.smartphone .wrap_image img, .appli .wrap_image img {
  max-width: 150px;
  max-height: 150px;
}

.smartphone .rich_image_box .wrap_image img, .appli .rich_image_box .wrap_image img {
  max-width: 280px;
  max-height: 280px;
}

.smartphone .type_url, .appli .type_url {
  margin: 5px 0;
}

.smartphone .type_url .inner, .appli .type_url .inner {
  padding: 5px;
}

.smartphone .type_url .inner .content, .appli .type_url .inner .content {
  margin: 0;
}

.smartphone .type_url .inner .site_data, .appli .type_url .inner .site_data {
  margin-bottom: 5px;
}

.smartphone .type_url .inner .site_data .site_name, .appli .type_url .inner .site_data .site_name {
  font-size: 12px;
  color: #A0A0A0;
}

.smartphone .type_url .inner .desc, .appli .type_url .inner .desc {
  margin-bottom: 0;
}

.smartphone .type_url .inner .title, .appli .type_url .inner .title {
  margin-top: 5px;
  display: block;
  font-weight: 600;
}

.smartphone .type_url .inner .list_data,.appli .type_url .inner .list_data{
  display: block;
  margin-top: 5px;
}

.smartphone .type_url .thumb img, .appli .type_url .thumb img {
  border-radius: 0 3px 0 0;
  max-width: 100px;
  max-height: 100px;
}

.smartphone .type_instagram .instagram-media,.appli .type_instagram .instagram-media{
  width: 300px;
}

.expandable .main_box {
  position: relative;
}

.expandable .main_box.closed {
  height: 300px;
  overflow: hidden;
}

.expandable .main_box.closed .app-dl {
  display: none;
}

.expandable .main_box .app-dl,
    .expandable .main_box .read-more {
  position: absolute;
  bottom: 0;
  height: 75px;
  line-height: 75px;
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(224, 224, 224, 0) 0%, rgba(224, 224, 224, .5) 20%, #E0E0E0 100%);
  text-align: center;
}

.expandable .main_box .app-dl a, .expandable .main_box .read-more a {
  display: inline-block;
  width: 95%;
  padding: 8px 12px;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
}

.expandable .main_box.opened .read-more {
  display: none;
}

.expandable .main_box.opened .app-dl {
  display: block;
}

.side_box {
  margin: 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.side_box > h3.title {
  position: relative;
  padding: 8px 12px;
  font-weight: bold;
}

.side_box > h3.title a {
  color: #000;
}

.side_box > h3.title.prefix {
  padding-left: 30px;
}

.side_box > h3.title.prefix i {
  position: absolute;
  top: 6px;
  left: 6px;
  color: #f00;
  font-size: 150%;
}

.side_box > h3.title.prefix i.fa-exclamation {
  left: 13px;
}

.side_box > h3.title.prefix i.fa-thumb-tack {
  left: 10px;
}

.side_box > h3.title.prefix i.fa-newspaper-o {
  top: 8px;
}

.side_box h4 {
  border-bottom: 1px solid #ddd;
  display: block;
  font-weight: bold;
  padding: 4px 8px;
}

.side_box h4 span {
  border-left: 5px solid #f00;
  padding-left: 5px;
}

.side_box .header_box {
  color: #5e5e5e;
  padding: 6px 6px 6px 10px;
  background-color: #f1f2f4;
  border-bottom: 1px solid #ddd;
}

.side_box .header_box h2 {
  float: left;
}

.side_box .header_box a {
  float: right;
  margin: 1px 5px;
}

.side_box .header_box iframe {
  float: right;
}

.side_box table {
  margin: 5px 10px;
}

.side_box table .twitter_icon {
  padding: 2px;
  border: 1px solid #e5e5e5;
}

.side_box li span.date_str {
  font-size: 83%;
  color: #999;
}

.side_box div.more {
  float: right;
  padding-right: 5px;
}

.side_line_box {
  position: relative;
}

.side_line_box li {
  position: relative;
  border-top: 1px solid #ddd;
}

.side_line_box li > a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  font-weight: bold;
  color: #333;
}

.side_line_box li > a i {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #ccc;
  font-size: 118%;
}

.side_line_box li > a:link {
  text-decoration: none;
}

.side_line_box li > a:hover {
  background-color: #f1f2f4;
  text-decoration: underline;
  color: #07a5df;
}

.side_line_box li > a:hover i {
  color: #666;
}

.side_line_box li.button {
  border-top: 1px solid #ddd;
}

.side_line_box li.button .btn {
  width: 95%;
  box-sizing: border-box;
  text-align: center;
  margin: 8px auto;
}

.side_line_box li.button .btn:hover {
  background-color: #e6e6e6;
}

.comment_recent .main_box.closed {
  height: 200px;
}

.comment_recent li a {
  min-height: 24px;
  padding: 5px 5px 5px 34px;
}

.comment_recent li a p {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0;
}

.comment_recent li a p.desc {
  color: #666;
  font-size: 76%;
  font-weight: normal;
}

.comment_recent li a:visited {
  color: #999;
}

.comment_recent li a:visited p.desc {
  color: #999;
}

.comment_recent li a:visited:hover {
  color: #07a5df;
}

.comment_recent li a:visited:hover p.desc {
  color: #07a5df;
}

.comment_recent li a:hover p.desc {
  color: #07a5df;
}

.comment_recent li img.icon_24 {
  position: absolute;
  left: 5px;
  top: 5px;
}

.comment_recent li a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.list_recommend li a {
  min-height: 24px;
  padding: 5px 5px 5px 34px;
}

.list_recommend li a p {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0;
}

.list_recommend li a p.desc {
  color: #666;
  font-size: 76%;
  font-weight: normal;
}

.list_recommend li a:visited {
  color: #999;
}

.list_recommend li a:visited p.desc {
  color: #999;
}

.list_recommend li a:visited:hover {
  color: #07a5df;
}

.list_recommend li a:visited:hover p.desc {
  color: #07a5df;
}

.list_recommend li a:hover p.desc {
  color: #07a5df;
}

.list_recommend li img.icon_24 {
  position: absolute;
  left: 5px;
  top: 5px;
}

.list_recommend li a {
  min-height: 30px;
}

.list_recommend li a p {
  font-size: 11.5px;
  line-height: 1.3em;
}

.editor_recommend {
  margin-top: 0;
}

.editor_recommend h3.title.prefix {
  line-height: 1em;
}

.editor_recommend h3.title.prefix span {
  font-size: 74%;
  font-weight: normal;
  color: #f66;
}

.editor_recommend .main_box.closed {
  height: 450px;
}

.editor_recommend .main_box a.recommend-image-box {
  position: relative;
  display: block;
  color: white;
}

.editor_recommend .main_box a.recommend-image-box div.gradient {
  min-height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .5));
}

.editor_recommend .main_box a.recommend-image-box div.gradient .link-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.editor_recommend .main_box a.recommend-image-box div.gradient .link-box p {
  color: white;
  margin-bottom: 0;
}

.editor_recommend .main_box a.recommend-image-box.hide {
  display: none;
}

.editor_recommend > span {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 83%;
}

.editor_recommend > .title {
  padding-left: 35px;
}

.editor_recommend li a {
  min-height: 24px;
  padding: 5px 5px 5px 34px;
}

.editor_recommend li a p {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0;
}

.editor_recommend li a p.desc {
  color: #666;
  font-size: 76%;
  font-weight: normal;
}

.editor_recommend li a:visited {
  color: #999;
}

.editor_recommend li a:visited p.desc {
  color: #999;
}

.editor_recommend li a:visited:hover {
  color: #07a5df;
}

.editor_recommend li a:visited:hover p.desc {
  color: #07a5df;
}

.editor_recommend li a:hover p.desc {
  color: #07a5df;
}

.editor_recommend li img.icon_24 {
  position: absolute;
  left: 5px;
  top: 5px;
}

.editor_recommend li a {
  display: table;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

.editor_recommend li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.editor_recommend li a img {
  width: 50px;
  height: 50px;
}

.editor_recommend li.with-img a {
  padding: 0;
}

.editor_recommend li.with-img a img {
  width: 100%;
  height: auto;
}

.side_tag_box .main_box.closed {
  height: 150px;
}

.side_tag_box .popular_tag_box{
  margin: 0 5px;
}

.side_tag_box .popular_tag_box .rad_btn {
  font-size: 12px;
  margin-bottom: 5px;
}

.side_tag_box .popular_tag_box .rad_btn span {
  color: #999;
  margin-left: 3px;
  font-size: 11px;
}

.side_box.real_time_ranking h3 span {
  margin-left: 3px;
}

.side_box.real_time_ranking .ranking_date {
  color: #aaa;
  float: right;
  font-size: 75%;
  font-weight: normal;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.side_box.real_time_ranking li a {
  padding: 0;
  color: black;
}

.side_box.real_time_ranking li a .ranking-box {
  padding: 5px;
}

.side_box.real_time_ranking li a .ranking-box .ranking-tag {
  position: absolute;
  top: 0;
  left: 0;
  color: #4a4a4a;
  font-size: 11px;
  width: 18px;
  text-align: center;
}

.side_box.real_time_ranking li a .ranking-box .ranking-tag .fa-bookmark {
  width: 18px;
  font-size: 24px;
}

.side_box.real_time_ranking li a .ranking-box .ranking-tag .rank-number {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state {
  height: 100%;
  width: 40px;
  float: left;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 10px;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state .fa {
  font-size: 20px;
  margin-bottom: 4px;
  display: block;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state .fa-arrow-down {
  color: #4A90E2;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state .fa-arrow-right {
  color: #7ED321;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state .fa-arrow-up {
  color: #FF001F;
  display: block;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state .fa-star {
  color: #FFD500;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state.state-0 .state-text {
  color: #2F6EB6;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state.state-1 .state-text {
  color: #417505;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state.state-2 .state-text {
  color: #D0021B;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state.state-3 .state-text {
  color: #F5A623;
}

.side_box.real_time_ranking li a .ranking-box .ranking-state.state-4 .state-text {
  color: #F5A623;
}

.side_box.real_time_ranking li a .ranking-box .content {
  min-height: 35px;
  display: table;
  font-size: 12px;
  margin-left: 40px;
  font-weight: bold;
  line-height: 1.3em;

  @-moz-document url-prefix() {
    height: 35px;
  }
}

.side_box.real_time_ranking li a .ranking-box .content span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}

.side_box.real_time_ranking li a .ranking-box .content img {
  width: 60px;
  height: 60px;
}

.side_box.real_time_ranking li a .ranking-box.rank-1 .fa-bookmark {
  color: #F8E71C;
}

.side_box.real_time_ranking li a .ranking-box.rank-2 .fa-bookmark {
  color: #D9D4DA;
}

.side_box.real_time_ranking li a .ranking-box.rank-3 .fa-bookmark {
  color: #ECAA6F;
}

.side_box.real_time_ranking li a .ranking-box.top-three {
  padding: 5px;
}

.side_box.real_time_ranking li a .ranking-box.top-three .ranking-tag {
  top: -4px;
}

.side_box.real_time_ranking li a .ranking-box.top-three .content {
  min-height: 60px;

  @-moz-document url-prefix() {
    height: 60px;
  }
}

.side_box.real_time_ranking li a:hover .content span {
  color: #07a5df;
  text-decoration: underline;
}

.popupbox.md_link_creator {
  padding: 5px 20px;
}

.popupbox.md_link_creator li {
  margin: 10px 0;
}

.popupbox.md_link_creator input.btn:focus {
  outline: 0;
}

.popupbox.md_link_creator input[type=text] {
  font-size: 9pt;
  height: 15pt;
  width: 100%;
}

.type_markdown {

  margin: 0;

  padding: 0;

  font-size: 1.15em;

  line-height: 1.4;

}

.type_markdown img.expand {
  max-width: 400px;
  max-height: 400px;
}

.type_markdown p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 16px;
}

.type_markdown .md-h-1 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.65em;
  line-height: 1.2;
  border-bottom: 3px solid #eee;
}

.type_markdown .md-h-2 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.type_markdown .md-h-3 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2;
}

.type_markdown .md-h-4 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.15em;
}

.type_markdown .md-h-5 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
}

.type_markdown .md-h-6 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  color: #777;
}

.type_markdown p > strong {
  font-weight: bold;
}

.type_markdown p > em {
  font-style: italic;
}

.type_markdown p > strong > em {
  font-weight: bold;
}

.type_markdown .rich_l {
  display: block;
  margin: 3px;
  text-align: center;
}

.type_markdown .rich_thumb img {
  max-height: 400px;
  max-width: 400px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 3px;
}

.type_markdown .instagram .instagram-media {
  position: relative;
  width: 400px;
}

.type_markdown ul {
  margin: 0 0 1em 2em;
}

.type_markdown ul > li {
  list-style-type: disc;
}

.type_markdown ol {
  margin: 0 0 1em 2em;
}

.type_markdown ol > li {
  list-style-type: decimal;
}

.type_markdown pre > code {
  font-size: 95%;
  line-height: 1.45;
  padding: 16px;
  margin-bottom: 14px;
  background-color: #f8f8f8;
  display: block;
  white-space: pre-wrap;
}

.type_markdown p code, .type_markdown li code {
  background-color: #f8f8f8;
  padding: 0.2em 0;
}

.type_markdown p code::before, .type_markdown p code::after, .type_markdown li code::before, .type_markdown li code::after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

.type_markdown blockquote {
  padding: 0 15px;
  border-left: 4px solid #ddd;
  margin: 0px;
}

.type_markdown hr {
  margin: 16px 0;
  height: 4px;
  background-color: #e7e7e7;
  border: 0 none;
  padding: 0;
}

.type_markdown .type_togetter blockquote {
  padding: 0;
  border: none;
  margin: 2px;
}

.smartphone .type_markdown img.expand,.appli .type_markdown img.expand{
  max-width: 300px;
  max-height: 300px;
}

.action_markdown_item {
  margin: 0;
  padding: 0;
  font-size: 1.15em;
  line-height: 1.4;
}

.action_markdown_item img.expand {
  max-width: 400px;
  max-height: 400px;
}

.action_markdown_item p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 16px;
}

.action_markdown_item .md-h-1 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.65em;
  line-height: 1.2;
  border-bottom: 3px solid #eee;
}

.action_markdown_item .md-h-2 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.action_markdown_item .md-h-3 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2;
}

.action_markdown_item .md-h-4 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  font-size: 1.15em;
}

.action_markdown_item .md-h-5 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
}

.action_markdown_item .md-h-6 {
  margin: 0.5em 0;
  padding-bottom: 0.3em;
  display: block;
  font-weight: bold;
  color: #777;
}

.action_markdown_item p > strong {
  font-weight: bold;
}

.action_markdown_item p > em {
  font-style: italic;
}

.action_markdown_item p > strong > em {
  font-weight: bold;
}

.action_markdown_item .rich_l {
  display: block;
  margin: 3px;
  text-align: center;
}

.action_markdown_item .rich_thumb img {
  max-height: 400px;
  max-width: 400px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 3px;
}

.action_markdown_item .instagram .instagram-media {
  position: relative;
  width: 400px;
}

.action_markdown_item ul {
  margin: 0 0 1em 2em;
}

.action_markdown_item ul > li {
  list-style-type: disc;
}

.action_markdown_item ol {
  margin: 0 0 1em 2em;
}

.action_markdown_item ol > li {
  list-style-type: decimal;
}

.action_markdown_item pre > code {
  font-size: 95%;
  line-height: 1.45;
  padding: 16px;
  margin-bottom: 14px;
  background-color: #f8f8f8;
  display: block;
  white-space: pre-wrap;
}

.action_markdown_item p code, .action_markdown_item li code {
  background-color: #f8f8f8;
  padding: 0.2em 0;
}

.action_markdown_item p code::before, .action_markdown_item p code::after, .action_markdown_item li code::before, .action_markdown_item li code::after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

.action_markdown_item blockquote {
  padding: 0 15px;
  border-left: 4px solid #ddd;
  margin: 0px;
}

.action_markdown_item hr {
  margin: 16px 0;
  height: 4px;
  background-color: #e7e7e7;
  border: 0 none;
  padding: 0;
}

.markdown_index {
  font-size: 1.4em;
  margin: 0 10px;
}

.markdown_index a {
  text-decoration: none;
  display: block;
  color: #4a4a4a;
  padding: 3px;
}

.markdown_index a:hover {
  background-color: #eee;
}

.markdown_index ul > li > ul{
  padding-left: 1em;
}

.account_info_box {
  position: relative;
}

.account_info_box > div{
  background-color: #fbfbfb;
  border-radius: 5px 5px 0 0;
}

.account_info_box .info_content{
  padding: 10px 10px 0 10px;
}

.account_info_box .info_content > a{
  float:right;
}

.account_info_box .info_content > a img {
  width: 85px;
  height: 85px;
}

.account_info_box .info_head {
  margin:0 0 3px 0;
}

.account_info_box .info_head h3 {
  float: left;
  padding: 1px 2px;
  border-radius: 2px;
  background-color: #00adee;
  color: #fff;
  font-size: 83%;
}

.account_info_box .info_head h3 a {
  color: #fff;
  text-decoration: none;
}

.account_info_box .info_head h3 a:hover{
  text-decoration: underline;
}

.account_info_box h1 {
  font-size: 180%;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

.account_info_box h1 a {
  color: #333;
}

.account_info_box h1 a:hover {
  color: #ff8838;
  text-decoration: none;
}

.account_info_box .info_status {
  margin: 8px 10px 0 10px;
}

.account_info_box .info_status .icon_view {
  margin-left: 10px;
}

.account_info_box .info_status .icon_view span {
  font-size: 124%;
}

.account_info_box .info_status .info_action {}

.account_info_box .favorite_user_box::after {
  border-bottom: 6px solid #fbfbfb;
}

.account_info_box .account_icons {
  margin: 20px 0 0 14px;
}

.account_info_box .account_icons > li {
  position: relative;
  float: left;
  margin: 4px;
}

.account_info_box .account_icons > li > a {
  display: block;
}

.account_info_box .account_icons > li > a > * {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.account_info_box .account_icons > li > a > span {
  display: table-cell;
  background-color: #105cb6;
  text-align: center;
  font-size: 74%;
  color: #fff;
  vertical-align: middle;
  line-height: 1.2em;
}

.account_info_box .account_icons .popup_account {
  position: absolute;
}

.account_info_box .category_line{
  margin-left: 5px;
}

.account_tweets {
  margin: 10px 5px 0px;
}

.account_tweets div > ul {
  float: left;
  width: 236px;
  box-sizing: border-box;
  margin-right: 10px;
}

.account_tweets div > ul:last-child {
  margin-right: 0;
}

.account_tweets div .account_tweet_item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #ccc;
  margin-bottom: 9px;
}

.account_tweets div .account_tweet_item .image img {
  width: 236px;
  border-radius: 5px 5px 0 0;
  vertical-align: bottom;
}

.account_tweets div .account_tweet_item .header {
  padding: 7px 7px 0;
}

.account_tweets div .account_tweet_item .header .timestamp {
  float: right;
}

.account_tweets div .account_tweet_item .header > div {
  position: relative;
  overflow: hidden;
}

.account_tweets div .account_tweet_item .header > div a {
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  color: #105cb6;
  line-height: 1em;
}

.account_tweets div .account_tweet_item .header > div a img {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.account_tweets div .account_tweet_item .header > div a strong {
  display: block;
  font-size: 83%;
}

.account_tweets div .account_tweet_item .header > div a span {
  font-size: 74%;
  color: #aaa;
}

.account_tweets div .account_tweet_item .tweet {
  padding: 7px 7px 0;
  font-size: 100%;
  line-height: 1.4em;
  margin-bottom: 0;
  white-space: pre-wrap;
}

.account_tweets div .account_tweet_item.tweet_type_2 .tweet {
  color: #e22;
  font-weight: bold;
}

.account_tweets div .account_tweet_item.tweet_type_1 .tweet {
  color: #00d;
  font-weight: bold;
}

.account_tweets div .account_tweet_item .action {
  padding: 7px;
}

.account_tweets div .account_tweet_item .action a {
  display: inline-block;
  height: 16px;
  color: #ccc;
  text-decoration: none;
}

.account_tweets div .account_tweet_item .action a span {
  padding-left: 2px;
}

.account_tweets div .account_tweet_item .action a:hover {
  color: #ff8838;
}

.account_tweets div .account_tweet_item.list a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.account_tweets div .account_tweet_item.list a > div:last-child {
  width: 220px;
  margin: 5px auto;
}

.account_tweets div .account_tweet_item.list a > div:last-child img {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 3px 5px;
}

.account_tweets div .account_tweet_item.list .image {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  background-color: #000;
}

.account_tweets div .account_tweet_item.list .image img {
  vertical-align: bottom;
  -ms-filter: blur(2px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  filter:blur(2px);
  opacity: 0.5;
}

.account_tweets div .account_tweet_item.list .title {
  text-align: center;
  color: #333;
  padding: 40px 0 35px;
  text-decoration: underline;
  font-size: 116%;
  font-weight: bold;
}

.account_tweets div .account_tweet_item.list a:hover .title {
  text-decoration: none;
}

.account_tweets div .account_tweet_item.list.has_image .title {
  color: #fff;
}

.account_tweets #loading {
  clear: both;
  text-align: center;
  font-size: 200%;
}

.account_tweets #loading i {
  margin: 30px 0;
}

.popupbox {
  position: absolute;
  width: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  background-clip: padding-box;
}

.popup_account .header {
  padding: 7px 7px 0;
  display: block;
  margin: 0;
  line-height: 1em;
}

.popup_account .header a {
  color: #333;
}

.popup_account .header strong {
  display: block;
  font-size: 100%;
}

.popup_account .header span {
  font-size: 74%;
  color: #aaa;
}

.popup_account .follow {
  padding: 7px;
}

.popup_account .profile {
  padding: 7px;
  border-top: 1px solid #e5e5e5;
  white-space: pre-wrap;
}

.account_button_box {
  position: relative;
  height: 19px;
  margin: 0 0 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.account_button_box.non_button{
  height: 10px;
}

.account_button_box > div {
  position: absolute;
  top: 0;
  right: 32px;
}

.account_button_box > div > a,.account_button_box > div > span {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-color: #ddebfc;
  border-radius: 50%;
  color: #105cb6;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.account_button_box > div > a:hover, .account_button_box > div > span:hover {
  background-color: #eff5fe;
}

.account_button_box > div > a:first-child, .account_button_box > div > span:first-child {
  background-color: #ff8838;
  color: #fff;
}

.account_button_box > div > a:first-child:hover, .account_button_box > div > span:first-child:hover {
  background-color: #ffa351;
}

.account_button_box > div > a > i, .account_button_box > div > span > i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 11px;
}

.account_header_box h1{
  margin: 10px 10px 0 10px;
}

.account_header_box h2{
  margin: -30px 10px 0 10px;
  font-size: 92%;
}

.side_account_box {
  position: relative;
  margin-top: 20px;
}

.side_account_box > h3,
  .side_account_box > a {
  display: block;
  position: absolute;
  color: #fff;
  z-index: 1;
}

.side_account_box > h3{
  top: -10px;
  left: 10px;
  padding: 1px 2px;
  border-radius: 2px;
  background-color: #00adee;
  font-size: 83%;
}

.side_account_box > h3 a{
  color: #fff;
  text-decoration: none;
}

.side_account_box > h3 a:hover{
  text-decoration: underline;
}

.side_account_box > a {
  right: 10px;
  top: -12px;
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ff8838;
  text-align: center;
}

.side_account_box > a:hover {
  background-color: #ffa351;
}

.side_account_box > a > i {
  font-size: 16px;
  line-height: 24px;
  margin-left: 1px;
}

.side_account_box .side_account_item:first-child {
  border-top: 0 solid transparent;
}

.side_account_box .side_account_item a {
  font-weight: bold;
  display: table;
  height: 60px;
  min-height: 60px;
  padding: 5px;
}

.side_account_box .side_account_item a > span{
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  font-size: 12px;
}

.side_account_box .side_account_item a .count{
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #aaa;
  background: #eee;
  font-weight: bold;
  color: #444;
  text-shadow: 0 1px 1px #f6f6f6;
  border-radius: 1em;
  margin: 0 5px;
  padding: 0.2em 0.5em;
  white-space: nowrap;
}

.side_account_box .side_account_item a img{
  width: 60px;
  height: 60px;
}

.side_account_box .side_account_item a:hover span.link {
  color: #07a5df;
  text-decoration: underline;
}

.side_account_box .side_account_item li {
  display: inline-block;
  margin: 0;
  text-decoration: none;
}

.smartphone .account_info_box {
  margin: 0;
}

.smartphone .account_info_box .info_content{
  padding:3px 3px 0;
}

.smartphone .account_info_box .info_thumb img {
  width: 75px;
  height: 75px;
}

.smartphone .account_info_box h1{
  font-size: 150%;
}

.smartphone .account_info_box .info_status {
  margin:8px 3px 0;
}

.smartphone .account_info_box .info_status .icon_view {
  margin-left: 0px;
}

.smartphone .account_info_box .info_status .icon_view span {
  font-size: 100%;
}

.smartphone .account_info_box .info_status .info_action {
  margin-left: 5px;
}

.smartphone .account_info_box .account_icons {
  margin: 10px 0 0 5px;
}

.smartphone .account_info_box .account_icons > li {
  margin: 2px;
}

.smartphone .account_info_box .account_icons > li > a > * {
  width: 34px;
  height: 34px;
}

.smartphone .account_info_box .category_line{
  margin-left: 5px;
}

.smartphone .account_desc_box h2{
  font-size: 83%;
}

.smartphone .account_tweets div > ul {
  width: 49.5%;
  margin-right: 1%;
}

.smartphone .account_tweets div > ul:last-child {
  margin-right: 0;
}

.smartphone .account_tweets div .account_tweet_item {
  width: 100%;
}

.smartphone .account_tweets div .account_tweet_item .image img {
  width: 100%;
}

.smartphone .account_tweets div .account_tweet_item.list a > div:last-child {
  width: 100%;
}

.smartphone .account_tweets div .account_tweet_item.list a > div:last-child img {
  width: 16%;
  height: 16%;
  border-radius: 50%;
  margin: 2%;
}

.smartphone .account_tweets div .account_tweet_item.list .title {
  font-size: 100%;
}

.smartphone .popupbox {
  position: static;
  width: 300px;
}

.twitter_button {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

.twitter_button > div{
  display: inline-block;
  vertical-align: top;
}

.twitter_button .btn-o .btn {
  height: 18px;
  padding: 0 0 0 3px;
}

.twitter_button .btn-o .btn i,.twitter_button .btn-o .btn span{
  line-height: 18px;
  vertical-align: top;
}

.twitter_button .btn-o .btn span {
  font-size: 83%;
  padding: 0 3px;
}

.twitter_button .count-o {
  margin: 0;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 18px;
  min-width: 15px;
  position: relative;
  text-align: center;
}

.twitter_button .count-o i,
    .twitter_button .count-o u {
  border-image: none;
  border: 4px solid transparent;
  border-right: 4px solid #aaa;
  border-left: 0 none transparent;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.twitter_button .count-o u {
  border-right-color: #fff;
  margin-left: -3px;
}

.twitter_button .count-o a {
  padding: 0 3px;
  line-height: 18px;
  vertical-align: top;
  color: #333;
  font-size: 83%;
  font-family: "Helvetica Neue",Arial,sans-serif;
  white-space: nowrap;
}

.tooltip-span {
  display: block;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*

	1. Buttons

 */

/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }

.pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }

.pswp__button:active {
    outline: none;
    opacity: 0.9; }

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, .3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }

.pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }

.pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*

	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, .5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, .3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp__error-msg {
  width: 100% !important;
}

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?pprw8n');
    src:    url('../fonts/icomoon.eot?pprw8n#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?pprw8n') format('truetype'),
        url('../fonts/icomoon.woff?pprw8n') format('woff'),
        url('../fonts/icomoon.svg?pprw8n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hatebu:before {
    content: "\e900";
}

.icon-line:before {
    content: "\e901";
}

.richtext-toolbox {
  margin: 6px;
}

.richtext-toolbox-color div {
  width: inherit;
  height: inherit;
  margin: 2px;
  display: inline-block;
}

.richtext-toolbox-color label {
  margin: 0px;
  display: inline-block;
  padding: 5px;
}

.rich_btn.md_fonteffect i {
  color: red;
}

.thumbnail_box {
  width: auto;
}

.thumbnail_box .thumbnail_list_box {
  min-width: 350px;
  height: 350px;
  border: 1px solid #999;
  overflow-y: scroll;
}

.thumbnail_box .thumbnail_list_box .thumbnail_line .thumbnail_wrapper {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin:3px 0 0 3px;
}

.thumbnail_box .thumbnail_list_box .thumbnail_line .thumbnail_wrapper:last-child{
  margin:3px 3px 0 3px;
}

.thumbnail_box .thumbnail_list_box .thumbnail_line .thumbnail_wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.thumbnail_box .thumbnail_list_box .thumbnail_line .thumbnail_wrapper.selected {
  border: 4px solid #ff8838;
  box-sizing: border-box;
}

.thumbnail_box .thumbnail_list_box .thumbnail_line .thumbnail_wrapper.selected img{
  opacity: 0.75;
}

.thumbnail_box .thumbnail_list_box .thumbnail_line:last-child{
  margin-bottom:3px;
}

.line_box > li > span {
  display: block;
  padding: 8px 12px;
  position: relative;
  border-top: 1px solid #ddd;
  font-weight: bold;
}

.line_box > li > span > span.anno {
  color: #989797;
  font-size: 83%;
  font-weight: normal;
}

.line_box > li > span > span.view {
  float: right;
  margin-top: 1px;
}

.line_box > li > a {
  display: block;
  padding: 8px 12px;
  position: relative;
  border-top: 1px solid #ddd;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.line_box > li > a:hover{
  background-color: #f1f2f4;
}

.line_box > li > a:hover i {
  color: #666;
}

.line_box > li .ui-li-count {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 11px;
  font-weight: bold;
  background-clip: padding-box;
  border: 1px solid #aaa;
  background: #eee;
  font-weight: bold;
  color: #444;
  text-shadow: 0 1px 1px #f6f6f6;
  border-radius: 1em;
  margin-left: 5px;
  margin-top: -0.9em;
  padding: 0.2em 0.5em;
}

.line_box > li i {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #ccc;
  font-size: 118%;
}

.line_box > li:last-child > a {
  border-radius: 0 0 5px 5px;
}

.line_box > li.select > a {
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  color: #fff;
}

.line_box > li.select > a i{
  color: #666;
}

.line_box .line_module {
  display: none;
  margin: 10px 0 0;
}

.line_box .line_module ul {
  padding: 5px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.line_box .line_module ul li {
  border-top: 1px dotted #999;
  padding: 3px;
}

.line_box .line_module ul li:first-child {
  border-top: 0 solid transparent;
}

.line_box .line_module .rad5 li {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
}

.line_box .line_module .rad5 li a {
  font-weight: bold;
}

.user_ranking_box{
  margin: 10px 9px 0 9px;
}

.user_ranking_box > div{
  margin-top: 10px;
}

.user_ranking_box ul li{
  position: relative;
  float:left;
  width: 134px;
  box-sizing: border-box;
  padding: 0 5px;
}

.user_ranking_box ul li .user_icon{
  position: relative;
  display: block;
  overflow: hidden;
}

.user_ranking_box ul li .user_icon img{
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
  border: 1px solid rgba(0, 0, 0, .09);
}

.user_ranking_box ul li .user_icon div{
  padding: 70px 0 0 4px;
  position: relative;
}

.user_ranking_box ul li .user_icon span.user_screen_name{
  color: #333;
  font-weight: bold;
  font-size: 92%;
  background-color: rgba(255, 255, 255, .5);
}

.user_ranking_box ul li .user_icon span.user_name{
  color: #666;
  font-size: 83%;
  background-color: rgba(255, 255, 255, .5);
}

.user_ranking_box ul li .user_icon span.ranking_label{
  display: inline-block;
  position: absolute;
  top:-20px;
  left: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  vertical-align: bottom;
  background-color: #000;
  transform: rotate(-45deg);
}

.user_ranking_box ul li .user_icon span.ranking_label.ranking_1{
  color: #4a4a4a;
  background-color: #F8E71C;
}

.user_ranking_box ul li .user_icon span.ranking_label.ranking_2{
  color: #4a4a4a;
  background-color: #D9D4DA;
}

.user_ranking_box ul li .user_icon span.ranking_label.ranking_3{
  color: #4a4a4a;
  background-color: #ECAA6F;
}

.user_profile .header {
  padding: 7px 7px 0;
  display: block;
  margin: 0;
  line-height: 1em;
}

.user_profile .header a {
  color: #333;
}

.user_profile .header strong {
  display: block;
  font-size: 100%;
}

.user_profile .header span {
  font-size: 74%;
  color: #aaa;
}

.user_profile .header .follow_state{
  float: right;
}

.user_profile .header .follow_state a{
  font-size: 150%;
  color: #FE4C4C;
  text-decoration: none;
}

.user_profile .header .follow_state .following{
  display: none;
}

.user_profile .header .follow_state.is_following .unfollow{
  display: none;
}

.user_profile .header .follow_state.is_following .following{
  display: inline;
}

.user_profile .follow {
  padding: 7px;
}

.user_profile .profile {
  padding: 7px;
  border-top: 1px solid #e5e5e5;
  white-space: pre-wrap;
}

.smartphone .user_ranking_box{
  margin: 10px 0;
}

.smartphone .user_ranking_box .title_simple_box{
  margin: 10px 3px 5px;
}

.tag_ranking_box{
  margin: 10px 10px 0;
}

.tag_ranking_box ul li{
  display: inline-block;
  padding: 5px;
}

.tag_ranking_box ul li a{
  font-size: 116%;
}

.bottom_category_box ul li{
  float: left;
  border-right: 1px solid #ddd;
  margin: 15px 0 0 0;
  padding: 0 10px;
}

.bottom_category_box ul li:last-child{
  border-right: 0 solid transparent;
}

.bottom_category_box ul li span{
  font-size: 83%;
  color: #666;
}

.privacy_setting label {
  display: block;
}
