@charset 'UTF-8';
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
  padding: 0;
}
input {
  outline: none;
}
#header {
  width: 100%;
  height: 37px;
  zoom: 1;
  font-size: 13px;
  background: #fff;
  color: #888;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#global-header-left {
  float: left;
  width: 250px;
}
#service-logo {
  margin: 0;
}
#service-logo a {
  display: block;
  height: 37px;
  line-height: 1;
  vertical-align: normal;
  padding: 0 0 0 10px;
}
#service-logo a img {
  width: 206px;
  height: 37px;
}
#global-header-right {
  float: right;
}
#service-menu {
  margin: 0 15px 0 0;
}
#service-menu li {
  display: inline-block;
  margin: 0 0 0 10px;
  line-height: 1;
  vertical-align: normal;
}
#service-menu li a {
  display: block;
  padding: 12px 0 0;
  height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service-menu li img {
  vertical-align: middle;
}
#global-logo a {
  display: block;
  padding: 0 0 0 6px;
}
#header .header-notify,
#header .header-username {
  margin-right: 2px;
  position: relative;
  padding: 0 1px !important;
}
#header span.header-dropdown {
  background: url(/images/keyword2013/dropdown.gif) center right no-repeat;
  padding-left: 3px;
  cursor: pointer;
  display: block;
  padding-right: 12px;
}
#header .header-username span.header-dropdown {
  padding-right: 12px;
}
#header .header-notify img {
  opacity: 1 !important;
}
#header .header-notify span.header-dropdown {
  padding-right: 9px;
}
#header .header-notify .notify-count {
  font-weight: bold;
  background: transparent url("/images/keyword2013/count-bg.png") no-repeat 0 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-right: 6px;
  position: absolute;
  top: 3px;
  right: -1px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 80%;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #header .header-notify .notify-count {
    background: transparent url("/images/keyword2013/count-bg@2x.png") no-repeat 0 0;
    background-size: 14px 14px;
  }
}
#header .header-profile-icon,
#header .profile-icon,
#header .profile-image {
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
  background: #fff;
}
#header .header-window {
  position: absolute;
  top: 33px;
  right: 0;
  margin: 0;
  background: #fff;
  width: 250px;
  z-index: 10000;
  display: none;
  padding: 0 0 5px 0;
  border: 1px solid #ccc;
}
#header .header-window dt.label span,
#header .header-window li.label span {
  padding: 3px 0 5px 3px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  display: block;
  margin-top: 3px;
  color: #000;
  background: #fff;
}
#header .header-window dd img {
  margin-right: 4px;
  margin-left: 3px;
}
#header .header-window a,
#header .header-window button {
  color: #333 !important;
}
#header .header-window li img {
  margin-right: 3px;
  border: 1px solid #ccc;
}
#header .header-window li:last-child {
  border-bottom: 0;
}
#username-window,
#notify-window {
  display: block;
}
#username-window {
  text-align: left;
  width: 150px !important;
  font-size: .9em;
  padding: 5px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#username-window dd {
  margin: 0;
  padding: 5px 0;
  display: block;
}
#username-window dd a {
  padding: 0;
  display: block;
  height: auto;
}
#username-window .label {
  margin: 0 0 3px;
}
#username-window form {
  margin: 0;
  padding: 0;
}
#username-window button.logout {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
#username-window button.logout:hover {
  text-decoration: underline;
}
#notify-window {
  font-size: 90%;
  line-height: 1;
}
#notify-window img {
  float: left;
  margin: 10px;
  width: 16px;
  height: 16px;
}
#notify-window img.star {
  width: auto;
  height: auto;
  border: 0;
  margin: 0 1px 1px 0;
  float: none;
}
#notify-window a {
  color: #0000cc;
}
#notify-window .body {
  margin-left: 32px;
  display: block;
}
#notify-window .timestamp {
  display: block;
  color: #999;
}
#notify-window iframe {
  width: 250px;
  height: 300px;
  overflow: auto;
  background: #fff;
}
#notify-window #langselector-body li.selected {
  background: #eff3ff;
}
#subheader-base {
  clear: both;
}
#subheader {
  width: 100%;
  zoom: 1;
  font-size: 0.857142857em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subheader:after {
  content: "";
  display: block;
  clear: both;
}
#subheader ul,
#subheader p {
  padding: 5px 0 0;
  margin: 0;
}
#subheader h2 {
  margin: 0;
}
#subheader #altlogo {
  display: none;
  float: left;
  margin: 0 -25px 0 0;
}
#subheader #altlogo a {
  display: block;
}
#subheader #altlogo a img {
  vertical-align: top;
  width: 25px;
  height: 26px;
}
#subheader-inner {
  padding: 7px 10px;
  background: #52bab0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  zoom: 1;
}
#subheader-inner:after {
  content: "";
  display: block;
  clear: both;
}
#board {
  float: left;
  width: 100%;
}
#board h2 {
  font-size: 1em;
  line-height: 1;
  vertical-align: normal;
  font-weight: normal;
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
  float: left;
  white-space: nowrap;
}
#board h2 .year,
#board h2 .month,
#board h2 .day {
  font-weight: bold;
  font-size: 1.3em;
}
#board h2 .year-label,
#board h2 .month-label,
#board h2 .day-label {
  font-size: .8em;
  color: #e2efee;
}
#board h2 .attention {
  font-weight: normal;
  color: #e2efee;
}
#board h2 a {
  display: block;
  background: #33a396;
  padding: 6px 3px 4px 6px;
  color: #fff;
}
#board h2:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: solid transparent;
  border-width: 13px 15px;
  border-color: transparent;
  border-color: rgba(51, 163, 150, 0);
  border-left-color: #33a396;
}
#board h2:hover a {
  background: #108e82;
}
#board h2:hover:after {
  border-color: transparent;
  border-color: rgba(16, 142, 130, 0);
  border-left-color: #108e82;
}
#board ul {
  /* display: block; */

  height: 1.4em;
  overflow: hidden;
}
#board ul li {
  display: inline-block;
}
#board ul li a {
  margin: 0 6px 0 12px;
  color: #fff;
}
#board ul li a:hover {
  text-decoration: underline;
}
#board ul li a:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #acd3cf;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -2px 0 0 -12px;
}
#board ul li:first-child a:before {
  display: none;
}
#board .board-keyword a {
  position: relative;
}
#board .board-keyword .tooltip {
  top: 25px;
}
#board .arrow-triangle.right {
  color: #e2efee;
}
#board .arrow-triangle.right:after {
  border-left-color: #e2efee;
}
#board .arrow-triangle.right:hover {
  color: #fff;
}
#board .arrow-triangle.right:hover:after {
  border-left-color: #fff;
}
#board-inner {
  margin: 0 170px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* height: 2em; */

  /* overflow: hidden; */

  zoom: 1;
  -webkit-transition: 0.2s margin-right ease-in-out;
  -moz-transition: 0.2s margin-right ease-in-out;
  transition: 0.2s margin-right ease-in-out;
}
#board-inner:after {
  content: "";
  display: block;
  clear: both;
}
#search {
  float: right;
  margin: 0 0 0 -170px;
  position: relative;
  z-index: 9090;
  -webkit-transition: 0.2s margin-left ease-in-out;
  -moz-transition: 0.2s margin-left ease-in-out;
  transition: 0.2s margin-left ease-in-out;
}
#search.focus {
  margin: 0 0 0 -240px;
}
#search.focus + #board #board-inner {
  margin-right: 240px;
}
#search:hover input {
  border-color: #fff;
}
#search input {
  border: 1px solid #bee3df;
  background: #52bab0;
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input::-webkit-input-placeholder {
  color: #e2efee;
  padding: 2px 0;
}
#search input:-moz-placeholder {
  /* Firefox 18- */

  color: #e2efee;
}
#search input::-moz-placeholder {
  /* Firefox 19+ */

  color: #e2efee;
}
#search input:-ms-input-placeholder {
  color: #e2efee;
}
#search #search-input {
  width: 10em;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-right-width: 0;
}
#search #search-input:focus {
  background: #fff;
  width: 16em;
  border-color: #fff;
}
#search #search-input:focus::-webkit-input-placeholder {
  color: #52bab0;
}
#search #search-input:focus:-moz-placeholder {
  /* Firefox 18- */

  color: #52bab0;
}
#search #search-input:focus::-moz-placeholder {
  /* Firefox 19+ */

  color: #52bab0;
}
#search #search-input:focus:-ms-input-placeholder {
  color: #52bab0;
}
#search #search-input:focus + #search-submit {
  border-color: #fff;
  background: #ffffff url("/images/keyword2013/search-bk.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #search #search-input:focus + #search-submit {
    background: #ffffff url("/images/keyword2013/search-bk@2x.png") no-repeat center center;
    background-size: 14px 13px;
  }
}
#search #search-submit {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-left-width: 0;
  width: 30px;
  padding: 6px 0;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url("/images/keyword2013/search-wh.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #search #search-submit {
    background: transparent url("/images/keyword2013/search-wh@2x.png") no-repeat center center;
    background-size: 14px 13px;
  }
}
#subheader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: url(/images/keyword2013/shadow.png);
}
#subheader.fixed #subheader-inner {
  margin: 0 0 1px 0;
  background: #fff;
}
#subheader.fixed #altlogo {
  display: block;
  float: left;
  z-index: 9100;
  position: relative;
}
#subheader.fixed #board ul a {
  color: #888;
}
#subheader.fixed #board ul a:hover {
  color: #52bab0;
}
#subheader.fixed #board ul a:before {
  background: #ddd;
}
#subheader.fixed #board-inner {
  margin-left: 32px;
}
#subheader.fixed .arrow-triangle.right:after {
  border-left-color: #888;
}
#subheader.fixed .arrow-triangle.right:hover:after {
  border-left-color: #52bab0;
}
#subheader.fixed #search input {
  border: 1px solid #ccc;
  background: #fff;
}
#subheader.fixed #search input::-webkit-input-placeholder {
  color: #aaa;
  padding: 2px 0;
}
#subheader.fixed #search input:-moz-placeholder {
  /* Firefox 18- */

  color: #aaa;
}
#subheader.fixed #search input::-moz-placeholder {
  /* Firefox 19+ */

  color: #aaa;
}
#subheader.fixed #search input:-ms-input-placeholder {
  color: #aaa;
}
#subheader.fixed #search input:focus {
  border-color: #888;
}
#subheader.fixed #search input:focus + #search-submit {
  border-color: #888;
}
#subheader.fixed #search:hover input {
  border-color: #888 !important;
}
#subheader.fixed #search #search-input {
  border-right: none;
}
#subheader.fixed #search #search-submit {
  border: 1px solid #ccc;
  border-left: none;
  background: #ffffff url(/images/keyword2013/search-bk.png) no-repeat center center;
  background-size: 14px 13px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/keyword2013/search-bk.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/keyword2013/search-wh.png', sizingMethod='scale')";
}
#breadcrumbs {
  width: 100%;
  overflow: hidden;
  padding: 0 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.857142857em;
}
#breadcrumbs ul,
#breadcrumbs p {
  margin: 0;
}
#breadcrumbs-list {
  float: left;
  display: inline-block;
  margin: 0 20px 0 0 !important;
}
#breadcrumbs-list li {
  display: inline-block;
  line-height: 1;
  vertical-align: normal;
}
#breadcrumbs-list li a {
  color: #aaa;
  border: none;
  padding: 0;
}
#breadcrumbs-list li a:hover {
  color: #52bab0;
  text-decoration: underline;
}
#breadcrumbs-list li.nolink {
  color: #aaa;
}
#breadcrumbs-list li .crumbs {
  display: inline-block;
  margin: 0 7px;
  width: 1em;
  text-indent: -999px;
  position: relative;
}
#breadcrumbs-list li .crumbs:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border: solid transparent;
  border-width: 3px 10px;
  border-color: transparent;
  border-color: rgba(221, 221, 221, 0);
  border-left-color: #ddd;
}
#burstkeyword-bread {
  display: inline-block;
}
#burstkeyword-bread li {
  display: inline-block;
}
#footer {
  background: #e2efee;
  width: 100%;
  overflow: hidden;
}
#footer a:hover {
  color: #52bab0;
  text-decoration: underline;
}
#footer #footer-inner {
  display: table;
  margin: 25px 25px 25px 0;
}
#footer .footer-col {
  display: table-cell;
  padding: 0 0 0 25px;
}
#footer .footer-col.hr {
  border-right: 1px solid #c5d8d7;
  padding-right: 50px;
}
#footer .footer-col.hr.heading {
  padding-right: 25px;
  min-width: 120px;
}
#footer .footer-col.hr.heading a {
  color: #777;
}
#footer .footer-col.hr.heading a span {
  font-weight: bold;
  display: block;
}
#footer h3,
#footer li {
  font-size: 12px;
}
#footer h2,
#footer h3 {
  color: #888888;
  font-size: 10px;
  margin: 0;
}
#footer ul {
  margin: 10px 0 0;
}
#footer p,
#footer small {
  color: #888888;
  margin: 0;
  line-height: 1.1;
}
@font-face {
  font-family: 'fira-m';
  src: url('/images/keyword2013/fonts/FiraSans-Medium.eot?') format('oldIE'), url('/images/keyword2013/fonts/FiraSans-Medium.woff') format('woff'), url('/images/keyword2013/fonts/FiraSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'fira-l';
  src: url('/images/keyword2013/fonts/FiraSans-Light.eot?') format('oldIE'), url('/images/keyword2013/fonts/FiraSans-Light.woff') format('woff'), url('/images/keyword2013/fonts/FiraSans-Light.ttf') format('truetype');
}
body {
  font-size: 0.875em;
  line-height: 1.8;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #333333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body > img[src^="http://tg.socdm.com/tm/gif?"],
body > img[src^="https://ssl.socdm.com/tm/gif?"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999px;
}
::-moz-selection {
  background: #f3e7cb;
}
::selection {
  background: #f3e7cb;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #52bab0;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.table {
  display: table;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
}
.modeless-message {
  padding: 5px 10px 5px 15px;
  color: #fff;
  margin: 0;
  font-size: .9em;
}
.modeless-message a {
  color: inherit;
  display: inline-block;
  border: 1px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 1;
  vertical-align: normal;
}
.modeless-message a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.modeless-message .close-btn {
  float: right;
}
.modeless-message.success {
  background: #52bab0;
}
.modeless-message.error {
  background: #fa7484;
}
.modeless-message.note {
  background: #f3e7cb;
  color: #000;
}
.modeless-message#sp-suggest {
  background: #52bab0;
  text-align: center;
}
.modeless-message#sp-suggest a {
  border-width: 4px;
  margin: 1em .75em;
  font-size: 5em;
  padding: .25em .5em;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 1.5;
}
.modeless-message#sp-suggest a span {
  display: inline-block;
  text-align: left;
}
.tooltip {
  position: absolute;
  z-index: 10000;
  display: none;
}
.tooltip.t-top .tooltip-inner:before {
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -6px;
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.tooltip.t-top.t-large .tooltip-inner {
  font-size: .9em;
}
.tooltip.t-bottom .tooltip-inner:before {
  top: -10px;
  left: 50%;
  margin: 0 0 0 -6px;
  border-bottom-color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltip.t-left {
  padding-right: 10px;
}
.tooltip.t-left .tooltip-inner:before {
  top: 50%;
  right: -10px;
  margin: -5px 0 0;
  border-left-color: #000;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.tooltip.t-right {
  padding-left: 10px;
}
.tooltip.t-right .tooltip-inner:before {
  top: 50%;
  left: -10px;
  margin: -5px 0 0;
  border-right-color: #000;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.tooltip .tooltip-inner {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: .5em;
  display: inline-block;
  position: relative;
  color: #eee;
  font-size: .8em;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1;
}
.tooltip .tooltip-inner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.context-menu-parent {
  position: relative;
}
.context-menu-parent:hover .context-menu {
  display: block;
}
.context-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  background: url(/images/keyword2013/shadow.png);
  font-size: 0.928571429em;
  padding: 1px 1px 2px;
}
.context-menu ul {
  margin: 0;
  text-align: left;
  overflow: hidden;
  /* padding: .25em 0; */

  padding: 1px;
  width: auto;
}
.context-menu-inner {
  background: #fff;
}
.context-menu-inner li,
.context-menu-inner a,
.context-menu-inner input {
  display: block;
  line-height: 1em;
  vertical-align: normal;
  white-space: nowrap;
  word-wrap: normal;
}
.context-menu-inner a,
.context-menu-inner input {
  padding: .75em 1em;
  color: inherit;
}
.context-menu-inner a:hover,
.context-menu-inner input:hover {
  background: #eee;
  text-decoration: none;
}
.context-menu-inner input {
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.favicon {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.button-blue,
.button-white {
  padding: .25em 1em;
  display: inline-block;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  line-height: 2;
}
.button-blue {
  background: #52bab0;
}
.button-blue:hover {
  background-color: #33a396;
  color: #fff;
}
.button-white {
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-white:hover {
  background: #555;
  border-color: #555;
  color: #fff;
}
.arrow-triangle {
  position: relative;
  padding-right: 20px !important;
  display: inline-block;
}
.arrow-triangle:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
}
.arrow-triangle.right:after {
  top: 50%;
  right: 0;
  margin: -5px 0 0;
  border-width: 4px 6px;
  border-color: transparent;
  border-color: rgba(204, 204, 204, 0);
}
.arrow-triangle.right.light:after {
  border-left-color: #bbb;
}
.arrow-triangle.right.dark:after {
  border-left-color: #6a6a6a;
}
.arrow-triangle.right:hover:after {
  border-color: transparent;
  border-color: rgba(82, 186, 176, 0);
  border-left-color: #52bab0;
}
.arrow-triangle.right.text-left {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.arrow-triangle.right.text-left:after {
  top: 50%;
  left: 0;
  margin: -5px 0 0;
  border-width: 4px 6px;
  border-color: transparent;
  border-color: rgba(204, 204, 204, 0);
}
.arrow-triangle.right.text-left.light:after {
  border-left-color: #bbb;
}
.arrow-triangle.right.text-left.dark:after {
  border-left-color: #6a6a6a;
}
.arrow-triangle.right.text-left:hover:after {
  border-color: transparent;
  border-color: rgba(82, 186, 176, 0);
  border-left-color: #52bab0;
}
.arrow-triangle.bottom {
  padding-right: 10px !important;
}
.arrow-triangle.bottom.light:after {
  border-top-color: #bbb;
}
.arrow-triangle.bottom:after {
  top: 50%;
  right: 0;
  margin: -4px 0 0;
  border-width: 6px 4px;
  border-color: transparent;
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #6a6a6a;
}
.arrow-triangle.bottom:hover:after {
  border-color: transparent;
  border-color: rgba(82, 186, 176, 0);
  border-top-color: #52bab0;
}
.arrow-triangle.bottom.box {
  padding: 0 !important;
}
.arrow-triangle.bottom.box:after {
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  border-width: 4px 2px;
  border-color: transparent;
  border-color: rgba(136, 136, 136, 0);
  border-top-color: #6a6a6a;
}
.arrow-triangle.left {
  padding-left: 12px !important;
  padding-right: 0 !important;
}
.arrow-triangle.left:after {
  top: 50%;
  left: 0;
  margin: -4px 0 0;
  border-width: 6px 4px;
  border-color: transparent;
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #6a6a6a;
}
.arrow-triangle.left:hover:after {
  border-color: transparent;
  border-color: rgba(82, 186, 176, 0);
  border-top-color: #52bab0;
}
.weak {
  color: #aaa;
}
.title-weak {
  font-size: 12px;
  color: #888;
  margin: 0 0 0 .5em;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
}
.hidden {
  display: none;
}
.tag {
  background: #f3e7cb;
  border: 1px solid #fff;
  padding: .25em .4em;
  display: inline-block;
  margin: 0 4px;
  font-size: .9em;
  line-height: 1;
  vertical-align: normal;
}
.tag.plus:before {
  content: '+';
  margin: 0 5px 0 0;
}
.tag:hover {
  color: #000;
  text-decoration: underline;
}
.lparen,
.rparen {
  border: solid #52bab0;
  display: inline-block;
  width: 7px;
  height: 20px;
  vertical-align: middle;
}
.lparen span,
.rparen span {
  display: none;
}
.lparen {
  border-width: 1px 0 0 1px;
  margin: 0 2px 7px 0;
}
.rparen {
  border-width: 0 1px 1px 0;
  margin: 0 5px 5px 2px;
}
.fixed .lparen,
.fixed .rparen {
  width: 5px;
  height: 12px;
}
.fixed .lparen {
  margin-bottom: 3px;
}
.fixed .rparen {
  margin-bottom: 1px;
}
.article:hover .show-hover {
  /* display: inline-block;  */

  visibility: visible;
}
.article-body > a {
  display: block;
}
.article-body > a:hover .article-title {
  color: #52bab0 !important;
}
.article-title {
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
  display: block;
}
.article-title .favicon {
  width: 14px;
  margin: 0 6px 0 -20px;
}
.article-description {
  font-size: .85em;
  line-height: 1.6;
  color: #777;
  display: block;
}
.article-meta {
  line-height: 1;
  vertical-align: normal;
  font-size: .85em;
  color: #aaa;
  display: block;
  clear: both;
}
.article-meta a:hover {
  color: #52bab0;
  text-decoration: underline;
}
.article-meta .line1 > *,
.article-meta .line2 > * {
  border-left: 1px solid #ddd;
  margin: 7px 8px 0 0;
  padding: 0 0 0 12px;
  display: inline-block;
}
.article-meta .line1 > *:first-child,
.article-meta .line2 > *:first-child {
  border-left: none;
  padding: 0;
}
.article-meta .show-hover {
  /* display: none; */

  visibility: hidden;
}
.bcount {
  color: #008fde;
}
.bcount em,
.bcount strong {
  font-style: normal;
  font-weight: normal;
}
.bcount span {
  font-weight: bold;
  margin: 0 3px 0 0;
}
.bcount:hover {
  text-decoration: underline;
}
.module {
  border-top: 2px solid #52bab0;
  padding: 25px;
  margin: 0 0 30px;
}
.module:hover .more-link {
  visibility: visible;
}
.module.last-module {
  margin: 0;
}
h1.title,
h2.title,
h3.title,
h4.title {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #108e82;
  font-weight: bold;
  margin: 0;
}
h1.likeh2.title h2.title {
  font-size: 1.4em;
}
h2.likeh3.title,
h3.title {
  font-size: 1.2em;
}
h3.likeh4.title,
h4.title {
  font-size: .8em;
}
.has-more-link .title {
  float: left;
  display: inline-block;
}
.title a {
  border-bottom: 1px dotted #ccc;
}
.title a:hover {
  text-decoration: none;
  color: #108e82;
  border-bottom: 1px solid #52bab0;
}
.more-link {
  visibility: hidden;
  margin: 0;
  float: right;
  font-size: .9em;
}
.more-link a:hover {
  text-decoration: underline;
}
.is-staff:before {
  content: 'staff only';
  display: inline-block;
  background: #52bab0;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: .2em .4em;
  line-height: 1;
  margin: 0 3px 0 0;
  font-size: .9em;
}
#loading-gif img {
  width: 16px;
  height: 16px;
}
.input {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 1px 3px #dddddd;
  -webkit-box-shadow: inset 1px 1px 3px #dddddd;
  box-shadow: inset 1px 1px 3px #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  outline: none;
  background: #fff;
  font-size: 1.1em;
}
.input:hover,
.input:focus {
  border-color: #888;
}
.error {
  color: #f02e45;
  font-weight: bold;
}
.errors {
  background: #fff2f4;
  font-weight: bold;
  color: #f02e45;
  padding: 10px 25px;
  margin: 0;
}
.errors .black {
  color: #333;
  font-size: .9em;
  font-weight: normal;
  width: 80%;
}
.errors .black a {
  text-decoration: underline;
}
#auction {
  border-top: 1px solid #e7e7e7;
  padding: 10px;
  margin: 0;
  overflow: hidden;
}
#auction .viewport {
  height: 90px;
  margin: 0;
}
#auction ul {
  overflow: hidden;
  margin: 0;
}
#auction li {
  width: 90px;
  height: 90px;
  display: block;
  float: left;
  margin: 0 5px 10px 0;
}
#auction li a {
  height: 90px;
  width: 90px;
  display: block;
  overflow: hidden;
  margin: 0;
  position: relative;
  line-height: 90px;
  background-position: center center;
  background-size: cover;
}
#auction li a .amazon-image {
  display: none;
}
#auction li a img {
  vertical-align: bottom;
}
#auction li a img.sponsor-icon-yahoo,
#auction li a img.sponsor-icon-rakuten {
  max-width: inherit;
  vertical-align: bottom;
  display: block;
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 16px;
  height: auto;
}
#auction li a img.sponsor-icon-rakuten {
  width: 12px;
  height: 12px;
}
#auction #sponsor-icon-template,
#auction #sponsor-icon-template * {
  display: none;
}
#header-campaign {
  border-top: 1px solid #e7e7e7;
  padding: 10px;
  margin: 0;
  overflow: hidden;
}
#header-campaign a {
  display: inline-block;
}
#header-campaign a img {
  vertical-align: bottom;
}
#amazon .viewport {
  clear: both;
  margin: 20px 0 0;
}
#amazon .row > .cell:first-child {
  padding-right: 25px;
}
#amazon .cell {
  width: 33.3333333%;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#amazon .cell a {
  display: block;
  overflow: hidden;
}
#amazon .cell a:hover h4 {
  text-decoration: underline;
}
#amazon .cell .amazon-image {
  width: 90px;
  height: 90px;
  display: block;
  text-align: center;
  background: #eee;
  float: left;
  overflow: hidden;
  margin: 0 15px 0 0;
  background-size: cover;
  background-position: center center;
}
#amazon .cell .amazon-image img {
  display: none;
}
#amazon .cell h4 {
  line-height: 1.5;
  margin: 0;
  max-height: 4.5em;
  overflow: hidden;
  font-weight: normal;
}
#amazon .cell .amazon-price {
  color: #aaa;
  margin: 5px 0 0;
  font-size: .8em;
}
#amazon .cell .amazon-digit {
  font-weight: bold;
  color: #fa7484;
  font-size: 1.3em;
  margin: 0 3px;
  letter-spacing: 1px;
}
#keywordbody-afc {
  margin: 25px;
}
#keywordbody-afc li {
  margin: 0 0 1em;
  line-height: 1.7;
}
#keywordbody-afc span {
  display: block;
}
#keywordbody-afc .google_ads_by,
#keywordbody-afc .summary,
#keywordbody-afc .visible_url {
  font-size: .95em;
}
#keywordbody-afc .title {
  font-weight: bold;
}
#keywordbody-afc .title a {
  padding: 5px 5px 0 0;
  margin: -5px -5px 0 0;
}
#keywordbody-afc .summary span {
  display: inline;
}
#keywordbody-afc .google_ads_by,
#keywordbody-afc .visible_url {
  font-size: .9em;
  color: #aaa;
}
#keywordbody-afc .visible_url a {
  padding: 5px;
  margin: -5px;
}
#keywordbody-afc .google_ads_by {
  font-size: .8em;
}
.double-adx {
  text-align: center;
  overflow: hidden;
}
.double-adx ins,
.double-adx div {
  display: inline-block;
}
#content-double-adx {
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
}
#bottom-double-adx {
  margin-bottom: 55px;
}
.double-adx-left {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .double-adx-left {
    margin-right: 0px;
  }
}
#index-sidebar-rectangle1 {
  width: 300px;
  height: 250px;
}
#sidebar-rectangle-top {
  text-align: center;
  margin: 0 0 25px;
}
#sidebar-rectangle-top div,
#sidebar-rectangle-top iframe {
  display: inline-block;
}
#sidebar-rectangle {
  text-align: center;
  margin: 25px 0;
}
#sidebar-rectangle div,
#sidebar-rectangle iframe {
  display: inline-block;
}
#sidebar-rectangle.keyword-notfound {
  text-align: left;
  margin-top: 0;
  margin-left: 25px;
}
#sidebar-rectangle-middle {
  margin: 25px 0 25px 25px;
}
#sidebar-rectangle-bottom {
  margin: 0 0 25px 25px;
}
.keyword-footer-ad {
  text-align: center;
  font-size: .8em;
  margin: 10px 0 25px;
}
#gurunavi {
  border-top: 3px double #eee;
  padding: .5em 0 0;
  margin: 25px;
  overflow: hidden;
}
#gurunavi-body {
  float: left;
  margin: 0 200px 0 0;
  padding: 0 25px 0 0;
}
#gurunavi-body h3 {
  line-height: 1;
}
#gurunavi-body h3 a {
  color: #333;
}
#gurunavi-body h3 a:hover {
  color: #52bab0;
}
#gurunavi-body section {
  margin: 0 0 30px;
}
#gurunavi-body .icon {
  vertical-align: middle;
  padding: 0 6px 0 0;
}
#gurunavi-body .gnavi-category li {
  display: inline-block;
}
#gurunavi-restaurant {
  float: right;
  width: 200px;
  margin: 0 0 0 -200px;
  text-align: center;
  background: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gurunavi-restaurant li {
  width: 190px;
}
#gurunavi-restaurant span {
  display: block;
}
#gurunavi-restaurant img {
  max-width: 100%;
  min-width: 100%;
}
#enjapan {
  border-top: 1px solid #eee;
  padding: 20px 25px;
}
#enjapan h3,
#enjapan h4,
#enjapan ul,
#enjapan p {
  margin: 0;
}
#enjapan h3 img {
  float: right;
  margin: 7px 0 0;
}
#enjapan li {
  margin: 10px 0 0;
}
#enjapan li a:hover h4 {
  color: #52bab0;
}
#enjapan h4 {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
#enjapan p {
  font-size: .9em;
  color: #333;
}
#enjapan p.enjapan-explanation {
  color: #aaa;
}
#index-sidebar-rectangle1,
#index-sidebar-rectangle2 {
  margin: 1px;
  text-align: center;
}
#keyword-edited-message {
  /*
   * border: solid #e7e7e7;
   * border-width: 1px 0;
   */

  margin: 0 0 1px;
  display: table;
  width: 100%;
}
#keyword-edited-message + #auction {
  border-top: none;
}
#keyword-edited-body,
#keyword-edited-sidebar {
  display: table-cell;
  background: #f5f5f5;
  vertical-align: top;
}
#keyword-edited-body {
  width: 60%;
}
#keyword-edited-sidebar {
  width: 40%;
}
#keyword-edited-body-inner,
#keyword-edited-sidebar-inner {
  margin: 10px 0;
}
#keyword-edited-body-inner {
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 20px 25px;
  margin-left: 10px;
}
#keyword-edited-body-inner h2 {
  margin: 10px 0 20px 10px;
  text-align: center;
  font-size: 1.6em;
}
#keyword-edited-body-inner table {
  border-bottom: 1px dotted #ddd;
}
#keyword-edited-body-inner table th,
#keyword-edited-body-inner table td {
  text-align: left;
  vertical-align: top;
  padding: 15px 0;
  border-top: 1px dotted #ddd;
}
#keyword-edited-body-inner table th {
  padding-right: 25px;
  text-align: right;
}
#keyword-edited-body-inner table td a {
  text-decoration: underline;
}
#keyword-edited-body-inner .button-blue {
  font-weight: normal;
}
#edited-share {
  text-align: center;
  padding: 0 0 10px;
}
#edited-share h3 {
  margin: 25px 0 10px;
}
#edited-share #edited-share-blog {
  margin: 0 0 10px;
}
#edited-share form,
#edited-share p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
#keyword-edited-sidebar-inner {
  margin: 0 0 0 25px;
  padding: 20px 25px 20px 0;
}
.input {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 1px 3px #dddddd;
  -webkit-box-shadow: inset 1px 1px 3px #dddddd;
  box-shadow: inset 1px 1px 3px #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  outline: none;
  background: #fff;
  font-size: 1.1em;
}
.input:hover,
.input:focus {
  border-color: #888;
}
.input-button-blue {
  padding: .25em 1em;
  display: inline-block;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  line-height: 2;
  background: #52bab0;
  height: 30px;
  line-height: 30px;
  padding-top: .1em;
}
.input-button-blue:hover {
  background-color: #33a396;
  color: #fff;
}
#keyword-edited-message {
  background: #eee;
  overflow: hidden;
  border-bottom: 2px solid #e5e5e5;
}
#keyword-edited-message-inner {
  background: #fff;
  padding: 20px 25px;
  text-align: center;
  margin: 10px 100px;
  position: relative;
}
#keyword-edited-message-inner h2 {
  margin: 0 0 15px 10px;
  text-align: center;
  font-size: 1.6em;
  line-height: 40px;
}
#keyword-edited-message-inner h2 img {
  vertical-align: middle;
  margin: 0 0 7px;
}
#keyword-edited-message-inner p {
  text-align: center;
  margin: 0 0 20px;
}
#keyword-edited-message-inner table {
  border-bottom: 1px dotted #ddd;
}
#keyword-edited-message-inner table th,
#keyword-edited-message-inner table td {
  text-align: left;
  vertical-align: top;
  padding: 15px 0;
  border-top: 1px dotted #ddd;
}
#keyword-edited-message-inner table th {
  padding-right: 25px;
  text-align: right;
}
#keyword-edited-message-inner table td a {
  text-decoration: underline;
}
#keyword-edited-message-inner .button-blue {
  font-weight: normal;
}
#thankyou-inner {
  overflow: hidden;
  background: #f2f7f6;
  padding: 20px 25px 10px;
  display: inline-block;
  margin: 0 auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 1px solid #c5d8d7;
}
#thankyou-inner #create-keyword {
  margin: 15px 0 0;
  color: #888;
}
#thankyou-inner #create-keyword a {
  text-decoration: underline;
}
#edited-count {
  border-top: 1px solid #c5d8d7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 0 5px;
  background: #fff;
  display: table;
  width: 100%;
}
#edited-count > section {
  display: table-cell;
  width: 25%;
  padding: 0 15px;
  border-left: 1px dotted #ddd;
}
#edited-count > section:first-child {
  border: none;
}
#edited-count h3 {
  font-size: .85em;
  color: #888;
  margin: 10px 0 0;
  letter-spacing: 1px;
  white-space: nowrap;
}
#edited-count p {
  font-size: 12px;
  display: inline-block;
  color: #aaa;
  margin-bottom: 0 0 5px;
}
#edited-count strong {
  font-size: 60px;
  font-weight: normal;
  margin: 10px 0 0;
  font-family: fira-m, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  color: #000;
}
#recommend-edit {
  margin: 25px 15px 10px;
}
#recommend-edit h3 {
  margin: 0;
}
#recommend-edit h3#or {
  margin: 0 0 .5em 0;
}
#recommend-edit h3#or + #keyword-form {
  margin: 0 0 25px;
}
#recommend-edit ul {
  margin: .5em 0 1em;
}
#recommend-edit li {
  display: inline;
  margin: 0 0 0 20px;
  font-size: 1.2em;
  position: relative;
}
#recommend-edit li:before {
  content: '';
  display: inline-block;
  background: #ccc;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -2px 0 0 0;
}
#recommend-edit li:first-child {
  margin: 0;
}
#recommend-edit li:first-child:before {
  display: none;
}
#recommend-edit a:hover {
  text-decoration: underline;
}
#recommend-edit p#or {
  font-size: .9em;
  margin: 0 0 .5em;
}
#keyword-form {
  margin: 0 0 15px;
}
#keyword-form #word {
  width: 300px;
}
#keyword-form input {
  vertical-align: top;
}
#edited-share {
  text-align: center;
  margin: 15px 0 0;
}
#edited-share h3 {
  margin: 25px 0 10px;
}
#edited-share #edited-share-blog {
  margin: 0 0 10px;
}
#edited-share form,
#edited-share p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.social-buttons {
  margin: 1em 0;
}
.social-buttons li {
  display: inline-block;
  margin: 0 0 0 1em;
}
.social-buttons li:first-child {
  margin: 0;
}
#added-watchlist {
  margin: 1em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  font-size: .9em;
}
#added-watchlist p {
  margin: 0;
  color: #888;
}
#added-watchlist a {
  text-decoration: underline;
}
#remove-watchlist-link {
  border: none;
  background: #fff;
  text-decoration: underline;
  color: #888;
}
#remove-watchlist-link:hover {
  color: #52bab0;
}
#edited-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
}
#page-index #main {
  width: auto;
}
#page-index #sidebar {
  width: 302px;
  background: #f2f7f6;
}
#index-subheader {
  background: #52bab0;
  overflow: hidden;
  width: 100%;
  height: 160px;
}
#index-subheader-hot {
  float: left;
  width: 100%;
  height: inherit;
}
#index-subheader-hot-inner {
  margin: 0 450px 0 0;
  position: relative;
  height: inherit;
  background-position: center center;
  background-size: cover;
}
#index-subheader-hot-inner #left-section {
  top: 20px;
  left: 20px;
  position: absolute;
  height: inherit;
}
#index-subheader-hot-inner #date {
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  padding: 15px 0 0;
  white-space: nowrap;
}
#index-subheader-hot-inner #date.background--dark {
  color: #fff;
}
#index-subheader-hot-inner #date.background--dark .date-month {
  background: transparent url("/images/keyword2013/date-wh.png") no-repeat right top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #index-subheader-hot-inner #date.background--dark .date-month {
    background: transparent url("/images/keyword2013/date-wh@2x.png") no-repeat right top;
    background-size: 50px 55px;
  }
}
#index-subheader-hot-inner #date .date-year,
#index-subheader-hot-inner #date .date-dow {
  font-family: 'fira-l', sans-serif;
  position: absolute;
  line-height: 1;
}
#index-subheader-hot-inner #date .date-month,
#index-subheader-hot-inner #date .date-day {
  font-family: 'fira-m', sans-serif;
  height: 75px;
  line-height: 1;
  display: inline-block;
}
#index-subheader-hot-inner #date .date-year {
  font-size: 12px;
  top: 0;
  left: 2px;
}
#index-subheader-hot-inner #date .date-month {
  font-size: 30px;
  padding: 0 35px 0 0;
  margin: 6px 0 0;
  background: transparent url("/images/keyword2013/date-bk.png") no-repeat right top;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #index-subheader-hot-inner #date .date-month {
    background: transparent url("/images/keyword2013/date-bk@2x.png") no-repeat right top;
    background-size: 50px 55px;
  }
}
#index-subheader-hot-inner #date .date-day {
  font-size: 75px;
}
#index-subheader-hot-inner #date .date-dow {
  font-size: 12px;
  top: 0;
  right: 4px;
}
#index-subheader-hot-inner #importantkeywords {
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 100%;
  margin: 0;
  padding: 13px 20px;
  background: #52bab0;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
