@charset "utf-8";
.text-rounded {
  font-family: 'Century Gothic', sans-serif;
}
.tm {
  font-family: 'Century Gothic', sans-serif;
}
.with-ie .text-rounded {
  font-family: Meiryo, sans-serif;
}
.text-rounded {
  font-family: 'Century Gothic', sans-serif;
}
.tm {
  font-family: 'Century Gothic', sans-serif;
}
.with-ie .text-rounded {
  font-family: Meiryo, sans-serif;
}
#header .sidebar {
  border-right: 2px solid #E5E5E4;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #4C5265;
  z-index: 1000;
  /*これがあるとポップアップやtooltipが切れる...
		overflow-y: auto;*/
  width: 255px;
  -webkit-transition: width 0.3s linear 0s;
  -moz-transition: width 0.3s linear 0s;
  -o-transition: width 0.3s linear 0s;
  transition: width 0.3s linear 0s;
}
#header .sidebar .visible-on-collapsed {
  display: none;
}
#header .sidebar .brand {
  background: #3A3F4E;
  height: 56px;
  padding: 15px 0 0 24px;
}
#header .sidebar .avatar > a {
  display: block;
  height: 90px;
  border-right: 1px solid #4C5265;
  border-left: 1px solid #4C5265;
  text-align: center;
  padding-top: 24px;
  background: #5A6071;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
#header .sidebar .avatar > a img {
  width: 44px;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
}
#header .sidebar .avatar > a span.user-name {
  margin-left: 8px;
}
#header .sidebar .avatar > a .caret-icon {
  margin-left: 4px;
  font-size: 20px;
  top: 4px;
  position: relative;
}
#header .sidebar .avatar > a:hover {
  text-decoration: none;
  background: #3c9bf7;
}
#header .sidebar ul.nav {
  margin-top: 20px;
}
#header .sidebar ul.nav > li > a {
  font-size: 13px;
  padding: 12px 0 10px 24px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