#index-subheader-hot-inner #importantkeywords:hover {
  background: #108e82;
}
#index-subheader-hot-inner #importantkeywords:after {
  right: 15px;
  border-top-color: #fff;
}
#index-subheader-bloglink {
  color: #333;
  margin: 0;
  position: absolute;
  bottom: 5px;
  right: 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: bold;
}
#index-subheader-bloglink a:hover {
  color: #333;
  text-decoration: underline;
}
#index-subheader-bloglink.background--dark {
  color: #fff;
}
#index-subheader-bloglink.background--dark a:hover {
  color: #fff;
}
#index-subheader-info {
  width: 450px;
  float: right;
  margin: 0 0 0 -450px;
}
#index-subheader-info-inner {
  margin: 20px 25px;
}
#index-subheader-info-inner h1,
#index-subheader-info-inner p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.1em;
  line-height: 1.6;
  display: inline;
  margin: 0;
  font-weight: bold;
}
#index-subheader-info-inner .htext {
  display: none;
}
#index-subheader-info-inner #read-more-help {
  margin: 0 0 0 10px;
  font-weight: normal;
}
#index-subheader-info-inner #read-more-help:hover {
  color: #fff;
  text-decoration: underline;
}
#index-search {
  display: block;
  margin: 15px 15px 0 0;
  float: left;
}
#index-search input {
  border: 1px solid #fff;
  background: #fff;
  line-height: 1;
  padding: 5px 10px;
  vertical-align: middle;
  height: 26px;
}
#index-search input#word {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding: 0 0 0 10px;
}
#index-search input#word::-webkit-input-placeholder {
  padding: 2px 0;
}
#index-search input#submit {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background: #ffffff url("/images/keyword2013/search-bk.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #index-search input#submit {
    background: #ffffff url("/images/keyword2013/search-bk@2x.png") no-repeat center center;
    background-size: 14px 13px;
  }
}
#index-create-keyword {
  font-size: .9em !important;
  margin: 12px 0 0 0 !important;
  display: block !important;
}
#index-create-keyword a {
  display: block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  font-size: .9em;
}
#index-create-keyword a:hover {
  color: #fff;
  text-decoration: underline;
}
#index-hotkeywords,
#keyword-seasonal {
  border-top: none;
}
#index-hotkeywords a:hover,
#keyword-seasonal a:hover {
  color: #52bab0;
  text-decoration: underline;
}
#index-hotkeywords h2 a:hover,
#keyword-seasonal h2 a:hover {
  text-decoration: none;
  color: #108e82;
}
#index-hotkeywords #high-table,
#keyword-seasonal #high-table {
  clear: both;
  padding: 0;
  margin: 25px 0 15px;
}
#index-hotkeywords .table,
#keyword-seasonal .table {
  width: 100%;
}
#index-hotkeywords .low-row:first-child .cell,
#keyword-seasonal .low-row:first-child .cell {
  padding-bottom: 25px;
  padding-top: 35px;
  border-top: 1px solid #eee;
}
#index-hotkeywords .cell,
#keyword-seasonal .cell {
  vertical-align: top;
}
#index-hotkeywords .cell#burst-01 .burst-inner,
#keyword-seasonal .cell#burst-01 .burst-inner,
#index-hotkeywords .cell#burst-04 .burst-inner,
#keyword-seasonal .cell#burst-04 .burst-inner,
#index-hotkeywords .cell#burst-08 .burst-inner,
#keyword-seasonal .cell#burst-08 .burst-inner {
  margin-left: 0;
}
#index-hotkeywords .cell#burst-02,
#keyword-seasonal .cell#burst-02 {
  width: 35%;
}
#index-hotkeywords .cell#burst-03 .burst-inner,
#keyword-seasonal .cell#burst-03 .burst-inner,
#index-hotkeywords .cell#burst-07 .burst-inner,
#keyword-seasonal .cell#burst-07 .burst-inner,
#index-hotkeywords .cell#burst-morelink .burst-inner,
#keyword-seasonal .cell#burst-morelink .burst-inner {
  margin-right: 0;
}
#index-hotkeywords .cell .burst-header,
#keyword-seasonal .cell .burst-header {
  position: relative;
}
#index-hotkeywords .cell .burst-header > *,
#keyword-seasonal .cell .burst-header > * {
  margin: 0 0 0 60px;
}
#index-hotkeywords .cell .title,
#keyword-seasonal .cell .title {
  float: none;
  color: #000;
  font-size: 1.5em;
  line-height: 1.4;
}
#index-hotkeywords .cell .title a,
#keyword-seasonal .cell .title a {
  border: none;
}
#index-hotkeywords .cell .title a:hover,
#keyword-seasonal .cell .title a:hover {
  text-decoration: underline;
}
#index-hotkeywords .cell .description,
#keyword-seasonal .cell .description {
  color: #aaa;
  font-size: .85em;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