#header .sidebar ul.nav > li > a:hover,
#header .sidebar ul.nav > li > a:focus {
  background: transparent !important;
}
#header .sidebar ul.nav > li > a > span {
  margin-left: 10px;
}
#header .sidebar ul.nav > li > a .label {
  margin-left: 20px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
  position: relative;
  top: -2px;
  -webkit-border-radius: 10px "" "" "";
  border-radius: 10px "" "" "";
  -moz-border-radius: 10px "" "" "";
  border-radius: 10px;
}
#header .sidebar ul.nav > li > a .label.label-success {
  background: #8ec22d;
}
#header .sidebar ul.nav .dropdown-menu {
  margin-left: 10px !important;
}
#header .sidebar ul.nav li.active > a {
  color: #fff !important;
}
#header.sidebar-collapsed .sidebar {
  width: 78px !important;
}
#header.sidebar-collapsed .sidebar .brand {
  padding: 21px 0 0 23px !important;
}
#header.sidebar-collapsed .sidebar .hidden-on-collapsed {
  display: none;
}
#header.sidebar-collapsed .sidebar .visible-on-collapsed {
  display: block;
}
#header.sidebar-collapsed .sidebar ul.nav > li > a {
  font-size: 17px !important;
  text-align: center !important;
  padding-left: 0 !important;
}
#header .__docs-sidebar {
  background: url(/img/mosaic_docs_bg.gif) top right no-repeat !important;
  border-right: 1px solid #0489A3 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #4C5265;
  z-index: 1000;
  overflow-y: auto;
  width: 255px;
  -webkit-transition: width 0.3s linear 0s;
  -moz-transition: width 0.3s linear 0s;
  -o-transition: width 0.3s linear 0s;
  transition: width 0.3s linear 0s;
}
#header .__docs-sidebar li > a {
  padding: 5px 0 5px 20px !important;
  color: #fff !important;
  display: block;
  font-size: 13px;
}
#header .__docs-sidebar li > a .icon {
  font-size: 15px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  margin-left: -20px;
}
#header .__docs-sidebar li > a:hover,
#header .__docs-sidebar li > a:focus {
  background: transparent !important;
}
#header .__docs-sidebar ul.nav {
  padding: 20px 20px 80px 20px;
}
#header .__docs-sidebar ul.nav li.active > a {
  color: #fff !important;
}
#header .__docs-sidebar ul.nav > li > ul {
  padding: 0 0 0 15px;
  list-style-type: none;
  margin: 0;
}
#header .__docs-sidebar ul.nav > li > ul li a .icon {
  display: none;
}
#header .__docs-sidebar ul.nav > li > ul li:active a .icon {
  display: inline-block !important;
}
#header .docs-sidebar {
  position: fixed;
  top: 100px;
  right: 75px;
  background: #F1F7FA;
  padding: 30px;
  width: 280px;
}
#header .docs-sidebar h4 {
  color: #889;
  margin: 10px 0 1em 0;
  font-size: 18px;
}
#header .docs-sidebar ul.nav {
  padding: 0;
  margin: 0;
}
#header .docs-sidebar ul.nav ul {
  margin-bottom: 2em !important;
  list-style-type: none;
  padding: 0 0 0 15px !important;
}
#header .docs-sidebar ul.nav h5 a {
  color: #666 !important;
}
#header .docs-sidebar ul.nav li a {
  line-height: 1.8em;
}
#header .docs-sidebar ul.nav li.active > a {
  color: #fff !important;
}
#header {
  border-bottom: none !important;
  border-bottom: 2px solid #F5F5F5;
}
#header .front-navbar {
  height: 74px;
  background: transparent;
  border-bottom: none;
  margin-bottom: 0 !important;
}
#header .front-navbar .navbar-brand {
  padding-left: 15px !important;
  margin-left: 15px !important;
  margin-top: 7px !important;
}
#header .front-navbar .navbar-brand img {
  height: 25px;
  -ms-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
}
#header .front-navbar .container-default {
  padding-right: 8px !important;
}
#header .front-navbar .navbar-text {
  color: #aaabac;
  margin-top: 26px;
  margin-left: 5px !important;
  font-size: 16px;
  letter-spacing: -0.2mm;
}
#header .front-navbar .navbar-nav > li > a {
  height: 74px;
  color: #aaabac;
  padding-top: 29px;
  padding-left: 17px;
  padding-right: 17px;
  border-left: 1px solid rgba(0, 0, 0, 0) !important;
  border-right: 1px solid rgba(0, 0, 0, 0) !important;
  font-size: 13px;
}
#header .front-navbar .navbar-nav > li > a:hover,
#header .front-navbar .navbar-nav > li > a:focus {
  background: transparent !important;
  color: #66686a;
  outline: none !important;
}
#header .front-navbar .navbar-btn {
  font-size: 13px;
  margin-top: 21px;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 3px "" "" "" !important;
  border-radius: 3px "" "" "" !important;
  -moz-border-radius: 3px "" "" "" !important;
  border-radius: 3px !important;
}
#header .front-navbar .navbar-toggle {
  margin-top: 20px;
  margin-right: 22px;
}
#header .front-navbar .navbar-toggle .icon-bar {
  background: #dddddd !important;
}
#header .front-navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
#header .app-navbar {
  height: 56px;
  border: none;
  border-bottom: 1px solid #cbcbcb !important;
  margin-bottom: 0 !important;
  position: absolute !important;
  left: 255px;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
}
#header .app-navbar .navbar-header a.navbar-brand {
  margin-left: 0 !important;
  padding: 13px 14px 0 23px;
  color: #aaa;
  -webkit-font-smoothing: antialiased;
  height: 56px;
}
#header .app-navbar .navbar-header a.navbar-brand .icon {
  font-size: 25px;
}
#header .app-navbar .navbar-header a.navbar-brand .icon span {
  background: #CBCBCB;
}
#header .app-navbar .navbar-header a.navbar-brand span.title {
  font-size: 15px;
  margin-left: 3px;
  position: relative;
  top: -3px;
}
#header .app-navbar .navbar-text {
  color: #999999;
  margin-top: 40px;
  margin-left: 40px;
}
#header .app-navbar .navbar-text em {
  font-style: normal;
  font-weight: bold;
}
#header .app-navbar .navbar-text .indicator {
  opacity: 0.4;
}
#header .app-navbar .navbar-text .label {
  margin: 0 10px 0 0;
  font-size: 15px;
  padding: .2em 1em .3em;
  font-weight: normal;
}
#header .app-navbar .navbar-text {
  color: #aaabac;
  margin-top: 28px;
}
#header .app-navbar .navbar-text em {
  font-family: serif !important;
  font-style: normal !important;
}
#header .app-navbar .nav-item-divider {
  height: 50px;
  background: #E8E8E8;
  width: 1px;
  margin-top: 3px;
  margin-right: -1px;
}
#header .app-navbar .navbar-nav > li > a {
  height: 55px;
  padding-top: 20px;
  outline: none !important;
  color: #aaabac;
  font-size: 13px;
}
#header .app-navbar .navbar-nav > li > a:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#header .app-navbar .navbar-nav > .open > a {
  color: #666;
}
#header .app-navbar .dropdown-menu .dropdown-menu {
  min-width: auto !important;
  width: auto !important;
}
#header .app-navbar .dictionary-nav-item > a .name {
  max-width: 150px;
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: top;
}
#header .app-navbar .dictionary-nav-item > a img {
  width: 20px;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu {
  margin-left: -54px !important;
  width: 260px;
  padding-right: 10px;
  padding-left: 10px;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li {
  position: relative;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li.arrow {
  position: absolute !important;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li.divider {
  margin: 8px 0 !important;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li > a {
  word-break: break-all;
  white-space: normal !important;
  padding: 10px 60px 10px 15px;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li > a img {
  width: 20px;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li > a .shared-label {
  background: #fc9901 !important;
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  top: -1px;
  border: none !important;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li > a .list-actions {
  position: absolute;
  right: 40px;
  top: 12px;
  color: #ccc;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li > a .list-actions:hover {
  color: #888 !important;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li > a .status {
  opacity: 0;
  color: #72bb53;
  position: absolute;
  right: 16px;
  top: 11px;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li.active_ {
  background: #f1f7fa;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu > li.active_ .status {
  opacity: 1 !important;
}
#header .app-navbar .dictionary-nav-item .dropdown-menu .dropdown-menu-actions p {
  margin: 0 !important;
  color: #888;
  text-align: right;
  font-size: 13px;
}
#header .app-navbar .casing-nav-item .dropdown-menu {
  min-width: 180px;
  margin-left: -57px;
  /*li*/
}
#header .app-navbar .casing-nav-item .dropdown-menu > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 300;
}
#header .app-navbar .casing-nav-item .dropdown-menu .status .icon {
  opacity: 0;
}
#header .app-navbar .casing-nav-item .dropdown-menu .active_ .status .icon {
  opacity: 1;
  color: #72bb53 !important;
}
#header .app-navbar .usage-btn {
  margin-right: 20px;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.9);
  border: none !important;
  margin-top: 15px !important;
}
#header .app-navbar .usage-btn .icon {
  position: relative;
  top: 1px;
}
#header .app-navbar .user-nav-item > a {
  padding-left: 23px;
  padding-right: 23px;
}
#header .app-navbar .user-nav-item .dropdown-menu {
  margin-right: 5px;
}
#header .app-navbar .user-nav-item .dropdown-menu .arrow {
  right: 60px !important;
}
#header .app-navbar .login-nav-item > a {
  padding-left: 23px;
  padding-right: 23px;
}
#header.sidebar-collapsed .app-navbar {
  left: 78px !important;
}
#header .__docs-navbar {
  height: 56px;
  border: none;
  border-bottom: 1px solid #cbcbcb !important;
  margin-bottom: 0 !important;
  position: absolute !important;
  left: 255px;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
}
#header .__docs-navbar .navbar-header a.navbar-brand {
  margin-left: 0 !important;
  padding: 13px 20px 0 23px;
  color: #aaa;
  -webkit-font-smoothing: antialiased;
  height: 56px;
}
#header .__docs-navbar .navbar-header a.navbar-brand .icon {
  font-size: 25px;
}
#header .__docs-navbar .navbar-header a.navbar-brand .icon span {
  background: #CBCBCB;
}
#header .__docs-navbar .navbar-header a.navbar-brand span.title {
  font-size: 15px;
  margin-left: 3px;
  position: relative;
  top: -3px;
}
#header .__docs-navbar .navbar-text {
  color: #999999;
  margin-top: 40px;
  margin-left: 40px;
}
#header .__docs-navbar .navbar-text em {
  font-style: normal;
  font-weight: bold;
}
#header .__docs-navbar .navbar-text .indicator {
  opacity: 0.4;
}
#header .__docs-navbar .navbar-text .label {
  margin: 0 10px 0 0;
  font-size: 15px;
  padding: .2em 1em .3em;
  font-weight: normal;
}
#header .__docs-navbar .navbar-text {
  color: #aaabac;
  margin-top: 28px;
}
#header .__docs-navbar .navbar-text em {
  font-family: serif !important;
  font-style: normal !important;
}
#header .__docs-navbar .nav-item-divider {
  height: 50px;
  background: #E8E8E8;
  width: 1px;
  margin-top: 3px;
  margin-right: -1px;
}
#header .__docs-navbar .navbar-nav > li > a {
  height: 55px;
  padding-top: 20px;
  outline: none !important;
  color: #aaabac;
  font-size: 13px;
}
#header .__docs-navbar .navbar-nav > li > a:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#header .__docs-navbar .login-nav-item > a {
  padding-left: 23px;
  padding-right: 23px;
}
#header .docs-navbar {
  height: 74px;
  background: transparent;
  border-bottom: none;
  margin-bottom: 0 !important;
}
#header .docs-navbar .navbar-brand {
  padding-left: 25px !important;
  margin-left: 15px !important;
  margin-top: 9px !important;
}
#header .docs-navbar .navbar-brand img {
  height: 19px;
  -ms-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
}
#header .docs-navbar .navbar-text {
  color: #aaabac;
  margin-top: 26px;
  margin-left: 5px !important;
  font-size: 16px;
  letter-spacing: -0.2mm;
}
#header .docs-navbar .navbar-nav > li > a {
  padding: 0 !important;
  margin-top: 24px;
  margin-left: 3px;
  margin-right: 5px;
  color: #999 !important;
  font-size: 14px;
  padding-right: 24px !important;
}
#header .docs-navbar .navbar-nav > li > a i {
  position: absolute;
  line-height: 14px;
  top: 0 !important;
  right: 0;
  font-size: 20px !important;
  color: #ccc;
}
#header .docs-navbar .navbar-nav > li > a:hover,
#header .docs-navbar .navbar-nav > li > a:focus {
  background: transparent !important;
  color: #66686a;
  outline: none !important;
}
.dropdown .caret-icon {
  color: #666;
  position: relative;
  top: 2px;
}
#footer {
  position: relative;
  font-size: 13px;
  margin-top: 150px;
}
#footer .container {
  border-top: 1px solid #E6E6E6;
  padding-top: 23px;
  padding-bottom: 50px;
}
#footer .primary-nav ul {
  padding-left: 30px;
  margin-bottom: 0;
}
#footer .primary-nav ul li {
  padding-right: 0 !important;
}
#footer .primary-nav ul li:after {
  display: inline-block;
  content: "/";
  margin-left: 4px;
}
#footer .primary-nav ul li:last-child:after {
  content: "" !important;
}
#footer .primary-nav .credit {
  margin: 5px 0 0 30px;
  font-size: 12px;
  font-weight: 300 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc !important;
}
#footer p,
#footer li,
#footer a {
  font-size: 13px;
  color: #666;
}
#footer .sharers {
  margin-left: 40px;
}
#footer .sharers .btn {
  color: #fff;
  -webkit-border-radius: 1px "" "" "" !important;
  border-radius: 1px "" "" "" !important;
  -moz-border-radius: 1px "" "" "" !important;
  border-radius: 1px !important;
  position: relative;
  line-height: 1em;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 11px 6px 7px;
}
#footer .sharers .btn:hover {
  opacity: 0.6;
}
#footer .sharers .btn span {
  display: inline-block;
  margin-left: 3px;
}
#footer .sharers .btn.twitter-btn {
  background: #02A8F3;
}
#footer .sharers .btn.twitter-btn .icon {
  top: 2px;
  position: relative;
  font-size: 13px;
}
#footer .sharers .btn.facebook-btn {
  background: #3b4eba;
}
#footer .sharers .btn.facebook-btn .icon {
  font-size: 13px;
  top: 2px;
  position: relative;
}
#footer .sharers .btn.google-plus-btn {
  font-size: 17px;
  background: #E52863;
}
#footer .secondary-nav {
  margin-left: 89px;
}
#footer_old2 {
  padding: 63px 0 30px 0 ;
  position: relative;
  border-top: 1px solid #E6E6E6;
  font-size: 13px;
  margin-top: 150px;
  background: #F2F2F2;
}
#footer_old2 .container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#footer_old2 .primary-nav ul {
  padding-left: 37px;
  margin-bottom: 0;
}
#footer_old2 .primary-nav ul li {
  padding-right: 0 !important;
}
#footer_old2 .primary-nav ul li:after {
  display: inline-block;
  content: "/";
  margin-left: 4px;
}
#footer_old2 .primary-nav ul li:last-child:after {
  content: "" !important;
}
#footer_old2 .primary-nav .credit {
  margin: 5px 0 0 40px;
  font-size: 12px;
  font-weight: 300 !important;
}
#footer_old2 .primary-nav .sharers {
  margin: 0 0 0 40px;
}
#footer_old2 p,
#footer_old2 li,
#footer_old2 a {
  font-size: 13px;
  color: #808080;
}
#footer_old2 .secondary-nav,
#footer_old2 .third-nav {
  padding-left: 30px;
  min-width: 100px;
  margin-right: 70px;
}
#footer_old2 .secondary-nav h5,
#footer_old2 .third-nav h5 {
  margin: 9px 0 1.6em 0;
  color: #333;
}
#footer_old2 .secondary-nav li,
#footer_old2 .third-nav li {
  margin-bottom: 0.8em;
}
#footer_old2 .sharers {
  padding-top: 25px;
  text-align: right;
}
#footer_old2 .sharers .btn {
  color: #fff;
  -webkit-border-radius: 1px "" "" "" !important;
  border-radius: 1px "" "" "" !important;
  -moz-border-radius: 1px "" "" "" !important;
  border-radius: 1px !important;
  position: relative;
  line-height: 1em;
  font-size: 11px;
  margin-left: 25px;
  padding: 2px 8px 3px 8px;
}
#footer_old2 .sharers .btn:hover {
  opacity: 0.6;
}
#footer_old2 .sharers .btn span {
  display: inline-block;
  margin-left: 3px;
}
#footer_old2 .sharers .btn.twitter-btn {
  background: #02A8F3;
}
#footer_old2 .sharers .btn.twitter-btn i {
  top: 2px;
  position: relative;
  font-size: 13px;
}
#footer_old2 .sharers .btn.facebook-btn {
  background: #3b4eba;
}
#footer_old2 .sharers .btn.facebook-btn i {
  font-size: 13px;
  top: 2px;
  position: relative;
}
#footer_old2 .sharers .btn.google-plus-btn {
  font-size: 17px;
  background: #E52863;
}
#footer_old2 .secondary-nav {
  margin-left: 89px;
}
.modal-icon-danger {
  background: #ff8a84 !important;
}
.modal .control-label {
  color: #888 !important;
}
.modal .leading {
  font-size: 13px;
  color: #888 !important;
  line-height: 1.6em;
}
.modal .checkbox-condensed {
  margin-top: 0 !important;
}
.modal .label-help {
  color: #aaa;
  position: relative;
  top: 2px;
}
.modal-with-sidenav .modal-dialog {
  width: 750px;
  margin-top: 50px !important;
}
.modal-with-sidenav .modal-content {
  position: relative;
  min-height: 480px;
}
.modal-with-sidenav .modal-header {
  width: 210px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  background: #1cbad6 url(/img/mosaic.gif) no-repeat -400px -50px;
  border-right: 2px solid #1AADC7;
}
.modal-with-sidenav .modal-header .nav {
  margin: 100px 0 0 11px;
}
.modal-with-sidenav .modal-header .nav li a {
  color: #fff;
  padding: 7px 0;
}
.modal-with-sidenav .modal-header .nav li a .icon {
  visibility: hidden;
  margin-right: 10px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.modal-with-sidenav .modal-header .nav li a:hover,
.modal-with-sidenav .modal-header .nav li a:focus {
  background: transparent;
}
.modal-with-sidenav .modal-header .nav li.active a .icon {
  visibility: visible !important;
}
.modal-with-sidenav .modal-body {
  position: absolute;
  top: 0;
  right: 0;
  left: 210px;
  bottom: 0;
  padding: 98px 58px 0 58px;
}
.modal-with-sidenav .modal-body.with-brand {
  padding-top: 70px;
}
.modal-with-sidenav .modal-body .brand {
  margin-bottom: 10px;
}
.modal-with-sidenav .modal-body h4 {
  font-size: 21px;
  color: #1cbad6;
  margin-bottom: 25px;
}
.modal-with-sidenav .modal-body .leading {
  font-size: 14px;
  line-height: 1.65em;
  font-weight: 300;
}
.modal-with-sidenav .modal-body img.pull-right {
  margin: -15px -30px 0 20px;
  -webkit-shape-outside: circle();
}
.modal-with-sidenav .modal-footer {
  position: absolute;
  right: 0;
  left: 210px;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 30px;
}
.modal-with-sidenav .modal-footer .pager {
  margin: 7px 0 0 0;
}
.modal-with-sidenav .modal-footer .pager span {
  display: inline !important;
  border: none !important;
  padding: 0;
}
.modal-with-sidenav .modal-footer .pager .page {
  margin: 0 10px;
}
.modal-with-sidenav .modal-footer .pager a {
  border: none;
  font-size: 18px;
  vertical-align: top;
  padding: 0;
  color: #b3b3b3;
}
.modal-with-sidenav .modal-footer .pager a:hover {
  background: transparent;
}
.casing-options-modal .radio {
  padding: 15px 10px 15px 40px;
  background: #f7f6f6;
  border: 1px solid #f7f6f6;
  margin-bottom: 15px;
}
.casing-options-modal .radio label {
  padding-left: 5px;
  padding-top: 2px;
}
.casing-options-modal .radio .help-block {
  margin-bottom: 0 !important;
}
.modal .form-group.image-uploader {
  padding: 0 !important;
  position: relative;
}
.modal .form-group.image-uploader nav {
  display: none;
  position: absolute;
  left: 25.6px;
  z-index: 3;
}
.modal .form-group.image-uploader nav a.clear-btn {
  padding: 0;
  display: block;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
  width: 32px;
  height: 32px;
  font-size: 30px;
  color: #fff;
  line-height: 1em;
  -webkit-border-radius: 100px "" "" "" !important;
  border-radius: 100px "" "" "" !important;
  -moz-border-radius: 100px "" "" "" !important;
  border-radius: 100px !important;
}
.modal .form-group.image-uploader .image {
  position: relative;
  padding-right: 10px;
}
.modal .form-group.image-uploader .image img {
  width: 32px;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
}
.modal .form-group.image-uploader .image .indicator {
  position: absolute;
  left: 0;
  top: 0;
}
.modal .form-group.image-uploader .image .indicator .throbber {
  font-size: 40px;
  line-height: 1em;
  opacity: 0.3;
}
.modal .form-group.image-uploader .image .indicator .throbber:after {
  border-width: 4px !important;
}
.modal .form-group.image-uploader .image.with-upload {
  overflow: hidden;
  display: inline-block;
  padding: 4px;
  margin: -4px;
}
.modal .form-group.image-uploader .image.with-upload input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.modal .form-group.image-uploader:hover nav {
  display: block;
}
.btn-cyan-ghost {
  border: 1px solid #1cbad6 !important;
  color: #1cbad6;
  background: transparent !important;
}
.btn-cyan-ghost:hover,
.btn-cyan-ghost:focus {
  background: #1cbad6 !important;
  color: #fff !important;
}
.modal-btn-wide {
  min-width: 120px;
}
.modal-cancel-btn {
  color: #aaa;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.btn + .modal-cancel-btn {
  min-width: 95px;
  margin: 0 -100px 0 0;
}
.modal-overlay {
  padding: 0 !important;
  overflow: hidden !important;
}
.modal-overlay .modal-backdrop {
  opacity: 1 !important;
  background: #fff;
  top: 75px;
}
.modal-overlay .modal-backdrop:before {
  content: " ";
  background: transparent;
  width: 100%;
  height: 75px;
  top: -75px;
  position: absolute;
  display: block;
}
.modal-overlay .modal-dialog {
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: content-box;
}
.modal-overlay .modal-dialog .modal-content {
  border: none !important;
  box-shadow: none !important;
  margin-top: 75px;
  padding-top: 75px;
}
.modal-overlay .close {
  position: absolute;
  right: 40px;
  top: 115px;
}
.modal-overlay .modal-header {
  border-bottom: none !important;
}
.modal-overlay .modal-header h4 {
  font-size: 26px;
  font-weight: normal;
  color: #63686c;
}
.modal-overlay .modal-header .message {
  color: #999;
  margin: 16px 0 0 20px;
}
.modal-overlay .modal-body {
  padding-top: 0;
}
.modal-overlay .modal-body p.lead {
  font-size: 14px !important;
  color: #63686c;
  margin-bottom: 2em;
}
.modal-overlay .modal-backdrop {
  opacity: 1 !important;
  background: #fff;
}
.modal-overlay .modal-content.layout-center h4,
.modal-overlay .modal-content.layout-center p,
.modal-overlay .modal-content.layout-center .btn {
  text-align: center;
}
.modal-overlay .modal-content.layout-hooking,
.modal-overlay .modal-content.layout-horizontal {
  padding-left: 100px;
}
.modal-overlay .modal-content.layout-hooking .layout-hook,
.modal-overlay .modal-content.layout-horizontal .layout-hook,
.modal-overlay .modal-content.layout-hooking .layout-left,
.modal-overlay .modal-content.layout-horizontal .layout-left {
  position: absolute;
  left: -170px;
  top: -60px;
}
.sidebar-modal .modal-backdrop {
  background: transparent !important;
}
.sidebar-modal.effect .modal-dialog {
  -webkit-transition: opacity 0.1s ease-out !important;
  -moz-transition: opacity 0.1s ease-out !important;
  -o-transition: opacity 0.1s ease-out !important;
  transition: opacity 0.1s ease-out !important;
  opacity: 0 !important;
}
.sidebar-modal.effect.in .modal-dialog {
  opacity: 1 !important;
}
.sidebar-modal .modal-dialog {
  margin-top: 75px;
}
.sidebar-modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2) !important;
}
.sidebar-modal .modal-dialog .modal-body {
  padding-top: 0;
}
.sidebar-modal .modal-dialog:before {
  display: block;
  content: " ";
  position: absolute;
  top: -5px;
  height: 10px;
  width: 100%;
  background: #fff;
  z-index: 2;
}
.sidebar-modal .modal-content {
  background: #fff;
  padding: 15px 15px 0 15px;
}
.sidebar-modal .modal-content .offer p {
  font-size: 13px;
  color: #667;
  margin: 1em 0 1.5em 0;
}
.sidebar-modal .modal-content .menu-list {
  margin-bottom: 30px;
  font-size: 13px;
}
.sidebar-modal .modal-content .menu-list li {
  margin-bottom: 20px;
}
.sidebar-modal .modal-content .menu-list.secondary-menu-list a {
  color: #889;
}
.dictionary-create-first-modal .modal-backdrop {
  opacity: 1 !important;
  background: #fff;
  left: 78px;
}
.dictionary-create-first-modal .modal-backdrop:before {
  content: " ";
  position: absolute;
  display: block;
  background: transparent;
  height: 100%;
  width: 78px;
  left: -78px;
}
.dictionary-create-first-modal .modal-dialog {
  margin: 0 0 0 78px !important;
  width: auto !important;
}
.dictionary-create-first-modal .modal-dialog .modal-content {
  margin-left: 125px;
  margin-top: 180px;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body .create-btn {
  background: transparent !important;
  border: none;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body form {
  max-width: 560px !important;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body .input-group {
  max-width: 560px !important;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body input {
  border: none !important;
  background: transparent !important;
  font-size: 30px;
  height: auto !important;
  padding: 2px;
  letter-spacing: -2px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #888;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body input:-moz-placeholder {
  color: #E6E6E6 !important;
  font-weight: normal;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body input::-webkit-input-placeholder {
  color: #E6E6E6 !important;
  font-weight: normal;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body input:-ms-input-placeholder {
  color: #E6E6E6 !important;
  font-weight: normal;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body .btn {
  color: #0da6f9;
  font-size: 20px;
  margin-left: 20px;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body .btn .icon-x-throbber-circle {
  opacity: 0.2;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body .help-block {
  color: #ccc !important;
  font-size: 15px;
  margin-top: 1.2em;
}
.dictionary-create-first-modal .modal-dialog .modal-content .modal-body .leading {
  color: #666;
  margin-top: 2em;
}
.dictionary-create-modal.dictionary-create-modal-nav .modal-dialog {
  width: 550px;
}
.dictionary-create-modal.first-dictionary-create-modal .modal-dialog {
  width: 550px;
}
.dictionary-create-modal.first-dictionary-create-modal .modal-content {
  background: transparent !important;
}
.offer-modal .modal-body figure {
  text-align: center;
  margin-bottom: 1em;
}
.dictionary-share-modal .image-form-group {
  padding: 0 !important;
  position: relative;
}
.dictionary-share-modal .image-form-group nav {
  display: none;
  left: 80px;
  position: absolute;
  z-index: 3;
}
.dictionary-share-modal .image-form-group nav a.clear-btn {
  padding: 0;
  display: block;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
  width: 1em;
  height: 1em;
  font-size: 30px;
  color: #fff;
  line-height: 1em;
  -webkit-border-radius: 100px "" "" "" !important;
  border-radius: 100px "" "" "" !important;
  -moz-border-radius: 100px "" "" "" !important;
  border-radius: 100px !important;
}
.dictionary-share-modal .profile-image {
  position: relative;
}
.dictionary-share-modal .profile-image img {
  width: 105px;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
}
.dictionary-share-modal .profile-image .indicator {
  position: absolute;
  left: 0;
  top: 0;
}
.dictionary-share-modal .profile-image .indicator .throbber {
  font-size: 105px;
  line-height: 1em;
  opacity: 0.3;
}
.text-rounded {
  font-family: 'Century Gothic', sans-serif;
}
.tm {
  font-family: 'Century Gothic', sans-serif;
}
.with-ie .text-rounded {
  font-family: Meiryo, sans-serif;
}
.text-rounded {
  font-family: 'Century Gothic', sans-serif;
}
.tm {
  font-family: 'Century Gothic', sans-serif;
}
.with-ie .text-rounded {
  font-family: Meiryo, sans-serif;
}
.signup-modal .signup-offer {
  margin-bottom: -1em !important;
}
.signup-modal .modal-header {
  border-bottom: none !important;
}
.signup-modal .divider {
  position: relative;
  text-align: center;
  color: #777;
  font-size: 13px;
  margin-bottom: 2em;
}
.signup-modal .divider span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  margin: 0 auto;
  z-index: 2;
}
.signup-modal .divider:after {
  display: block;
  height: 1px;
  width: 100%;
  z-index: 1;
  content: "";
  top: 50%;
  position: absolute;
  background: #e5e5e5;
}
.signup-modal .user-image {
  border: none !important;
  position: relative;
  padding: 0;
}
.signup-modal .user-image img {
  padding: 0;
  margin: 0;
  border-radius: 100% !important;
  width: 68px;
  height: 68px;
}
.signup-modal .accepted-form-group {
  margin-top: 20px;
}
.signup-modal .modal-footer {
  padding-right: 15px !important;
}
.signup-modal .social-buttons {
  margin-bottom: -20px;
}
.signup-modal .social-buttons .btn {
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100% !important;
  margin-left: 16px;
  outline: none;
  line-height: 1em;
}
.signup-modal .social-buttons .btn:first-child {
  margin-left: 0 !important;
}
.signup-modal .social-buttons .btn .indicator .icon {
  font-size: 50px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.signup-modal .social-buttons .btn .indicator .icon:after {
  border-width: 4px !important;
}
.signup-modal .social-buttons .btn.twitter-btn {
  background: #4DD7FA;
  font-size: 24px;
}
.signup-modal .social-buttons .btn.twitter-btn > i {
  margin-top: 8px;
  position: relative;
  left: 1px;
}
.signup-modal .social-buttons .btn.facebook-btn {
  background: #3b4eba;
  font-size: 21px;
}
.signup-modal .social-buttons .btn.facebook-btn > i {
  position: relative;
  margin-top: 9px;
}
.signup-modal .social-buttons .btn.github-btn {
  font-size: 28px;
  background: #606060;
  position: relative;
}
.signup-modal .social-buttons .btn.github-btn > i {
  margin-top: 6px;
}
.home-content .text-base {
  font-size: 16px;
  color: #666;
  line-height: 1.6em;
}
.home-content .leading-section {
  background: url(/img/mosaic_bg.gif) top center no-repeat;
  background-size: cover;
  height: 580px;
  padding: 0 !important;
  position: relative;
}
.home-content .leading-section .container {
  padding-top: 117px;
  position: relative;
  z-index: 2;
}
.home-content .leading-section .container h2 {
  margin: 0;
  letter-spacing: -1.3mm;
  color: #fff;
  font-size: 43px;
}
.home-content .leading-section .container h2 span {
  line-height: 2.5em;
  display: block;
  font-size: 17px;
  letter-spacing: -0.1mm;
  color: #fff;
  padding-left: 4px;
}
.home-content .leading-section .container p.leading {
  font-size: 17px;
  color: #fff;
  margin-top: 45px;
  width: 420px;
}
.home-content .leading-section .container .btn {
  padding: 11px 80px;
  font-size: 15px;
  border-bottom: none !important;
  margin-top: 20px;
}
.home-content .leading-section .figure {
  position: absolute;
  right: 0;
  top: 100px;
}
.home-content .leading-section .figure .text1 {
  position: absolute;
  top: 119px;
  left: 165px;
}
.home-content .leading-section .figure .text2 {
  position: absolute;
  top: 119px;
  left: 400px;
}
.home-content .leading-section .figure .text1 mark,
.home-content .leading-section .figure .text2 mark {
  padding: 0;
}
.home-content .leading-section .figure cite {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
  font-weight: 200;
  margin: 5px 15px 0 0;
  font-size: 12px;
  text-align: right;
}
.home-content .leading-section .figure cite a {
  color: #fff !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
@media (max-width: 768px) {
  .home-content .leading-section .figure {
    display: none;
  }
  .home-content .leading-section .container {
    text-align: center;
  }
  .home-content .leading-section .container p {
    width: auto !important;
  }
}
.home-content .features h3 {
  font-size: 24px;
  color: #4D4D4D;
  line-height: 3em;
}
.home-content .features p {
  color: #666;
  font-size: 14px;
}
.home-content .features .badge {
  width: 72px;
  height: 72px;
  border: 1px solid #1CBAD6;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
  color: #1CBAD6;
  background: transparent;
  line-height: 69px;
  font-size: 30px;
  font-weight: normal;
  display: block;
  margin: 20px auto;
}
.login-modal .signup-offer {
  margin-bottom: -1em !important;
}
.login-modal .user-image {
  border: none !important;
  position: relative;
  padding: 0;
}
.login-modal .user-image img {
  padding: 0;
  margin: 0;
  border-radius: 100% !important;
  width: 68px;
  height: 68px;
}
.login-modal .form-actions {
  margin-top: 40px !important;
}
.login-modal .modal-footer {
  padding: 0;
}
.login-modal .social-buttons .btn {
  position: relative;
  -webkit-transition: width 0.3s !important;
  -moz-transition: width 0.3s !important;
  -o-transition: width 0.3s !important;
  transition: width 0.3s !important;
  width: 65px;
  height: 65px;
  color: #fff;
  margin: 0 !important;
  outline: none;
}
.login-modal .social-buttons .btn:last-child {
  -webkit-border-bottom-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  -moz-border-radius-bottomright: 7px !important;
}
.login-modal .social-buttons .btn:first-child {
  -webkit-border-bottom-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  -moz-border-radius-bottomleft: 7px !important;
}
.login-modal .social-buttons .btn .text {
  display: none;
  vertical-align: top;
  padding-top: 18px;
  margin-left: 5px;
  overflow: hidden;
}
.login-modal .social-buttons .btn.expanded {
  width: 290px;
}
.login-modal .social-buttons .btn.expanded .text {
  display: inline-block !important;
}
.login-modal .social-buttons .btn:first-child {
  margin-left: 0 !important;
}
.login-modal .social-buttons .btn .indicator {
  margin-left: 5px;
}
.login-modal .social-buttons .btn.user-image-btn {
  border: none !important;
  position: relative;
  padding: 0;
}
.login-modal .social-buttons .btn.user-image-btn img {
  padding: 0;
  margin: 0;
  border-radius: 100% !important;
  width: 68px;
  height: 68px;
  -webkit-box-shadow: 2px 3px 0 #dddddd;
  -moz-box-shadow: 2px 3px 0 #dddddd;
  box-shadow: 2px 3px 0 #dddddd;
}
.login-modal .social-buttons .btn.twitter-btn {
  background: #4DD7FA;
}
.login-modal .social-buttons .btn.twitter-btn .text {
  padding-top: 18px !important;
}
.login-modal .social-buttons .btn.twitter-btn i {
  font-size: 29px;
  margin-top: 11px;
  margin-left: 2px;
}
.login-modal .social-buttons .btn.facebook-btn {
  background: #3b4eba;
}
.login-modal .social-buttons .btn.facebook-btn .text {
  padding-top: 18px !important;
}
.login-modal .social-buttons .btn.facebook-btn i {
  font-size: 24px;
  margin-top: 15px;
}
.login-modal .social-buttons .btn.github-btn {
  background: #606060;
  position: relative;
  padding: 0;
  /*.overlay {
					position: absolute;
					border: 14px solid #606060;
					border-radius: 100%;
					width: 27px;
					height: 27px;
					.box-sizing(content-box);
					top: 4px;
					left: 7px;
				}*/
}
.login-modal .social-buttons .btn.github-btn .text {
  padding-top: 25px !important;
}
.login-modal .social-buttons .btn.github-btn i {
  font-size: 32px;
  margin-top: 15px;
  -moz-osx-font-smoothing: auto !important;
}
.login-modal .hint {
  font-size: 12px;
  color: #ccc;
  margin: 25px 0;
}
.login-modal .hint a {
  color: #00A4D3;
}
#sidenav {
  background: #fff;
  border-left: 1px solid #D6D6D6;
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  width: 280px;
  display: none;
  -webkit-transition: right 0.2s linear 0;
  -moz-transition: right 0.2s linear 0;
  -o-transition: right 0.2s linear 0;
  transition: right 0.2s linear 0;
  bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
}
#sidenav .pane-heading .nav {
  position: absolute;
  top: 18px;
  right: 9px;
}
#sidenav .pane-heading .nav .close {
  font-size: 27px;
  margin-left: 3px;
}
#sidenav .pane-heading .nav .menu-btn {
  border: 1px solid #E6E6E6 !important;
  color: #ddd;
  height: 26px;
  width: 26px;
  padding: 3px 0 0 0;
  font-size: 13px;
  margin-top: 1px;
}
#sidenav .pane-heading .nav .menu-btn:hover {
  background: #6db4f9 !important;
  color: #fff;
  border: 1px solid #6db4f9 !important;
}
#sidenav .pane-heading .nav .dropdown-menu {
  margin-right: -26px !important;
}
#sidenav .pane-heading {
  height: 60px;
}
#sidenav .pane-heading .dropdown {
  margin-top: 15px;
  margin-left: 20px;
}
#sidenav .pane-heading .dropdown .icon {
  font-size: 23px;
}
#sidenav .pane-heading .dropdown .icon span {
  background: #CBCBCB;
}
#sidenav .pane-heading .title {
  display: inline-block;
  padding: 17px 0 0 13px;
  font-size: 19px;
  color: #686868;
  -webkit-font-smoothing: antialiased;
}
#sidenav .pane-heading form {
  margin-top: 17px;
}
#sidenav .pane-heading form input {
  height: 27px !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #808080;
  border: none;
  background: transparent;
  width: 156px;
}
#sidenav .pane-heading form input:hover,
#sidenav .pane-heading form input:focus {
  background: #f7f6f6;
}
#sidenav .pane-body {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 60px;
  word-break: break-all;
  overflow-y: auto;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #f7f6f6;
}
#sidenav .pane-body .indicator {
  margin: 60px 0 0 0;
  text-align: center;
}
#sidenav .pane-body.entry-detail {
  padding: 20px 23px 0 26px;
}
#sidenav .pane-body.entry-detail .title {
  margin-bottom: 34px !important;
}
#sidenav .pane-body.entry-detail .title h1 {
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0 0 0;
  color: #303438;
  letter-spacing: -0.2mm;
}
#sidenav .pane-body.entry-detail .title .pronunciation {
  color: #B3B3B3;
  font-size: 12px;
  margin-top: 4px;
  position: relative;
  -webkit-font-smoothing: auto !important;
}
#sidenav .pane-body.entry-detail .title .pronunciation a {
  font-size: 18px;
  color: #91E4FB;
  position: absolute;
  top: 0;
  margin-top: -3px;
  margin-left: 3px;
}
#sidenav .pane-body.entry-detail section {
  margin-bottom: 50px;
}
#sidenav .pane-body.entry-detail section h2 {
  font-size: 12px;
  position: relative;
  color: #999;
  margin-bottom: 16px;
}
#sidenav .pane-body.entry-detail section h2 span {
  display: inline-block;
  background: #f7f6f6;
  position: relative;
  z-index: 2;
  padding-right: 8px;
}
#sidenav .pane-body.entry-detail section h2:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0;
  right: 0;
  height: 1px ;
  background: #E6E6E6;
}
#sidenav .pane-body.entry-detail .translation .pos-entry {
  position: relative;
}
#sidenav .pane-body.entry-detail .translation .pos-entry .pos-heading .pos {
  position: absolute;
  left: 0;
  display: inline-block;
  background: #1cbad6;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 100px "" "" "";
  border-radius: 100px "" "" "";
  -moz-border-radius: 100px "" "" "";
  border-radius: 100px;
  color: #fff;
  line-height: 1em;
  text-align: center;
  margin: 0;
  padding-top: 6px;
  font-size: 12px;
  font-weight: normal;
  top: -1px;
}
#sidenav .pane-body.entry-detail .translation .pos-entry ol.translation-entries {
  list-style-type: none;
  margin: 0 0 30px 33px;
  padding: 2px 0 0 0;
}
#sidenav .pane-body.entry-detail .translation .pos-entry ol.translation-entries.has-multi-entries {
  list-style: decimal inside !important;
}
#sidenav .pane-body.entry-detail .translation .examples li {
  margin: 0.5em 0;
  font-weight: 400 !important;
  color: #333 !important;
}
#sidenav .pane-body.entry-detail .translation .examples .source {
  display: block;
}
#sidenav .pane-body .note-section p {
  color: #666;
  font-size: 13px;
}
#sidenav .pane-body.entry-list .list-group {
  margin-top: 10px;
}
#sidenav .pane-body.entry-list .list-group-item {
  color: #636569;
  border-radius: 0 !important;
  border: none;
  background: transparent;
  padding: 10px 0 10px 44px;
}
#sidenav .pane-body.entry-list .list-group-item .title {
  font-size: 15px;
}
#sidenav .pane-body.entry-list .list-group-item .open {
  position: absolute;
  top: 12px;
  right: 10px;
  opacity: 0;
}
#sidenav .pane-body.entry-list .list-group-item .pronunciation {
  position: absolute;
  top: 12px;
  left: 18px;
  color: #ddd;
  font-size: 17px;
}
#sidenav .pane-body.entry-list .list-group-item .digest {
  display: block;
  font-size: 13px;
  padding-right: 10px;
}
#sidenav .pane-body.entry-list .list-group-item.active_ {
  background: #f7f6f6;
}
#sidenav .pane-body.entry-list .list-group-item.active_ .open {
  opacity: 1 !important;
}
#sidenav .guide-pane .pane-body {
  background: #fff !important;
  border: none !important;
  margin: 30px 10px 0;
}
#sidenav .guide-pane .pane-body ul {
  padding: 0;
  margin-bottom: 30px;
}
#sidenav .guide-pane .pane-body dl dt a {
  font-weight: normal;
  font-size: 15px;
  color: #737373;
  letter-spacing: -0.2mm;
  display: block;
  margin: 10px 0;
  padding: 10px;
  position: relative;
  background: #F7F6F6;
}
#sidenav .guide-pane .pane-body dl dt a:hover {
  text-decoration: none;
  background: #f3f3f3;
}
#sidenav .guide-pane .pane-body h4 {
  font-size: 12px;
  color: #999;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#sidenav .guide-pane .pane-body h4 span {
  position: absolute;
  top: 0.5em;
  width: 100%;
  height: 1px;
  background: #eee;
  margin-left: 5px;
}
#sidenav .guide-pane .guide-list > li > div {
  margin-bottom: 20px;
  padding: 0 10px 0 15px;
}
#sidenav .guide-pane .guide-list > li > div p {
  color: #666;
  font-size: 13px;
  margin-bottom: 1em;
}
#sidenav .guide-pane .guide-list > li > div pre {
  color: #666;
  font-size: 13px;
}
@-webkit-keyframes quick-look-in {
  0% {
    display: block !important;
    right: -280px;
  }
  1% {
    right: -280px;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes quick-look-in {
  0% {
    display: block !important;
    right: -280px;
  }
  1% {
    right: -280px;
  }
  100% {
    right: 0;
  }
}
@keyframes quick-look-in {
  0% {
    display: block !important;
    right: -280px;
  }
  1% {
    right: -280px;
  }
  100% {
    right: 0;
  }
}
.engine-content {
  left: 78px;
  position: absolute;
  bottom: 0;
  top: 56px;
  background: #FBFCFF;
  right: 0;
}
.engine-content #main-layout .tips {
  position: absolute;
  bottom: 0;
  height: 40px;
  top: auto;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
}
.engine-content #main-layout .tips p {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
}
.engine-content #main-layout .tips p a {
  color: #666;
}
.engine-content #main-layout .tips .nav {
  margin-left: 20px;
}
.engine-content #main-layout .tips .nav a {
  margin-left: 1em;
}
.engine-content #main-layout #main-pane {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  overflow-y: auto;
  -webkit-transition: right 0.2s ease;
  -moz-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.engine-content #main-layout #main-pane > .pane {
  width: 50%;
  position: absolute;
  top: 0;
}
.engine-content #main-layout #main-pane > .pane .pane-divider {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 0;
  width: 1px;
  background: #E3E3E3;
  opacity: 0.6;
}
.engine-content #main-layout #main-pane > .pane .pane-gutter {
  position: absolute;
  width: 55px;
  z-index: 10;
  color: #D6D6D6;
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  text-align: right;
  padding-right: 23px;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