#index-hotkeywords .cell .description a:hover,
#keyword-seasonal .cell .description a:hover {
  color: inherit;
  text-decoration: none;
}
#index-hotkeywords .cell .meta,
#keyword-seasonal .cell .meta {
  font-size: .9em;
  white-space: nowrap;
}
#index-hotkeywords .cell .meta .rank,
#keyword-seasonal .cell .meta .rank {
  color: #fa7484;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
  float: left;
}
#index-hotkeywords .cell .meta a,
#keyword-seasonal .cell .meta a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 15em;
  height: 2em;
  line-height: 2em;
}
#index-hotkeywords .cell.high-rank,
#keyword-seasonal .cell.high-rank {
  width: 32.5%;
  border-left: 1px solid #eee;
}
#index-hotkeywords .cell.high-rank:first-child,
#keyword-seasonal .cell.high-rank:first-child {
  border: none;
}
#index-hotkeywords .cell.high-rank .news,
#keyword-seasonal .cell.high-rank .news {
  font-size: .9em;
}
#index-hotkeywords .cell.high-rank .news li,
#keyword-seasonal .cell.high-rank .news li {
  border-top: 1px dotted #ddd;
  padding: 10px 0;
  line-height: 1.6;
}
#index-hotkeywords .cell.high-rank .bcount,
#keyword-seasonal .cell.high-rank .bcount {
  margin: 0 5px 0 0;
}
#index-hotkeywords .cell .burst-inner,
#keyword-seasonal .cell .burst-inner {
  margin: 0 15px;
}
#index-hotkeywords .cell.low-rank,
#keyword-seasonal .cell.low-rank {
  width: 25%;
}
#index-hotkeywords .cell .burstscore,
#keyword-seasonal .cell .burstscore {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #eee;
  margin: 0 !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#index-hotkeywords .cell .burstscore-bar,
#keyword-seasonal .cell .burstscore-bar {
  display: block;
  width: 50%;
  height: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fa7484;
}
#index-hotkeywords .cell:hover .edit-button,
#keyword-seasonal .cell:hover .edit-button {
  visibility: visible;
}
#index-hotkeywords .image,
#keyword-seasonal .image {
  width: 100%;
  text-align: center;
}
#index-hotkeywords .image img,
#keyword-seasonal .image img,
#index-hotkeywords .image object,
#keyword-seasonal .image object,
#index-hotkeywords .image embed,
#keyword-seasonal .image embed {
  max-width: 100%;
  max-height: 150px;
  vertical-align: bottom;
}
#index-hotkeywords .image figcaption,
#keyword-seasonal .image figcaption {
  font-size: .8em;
  line-height: 1.5;
  padding: 0 15px;
  text-align: center;
  margin: 5px 0 0;
}
#index-hotkeywords .image .img,
#keyword-seasonal .image .img {
  background-size: cover;
  background-position: center center;
  width: 80%;
  height: 150px;
  margin: 0 auto;
}
#index-hotkeywords .image .img img,
#keyword-seasonal .image .img img {
  display: none;
}
#index-hotkeywords .similar-keyword,
#keyword-seasonal .similar-keyword {
  clear: both;
  margin-top: 5px !important;
  height: 3.4em;
  overflow: hidden;
}
#index-hotkeywords .similar-keyword .tag,
#keyword-seasonal .similar-keyword .tag {
  margin-left: 0;
  white-space: nowrap;
}
#index-hotkeywords .similar-keyword a,
#keyword-seasonal .similar-keyword a {
  color: #333 !important;
  border-bottom: 0;
}
#index-hotkeywords .score-label,
#keyword-seasonal .score-label {
  position: absolute;
  left: 0;
  top: 55px;
  width: 50px;
  text-align: center;
  margin: 0 !important;
  color: #888;
  font-size: .8em;
}
#index-hotkeywords .edit-button,
#keyword-seasonal .edit-button {
  position: absolute;
  left: 0;
  top: 60px;
  width: 50px;
  text-align: center;
  margin: 0 !important;
  visibility: hidden;
}
#index-hotkeywords .edit-button a,
#keyword-seasonal .edit-button a {
  color: #888;
  font-size: .9em;
}
#burst-morelink p {
  margin: 0 0 0 15px;
  border-top: 1px solid #eee;
  padding: 10px 0 0;
}
#index-hotkeywords-tab {
  margin: 7px 0 0 0;
}
#index-hotkeywords-tab li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: .9em;
  font-weight: bold;
}
#index-hotkeywords-tab li:first-child {
  margin-left: 20px;
}
#index-hotkeywords-tab li a:hover {
  text-decoration: none;
}
#index-hotkeywords-tab li a:hover .day {
  text-decoration: underline;
}
#index-hotkeywords-tab li .hotest-keyword {
  color: #aaa;
  font-weight: normal;
  font-size: .8em;
}
#index-hotkeywords-tab li .read-more-link {
  color: #888;
  font-weight: normal;
}
#index-hotkeywords-tab li .read-more-link:hover {
  color: #52bab0;
  text-decoration: underline;
}
#index-hotkeywords-more {
  position: relative;
}
#index-hotkeywords-more:hover #index-hotkeywords-calendar {
  display: block;
}
#index-hotkeywords-calendar {
  display: none;
  position: absolute;
  padding: 1px 1px 2px 1px;
  background: url(/images/keyword2013/shadow.png);
  top: 1.8em;
  right: 0;
  z-index: 1000;
}
#index-hotkeywords-calendar:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
#index-hotkeywords-calendar-inner {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 202px;
}
#index-hotkeywords-calendar-inner .month-container {
  float: left;
  overflow: hidden;
  border-left: 1px solid #555;
  margin: 5px 0 5px 7px;
}
#index-hotkeywords-calendar-inner h3 {
  margin: 0;
  font-size: 10px;
  color: #fff;
  padding: 0 0 0 3px;
  border-bottom: 1px solid #444;
}
#index-hotkeywords-calendar-inner a {
  display: block;
  text-align: center;
  width: 18px;
  float: left;
  padding: 2px 0 4px;
  color: #aaa;
  font-size: .8em;
}
#index-hotkeywords-calendar-inner a span {
  display: block;
  line-height: 1;
  padding: 4px 0 0;
}
#index-hotkeywords-calendar-inner a span.day {
  color: #bbb;
}
#index-hotkeywords-calendar-inner a span.dow {
  color: #656565;
}
#index-hotkeywords-calendar-inner a:hover {
  text-decoration: none;
  background: #555;
}
#index-hotkeywords-calendar-inner a:hover span {
  color: #fff;
  text-decoration: none !important;
}
#keyword-seasonal {
  border-top: 2px solid #52bab0;
}
#keyword-seasonal h2 {
  display: inline-block;
  float: left;
}
#keyword-seasonal .table {
  margin: 25px 0 0;
}
#keyword-seasonal-tab {
  /* margin: 7px 0 0 0; */

  margin: 2px 0 0 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#keyword-seasonal-tab li {
  display: inline-block;
  margin: 0 0 0 10px;
  /* font-size: .9em; */

  /* font-weight: bold; */

  font-size: 1.2em;
  color: #aaa;
}
#keyword-seasonal-tab li:first-child {
  margin-left: 20px;
}
#keyword-seasonal-tab li span {
  color: #aaa;
  font-weight: normal;
  font-size: .8em;
}
#keyword-seasonal-tab li a.read-more-link {
  color: #888;
  font-weight: normal;
}
#keyword-seasonal-tab li a.read-more-link:hover {
  color: #52bab0;
}
#join-keyword {
  background: #52bab0;
  padding: 15px 25px;
  margin: 0 1px;
  color: #fff;
  text-align: center;
}
#join-keyword a {
  color: inherit;
  display: inline-block;
  border: 1px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 0 5px;
  line-height: 1;
  vertical-align: normal;
}
#join-keyword a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
#updatekeywords {
  border: none;
  margin: 0;
}
#updatekeywords ul {
  clear: both;
  padding: 10px 0 0;
  margin: 0;
}
#updatekeywords li {
  overflow: hidden;
  background: url(/images/keyword2013/border-dot.gif) repeat-x left 0.75em;
  margin: 15px 0 0;
  line-height: 1.5;
}
#updatekeywords .update-name {
  display: block;
  float: left;
  clear: both;
}
#updatekeywords .username {
  display: block;
  font-size: .9em;
  color: #888;
}
#updatekeywords .username img {
  vertical-align: middle;
  margin: 0 6px 0 0;
}
#updatekeywords .name,
#updatekeywords time {
  background: #f2f7f6;
}
#updatekeywords .name {
  font-weight: bold;
  padding: 0 5px 0 0;
}
#updatekeywords time {
  float: right;
  padding: 0 0 0 5px;
  color: #777;
  display: inline-block;
}
#updatekeywords .new {
  color: #fff;
  background: #fa7484;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 3px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-size: .8em;
  margin: 0 6px 0 3px;
}
#information {
  margin: 0;
}
#information h2 {
  margin: 0 0 20px;
}
#information ul {
  margin: 0;
}
#information ul li {
  line-height: 1.5;
  margin: 7px 0 0;
}
#information ul li:before {
  content: '-';
  color: #aaa;
}
#information ul li .timestamp {
  margin: 0 6px 0 0;
  font-weight: bold;
}
#new-image {
  overflow: hidden;
}
#new-image ul {
  margin: 20px 0 0;
}
#new-image li {
  float: left;
  margin: 0 5px 5px 0;
  background: #fff;
}
#new-image li img {
  vertical-align: bottom;
}
#hotamazon-table {
  clear: both;
}
#hotamazon-table .cell {
  width: 33.33333333%;
  padding: 25px 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hotamazon-table #burst-03,