.engine-content #main-layout #main-pane > .pane .pane-gutter .row-no.active {
  color: #bbb;
}
.engine-content #main-layout #main-pane > .pane .pane-gutter ~ .pane {
  margin-left: 55px;
}
.engine-content #main-layout #main-pane > .pane-left {
  left: 0;
  bottom: 0;
}
.engine-content #main-layout #main-pane > .pane-left textarea {
  padding-bottom: 30px;
}
.engine-content #main-layout #main-pane > .pane-right {
  left: 50%;
  padding-bottom: 30px;
  min-height: 200px;
}
.engine-content #main-layout .labels .label {
  position: absolute;
  display: inline-block;
  top: 20px;
  font-size: 12px;
  z-index: 10;
  color: #fff;
  line-height: 1em;
  background: #6DB4F9;
  border: none;
  padding: 4px 10px;
  -webkit-border-radius: 1px "" "" "";
  border-radius: 1px "" "" "";
  -moz-border-radius: 1px "" "" "";
  border-radius: 1px;
  font-weight: normal;
  margin-left: 20px;
}
.engine-content #main-layout .labels .label.right-label {
  left: 50%;
}
.engine-content #main-layout nav.status-bar {
  position: absolute;
  top: 15px;
  right: 35px;
  left: 0;
  line-height: 27px;
  font-size: 14px;
  z-index: 2;
  -webkit-transition: right 0.2s ease;
  -moz-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.engine-content #main-layout nav.status-bar .navbar-text {
  margin: 0 !important;
  line-height: 21px;
  display: inline-block;
  color: #888;
}
.engine-content #main-layout nav.status-bar .navbar-text .a {
  font-size: 12px;
  display: inline-block;
}
.engine-content #main-layout nav.status-bar .navbar-text .apply-btn .icon {
  position: relative;
  top: 1px;
}
.engine-content #main-layout nav.status-bar .navbar-text .discard-btn {
  color: #ccc !important;
  letter-spacing: -0.1mm;
}
.engine-content #main-layout nav.status-bar .navbar-text .text {
  margin-right: 10px;
}
.engine-content #main-layout nav.status-bar .navbar-text .divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #ccc;
}
.engine-content #main-layout nav.status-bar a.action {
  color: #929292;
  margin-left: 10px;
}
.engine-content #main-layout nav.status-bar a.loading-action {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out 0;
  -moz-transition: opacity 0.1s ease-out 0;
  -o-transition: opacity 0.1s ease-out 0;
  transition: opacity 0.1s ease-out 0;
}
.engine-content #main-layout nav.status-bar a.loading-action.active {
  opacity: 0.5;
  -webkit-transition: opacity 0.1s ease-out 0;
  -moz-transition: opacity 0.1s ease-out 0;
  -o-transition: opacity 0.1s ease-out 0;
  transition: opacity 0.1s ease-out 0;
}
.engine-content #main-layout nav.status-bar a.copy-action {
  -webkit-transition: 'color' 0.2s linear 0 !important;
  -moz-transition: 'color' 0.2s linear 0 !important;
  -o-transition: 'color' 0.2s linear 0 !important;
  transition: 'color' 0.2s linear 0 !important;
}
.engine-content #main-layout nav.status-bar a.copy-action.zeroclipboard-is-hover {
  color: #797979;
}
.engine-content #main-layout nav.status-bar a.copy-action.zeroclipboard-is-active {
  color: #00a4d3;
}
.engine-content #main-layout nav.status-bar a.copy-action .icon {
  font-size: 16px;
}
.engine-content #main-layout.with-sidenav #main-pane {
  right: 280px;
}
.engine-content #main-layout.with-sidenav .status-bar {
  right: 315px !important;
}
.engine-content #main-layout.with-sidenav #sidenav {
  display: block;
  -webkit-animation: quick-look-in 0.2s ease;
  -moz-animation: quick-look-in 0.2s ease;
  -ms-animation: quick-look-in 0.2s ease;
  animation: quick-look-in 0.2s ease;
  right: 0;
}
.engine-content .pane-left .textarea-wrapper {
  background: transparent;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
  margin-left: 10px;
}
.engine-content .pane-left .textarea-wrapper textarea {
  resize: none;
  background: transparent;
  position: relative;
  overflow-y: hidden;
  z-index: 1;
  padding: 55px 0 0 36px;
  min-height: 150px;
  font-size: 20px !important;
  line-height: 29px !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  border-radius: 0 !important;
}
.engine-content .pane-left .textarea-wrapper textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.engine-content .pane-left .textarea-wrapper textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}
.engine-content .pane-left .textarea-wrapper textarea:-moz-placeholder {
  color: #C0C0C0;
}
.engine-content .pane-left .textarea-wrapper .textarea-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
  z-index: 0;
  font-size: 20px !important;
  line-height: 29px !important;
  padding: 55px 0 0 36px;
}
.engine-content .pane-left .textarea-wrapper .textarea-overlay span.hilighting {
  background: #ffe3ae;
  border-radius: 3px;
}
.engine-content .pane-left .textarea-wrapper .textarea-overlay mark {
  background: #ffe3ae;
  border-radius: 3px;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
.engine-content .pane-right #translated {
  min-height: 150px;
  font-weight: 400;
  padding: 55px 40px 0 38px;
  font-size: 21px !important;
  line-height: 29px !important;
  word-break: break-all !important;
  position: relative;
  outline: none;
}
@keyframes blink {
  0% {
    color: #ccc;
  }
  100% {
    color: inherit;
  }
}
@-webkit-keyframes blink {
  0% {
    color: #ccc;
  }
  100% {
    color: inherit;
  }
}
.engine-content .pane-right #translated.copied .node-word {
  -webkit-animation: blink 0.4s linear;
  -moz-animation: blink 0.4s linear;
  -ms-animation: blink 0.4s linear;
  animation: blink 0.4s linear;
}
.engine-content .pane-right #translated .node-sentence {
  display: inline-block;
}
.engine-content .pane-right #translated .node-sentence .node-phrase {
  display: inline-block;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .node-word {
  display: inline-block;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .node-word.dropdown.open {
  background: #f3f3f3;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .node-word.dropdown.active .dropdown-menu {
  display: block !important;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .translated-text-wrapper {
  position: relative;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .translated-delimiter {
  white-space: pre;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .translated-text {
  cursor: pointer;
  min-width: 10px;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .translated-text:focus {
  background: #fff !important;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .translated-text.has-error_ {
  background: url(/img/underline.gif) bottom repeat-x;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .translated-text:hover {
  background: #ffe3ae;
}
.engine-content .pane-right #translated .node-sentence .node-phrase .translated-text.has-error_:hover {
  background: #ffe3ae url(/img/underline.gif) bottom repeat-x;
}
.engine-content .pane-right #translated .node-sentence .node-phrase-placeholder {
  background: #ffe3ae;
  border-radius: 5px;
}
.engine-content .pane-right #translated .dropdown-menu {
  min-width: 250px;
  padding: 10px 0 0 0;
  border: 1px solid #aaa;
  right: -50px;
}
.engine-content .pane-right #translated .dropdown-menu ul {
  max-height: 250px;
  overflow-y: auto;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item {
  position: relative;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item > .selectable {
  /*a*/
  display: block;
  padding: 6px 0 8px 43px;
  margin: 0;
  white-space: normal !important;
  -webkit-font-smoothing: auto;
  min-height: 38px;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item > .selectable span.text,
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item > .selectable span.note {
  line-height: 1.6em;
  display: block;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item > .selectable span.text {
  color: #111;
  font-size: 15px;
  padding-right: 70px;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item > .selectable span.note {
  color: #888888;
  font-size: 12px;
  min-height: 1em;
  padding-right: 15px;
  word-break: break-all;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .status-selected {
  position: absolute;
  top: 6px;
  left: 13px;
  font-size: 16px;
  color: #72bb53;
  display: none;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item.selected .status-selected {
  display: block;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions {
  position: absolute;
  top: 7px;
  right: 11px;
  color: #eee;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions a {
  display: inline-block;
  padding: 0 2px;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions a .icon {
  font-size: 16px;
  color: #bbb;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions a.link-action {
  padding-left: 14px !important;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions a:hover {
  text-decoration: none;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions a:hover .icon {
  color: #333437 !important;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions .disabled {
  color: #fff !important;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions .remove-action,
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item .actions .edit-action {
  visibility: hidden;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item:hover .remove-action,
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item:hover .edit-action {
  visibility: visible !important;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item form {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item form fieldset {
  padding: 0 5px !important;
  margin: 0 13px;
  position: relative;
  border: 1px solid #cfcfcf !important;
  -webkit-border-radius: 3px "" "" "" !important;
  border-radius: 3px "" "" "" !important;
  -moz-border-radius: 3px "" "" "" !important;
  border-radius: 3px !important;
  background: #fff !important;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item form fieldset .term-field {
  font-size: 15px;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item form fieldset .form-control {
  border: none !important;
  padding-left: 24px;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item form fieldset .submit-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 6px 10px 0 0 !important;
  color: #ccc;
  border: none !important;
  background: transparent !important;
}
.engine-content .pane-right #translated .dropdown-menu ul li.dropdown-menu-item form .cancel-button {
  float: right;
  padding: 4px 13px;
  font-size: 12px !important;
}
.engine-content .pane-right #translated .dropdown-menu ul .candidates-dropdown-item ~ .form-dropdown-item {
  margin-top: 3px !important;
}
.engine-content .pane-right #translated .dropdown-menu .add-form {
  background: #f1f7fa;
  padding: 9px 0;
  border-top: 1px solid #e0e5e8;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset {
  padding: 0 3px !important;
  /* border-radius をだすための3px */
  margin: 0 13px 0 40px;
  position: relative;
  border: 1px solid #cfcfcf !important;
  -webkit-border-radius: 3px "" "" "" !important;
  border-radius: 3px "" "" "" !important;
  -moz-border-radius: 3px "" "" "" !important;
  border-radius: 3px !important;
  background: #fff !important;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset > .icon {
  position: absolute;
  color: #ccc;
  width: 43px;
  text-align: center;
  left: -43px;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset .form-control {
  border: none !important;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset .submit-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 6px 10px 0 0 !important;
  color: #ccc;
  border: none !important;
  background: transparent !important;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset .note-field {
  display: none !important;
  border-top: 1px dotted #ddd !important;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset .case-sensitive-checkbox {
  margin: 0 0 0 10px;
  line-height: 1em;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset .case-sensitive-checkbox label {
  padding-left: 0px;
}
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset .case-sensitive-checkbox label:before,
.engine-content .pane-right #translated .dropdown-menu .add-form fieldset .case-sensitive-checkbox label:after {
  width: 14px;
  height: 14px;
}
.engine-content .pane-right #translated .dropdown-menu .add-form.active_ .note-field {
  display: block !important;
}
.engine-content .pane-right #translated .node-sentence-failed .alert {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #ff8a84;
  font-size: 14px;
}
.engine-content .pane-right #translated .dropdown .unlock-action {
  position: absolute;
  top: -6px;
  right: -12px;
  z-index: 10;
  font-size: 7pt;
  line-height: 1em;
  color: #666;
  border: none !important;
}
.engine-content .node-word.active .translated-text {
  background: #ffe3ae;
}
.engine-content .node-sentence .translated-text:empty:after {
  content: "\00a0\00a0";
  border-bottom: 2px solid #ddd;
}
.engine-content .translated-text.editing + .dropdown-menu {
  display: block !important;
}
@-webkit-keyframes report-in {
  0% {
    display: block !important;
    transform: scale(0, 0);
  }
  1% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes report-in {
  0% {
    display: block !important;
    transform: scale(0, 0);
  }
  1% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes report-in {
  0% {
    display: block !important;
    transform: scale(0, 0);
  }
  1% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.engine-content .report {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.engine-content .report .report-form {
  display: none;
  width: 315px;
  margin: 0 !important;
  -webkit-border-radius: 4px "" "" "" !important;
  border-radius: 4px "" "" "" !important;
  -moz-border-radius: 4px "" "" "" !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 0px 4px #f3f3f3 !important;
  -moz-box-shadow: 0px 0px 4px #f3f3f3 !important;
  box-shadow: 0px 0px 4px #f3f3f3 !important;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 80, 0.1) !important;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 80, 0.1) !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 80, 0.1) !important;
  border: 1px solid #ccc !important;
  background: #fff;
}
.engine-content .report .report-form .panel-heading {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  margin: 0 -1px 0 -1px;
  background: #4c5265;
  padding: 18px 16px;
  height: 50px;
}
.engine-content .report .report-form .panel-heading h3 {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.engine-content .report .report-form .panel-heading h3 .icon {
  margin-right: 10px;
}
.engine-content .report .report-form .panel-heading .close-btn {
  font-size: 16px;
}
.engine-content .report .report-form .panel-heading .icon-x-times-thinnest:before,
.engine-content .report .report-form .panel-heading .icon-x-times-thinnest:after {
  background: #fff !important;
}
.engine-content .report .report-form .panel-body {
  /*p*/
}
.engine-content .report .report-form .panel-body .lead {
  height: 200px;
  font-size: 15px;
  padding: 80px 15px 15px 15px;
  color: #aaa;
}
.engine-content .report .report-form .panel-body .timeline {
  height: 200px;
  overflow-y: scroll;
  position: relative;
  margin-bottom: 10px;
}
.engine-content .report .report-form .panel-body .media-list .media {
  border-bottom: 1px solid #eee;
}
.engine-content .report .report-form .panel-body .media-list .media-body {
  /*display: block;
						font-size: 13px;*/
}
.engine-content .report .report-form .panel-body .media-list .media-body .media-heading {
  font-size: 13px;
}
.engine-content .report .report-form .panel-body .media-list .media-body .media-heading .name {
  color: #00a4d3;
}
.engine-content .report .report-form .panel-body .media-list .media-body .body {
  color: #5c6275;
  font-size: 13px;
}
.engine-content .report .report-form .panel-body .thanks {
  font-size: 12px;
  padding: 10px;
  background: #f3f3f3;
  border: 1px dashed #aaa;
  margin: 20px 0;
}
.engine-content .report .report-form .panel-body form.active fieldset {
  height: auto;
}
.engine-content .report .report-form .panel-body form fieldset {
  /*padding: 5px 0 0 0 !important;*/
  position: relative;
  border: 1px solid #ccc !important;
  -webkit-border-radius: 4px "" "" "";
  border-radius: 4px "" "" "";
  -moz-border-radius: 4px "" "" "";
  border-radius: 4px;
  overflow: hidden;
  height: 45px;
}
.engine-content .report .report-form .panel-body form fieldset .form-group {
  margin: 0;
  /*textarea*/
}
.engine-content .report .report-form .panel-body form fieldset .form-group .body-form-control {
  border: none !important;
  background: transparent;
  /*padding-bottom: 20px;*/
  resize: none;
  padding-right: 56px;
  padding-top: 15px;
  -webkit-transition: height 0.1s ease-out;
  -moz-transition: height 0.1s ease-out;
  -o-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out;
}
.engine-content .report .report-form .panel-body form fieldset .btn {
  -webkit-border-radius: 3px "" "" "" !important;
  border-radius: 3px "" "" "" !important;
  -moz-border-radius: 3px "" "" "" !important;
  border-radius: 3px !important;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #1cbad6;
  color: #fff;
}
.engine-content .report .report-form .panel-body form .form-group {
  margin: 0;
}
.engine-content .report .report-form .panel-body form .form-group .checkbox {
  margin-bottom: 0 !important;
}
.engine-content .report .report-form .panel-body .note {
  font-size: 12px;
  margin: 10px 0 -5px 0;
  color: #aaaaaa;
}
.engine-content .report .report-toggle {
  color: #888;
  position: relative;
  bottom: -4px;
  right: 3px;
  border-radius: 200px;
  height: 30px;
  width: 30px;
  display: block;
  border: 1px solid #888;
  padding: 5px 0 0 6px;
}
.engine-content .report .report-toggle .bubble {
  border-radius: 200px;
  height: 17px;
  width: 17px;
  background: #ff8a84;
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: -6px;
  right: -6px;
}
.engine-content .report.active .report-form {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  display: block !important;
  animation: report-in 0.2s, ease;
}
.engine-content .report.active .report-toggle {
  display: none;
}
.auto-correct-message {
  display: block;
  position: absolute;
  font-style: italic;
  top: 100px;
  left: 33px;
  font-size: 13px;
  color: #99a;
  z-index: 2;
}
.auto-correct-message a:hover {
  text-decoration: none !important;
}
#content.plugins-content img.with-border {
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}
#content.plugins-content .container-fully {
  width: 100%;
  padding: 0 30px;
  max-width: 1200px !important;
}
#content.plugins-content .container.plugin-list {
  width: 100%;
}
#content.plugins-content .container.plugin-list .row {
  width: 100%;
}
#content.plugins-content .container.plugin-list .col-sm-3 {
  padding-right: 0;
  padding-left: 20px;
}
#content.plugins-content .thumbnail {
  border: none;
  padding: 0;
  margin-bottom: 4em;
}
#content.plugins-content .thumbnail img {
  -webkit-border-radius: 1px "" "" "";
  border-radius: 1px "" "" "";
  -moz-border-radius: 1px "" "" "";
  border-radius: 1px;
}
#content.plugins-content .thumbnail .caption {
  padding: 0 3px;
}
#content.plugins-content .thumbnail .caption h4 {
  font-size: 17px;
  font-weight: normal;
  margin: 2em 0 0.5em 0;
}
#content.plugins-content .thumbnail .caption p {
  color: #666;
  word-break: break-all;
  white-space: normal !important;
  text-align: justify;
  font-size: 14px !important;
}
#content.plugins-content .thumbnail .caption .btn {
  margin-top: 1.5em;
}
#content.plugins-content #content .follow {
  padding: 0 25px;
}
#content.plugins-content #content .follow h3 {
  margin-bottom: 1em;
}
.plans-content {
  /*
	.container {
		margin: 0;
		padding: 0 25px 0 25px;
		width: 100%;
		.row {
			width: 100%;
		}
		.col-sm-6,
		.col-md-3 {
			padding-right: 0;
			padding-left: 25px;
		}
	}


	.thumbnail {
		border: none;
		padding: 0;
		margin-bottom: 4em;
		img {
			//width: 100% !important;
			.border-radius(1px);
		}
		.caption {
			padding: 0;
			h4 {
				font-size: 17px;
				font-weight: normal;
				margin: 1.4em 0 0.8em 0;
			}
			p {
				.breakall;
				text-align: justify;
				color: #666;
				//font-size: 110%;
				font-size: 15px;
			}
			.btn {
				margin-top: 1.5em;
			}
		}
	}*/
}
.plans-content .pricing-table .plan {
  -webkit-border-radius: 8px "" "" "";
  border-radius: 8px "" "" "";
  -moz-border-radius: 8px "" "" "";
  border-radius: 8px;
  padding: 45px 0;
}
.plans-content .pricing-table .plan.personal-plan {
  border: 1px solid #E6E6E6 ;
}
.plans-content .pricing-table .plan h3 {
  margin: 0;
}
.plans-content .pricing-table .plan h3 span {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 123px;
  width: 123px;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
  background: #58606E;
  color: #fff;
  padding-top: 49px;
  font-weight: 300 !important;
  font-size: 24px;
}
.plans-content .pricing-table .plan.team-plan h3 span {
  background: #ff8a84 !important;
}
.plans-content .pricing-table .plan .price {
  margin-top: 30px;
  text-align: center;
  color: #808080;
  min-height: 80px;
}
.plans-content .pricing-table .plan .price em {
  display: inline-block;
  font-size: 35px;
  font-style: normal;
}
.plans-content .pricing-table .plan .price em.free {
  font-size: 28px;
  position: relative;
  top: 5px;
}
.plans-content .pricing-table .plan .price .unit {
  margin-left: 10px;
  font-size: 15px;
}
.plans-content .pricing-table .plan .price .tax {
  font-size: 13px;
  margin-left: 10px;
}
.plans-content .pricing-table .plan .price input {
  border: none;
  background: #E6E6E6;
  text-align: center;
  width: 30px;
}
.plans-content .pricing-table .plan .divider {
  border-top: 1px solid #E6E6E6;
  position: relative;
  margin: 0 20px;
  height: 10px;
}
.plans-content .pricing-table .plan .divider:after,
.plans-content .pricing-table .plan .divider:before {
  position: absolute;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
}
.plans-content .pricing-table .plan .divider:after {
  top: -1px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.plans-content .pricing-table .plan .divider:before {
  top: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #ddd;
}
.plans-content .pricing-table .plan .features {
  margin-top: 45px;
  line-height: 30px;
  text-align: center;
  color: #666;
  font-size: 15px;
}
.plans-content .pricing-table .plan .actions {
  text-align: center;
  margin-top: 40px;
}
.plans-content .pricing-table .plan .actions .btn {
  min-width: 200px;
}
#content.terms-content .container {
  color: #444;
  width: 100%;
  max-width: 750px !important;
  margin: 0 auto !important;
}
#content.terms-content p,
#content.terms-content li {
  font-size: 15px;
  line-height: 1.65em;
  margin-bottom: 1.3em;
  word-break: break-all;
  white-space: normal !important;
  text-align: justify;
}
#content.terms-content section {
  margin-bottom: 4.5em;
}
#content.terms-content section > section {
  margin-bottom: 2em !important;
}
#content.terms-content section > section h3,
#content.terms-content section > section h4 {
  margin-top: 2em;
}
#content.terms-content h2 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  margin-bottom: 15px;
}
#content.terms-content h3 {
  font-size: 17px;
}
#content.terms-content .q h4 {
  margin: 2em 0 0.5em 0;
  font-style: italic;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