#hotamazon-table #burst-06 {
  padding: 0;
}
#hotamazon-table a:hover {
  text-decoration: underline;
}
#hotamazon-table .hotamazon-main {
  overflow: hidden;
  line-height: 1.5;
}
#hotamazon-table .hotamazon-title {
  font-weight: bold;
}
#hotamazon-table .hotamazon-title .rank {
  background: #fa7484;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0 6px 0 0;
}
#hotamazon-table .product-image {
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  float: left;
  background-position: center center;
  background-size: cover;
}
#hotamazon-table .product-image img {
  display: none;
}
#hotamazon-table h4 {
  margin: 10px 0 5px;
  clear: both;
  font-weight: bold;
  font-size: .8em;
  color: #52bab0;
  border-top: 1px dotted #ddd;
  padding: 5px 0 0;
}
#hotamazon-table ul {
  margin: 0;
}
#hotamazon-table ul li {
  font-size: .9em;
}
#hotamazon-table ul li img {
  vertical-align: middle;
  margin: 0 6px 0 0;
}
#index-categories .table {
  width: 100%;
}
#index-categories .table .cell {
  width: 20%;
  padding: 20px 10px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#index-categories h3 {
  margin: 0 0 5px;
  border-bottom: 1px solid #eee;
  padding: 5px 0 0;
}
#index-categories h3 a {
  border-bottom: none;
}
#index-categories h3 a:hover {
  text-decoration: underline;
}
#index-categories ol {
  margin: 0;
  padding: 0;
  font-size: .9em;
}
#index-categories ol li {
  list-style-type: none;
  margin: 0 0 0 21px;
}
#index-categories ol li .rank {
  background: #fa7484;
  color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px 0 -21px;
  font-size: .9em;
}
#container {
  position: relative;
}
#body {
  width: 100%;
  display: table;
  margin: 0 0 1px 0;
}
#main {
  width: 65%;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-pane {
  overflow: hidden;
}
#sidebar {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#sidebar-inner {
  overflow: hidden;
}
#sp-suggest {
  display: none;
}
#heading {
  padding: 10px 20px 5px 12px;
  position: relative;
}
#heading p {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
}
#homonym-list {
  display: inline-block;
}
#homonym-list h3 {
  display: none;
}
#homonym-list #homonym-count {
  font-size: 1.2em;
  margin: 0 0 0 .5em;
  font-weight: normal;
  padding-right: 12px !important;
}
#homonym-list #homonym-count:hover:after {
  border-top-color: #bbb;
}
#homonym-list #homonym-words {
  margin: 0;
  display: none;
  opacity: 0;
}
#homonym-list #homonym-words li {
  display: inline-block;
  font-size: .9em;
  font-weight: normal;
  margin: 0 0 0 .75em;
}
#homonym-list #homonym-words li a {
  display: block;
  color: #555;
}
#homonym-list #homonym-words li a:hover {
  color: #52bab0;
  text-decoration: underline;
}
#homonym-list #homonym-words li a:hover .weak {
  color: #52bab0;
}
#homonym-list #homonym-words li .weak {
  font-size: .9em;
  padding: 0 3px;
}
.keyword-container {
  margin: 0 0 50px 0;
}
.keyword-container h1,
.keyword-container h2,
.keyword-container h3,
.keyword-container h4,
.keyword-container h5,
.keyword-container h6 {
  font-weight: bold;
}
.keyword-header {
  background: #f3e7cb;
  padding: 0 25px 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.keyword-header:after {
  content: "";
  display: block;
  clear: both;
}
.keyword-header a:hover {
  color: #108e82;
}
.keyword-header .keyword-title-inner {
  margin: 0 150px 0 0;
}
.keyword-header .keyword-title {
  margin: 25px 0 0;
  float: left;
}
.keyword-header .keyword-title h1,
.keyword-header .keyword-title h2 {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.keyword-header .keyword-title h1 {
  float: left;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
.keyword-header .keyword-title h1 a {
  display: inline-block;
  margin: 0 5px -1px 0;
}
.keyword-header .keyword-title h2 {
  font-size: .8em;
  font-weight: normal;
  margin: 0 0 5px .25em;
}
.keyword-header .ruby {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  vertical-align: bottom;
}
.keyword-header .ruby:before {
  content: '\3010';
  margin: 0 0 0 -0.25em;
}
.keyword-header .ruby:after {
  content: '\3011';
  margin: 0 .5em 0 0;
}
.keyword-header .edit {
  float: right;
  min-width: 100px;
  margin: 25px 0 0 -150px;
  position: relative;
  z-index: 2000;
}
.keyword-header .edit .edit-btn-container {
  text-align: right;
  line-height: 1;
  vertical-align: normal;
  zoom: 1;
  white-space: nowrap;
  word-wrap: normal;
}
.keyword-header .edit .edit-btn-container:after {
  content: "";
  display: block;
  clear: both;
}
.keyword-header .edit .add-watchlist {
  display: inline-block;
  text-align: left;
  margin: 0 7px 0 0;
}
.keyword-header .edit .add-watchlist a {
  display: block;
  height: 28px;
  width: 14px;
  text-indent: -9999px;
  background: #e4d8b8 url("/images/keyword2013/watchlist-bk.png") no-repeat center center;
  overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .keyword-header .edit .add-watchlist a {
    background: #e4d8b8 url("/images/keyword2013/watchlist-bk@2x.png") no-repeat center center;
    background-size: 27px 28px;
  }
}
.keyword-header .edit .add-watchlist a.delete {
  background: #e4d8b8 url("/images/keyword2013/watchlist-added.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .keyword-header .edit .add-watchlist a.delete {
    background: #e4d8b8 url("/images/keyword2013/watchlist-added@2x.png") no-repeat center center;
    background-size: 27px 28px;
  }
}
.keyword-header .edit .add-watchlist a:hover {
  background-color: #fff;
}
.keyword-header .edit .edit-btn-box {
  display: inline;
  white-space: nowrap;
  word-wrap: normal;
  float: right;
}
.keyword-header .edit .edit-btn-box:hover .edit-btn-more .edit-btn-more-inner {
  border-color: #e4d8b8;
}
.keyword-header .edit .edit-btn {
  display: inline-block;
  padding: .75em 1em;
  width: 2em;
  margin: 0;
  float: right;
  background: #e4d8b8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
}
.keyword-header .edit .edit-btn:hover {
  background: #fff;
  color: #333;
}
.is-guest .keyword-header .edit .edit-btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.keyword-header .edit .edit-btn-more {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  vertical-align: top;
  float: right;
  background: #e4d8b8;
}
.keyword-header .edit .edit-btn-more + .edit-btn {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
}
.keyword-header .edit .edit-btn-more:hover {
  background: #fff;
}
.keyword-header .edit .edit-btn-more:hover .edit-btn-more-inner {
  border-color: #fff !important;
}
.keyword-header .edit .edit-btn-more-inner {
  width: 1em;
  height: 1em;
  padding: .5em 0;
  margin: .25em 0;
  border-left: 1px solid #f3e7cb;
}
.keyword-header .edit .edit-btn-more-inner .context-menu {
  top: 2.5em;
  right: -1px;
}
.keyword-header .edit .edit-btn-more-inner .context-menu a:hover {
  color: #000;
}
.keyword-body {
  margin: 15px 25px 25px 25px;
}
.keyword-body a {
  color: #52bab0;
  border-bottom: 1px dotted #ddd;
}
.keyword-body a:hover {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #000;
}
.keyword-body a.keyword {
  text-decoration: underline !important;
  border: none;
}
.keyword-body a.keyword:hover {
  background: #f3e7cb;
}
.keyword-body h1,
.keyword-body h2,
.keyword-body h3,
.keyword-body h4,
.keyword-body h5,
.keyword-body h6 {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.keyword-body h1 a,
.keyword-body h2 a,
.keyword-body h3 a,
.keyword-body h4 a,
.keyword-body h5 a,
.keyword-body h6 a {
  color: inherit !important;
  text-decoration: none !important;
  color: #000 !important;
  border-bottom: none;
}
.keyword-body h1 a:hover,
.keyword-body h2 a:hover,
.keyword-body h3 a:hover,
.keyword-body h4 a:hover,
.keyword-body h5 a:hover,
.keyword-body h6 a:hover {
  color: #52bab0 !important;
}
.keyword-body h1 a:hover,
.keyword-body h2 a:hover,
.keyword-body h3 a:hover,
.keyword-body h4 a:hover,
.keyword-body h5 a:hover,
.keyword-body h6 a:hover {
  color: #000;
}
.keyword-body h1 a.keyword,
.keyword-body h2 a.keyword,
.keyword-body h3 a.keyword,
.keyword-body h4 a.keyword,
.keyword-body h5 a.keyword,
.keyword-body h6 a.keyword {
  border-bottom: 1px dotted #ddd;
}
.keyword-body h1 a.keyword:hover,
.keyword-body h2 a.keyword:hover,
.keyword-body h3 a.keyword:hover,
.keyword-body h4 a.keyword:hover,
.keyword-body h5 a.keyword:hover,
.keyword-body h6 a.keyword:hover {
  background: #f3e7cb;
}
.keyword-body .info-box {
  width: 150px;
  background: #fff;
  float: right;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
.keyword-body .keyword-imagefile {
  margin: 0 0 20px 0;
  text-align: center;
}
.keyword-body .toc {
  background: #f5f5f5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
}
.keyword-body .toc a {
  color: #555;
  text-decoration: none;
}
.keyword-body .toc a:hover {
  color: #52bab0;
  text-decoration: underline;
}
.keyword-body .toc .toc-title {
  font-size: .8em;
  color: #aaa;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 5px 30px 5px 15px;
}
.keyword-body .toc .toc-body > * {
  padding: 0 30px 0 15px;
}
.keyword-body .toc .list-plain {
  margin: 5px 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .9em;
}
.keyword-body .toc .list-plain.list-relation {
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  margin: 15px 0 0;
  font-size: .8em;
}
.keyword-body .toc .list-plain.list-relation li {
  margin: 0 0 5px;
}
.keyword-body .toc .list-plain li {
  list-style-type: none;
  margin: 0 0 10px;
  line-height: 1.3;
  position: relative;
}
.keyword-body .toc .list-plain li > ul {
  display: none;
  position: absolute;
  top: -10px;
  left: -165px;
  background: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 150px;
  padding: 10px 7px !important;
}
.keyword-body .toc .list-plain li > ul > ul {
  padding: 0;
  margin: 0 0 10px;
}
.keyword-body .toc .list-plain li > ul li {
  margin: 0 0 0 10px;
  color: #eee;
  line-height: 1.5;
}
.keyword-body .toc .list-plain li > ul li ul {
  display: block;
  position: static;
  top: auto;
  left: auto;
  border: none;
  width: auto;
  padding: 0 0 0 10px !important;
}
.keyword-body .toc .list-plain li > ul:before {
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: .5em;
  right: -12px;
  display: block;
}
.keyword-body .toc .list-plain li:hover > ul {
  display: block;
}
.keyword-body img {
  max-width: 100%;
}
.keyword-body h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #d0d0d0;
  margin: 50px 0 15px;
}
.keyword-body h4 {
  font-size: 1.15em;
  border-bottom: 1px dotted #d0d0d0;
  margin: 37.5px 0 12.5px;
}
.keyword-body h5 {
  font-size: 1em;
  margin: 25px 0 5px;
}
.keyword-body h5:before {
  content: '';
  display: inline-block;
  width: .8em;
  height: .8em;
  background: #6a6a6a;
  margin: 0 5px 0 0;
}
.keyword-body blockquote,
.keyword-body pre {
  background: #f5f5f5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0.5em 25px;
  margin: 1em 2em;
  display: inline-block;
}
.keyword-body blockquote cite {
  border-top: 3px double #eee;
  padding: 10px 0 0;
  display: block;
}
.keyword-body blockquote cite:before {
  content: 'SOURCE:';
  color: #aaa;
  font-size: .8em;
  margin: 0 1em 0 0;
}
.keyword-body blockquote table th {
  background: #efefef;
}
.keyword-body ul {
  padding: 0 0 0 1.5em;
}
.keyword-body ul li {
  list-style-type: disc;
}
.keyword-body ul li ul,
.keyword-body ul li ol {
  margin: 0 0 10px 0;
}
.keyword-body ol {
  padding: 0 0 0 1.5em;
}
.keyword-body ol li ul,
.keyword-body ol li ol {
  margin: 0 0 10px 0;
}
.keyword-body .hatena-asin-detail {
  border: 1px solid #ccc;
  padding: 20px 25px;
  margin: 1em 0;
  position: relative;
  display: inline-block;
  zoom: 1;
}
.keyword-body .hatena-asin-detail:after {
  content: "";
  display: block;
  clear: both;
}
.keyword-body .hatena-asin-detail .hatena-asin-detail-image {
  float: left;
  margin-right: 15px;
  max-width: 125px;
}
.keyword-body .hatena-asin-detail .hatena-asin-detail-info p {
  margin: 0 0 5px 0;
}
.keyword-body .hatena-asin-detail .hatena-asin-detail-info ul {
  margin-bottom: 0;
  list-style-position: inside;
}
.keyword-body table {
  margin: 1em 0;
}
.keyword-body table th,
.keyword-body table td {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d0d0d0;
}
.keyword-body table th {
  font-weight: bold;
  background: #f5f5f5;
}
.keyword-body dl dd {
  margin: 0 0 1em 2em;
  border-left: 5px solid #eee;
  padding: 0 0 0 .75em;
}
.keyword-body div.footnote {
  margin: 50px 0;
  border-top: 3px double #eee;
  padding: .5em 0 0;
}
.keyword-body div.footnote p.footnote {
  margin: 0;
}
.keyword-body span.footnote a {
  color: #52bab0;
  text-decoration: none;
}
.keyword-body span.footnote a:before {
  content: '[';
}
.keyword-body span.footnote a:after {
  content: ']';
}
.keyword-body span.footnote a:hover {
  text-decoration: underline;
}
.keyword-body hr {
  border: none;
  margin: 1em 0;
  border-top: 1px solid #ccc;
}
.keyword-body .twitter-tweet,
.keyword-body .twitter-tweet-title,
.keyword-body .twitter-detail {
  border-left: 5px solid #eee;
  margin: 1em 2em;
  padding: 0 0 0 .75em;
}
.keyword-body .twitter-tweet-text,
.keyword-body .twitter-tweet-info,
.keyword-body .twitter-detail-text,
.keyword-body .twitter-detail-info {
  margin: 0;
}
.keyword-body .twitter-tweet-info {
  color: #888;
}
.keyword-body .twitter-tweet-info a {
  color: #888;
}
.keyword-body .twitter-detail {
  zoom: 1;
}
.keyword-body .twitter-detail:after {
  content: "";
  display: block;
  clear: both;
}
.keyword-body .twitter-detail.twitter-detail-left .twitter-detail-user {
  float: left;
  margin-right: 15px;
}
.keyword-body .twitter-detail.twitter-detail-right .twitter-detail-user {
  float: right;
  margin-left: 15px;
}
.keyword-body .twitter-detail-tweet {
  float: left;
}
.keyword-body img.hatena-id-icon {
  margin: -2px 4px 0 0;
  vertical-align: middle;
}
.keyword-body .ascii-art {
  line-height: 1;
  font-family: "Mona", "IPA MONAPGOTHIC", "MS PGothic", "ＭＳ Ｐゴシック", "MS Pｺﾞｼｯｸ", "MS Pゴシック", sans-serif;
}
#no-body-error {
  background: #f5f5f5;
  padding: 15px 30px 15px 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  margin: 0;
}
#no-body-error .button-blue {
  margin: 5px 0 0;
  color: #fff;
  border: none;
}
#no-body-error .button-blue:hover {
  color: #fff !important;
}
#related-info {
  border-top: 3px double #eee;
  padding: .5em 0 0;
  margin: 25px;
}
#related-info h3 {
  margin: 0;
}
#related-info dl {
  margin: .75em 0 0;
}
#related-info dt {
  font-weight: bold;
  float: left;
  width: 100px;
}
#related-info dd {
  margin: 0;
}
#related-info dd:before {
  content: ':';
  margin: 0 .5em 0 0;
}
#keyword-map {
  margin: 10px 0 0;
}
#keyword-map iframe {
  width: 100%;
}
#keyword-map .googlemap-link {
  margin: 5px 0 0;
  font-size: .9em;
}
.keywordbody-iframe-ad {
  margin: 25px;
}
.keyword-container .keywordbody-iframe-ad {
  margin: 25px 25px 15px 25px;
}
.keyword-footer {
  background: #e2efee;
  margin: 25px 25px 0 25px;
  zoom: 1;
  clear: both;
}
.keyword-footer:after {
  content: "";
  display: block;
  clear: both;
}
.keyword-footer-tabs {
  border-bottom: 1px solid #c5d8d7;
  margin: 0 25px;
}
.keyword-footer-tabs li {
  display: inline-block;
  margin: 0 2em -1px 0;
}
.keyword-footer-tabs li a {
  display: block;
  padding: 20px 0 5px;
}
.keyword-footer-tabs li a.active,
.keyword-footer-tabs li a:hover {
  color: #33a396;
}
.keyword-footer-tabs li.active {
  border-bottom: 3px solid #52bab0;
}
.keyword-footer-tabs li:hover {
  border-bottom: 3px solid #52bab0;
}
.keyword-footer-container {
  margin: 25px;
}
.keyword-footer-container > section {
  display: none;
}
.keyword-footer-container > section.active {
  display: block;
}
.keyword-footer-container h3 {
  display: none;
}
.related-links .links .url {
  color: #aaa;
  margin: 0 0 0 .5em;
  font-size: .95em;
}
.related-links .links img {
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.related-links .share li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.linkscore {
  overflow: hidden;
}
.linkscore .linkscore-left,
.linkscore .linkscore-right {
  float: left;
}
.linkscore .linkscore-left {
  width: 100px;
  text-align: center;
  background: #fff;
  padding: 15px;
  margin: 0 -100px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.linkscore .linkscore-left p {
  margin: 0;
  line-height: 1;
}
.linkscore .linkscore-left .linkscore-num {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 3px;
  font-family: fira-m, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.linkscore .linkscore-right {
  width: 100%;
  padding: 0 0 0 125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.linkscore .what-linkscore {
  color: #aaa;
  font-size: .8em;
  margin-bottom: 0;
}
.linkscore .what-linkscore a {
  text-decoration: underline;
}
.linkscore input {
  margin: 0 2px 0 0;
}
.linkscore .margin-left {
  margin: 0 0 0 10px;
}
.linkscore .button {
  padding: .25em 1em;
  display: inline-block;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 2;
  background: #52bab0;
  border: none;
  margin: 0 0 0 10px;
}
.linkscore .button:hover {
  background-color: #33a396;
  color: #fff;
}
.keyword-footer-footer {
  border-top: 1px solid #c5d8d7;
  margin: 25px 25px 0 25px;
  padding: 10px 0 20px;
  zoom: 1;
}
.keyword-footer-footer:after {
  content: "";
  display: block;
  clear: both;
}
.keyword-footer-footer .context-menu {
  top: 2.5em;
  left: -1px;
  padding: 1px 1px 2px 1px;
  color: #333333;
  line-height: normal;
}
.keyword-footer-footer .write-article-btn {
  padding-right: 20px !important;
  margin: 0 15px 5px 0;
  float: left;
}
.keyword-footer-footer .write-article-btn:after {
  right: 10px;
  margin-top: -2px;
  border-top-color: #fff;
}
.keyword-footer-footer .write-article-btn:hover:after {
  border-top-color: #fff;
}
.keyword-footer-footer .favorite-btn {
  float: left;
  margin: 5px 0 5px 0;
  text-align: right;
}
.keyword-footer-footer .favorite-btn p {
  margin: 0;
}
.keyword-footer-footer .favorite-btn a {
  padding-left: 27px;
  background: transparent url("/images/keyword2013/watchlist-bk.png") no-repeat left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .keyword-footer-footer .favorite-btn a {
    background: transparent url("/images/keyword2013/watchlist-bk@2x.png") no-repeat left center;
    background-size: 27px 28px;
  }
}
.keyword-footer-footer .favorite-btn a.delete {
  display: none;
  background: transparent url("/images/keyword2013/watchlist-added.png") no-repeat left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .keyword-footer-footer .favorite-btn a.delete {
    background: transparent url("/images/keyword2013/watchlist-added@2x.png") no-repeat left center;
    background-size: 27px 28px;
  }
}
.keyword-footer-footer .editors {
  float: right;
  margin: 3px 0 0;
  text-align: right;
}
.keyword-footer-footer .editors h3 {
  float: left;
  margin: 3px 10px 0 0;
  cursor: help;
  font-size: .9em;
  color: #555;
}
.keyword-footer-footer .editors a {
  display: inline-block;
  line-height: 1;
  margin: 0 0 5px;
}
.keyword-footer-footer .editors a img {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
#notfound h1 {
  margin: 0;
}
#notfound .box {
  background: #f5f5f5;
  padding: 25px 25px 15px;
}
#notfound .box h3 {
  margin-top: 0;
}
#notfound .col2box {
  background: #f5f5f5;
  padding: 0 25px 15px;
  display: table;
}
#notfound .col2 {
  width: 50%;
  display: table-cell;
  padding: 0 25px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#notfound .col2 h3 {
  margin-top: 25px;
}
#notfound .createkeyword {
  text-align: center;
}
#notfound .button-blue {
  color: #fff;
  text-decoration: none;
}
#notfound .button-blue:hover {
  background: #33a396;
}
#related-news .article {
  position: relative;
  padding: 20px 0 0;
  clear: both;
}
#related-news .article-description a {
  display: inline;
}
#related-news .article-body {
  display: block;
  margin: 0 25px 0 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 525px;
}
#related-news .article-body .line1 {
  margin-left: 20px;
}
#related-news .article-body .line1 > * {
  margin-top: 4px;
}
#related-news .bookmark-meta {
  display: block;
  width: 70px;
  position: absolute;
  top: 20px;
  left: 0;
  line-height: 1;
  font-size: .9em;
  text-align: right;
}
#related-news .bookmark-meta > time,
#related-news .bookmark-meta > a {
  display: block;
  margin: 5px 0 0;
}
#related-news .bookmark-meta time {
  display: inline-block;
}
#related-news .bookmark-meta time a:hover {
  text-decoration: underline;
}
#more-keywords {
  /* overflow: hidden; */

  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#more-keywords.module:hover .more-link {
  visibility: hidden;
}
#more-keywords .more-link {
  font-size: .8em;
  float: none;
}
#more-keywords h2 {
  margin: 0;
}
#more-keywords h3 {
  margin: 1em 0 .5em;
  border-bottom: 1px solid transparent;
}
#more-keywords #related-keywords,
#more-keywords #hotkeywords,
#more-keywords #related-keywords-core,
#more-keywords #includedkeywords {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#more-keywords #hotkeywords-all:hover .more-link,
#more-keywords #hotkeywords-cat:hover .more-link {
  visibility: visible;
}
#more-keywords #hotkeywords-all li,
#more-keywords #hotkeywords-cat li {
  margin: 0 0 0 40px;
}
#more-keywords #related-keywords {
  width: 64%;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#more-keywords #hotkeywords {
  width: 36%;
}
#more-keywords #hotkeywords .more-link {
  margin: 0 0 0 40px;
}
#more-keywords #hotkeywords .weak {
  font-size: .8em;
  margin: 0 0 0 10px;
}
#more-keywords #related-keywords-inner {
  display: table;
  width: 100%;
}
#more-keywords #related-keywords-core,
#more-keywords #includedkeywords {
  width: 50%;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#more-keywords #related-keywords-core:hover .more-link,
#more-keywords #includedkeywords:hover .more-link {
  visibility: visible;
}
#more-keywords #related-keywords-core ul,
#more-keywords #includedkeywords ul {
  margin: 0;
  clear: both;
}
#more-keywords #related-keywords-core li,
#more-keywords #includedkeywords li {
  margin: 0 0 0 40px;
}
#more-keywords #hotkeywords-all,
#more-keywords #hotkeywords-cat {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#more-keywords #hotkeywords-all ol,
#more-keywords #hotkeywords-cat ol {
  padding: 0;
  margin: 5px 0 0 0;
  counter-reset: list;
  clear: both;
}
#more-keywords #hotkeywords-all ol li,
#more-keywords #hotkeywords-cat ol li {
  list-style-type: none;
  position: relative;
}
#more-keywords #hotkeywords-all ol li:before,
#more-keywords #hotkeywords-cat ol li:before {
  position: absolute;
  top: 0;
  left: -70px;
  content: attr(data-burstscore);
  width: 20px;
  color: #ccc;
  font-size: .8em;
  line-height: 2.3;
  display: block;
  text-align: right;
}
#more-keywords #hotkeywords-all .new,
#more-keywords #hotkeywords-cat .new {
  color: #fa7484;
  font-size: .8em;
}
#more-keywords #related-keyword-notfound {
  clear: both;
  color: #aaa;
  font-size: .8em;
}
#more-keywords #related-keyword-notfound strong {
  margin: 0 .25em 0 0;
}
.burstscore {
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #eee;
  margin: 0 5px 0 -40px;
}
.burstscore-bar {
  display: block;
  width: 50%;
  height: 10px;
  background: #fa7484;
}
#related-blog {
  margin: 0 0 30px;
  zoom: 1;
}
#related-blog:after {
  content: "";
  display: block;
  clear: both;
}
#related-blog-base {
  background: #e2efee;
}
#related-blog-base-inner + #related-blog-text {
  margin-top: -10px;
}
#related-blog-header {
  border-top: 5px solid #52bab0;
  background: #e2efee;
  padding: 20px 25px 0;
}
#related-blog-header #related-blog-shadow {
  zoom: 1;
}
#related-blog-header #related-blog-shadow:after {
  content: "";
  display: block;
  clear: both;
}
#related-blog-header .context-menu {
  top: auto;
  right: -1px;
  width: 16em;
  padding: 1px 1px 2px 1px;
  color: #333333;
  line-height: normal;
}
#related-blog-header .related-blog-wrapper {
  display: table;
}
#related-blog-header .related-blog-btn-cell {
  display: table-cell;
  min-width: 140px;
  text-align: right;
}
#related-blog-header .title {
  display: table-cell;
  padding: 0 20px 20px 0;
}
#related-blog-header #more-link-relblog {
  display: none;
}
#related-blog-header .write-article-btn {
  cursor: pointer;
  padding-right: 20px !important;
  margin-bottom: 10px;
}
#related-blog-header .write-article-btn:after {
  right: 10px;
  margin-top: -2px;
  border-top-color: #fff;
}
#related-blog-header .write-article-btn .context-menu {
  top: 2.5em;
  right: 0;
  color: #333;
}
#related-blog-header.fixed {
  position: fixed;
  top: 40px;
  left: auto;
  z-index: 8000;
  width: 40%;
  border: none;
  border-top: none;
  background: url(/images/keyword2013/shadow.png);
  padding: 0 0 1px 0;
}
#related-blog-header.fixed .write-article-btn {
  display: none;
}
#related-blog-header.fixed #related-blog-shadow {
  border-top: 2px solid #52bab0;
  background: #e2efee;
  padding: 10px 25px;
  overflow: hidden;
}
#related-blog-header.fixed .title {
  font-size: 1em;
  padding-bottom: 0;
}
#related-blog-header.fixed .related-blog-btn-cell {
  display: none;
}
#related-blog-header.fixed #more-link-relblog {
  display: block;
  font-size: .8em;
  float: right;
  margin: 0;
  padding: .4em 0 0;
}
#related-blog-header.fixed #more-link-relblog a:hover {
  text-decoration: underline;
}
#related-blog-header.fixed + #related-blog-text #related-blog-text-inner {
  border-color: transparent;
}
#related-blog-text {
  font-size: .85em;
}
#related-blog-text-inner {
  border-top: 1px solid #c5d8d7;
  margin: 0 25px;
  padding: 10px 0 20px;
}
#related-blog-text-inner p {
  margin: 0;
}
#related-blog-text-inner .line1 {
  margin: 0 0 5px;
}
#related-blog-text-inner a {
  color: #555;
  border-bottom: 1px dotted #aaa;
  line-height: 1.5;
}
#related-blog-text-inner a:hover {
  color: #52bab0;
  border-bottom: 1px solid #52bab0;
}
#related-blog-text-list a {
  margin: 0 15px 0 0;
}
#related-blog-body {
  margin: 10px 0 0;
}
#related-blog-body .article {
  display: block;
  border-top: 1px dotted #eee;
  padding: 15px 0;
  margin: 0 25px;
  overflow: hidden;
}
#related-blog-body .article:first-child {
  border-top: none;
}
#related-blog-body .article-title {
  word-break: break-all;
}
#related-blog-body .article-title.hyphenation {
  word-break: normal;
}
#related-blog-body .article-description {
  word-break: break-all;
  max-width: 500px;
  overflow: hidden;
}
#related-blog-body .article-description.hyphenation {
  word-break: normal;
}
#related-blog-body .article-thumbnail {
  width: 95px;
  height: 95px;
  float: right;
  margin: 2em 0 0 -110px;
  text-align: center;
}
#related-blog-body .article-thumbnail a {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 95px;
  height: 95px;
  overflow: hidden;
  background: #eee;
}
#related-blog-body .article-thumbnail + .article-body {
  margin: 0 110px 0 0;
  float: left;
}
#related-blog-body .hatena-star .hatena-star-add-button {
  margin-left: 0 !important;
}
#related-blog-body .line1,
#related-blog-body .line2 {
  display: block;
}
#related-blog-body .readmore {
  border-top: 1px dotted #eee;
  margin: 0 25px;
  padding: 15px 0;
}
#related-blog-body .readmore strong {
  font-weight: normal;
}
#related-blog-body .readmore span {
  text-decoration: underline;
}
#related-blog-notfound {
  margin: 25px 20px;
}
#join-buttons {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#join-buttons form,
#join-buttons p {
  display: inline-block;
  margin: 0 10px 10px;
}
#join-buttons .create-newblog {
  display: block;
  margin: 0;
}
#related-keyword-blog h2 {
  margin-bottom: 15px;
}
#related-keyword-blog ul {
  margin: 0 0 0 40px;
}
#twitter-follow {
  padding: 20px 25px 10px;
  background: #eee;
  text-align: center;
}
#twitter-follow h4 {
  display: inline-block;
  vertical-align: top;
  margin: 4px 12px 10px 0;
  font-weight: bold;
}
#twitter-follow iframe {
  display: inline-block;
}
#twitter-follow #widget {
  text-align: center;
}
#hotamazon h2 {
  margin: 0 0 20px;
}
#hotamazon ol {
  clear: both;
  padding: 0;
  margin-bottom: 0;
}
#hotamazon ol > li {
  list-style-type: none;
  padding: 0;
  clear: both;
  display: table;
  margin: 0 0 20px;
  width: 100%;
}
#hotamazon ol > li .hotamazon-left,
#hotamazon ol > li ul {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
}
#hotamazon ol > li .hotamazon-left {
  width: 60%;
}
#hotamazon ol > li .hotamazon-left-inner {
  position: relative;
  display: block;
}
#hotamazon ol > li .product-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 74px;
  height: 74px;
  text-align: center;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#hotamazon ol > li .product-image img {
  display: none;
}
#hotamazon ol > li .hotamazon-title {
  margin: 0 20px 0 85px;
  display: block;
}
#hotamazon ol > li .hotamazon-title .rank {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fa7484;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: normal;
  margin-right: 7px;
  text-align: center;
  font: bold 12px/20px "Helvetica Neue", "Arial", Sans-serif;
}
#hotamazon ol > li ul {
  width: 40%;
}
#hotamazon ol > li ul li {
  font-size: .85em;
  margin: 0 0 5px;
}
#hotamazon ol > li ul li a {
  display: block;
  margin: 0 0 0 20px;
}
#hotamazon ol > li ul li img {
  margin: 0 5px 0 -20px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.relframe-inner #related-news {
  margin: 0;
}
.relframe-inner #related-news .article-body {
  margin: 0;
}
.relframe-inner #related-news .line1,
.relframe-inner #related-news .line2 {
  display: block;
}
.relframe-inner #related-news .line1 {
  margin: 0 !important;
}
.relframe-inner #related-news .mroe-keyword {
  margin: 15px 0 0 0;
}
.relframe-inner #more-keywords {
  margin: 0;
}
.relframe-inner #more-keywords h2 {
  margin-bottom: 15px;
}
.relframe-inner #more-keywords h3,
.relframe-inner #more-keywords #hotkeywords {
  display: none;
}
#page-preview .keyword-container {
  margin-bottom: 25px;
}
#page-preview .info-box {
  display: none;
}
#page-edit-controls {
  border: 1px solid #ffdde3;
  margin: 0 15px 15px;
  padding: 15px;
  background: #fff2f4;
}
#page-edit-controls p {
  margin-top: 0;
}
#page-edit-controls .send-button {
  overflow: hidden;
}
#page-edit-controls form {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}
#page-create .errors {
  margin: 0 0 1em;
}
#page-create .note ul {
  margin-top: 0;
}
#page-create #create-header {
  padding: 15px 15px 10px;
  border-bottom: 1px solid #ccc;
}
#page-create #heading {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
}
#page-create #create-body {
  padding: 25px;
}
#page-create #create-body a {
  text-decoration: underline;
}
#page-create #create-body .keyword-form {
  font-size: 1.2em;
}
#page-create #create-body .keyword-form .button-blue {
  line-height: 1.7;
}
#page-create #create-buttons {
  margin: 0 0 2em;
}
#page-create #create-buttons li {
  display: inline-block;
}
#page-create #message-container {
  width: 50%;
}
#page-edit #keyword-container {
  margin: 0;
}
#page-edit #body {
  margin-top: 25px 0 0;
}
#page-edit #edit-main {
  padding: 0 25px 25px;
}
#page-edit #sidebar {
  background: #f2f7f6;
}
#page-edit #sidebar .module {
  border-top: 1px solid #c5d8d7;
  padding: 15px 25px;
  margin: 0;
}
#page-edit #sidebar .module:first-child {
  border-top: none;
}
#page-edit #sidebar .description,
#page-edit #sidebar .note {
  font-size: .85em;
  margin-top: 0;
}
#page-edit #sidebar .note {
  color: #888;
}
#page-edit .history-diff {
  line-height: 1.7;
  padding-right: 2em;
  padding-left: 2em;
}
#page-edit .history-diff a:hover {
  color: inherit;
  text-decoration: none;
}
#page-edit .history-diff .line {
  display: block;
  margin: 0 0 2px;
}
#page-edit .history-diff .line.minus {
  background: #fff2f4;
}
#page-edit .history-diff .line.plus {
  background: #f2f7f6;
}
#page-edit .history-diff .line .line-inner {
  margin: 0 0 0 1.5em;
  display: inline-block;
}
#page-edit .history-diff .line .sign {
  width: 1.5em;
  text-align: center;
  margin: 0 0 0 -1.5em;
  display: inline-block;
}
#page-edit #loading-gif {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  display: none;
}
#page-edit #edit-header {
  border-bottom: 1px solid #ccc;
  padding: 25px 25px 10px;
}
#page-edit #edit-header a:hover {
  text-decoration: underline;
}
#page-edit #edit-header #heading,
#page-edit #edit-header #cancel {
  display: inline-block;
}
#page-edit #edit-header #heading {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
#page-edit #edit-header #heading .weak {
  font-weight: normal;
}
#page-edit #edit-header #alias-message {
  display: block;
  margin: 0;
}
#page-edit #edit-header #alias-message #alias-button {
  padding: 3px 6px;
  margin: 0 .5em 0 0;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fa7484;
  color: #fff;
  line-height: 1;
}
#page-edit #edit-header #alias-message #alias-button:hover {
  text-decoration: none;
}
#page-edit .edit-main-buttons {
  margin: 1.75em 0 0;
}
#page-edit .edit-main-buttons.top {
  border-bottom: 1px solid #ccc;
}
#page-edit .edit-main-buttons.top .edit-main-buttons-inner {
  margin: 15px 0 -1px;
}
#page-edit .edit-main-buttons.top .edit-main-buttons-inner li {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#page-edit .edit-main-buttons.top .edit-main-buttons-inner li.active {
  border-bottom-color: #fff !important;
}
#page-edit .edit-main-buttons.bottom {
  display: none;
  margin: -0.5em 0 0;
  border-top: 1px solid #ccc;
}
#page-edit .edit-main-buttons.bottom .edit-main-buttons-inner {
  margin: -1px 0 15px;
}
#page-edit .edit-main-buttons.bottom .edit-main-buttons-inner li {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#page-edit .edit-main-buttons.bottom .edit-main-buttons-inner li.active {
  border-top-color: #fff !important;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner {
  font-size: .9em;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li input {
  line-height: 1;
  border: none;
  background: #fff;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li:hover {
  background: #f5f5f5;
  color: #000;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li:hover input {
  background: #f5f5f5;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li.active {
  font-weight: bold;
  cursor: default;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li.active input {
  font-weight: bold;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li.active:hover {
  background: #fff;
  color: #000;
}
#page-edit .edit-main-buttons .edit-main-buttons-inner li.active:hover input {
  background: #fff;
  color: #000;
}
#page-edit #edit-furigana,
#page-edit #edit-category {
  border-bottom: 1px solid #c5d8d7;
  zoom: 1;
  background: #f2f7f6;
}
#page-edit #edit-furigana:after,
#page-edit #edit-category:after {
  content: "";
  display: block;
  clear: both;
}
#page-edit #edit-furigana.error,
#page-edit #edit-category.error {
  border-top-color: #ffdde3;
  border-bottom-color: #ffdde3;
  background: #fff2f4;
  color: #f02e45;
}
#page-edit #edit-furigana.error .keyword-select-label,
#page-edit #edit-category.error .keyword-select-label,
#page-edit #edit-furigana.error .keyword-select-list,
#page-edit #edit-category.error .keyword-select-list {
  color: #333;
  font-weight: normal;
}
#page-edit #edit-furigana.error .error-message,
#page-edit #edit-category.error .error-message {
  margin: 0 0 1em 9em !important;
  display: block;
  clear: both;
}
#page-edit #edit-furigana h3,
#page-edit #edit-category h3 {
  float: left;
  /* font-weight: normal; */

  font-weight: bold;
  font-size: 1em;
  width: 8em;
  margin-left: 1em;
}
#page-edit #edit-furigana select,
#page-edit #edit-category select {
  font-size: 1.5em;
}
#page-edit #edit-furigana p,
#page-edit #edit-category p {
  float: left;
}
#page-edit #edit-furigana {
  border-top: 1px solid #c5d8d7;
  margin: 1em 0 0;
}
#page-edit #edit-category {
  zoom: 1;
}
#page-edit #edit-category:after {
  content: "";
  display: block;
  clear: both;
}
#page-edit #edit-category .keyword-select {
  float: left;
  margin: 1em 0;
}
#page-edit .keyword-select-select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#page-edit .keyword-select-label {
  background: #fff;
  border: 1px solid #dedede;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 30px 3px 10px !important;
  cursor: pointer;
  float: left;
}
#page-edit .keyword-select-label:after {
  right: 10px;
}
#page-edit .keyword-select-label:hover {
  color: #000;
  border-color: #888;
}
#page-edit .keyword-select-label:hover:after {
  border-top-color: #000;
}
#page-edit.js .keyword-select {
  position: relative;
  margin: 0 0 0 8em;
}
#page-edit.js .keyword-select-label {
  float: none;
  margin: 0;
}
#page-edit.js .keyword-select-list {
  position: absolute;
  top: .9em;
  left: -1px;
  z-index: 10000;
  background: url(/images/keyword2013/shadow.png);
  display: none;
}
#page-edit.js .keyword-select-list ul {
  background: #fff;
  margin: 1px 1px 2px 1px;
  overflow: hidden;
}
#page-edit.js .keyword-select-list ul li {
  padding: 2px 30px 2px 10px;
  margin: 1px;
  cursor: pointer;
  white-space: nowrap;
}
#page-edit.js .keyword-select-list ul li:hover,
#page-edit.js .keyword-select-list ul li.selected {
  background: #eee;
}
#page-edit #textarea-edit {
  width: 100%;
}
#page-edit #preview {
  display: none;
  width: 100%;
  border: 1px solid #aaa;
  margin: 1em 0;
}
#page-edit .readonly {
  color: #888;
  background: #f5f5f5;
}
#page-edit .readonly:hover {
  border-color: #ccc;
}
#page-edit #send-button {
  margin: 15px 0 0 0;
  overflow: hidden;
}
#page-edit .alternative-checkbox-parent {
  display: inline-block;
  position: relative;
}
#page-edit .alternative-checkbox-parent.checked:hover .alternative-checkbox-button {
  border-color: #108e82;
}
#page-edit .alternative-checkbox-parent.checked .alternative-checkbox-button {
  background: #52bab0;
  -moz-box-shadow: inset 1px 1px 2px #108e82;
  -webkit-box-shadow: inset 1px 1px 2px #108e82;
  box-shadow: inset 1px 1px 2px #108e82;
  border-color: #108e82;
}
#page-edit .alternative-checkbox-parent.checked .alternative-checkbox-button:after {
  content: '\2713';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.2em;
  vertical-align: middle;
  text-indent: -0.1em;
  font-weight: bold;
  color: #fff;
}
#page-edit .alternative-checkbox-parent:hover .alternative-checkbox-button {
  border-color: #aaa;
}
#page-edit .alternative-checkbox-parent label {
  cursor: pointer;
}
#page-edit .alternative-checkbox-button {
  display: none;
  position: relative;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  -moz-box-shadow: inset 1px 1px 2px #cccccc;
  -webkit-box-shadow: inset 1px 1px 2px #cccccc;
  box-shadow: inset 1px 1px 2px #cccccc;
}
#page-edit.js .alternative-checkbox-checkbox {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#page-edit.js .alternative-checkbox-button {
  display: inline-block;
}
#page-edit #edit-buttons p,
#page-edit #edit-buttons ul {
  margin: .75em 0;
}
#page-edit #edit-buttons .error {
  margin-left: 6px;
}
#page-edit #edit-buttons li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 1px 0 0;
  line-height: 24px;
  font-size: .9em;
}
#page-edit #edit-buttons li.border {
  border-left: 1px dotted #ccc;
  padding: 0 0 0 10px;
  margin-left: 6px;
}
#page-edit #edit-buttons li a {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#page-edit #edit-buttons li a:hover {
  border-color: #aaa;
  color: #108e82;
}
#page-edit #save-button {
  margin: 0 .5em 0 0;
}
#page-edit #delete-button {
  float: right;
}
#page-edit #edit-relatedinfo.error {
  border-top-color: #ffdde3;
  border-bottom-color: #ffdde3;
  background: #fff2f4;
  color: #f02e45;
}
#page-edit #edit-relatedinfo.error .description {
  color: #888;
}
#page-edit #edit-relatedinfo.error .keyword-select-label,
#page-edit #edit-relatedinfo.error .keyword-select-list {
  color: #333;
  font-weight: normal;
}
#page-edit #edit-relatedinfo select {
  font-size: 1.5em;
}
#page-edit #edit-relatedinfo input {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 1px 3px #dddddd;
  -webkit-box-shadow: inset 1px 1px 3px #dddddd;
  box-shadow: inset 1px 1px 3px #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  outline: none;
  background: #fff;
  font-size: 1.1em;
}
#page-edit #edit-relatedinfo input:hover,
#page-edit #edit-relatedinfo input:focus {
  border-color: #888;
}
#page-edit #edit-relatedinfo input:hover,
#page-edit #edit-relatedinfo input:focus {
  border-color: #888;
}
#page-edit #edit-relatedinfo input.edit-relatedinfo-remove-button {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-size: .9em;
  color: #888;
}
#page-edit #edit-relatedinfo input.edit-relatedinfo-remove-button:hover {
  color: #000;
}
#page-edit #edit-relatedinfo .edit-relatedinfo-row {
  margin: 1em 0 .5em;
  position: relative;
}
#page-edit #edit-relatedinfo .edit-relatedinfo-row .keyword-select {
  margin: .5em 0;
}
#page-edit #edit-relatedinfo #edit-relatedinfo-add-button {
  margin: 0 0 1em;
  display: inline-block;
  cursor: pointer;
  color: #555;
}
#page-edit #edit-relatedinfo #edit-relatedinfo-add-button:hover {
  color: #000;
}
#page-edit #edit-relatedinfo .keyword-select-select {
  position: absolute;
  top: 0;
  left: 0;
}
#page-edit #edit-image {
  overflow: hidden;
}
#page-edit #edit-image input {
  border: 1px solid #c5d8d7;
  background: #fff;
  padding: 5px;
  line-height: 1;
  font-size: .9em;
  cursor: pointer;
}
#page-edit #edit-image #edit-image-form {
  white-space: nowrap;
}
#page-edit #edit-image #edit-image-form input {
  vertical-align: top;
}
#page-edit #edit-image #image-container {
  background: #fff;
  border: 1px solid #fff;
  float: left;
  margin: 1em 15px 1em 0;
}
#page-edit #edit-image #image-container img {
  vertical-align: bottom;
  max-width: 100px;
}
#page-edit #edit-image .label {
  background: #c5d8d7;
  font-weight: bold;
  cursor: pointer;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 11px;
  margin-right: -5px;
  font-size: .9em;
}
#page-edit #edit-image-inner {
  overflow: hidden;
}
#page-edit #edit-map {
  overflow: hidden;
}
#page-edit #edit-map #map-image {
  width: 200px;
  height: 150px;
  background: #fff;
  float: left;
  margin: 1em 15px 1em 0;
}
#page-edit #edit-map .input {
  margin: 0 0 10px;
}
#page-edit #config-tabs {
  padding: 15px 0 !important;
}
#page-edit #config-tabs #config-tab {
  margin: 0 25px;
  border-bottom: 1px solid #c5d8d7;
}
#page-edit #config-tabs #config-tab li {
  display: inline-block;
  margin: 0 0 0 1em;
  cursor: pointer;
  border-bottom: 3px solid #f2f7f6;
}
#page-edit #config-tabs #config-tab li:first-child {
  margin: 0;
}
#page-edit #config-tabs #config-tab li:hover {
  color: #108e82;
}
#page-edit #config-tabs #config-tab li.active {
  border-bottom-color: #52bab0;
}
#page-edit #config-tabs section {
  display: none;
  padding: 1em 25px;
}
#page-edit #config-tabs section.active {
  display: block;
}
#page-edit #config-tabs section.error {
  border-top-color: #ffdde3;
  background: #fff2f4;
  color: #333;
  font-weight: normal;
}
#page-edit .tab-module h3 {
  display: none;
}
#page-edit #edit-redirect .redirect-radio label,
#page-edit #edit-redirect .redirect-radio input {
  cursor: pointer;
}
#page-edit #edit-redirect ul {
  background: #fff;
  padding: 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#page-edit #edit-kihou table {
  background: #fff;
  width: 100%;
  border: solid #eee;
  border-width: 1px 0 0 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: .85em;
  margin: 1em 0 0 0;
}
#page-edit #edit-kihou table th,
#page-edit #edit-kihou table td {
  border-right: 1px dotted #ddd;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 1.5;
}
#page-edit #edit-kihou table th {
  border-bottom: 2px solid #ddd;
}
#page-edit #kihou-more {
  text-align: right;
  margin: 10px 2px 0 0;
  font-size: .9em;
}
#page-edit #kihou-heading1 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  display: block;
  line-height: 1.8;
}
#page-edit #kihou-heading2 {
  font-weight: bold;
  border-bottom: 1px dotted #d0d0d0;
  display: block;
  line-height: 1.8;
}
#page-edit #kihou-list {
  margin: 0 0 0 1.5em;
}
#page-edit #kihou-list li {
  list-style-type: disc;
}
#page-edit #kihou-list li ul {
  margin: 0 0 0 1.5em;
}
#page-edit #kihou-list li ul li {
  list-style-type: double;
}
#page-edit #kihou-table {
  border: solid #d0d0d0 !important;
  border-width: 1px 0 0 1px !important;
}
#page-edit #kihou-table td,
#page-edit #kihou-table th {
  border: solid #d0d0d0 !important;
  border-width: 0 1px 1px 0 !important;
}
#page-edit #kihou-table th {
  background: #f5f5f5;
  text-align: left;
}
#page-edit #kihou-keyword {
  color: #52bab0;
  text-decoration: underline;
}
#page-edit #kihou-keyword:hover {
  color: #000;
  cursor: pointer;
}
#page-edit #note {
  border-top: 1px solid #ccc;
  margin: 25px 0 0 0;
  background: #f5f5f5;
  padding: 7px 15px;
  font-size: .85em;
}
#page-edit #note a {
  text-decoration: underline;
}
#page-edit #note li {
  margin: 0 0 5px .75em;
  line-height: 1.5;
}
#page-edit #note li:before {
  content: '-';
  width: .75em;
  margin: 0 0 0 -0.75em;
  display: inline-block;
  color: #888;
}
#page-edit #edit-comment li {
  margin: .25em 0;
}
#page-edit #edit-comment .table {
  margin-bottom: 5px;
  margin-left: 5px;
}
#page-edit #edit-comment .time,
#page-edit #edit-comment .user {
  display: inline-block;
  padding: 0 1em 0 0;
}
#page-edit #edit-comment .checkbox.owner {
  width: 20px;
}
#page-edit #edit-comment .user {
  padding-right: 2em;
}
#page-edit #edit-comment .user img {
  vertical-align: middle;
}
#page-edit #edit-comment .time {
  font-size: .9em;
  color: #888;
}
#page-edit #delete-comment-button {
  margin: 5px 0 1em 5px;
}
#page-edit #delete-comment-button input {
  background: #fff;
  border: none;
  line-height: 1;
  padding: 0;
  font-size: .9em;
  color: #888;
}
#page-edit #delete-comment-button input:hover {
  color: #52bab0;
  text-decoration: underline;
}
#page-edit #write-comment {
  display: inline-block;
  background: #f5f5f5;
  padding: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#page-edit #write-comment p {
  margin: 0;
}
#page-edit #write-comment .comment-body {
  margin: 0 0 .5em 0;
}
#page-edit.js {
  /*
   * #write-comment.focus {
   *   #write-comment-inner {
   *     display: block; 
   *   }
   * }
   */

}
#page-edit.js #write-comment-inner {
  display: none;
}
#page-edit #write-comment-inner {
  overflow: hidden;
}
#page-edit #write-comment-inner .user {
  float: left;
}
#page-edit #write-comment-inner .button {
  float: right;
}
#page-edit #write-comment-inner .button input {
  border-color: #ccc;
}
#page-edit #write-comment-inner .button input:hover {
  border-color: #555;
}
#page-edit #edit-history .show-more {
  display: none;
}
#page-edit #history-list {
  display: table;
  width: 100%;
}
#page-edit #history-list li {
  display: table-row;
}
#page-edit #history-list li:hover {
  background: #f2f7f6;
}
#page-edit #history-list li:hover > span.history-diff .minus {
  background: #ffdde3 !important;
}
#page-edit #history-list li:hover > span.history-diff .plus {
  background: #c5d8d7 !important;
}
#page-edit #history-list li:first-child > span {
  border-top: 1px solid #eee;
}
#page-edit #history-list li > span {
  display: table-cell;
  border-bottom: 1px solid #eee;
  padding: 5px 0 3px;
  vertical-align: top;
}
#page-edit #history-list li > span a:hover {
  text-decoration: none;
  color: #333;
}
#page-edit #history-list li > span.history-count {
  width: 2em;
  color: #888;
}
#page-edit #history-list li > span.history-count a {
  display: block;
}
#page-edit #history-list li > span.history-user .time,
#page-edit #history-list li > span.history-user .user {
  display: inline-block;
}
#page-edit #history-list li > span.history-user .time {
  color: #888;
  font-size: .9em;
  margin: 0 1em 0 0;
}
#page-edit #history-list li > span.history-user .favicon {
  vertical-align: middle;
  margin: 0 6px 0 0;
  display: inline-block;
}
#page-edit #history-list li > span.history-id {
  text-align: right;
}
#page-edit #history-list li > span.history-id a {
  display: inline-block;
  text-align: left;
}
#page-edit #history-list li > span.history-id a:hover {
  color: #52bab0;
  text-decoration: underline;
}
#page-edit #history-list li.hide {
  display: none;
}
#page-edit #modal {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-edit #modal-background {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
#page-edit #modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
  background: #fff;
}
#page-edit #modal-closebutton {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 1.5em;
  padding: 5px;
  cursor: pointer;
  margin: 0;
}
#page-edit #modal-closebutton:hover {
  color: #52bab0;
}
#page-edit #log-body pre {
  margin: 0;
  padding: 25px;
  display: block;
}
#page-edit #log-body.keyword-container {
  margin: 0;
}
#page-edit #log-body #main {
  border: none;
}
#page-edit #log-body #sidebar {
  background: none;
  padding: 0 25px 25px 0;
}
#page-edit #log-bottom-controls {
  color: #333;
}
#page-edit #log-bottom-controls a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
}
#page-edit #log-bottom-controls a:hover {
  color: #fff !important;
}
#page-edit #log-info {
  margin: 25px 0 0;
}
#page-edit #log-info dl {
  overflow: hidden;
}
#page-edit #log-info dt {
  font-size: .8em;
  margin: 15px 0 0;
  color: #108e82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: bold;
}
#page-edit #log-info dd {
  margin: 0;
}
#page-edit #log-info .diff-number,
#page-edit #log-info .history-diff {
  display: block;
}
#page-edit #log-info .history-diff {
  margin: 15px 0 0;
  padding: 0;
}
#page-edit #log-info .history-diff .minus {
  background: #ffdde3 !important;
}
#page-edit #log-info .history-diff .plus {
  background: #c5d8d7 !important;
}
#relatedkeywords-body h2 {
  color: #333;
  border-bottom: 1px solid #d0d0d0;
  margin: 50px 0 15px;
}
#relatedkeywords-body ul {
  padding: 0;
}
#relatedkeywords-body li {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 1.1em;
}
#relatedkeywords-body li:first-child {
  margin: 0;
}
#relatedkeywords-body a {
  color: #52bab0;
  border-bottom: 1px dotted #ddd;
}
#relatedkeywords-body a:hover {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #000;
}
#relatedkeywords-body a.keyword {
  text-decoration: underline !important;
  border: none;
}
#relatedkeywords-body a.keyword:hover {
  background: #f3e7cb;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/images/keyword2013/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('/images/keyword2013/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/images/keyword2013/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/images/keyword2013/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/images/keyword2013/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