#content.terms-content .q h4:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5em;
  width: 16px;
  border-top: 2px solid #888;
  height: 1px;
  left: 0;
}
#content.terms-content .table th {
  width: 250px;
  padding-left: 0 !important;
}
#content.terms-content ul li {
  margin-bottom: 0;
}
.dictionaries-content .dictionaries.list-group {
  padding: 0;
  margin: 0;
  max-width: 700px;
}
.dictionaries-content .dictionaries.list-group .list-group-item {
  padding: 15px 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px "" "" "" !important;
  border-radius: 3px "" "" "" !important;
  -moz-border-radius: 3px "" "" "" !important;
  border-radius: 3px !important;
  border: 1px solid #e6e6e6 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 30, 0.1) !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 30, 0.1) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 30, 0.1) !important;
  outline: none !important;
  position: relative;
}
.dictionaries-content .dictionaries.list-group .list-group-item .image {
  position: absolute;
  left: 20px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .image img {
  width: 30px;
  -webkit-border-radius: 100px "" "" "";
  border-radius: 100px "" "" "";
  -moz-border-radius: 100px "" "" "";
  border-radius: 100px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .primary {
  margin: 5px 80px 5px 55px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .primary .name {
  font-size: 16px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .primary .state {
  margin-left: 30px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .primary .label {
  position: relative;
  top: -2px;
  background: #fc9901;
  margin-left: 30px;
  margin-right: 10px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .words-count {
  position: absolute;
  right: 80px;
  font-size: 20px;
  top: 17px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .words-count a {
  color: #666 !important;
}
.dictionaries-content .dictionaries.list-group .list-group-item .words-count .unit {
  font-size: 11px;
  color: #999;
}
.dictionaries-content .dictionaries.list-group .list-group-item .actions {
  position: absolute;
  right: 22px;
  font-size: 16px;
  top: 22px;
}
.dictionaries-content .dictionaries.list-group .list-group-item .actions a.dropdown-toggle {
  color: #ccc;
}
.dictionaries-content .dictionaries.list-group .list-group-item .actions a.dropdown-toggle:hover {
  color: #00a4d3;
}
.dictionaries-content .dictionaries.list-group .list-group-item .actions.open a.dropdown-toggle {
  color: #00a4d3;
}
.dictionaries-content .dictionaries.list-group .list-group-item:last-child {
  border-bottom: 1px solid #e6e6e6 !important;
}
.dictionaries-content .dictionaries.list-group .dropdown-menu {
  margin-right: -30px;
}
.text-rounded {
  font-family: 'Century Gothic', sans-serif;
}
.tm {
  font-family: 'Century Gothic', sans-serif;
}
.with-ie .text-rounded {
  font-family: Meiryo, sans-serif;
}
.account-settings-sns-content .main {
  max-width: 400px;
}
.account-settings-sns-content .main form {
  padding: 22px 0 0 10px;
}
.account-settings-sns-content .main .social-form-group .btn {
  width: 70px;
  height: 70px;
  color: #fff;
  -webkit-border-radius: 100% "" "" "" !important;
  border-radius: 100% "" "" "" !important;
  -moz-border-radius: 100% "" "" "" !important;
  border-radius: 100% !important;
  margin-left: 30px;
  position: relative;
  background: #ddd;
}
.account-settings-sns-content .main .social-form-group .btn:hover {
  color: #fff !important;
}
.account-settings-sns-content .main .social-form-group .btn .indicator .icon {
  font-size: 70px;
  position: absolute;
  top: -7px;
  bottom: 1px;
  right: 0;
  left: 0;
}
.account-settings-sns-content .main .social-form-group .btn.twitter-btn {
  font-size: 29px;
}
.account-settings-sns-content .main .social-form-group .btn.twitter-btn i {
  margin-top: 13px;
  margin-left: 2px;
}
.account-settings-sns-content .main .social-form-group .btn.twitter-btn.activated {
  background: #4DD7FA;
}
.account-settings-sns-content .main .social-form-group .btn.facebook-btn {
  font-size: 24px;
}
.account-settings-sns-content .main .social-form-group .btn.facebook-btn i {
  margin-top: 15px;
}
.account-settings-sns-content .main .social-form-group .btn.facebook-btn.activated {
  background: #3b4eba;
}
.account-settings-sns-content .main .social-form-group .btn.github-btn {
  font-size: 34px;
  position: relative;
  padding: 0;
}
.account-settings-sns-content .main .social-form-group .btn.github-btn i {
  margin-top: 15px;
}
.account-settings-sns-content .main .social-form-group .btn.github-btn.activated {
  background: #606060;
}
.account-settings-password-content .main {
  max-width: 400px;
  padding-left: 91px !important;
}
.account-settings-password-content .main form {
  padding: 22px 0 0 10px;
}
.account-settings-password-content .main .form-actions {
  margin-top: 40px;
}
.account-settings-password-content .main .form-actions .btn {
  min-width: 200px;
}
.account-settings-content .main {
  padding-left: 91px !important;
  margin-left: -10px;
  max-width: 550px;
}
.account-settings-content .main form {
  padding: 22px 0 0 0;
}
.account-settings-content .main form .form-actions {
  margin-top: 40px;
}
.account-settings-content .main form .form-actions .btn {
  min-width: 200px;
}
.account-settings-content .main form .form-group {
  margin-bottom: 25px;
}
.account-settings-content .main form .form-group .control-label {
  margin-bottom: 10px;
}
.account-settings-content .main fieldset.profile-image-editing {
  width: 220px;
}
.account-settings-content .main fieldset.profile-image-editing {
  width: 220px;
}
.account-settings-content .main .profile-image-form-group {
  position: relative;
}
.account-settings-content .main .profile-image-form-group nav {
  display: none;
  left: 80px;
  position: absolute;
  z-index: 3;
}
.account-settings-content .main .profile-image-form-group nav a.clear-btn {
  padding: 0;
  display: block;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
  width: 1em;
  height: 1em;
  font-size: 30px;
  color: #fff;
  line-height: 1em;
  -webkit-border-radius: 100px "" "" "" !important;
  border-radius: 100px "" "" "" !important;
  -moz-border-radius: 100px "" "" "" !important;
  border-radius: 100px !important;
}
.account-settings-content .main .profile-image-form-group:hover nav {
  display: block;
}
.account-settings-content .main .profile-image {
  position: relative;
}
.account-settings-content .main .profile-image img {
  width: 105px;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
}
.account-settings-content .main .profile-image .indicator {
  position: absolute;
  left: 0;
  top: 0;
}
.account-settings-content .main .profile-image .indicator .throbber {
  font-size: 105px;
  line-height: 1em;
  opacity: 0.3;
}
.account-settings-content .main .uploader {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.account-settings-content .main .uploader input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.account-settings-deactivate-content .main {
  max-width: 400px;
  padding-left: 91px !important;
}
.account-settings-deactivate-content .main form {
  padding: 22px 0 0 10px;
}
.account-settings-deactivate-content .main .form-actions .btn {
  min-width: 200px;
}
.api-status-content .main hr {
  margin: 50px 0 35px 0 !important;
}
.api-status-content .access-key {
  margin: 0 0 0 5px;
}
.api-status-content .access-key h2 {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 1.6em;
  color: #63686c;
  letter-spacing: -0.1mm;
}
.api-status-content .access-key p {
  font-size: 13px;
  color: #53565c;
  max-width: 600px;
}
.api-status-content .access-key form {
  /*.reissue-btn {
					margin-top: -20px;
					z-index: 1000;
					position: absolute;
					right: 7px;
					top: 29px;
					font-size: 12px;
					padding: 2px 6px;
				}*/
}
.api-status-content .access-key form label {
  margin-bottom: 10px;
  font-size: 15px;
}
.api-status-content .access-key form .icon-addon-right i.icon {
  opacity: 0.4;
}
.api-status-content .access-key form .icon-addon-right a:hover {
  text-decoration: none;
}
.api-status-content .access-key form .form-group {
  max-width: 450px;
}
.api-status-content .access-key form .form-group .form-control {
  font-size: 12px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #333;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.api-status-content .chart {
  position: relative;
  max-width: 600px;
}
.api-status-content .chart .mask {
  position: absolute;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
}
.api-status-content .chart .mask p {
  font-size: 14px;
  text-align: center;
  color: #909090;
}
@media all and (max-width: 480px) {
  #header .sidebar {
    height: 56px;
    overflow: hidden;
    border: none !important;
  }
  #header.sidebar-collapsed .app-navbar {
    left: 0 !important;
  }
  #header .app-navbar .navbar-header {
    display: none;
  }
  #header .app-navbar .nav.navbar-nav.navbar-left {
    margin-left: 88px !important;
  }
  #header .app-navbar .app-navbar {
    left: 0 !important;
  }
  #content {
    left: 0;
  }
  .engine-content #main-layout > nav.status-bar {
    top: 50%;
    right: 15px;
    margin-top: 15px;
    left: auto;
    z-index: 3;
  }
  .engine-content #main-layout #main-pane > .pane {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .engine-content #main-layout #main-pane > .pane.pane-left {
    top: 0;
    bottom: 50%;
  }
  .engine-content #main-layout #main-pane > .pane.pane-right {
    top: 50%;
    bottom: 100%;
    z-index: 2;
  }
  .engine-content #main-layout #main-pane > .pane.pane-right > .pane-divider {
    top: 0;
    width: 100%;
    height: 1px;
  }
}
.splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*	.icon {
		font-size: 20px;
		opacity: 0.3;
	}*/
  /* キーフレームを使った横幅100%のローディングの始まりと終わりの変化 */
}
.splash .progress.expand.in {
  width: 100%;
  height: 3px;
  background: #17cddd;
  position: absolute;
  -webkit-animation: expand 8s ease-out;
  -moz-animation: expand 8s ease-out;
  -ms-animation: expand 8s ease-out;
  animation: expand 8s ease-out;
}
@-moz-keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
