@charset "UTF-8";
@import url("normalize.min.css");
/* Bass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}

body {
  background: #fff;
  color: #6e6e6e;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* link color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #6e6e6e;
  text-decoration: none;
}
a:hover, a:focus {
  color: #f96d5b;
}

::selection {
  background: #f86c5a;
  color: #fff;
}

::-moz-selection {
  background: #f86c5a;
  color: #fff;
}

/* Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

#masthead {
  margin-bottom: 20px;
  background: transparent;
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}

#primary {
  margin-bottom: 20px;
}

#secondary {
  margin-bottom: 20px;
}

#fixed {
  margin-bottom: 20px;
}

#colophon {
  background: #f96d5b;
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}

.archive #main,
.single #main,
.page #main,
.error404 #main,
.search #main {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
}

.single #main {
  margin-bottom: 20px;
}

/* Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header-meta {
  z-index: 1001;
  overflow: hidden;
  background: #2e2e2e;
}
#header-meta .social-link-box {
  display: none;
}

#hot-news {
  overflow: hidden;
  width: 100%;
  height: 44px;
}
#hot-news .title {
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  color: #fff;
}
#hot-news .bx-wrapper {
  float: right;
  margin-right: -31px !important;
  padding: 10px 31px 10px 19px;
  width: 100%;
}
#hot-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#hot-news li {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hot-news li:after {
  margin-left: 10px;
  color: #fff;
  content: '\f054';
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#hot-news a {
  color: #bbb;
}
#hot-news a:hover, #hot-news a:focus {
  color: #f96d5b;
}

.site-title {
  overflow: hidden;
  margin: 10px auto;
  width: 300px;
  height: 42px;
}
.site-title a {
  display: block;
  padding-top: 42px;
  width: 300px;
  background: url("../images/site-logo.png");
}

#global-nav-box {
  position: relative;
  z-index: 1000;
}
#global-nav-box .menu-toggle {
  margin-bottom: 0;
  padding: 17px 0;
  background: #181818;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
#global-nav-box .menu-toggle span {
  margin-left: 20px;
  width: auto;
  color: #fff;
}
#global-nav-box .menu-toggle span i {
  margin: 0 10px 0 0;
}
#global-nav-box .search-toggle {
  position: absolute;
  top: 9px;
  right: 10px;
  padding-top: 3px;
  width: 32px;
  height: 32px;
  border: 1px #747474 solid;
  background: #444;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
#global-nav-box ul {
  position: absolute;
  z-index: 99;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #111;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
}
#global-nav-box ul a {
  display: block;
  padding: 7px 19px;
  border-top: 1px #212121 solid;
  border-bottom: 1px #000 solid;
  color: #fff;
}
#global-nav-box ul li.parent-menu {
  position: relative;
}
#global-nav-box ul li.parent-menu .sub-menu-down {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  padding: 13px 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
#global-nav-box ul.sub-menu {
  position: static;
  display: none;
  background: #191919;
}
#global-nav-box ul.sub-menu a {
  padding-left: 38px;
}
#global-nav-box .search-foam-box {
  color: #dcdcdc;
}
#global-nav-box .search-foam-box .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 10px;
  width: 100%;
  background: #111111;
}
#global-nav-box .search-foam-box .search-field {
  margin: 0 auto;
  outline: none;
  border: none;
  background: #f0f0f0;
  color: #6e6e6e;
}
#global-nav-box .search-foam-box .search-submit {
  display: none;
}

/* Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.section-title, .archive-title, .widget-title, #author-list-carousel h1 {
  position: relative;
  color: #444;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}
.section-title:before, .archive-title:before, .widget-title:before, #author-list-carousel h1:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  background: url("../images/background/bg-title-line.gif") repeat-x left center;
  content: "";
}
.section-title span, .archive-title span, .widget-title span, #author-list-carousel h1 span {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  background: #fff;
}

.nge-section, #gallery-ad-box, .widget {
  margin-bottom: 20px;
  padding: 20px 10px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
}

#khm-15 {
  margin-bottom: 14px;
  font-size: 12px;
  font-size: 1.2rem;
}
#khm-15 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#khm-15 li {
  display: inline;
  margin-right: 5px;
}
#khm-15 li:after {
  margin-left: 10px;
  content: "\f105";
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#khm-15 li.current_item:after {
  display: none;
}

.wp-pagenavi {
  clear: both;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 16px;
}
.wp-pagenavi a {
  border: 1px #d4d4d4 solid;
  background: #e3e3e3;
  color: #f96d5b;
}
.wp-pagenavi span,
.wp-pagenavi a:hover {
  border: 1px #222 solid;
  background: #222;
  color: #fff;
}

.entry-date,
.post-by-author,
.posted-in-category,
.posted-in-tags {
  color: #a5a5a5;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry-date i,
.post-by-author i,
.posted-in-category i,
.posted-in-tags i {
  margin-right: 5px;
}
.entry-date a,
.post-by-author a,
.posted-in-category a,
.posted-in-tags a {
  color: #a5a5a5;
}
.entry-date a:hover,
.post-by-author a:hover,
.posted-in-category a:hover,
.posted-in-tags a:hover {
  color: #e83a1c;
}

.avatar-thumbnail img {
  display: block;
}

.author-social {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.author-social a {
  margin-right: 10px;
}
.author-social i {
  width: 18px;
  text-align: center;
}

.social-link-box {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.social-link-box p {
  display: inline-block;
  overflow: hidden;
  margin: 0 20px 0 0;
  width: 14px;
  height: 18px;
  text-align: center;
  line-height: 1;
}
.social-link-box p i {
  width: 14px;
  height: 18px;
}
.social-link-box p.feedly {
  width: 20px;
}
.social-link-box p.feedly i {
  display: block;
  width: 20px;
  background: url("../images/icon/feedly.png");
}
.social-link-box p.feedly i:before {
  display: block;
  content: '';
}
.social-link-box p.feedly:hover i {
  background-position: left -19px;
}

.social-link-box2 p {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  line-height: 1;
}
.social-link-box2 img {
  height: 44px;
}

.footer-widget-area .social-link-box p {
  display: inline-block;
  overflow: hidden;
  margin: 0 20px 0 0;
  width: 14px;
  height: 18px;
  text-align: center;
  line-height: 1;
}

/* HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post-list {
  margin-bottom: 20px;
}

.more-archives, .gallery-post-box .back-to-post {
  border: 1px #d4d4d4 solid;
  background: #e3e3e3;
  text-align: center;
}
.more-archives a, .gallery-post-box .back-to-post a {
  display: block;
  padding: 10px 0;
  color: #f96d5b;
}
.more-archives a:hover, .gallery-post-box .back-to-post a:hover {
  background: #f96d5b;
  color: #fff;
}

/* Archive
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.archive-header {
  margin-bottom: 20px;
}

.archive-title {
  margin-bottom: 0;
}

.author .archive-title {
  margin-bottom: 20px;
}

.post-archive, .post-list {
  margin-bottom: 20px;
}
.post-archive .thumb img, .post-list .thumb img {
  display: block;
}

.post-list {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px #dadada dotted;
}
.post-list .thumb {
  float: left;
  margin-bottom: 0;
  width: 90px;
}
.post-list header {
  float: right;
  margin: 0 -109px 0 0;
  padding: 0 109px 0 0;
  width: 100%;
}
.post-list .entry-date {
  margin-bottom: 0;
}

.post-author {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #dadada dotted;
}
.post-author .thumb {
  margin: 0 auto 10px;
}
.post-author .thumb img {
  display: block;
}
.post-author .entry-summary p {
  margin-bottom: 0;
}

.entry-title,
.title {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Single
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.single .entry-title,
.page .entry-title,
.error404 .entry-title {
  padding-top: 28px;
  background: url("../images/background/bg-title-line.gif") repeat-x;
  font-size: 30px;
  font-size: 3rem;
}

.entry-meta {
  margin-bottom: 20px;
}
.entry-meta .official-share-buttons {
  float: left;
  margin-bottom: 20px;
}
.entry-meta p {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.entry-meta p.pr {
  float: right;
  margin: 6px 0 20px 0;
  padding: 2px 23px;
  background: #f96d5b;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
.entry-meta p.entry-date {
  clear: left;
}
.entry-meta .fb-like iframe {
  max-width: none !important;
}

#author-single-box .author-info-box {
  overflow: hidden;
}
#author-single-box .avatar {
  float: left;
  width: 80px;
}
#author-single-box .avatar-thumbnail img {
  margin-bottom: 10px;
}
#author-single-box .author-content-box {
  float: right;
  margin-right: -94px;
  padding-right: 94px;
  width: 100%;
}
#author-single-box .author-name,
#author-single-box .author-post-title {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
#author-single-box .author-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
#author-single-box .author-posts li {
  padding: 3px 0;
  border-bottom: 1px #dadada dotted;
}
#author-single-box .author-posts li:first-child {
  border-top: 1px #dadada dotted;
}

#single-nav {
  margin-bottom: 40px;
}
#single-nav p {
  width: 50%;
}
#single-nav p.nav-previous {
  float: left;
}
#single-nav p.nav-next {
  float: right;
  text-align: right;
}

.page-link-box {
  text-align: center;
}

.custom-page-links {
  padding: 9px 10px;
  background: #222;
  text-align: left;
}
.entry-content .custom-page-links a {
  color: #fff;
}
.custom-page-links a:before {
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 16px;
  background: url('../images/icon/icon-custom-page-links.png');
  content: "";
  vertical-align: text-bottom;
}

.page-links li.previous a, .page-links li.next a {
  color: #444;
}
.page-links li.number {
  display: inline-block;
}
.page-links li.numpages {
  display: none;
}

.go-to-fast-page {
  text-align: center;
}
.go-to-fast-page a {
  display: inline-block;
  padding: 3px 15px;
  border: 1px #b6b6b6 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;
}
.entry-content .go-to-fast-page a {
  color: #444;
}

/* Page
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.author-profile {
  overflow: hidden;
  margin-bottom: 30px;
}
.author-profile .avatar {
  float: left;
  margin-bottom: 0;
  width: 80px;
}
.author-profile .author-info {
  float: right;
  margin-right: -94px;
  padding-right: 94px;
  width: 100%;
}
.author-profile .author-name {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.author-profile .author-name span {
  margin-left: 15px;
}

.page-content .search-form {
  width: 300px;
  border: 1px #dadada solid;
  background: #f0f0f0;
}
.page-content .search-form .search-field {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 2px;
  width: 264px;
  outline: none;
  border: none;
  background: none;
}
.page-content .search-form .search-submit {
  display: block;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  background: none;
}
.page-content .search-form .search-submit:before {
  display: block;
  padding-top: 6px;
  width: 30px;
  height: 30px;
  color: #181818;
  content: "\f002";
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Widget
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.widget-must-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-must-check .thumb img {
  display: block;
}

.widget-nge-middle-ad ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-nge-middle-ad li {
  margin-top: 10px;
}
.widget-nge-middle-ad li:first-child {
  margin-top: 0;
}

.widget-ranking #ranking-tab {
  margin-bottom: 15px;
}
.widget-ranking #ranking-tab p {
  margin: 0;
  padding: 7px 0;
  width: 50%;
  background: #222;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}
.widget-ranking #ranking-tab p.daily-ranking {
  float: left;
}
.widget-ranking #ranking-tab p.total-ranking {
  float: right;
}
.widget-ranking #ranking-tab p.active {
  background: #f86c5a;
}
.widget-ranking #ranking-tab p.only {
  float: none;
  width: 100%;
}
.widget-ranking ol {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-ranking .active-box {
  display: block;
}
.widget-ranking li {
  position: relative;
  padding: 3px 20px 3px 50px;
  border-bottom: 1px #dadada dotted;
}
.widget-ranking li:first-child {
  border-top: 1px #dadada dotted;
}
.widget-ranking .ranking-1,
.widget-ranking .ranking-2,
.widget-ranking .ranking-3 {
  padding: 8px 20px 8px 50px;
}
.widget-ranking .ranking-1:before,
.widget-ranking .ranking-2:before,
.widget-ranking .ranking-3:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f005";
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-ranking .ranking-1:after,
.widget-ranking .ranking-2:after,
.widget-ranking .ranking-3:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 31px;
  height: 33px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}
.widget-ranking .ranking-1:before {
  color: #f2c100;
}
.widget-ranking .ranking-1:after {
  content: "1";
}
.widget-ranking .ranking-2:before {
  color: #999999;
}
.widget-ranking .ranking-2:after {
  content: "2";
}
.widget-ranking .ranking-3:before {
  color: #cc6633;
}
.widget-ranking .ranking-3:after {
  content: "3";
}
.widget-ranking .ranking-4:before,
.widget-ranking .ranking-5:before,
.widget-ranking .ranking-6:before,
.widget-ranking .ranking-7:before,
.widget-ranking .ranking-8:before,
.widget-ranking .ranking-9:before,
.widget-ranking .ranking-10:before {
  position: absolute;
  top: 4px;
  left: 8px;
  color: #222;
  content: "\f0c8";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-ranking .ranking-4:after,
.widget-ranking .ranking-5:after,
.widget-ranking .ranking-6:after,
.widget-ranking .ranking-7:after,
.widget-ranking .ranking-8:after,
.widget-ranking .ranking-9:after,
.widget-ranking .ranking-10:after {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 16px;
  height: 19px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}
.widget-ranking .ranking-4:after {
  content: "4";
}
.widget-ranking .ranking-5:after {
  content: "5";
}
.widget-ranking .ranking-6:after {
  content: "6";
}
.widget-ranking .ranking-7:after {
  content: "7";
}
.widget-ranking .ranking-8:after {
  content: "8";
}
.widget-ranking .ranking-9:after {
  content: "9";
}
.widget-ranking .ranking-10:after {
  content: "10";
}

/* Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#footer-widget-area {
  padding: 20px 10px;
  background: #2e2e2e;
  color: #bbb;
}
#footer-widget-area a {
  color: #bbb;
}
#footer-widget-area a:hover {
  color: #f96d5b;
}
#footer-widget-area .widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-widget-area .widget_categories li {
  margin-bottom: 15px;
}

.footer-widget-area {
  margin-bottom: 20px;
}

.footer-widget-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.widget-most-view ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-most-view li {
  overflow: hidden;
  margin-bottom: 30px;
}
.widget-most-view .thumb {
  float: left;
  margin-bottom: 0;
  width: 90px;
}
.widget-most-view .title {
  float: right;
  margin-right: -100px;
  padding-right: 100px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}

.widget-photo-gallery .thumb {
  margin-bottom: 2.4%;
  width: 47.6%;
}
.widget-photo-gallery .thumb.photo-left {
  float: left;
}
.widget-photo-gallery .thumb.photo-right {
  float: right;
}

#copyright {
  margin: 0;
  padding: 0 10px 20px;
  color: #fff;
}
#copyright small {
  font-size: 14px;
  font-size: 1.4rem;
}

#footer-nav-box {
  padding: 0 10px 20px;
}
#footer-nav-box ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  text-align: center;
}
#footer-nav-box li {
  display: inline-block;
  margin: 0 3px;
}
#footer-nav-box a {
  color: #fff;
}

/* Other
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#background-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#background-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 30px 0 56.25%;
  height: 0;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.below-post-sharebuttons {
  text-align: center;
}

#nge-slides {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
#nge-slides ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nge-slides li {
  position: relative;
}
#nge-slides a {
  color: #fff;
}
#nge-slides .content-box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #bbb;
}
#nge-slides .entry-date,
#nge-slides .contnet,
#nge-slides .view-more {
  display: none;
}
#nge-slides .title {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
#nge-slides .title a {
  display: block;
  padding: 10px;
}
#nge-slides .thumb {
  margin: 0;
}
#nge-slides .thumb img {
  display: block;
}
#nge-slides .bx-controls {
  display: none;
}

@media screen and (min-width: 768px) {
  #nge-slides {
    padding: 20px;
  }
  #nge-slides .content-box {
    top: 0;
    right: auto;
    padding: 20px;
    width: 400px;
    background: rgba(0, 0, 0, 0.7);
  }
  #nge-slides .entry-date,
  #nge-slides .contnet {
    display: block;
  }
  #nge-slides .entry-date {
    margin-bottom: 0;
  }
  #nge-slides .title {
    position: static;
    overflow: visible;
    margin-bottom: 10px;
    background: transparent;
    text-overflow: clip;
    white-space: normal;
    font-size: 30px;
    font-size: 3rem;
  }
  #nge-slides .title a {
    display: inline;
    padding: 0;
    color: #fff;
  }
  #nge-slides .view-more {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background: #f96d5b;
  }
  #nge-slides .bx-controls {
    position: absolute;
    top: 28px;
    right: 40px;
    display: inline-block;
  }
  #nge-slides .bx-controls .bx-pager-item {
    display: inline-block;
    overflow: hidden;
    margin-left: 3px;
    width: 60px;
    height: 10px;
    border: 1px #fff solid;
  }
  #nge-slides .bx-controls a {
    display: block;
    padding-top: 10px;
    width: 60px;
    background: #2e2e2e;
  }
  #nge-slides .bx-controls a.active {
    background: #fff;
  }
}
#author-list-carousel {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
}
#author-list-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#author-list-carousel li {
  float: left;
  overflow: hidden;
  margin: 0 10px;
  width: 300px;
  height: 146px;
}
#author-list-carousel .avatar {
  float: left;
  width: 80px;
}
#author-list-carousel .author-meta {
  float: right;
  margin-right: -94px;
  padding-right: 124px;
  width: 100%;
}
#author-list-carousel .author-name {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
#author-list-carousel .prev,
#author-list-carousel .next {
  position: absolute;
  top: 138px;
  display: block;
  overflow: hidden;
  width: 29px;
  height: 59px;
  font-size: 18px;
  font-size: 1.8rem;
}
#author-list-carousel .prev a,
#author-list-carousel .next a {
  color: #fff;
}
#author-list-carousel .prev i,
#author-list-carousel .next i {
  display: block;
  margin-bottom: 18px;
  width: 29px;
  height: 41px;
  background: #2e2e2e;
  text-align: center;
  line-height: 41px;
}
#author-list-carousel .prev {
  left: 0;
}
#author-list-carousel .next {
  right: 0;
}

@media screen and (min-width: 768px) {
  #author-list-carousel {
    padding: 20px;
  }
  #author-list-carousel li {
    overflow: hidden;
    width: 250px;
    height: 146px;
  }
  #author-list-carousel li:after {
    display: table;
    clear: both;
    content: "";
  }
  #author-list-carousel .author-meta {
    padding-right: 94px;
  }
  #author-list-carousel .prev:after,
  #author-list-carousel .next:after {
    position: absolute;
    top: 41px;
    width: 0px;
    height: 0px;
    border-style: solid;
    content: "";
  }
  #author-list-carousel .prev {
    left: -20px;
  }
  #author-list-carousel .prev:after {
    left: 2px;
    border-width: 0 18px 18px 0;
    border-color: transparent #000000 transparent transparent;
  }
  #author-list-carousel .next {
    right: -20px;
  }
  #author-list-carousel .next:after {
    right: 2px;
    border-width: 18px 18px 0 0;
    border-color: #000000 transparent transparent transparent;
  }
}
.gallery-post-box {
  position: relative;
}
.gallery-post-box .main-image {
  margin-bottom: 10px;
  border-top: 10px #181818 solid;
  border-bottom: 10px #181818 solid;
  background: #181818;
}
.gallery-post-box .main-image img {
  margin: 0 auto;
}
.gallery-post-box .gallery-list {
  margin: 0 0 20px -1%;
  padding: 0;
  list-style: none;
}
.gallery-post-box li {
  float: left;
  margin: 0 0 1% 1%;
  width: 13.28%;
}
.gallery-post-box .current-gallery {
  position: relative;
}
.gallery-post-box .current-gallery:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px #f96d5b solid;
  content: '';
}
.gallery-post-box img {
  display: block;
}
.gallery-post-box .gallery-prev-next .nav-prev,
.gallery-post-box .gallery-prev-next .nav-next {
  position: absolute;
  top: 138px;
  display: block;
  overflow: hidden;
  width: 29px;
  height: 59px;
  font-size: 18px;
  font-size: 1.8rem;
}
.gallery-post-box .gallery-prev-next .nav-prev a,
.gallery-post-box .gallery-prev-next .nav-next a {
  display: block;
  color: #fff;
}
.gallery-post-box .gallery-prev-next .nav-prev a:before,
.gallery-post-box .gallery-prev-next .nav-next a:before {
  display: block;
  margin-bottom: 18px;
  width: 29px;
  height: 41px;
  background: #2e2e2e;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 41px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-post-box .gallery-prev-next .nav-prev {
  left: 0;
}
.gallery-post-box .gallery-prev-next .nav-prev a:before {
  content: '\f053';
}
.gallery-post-box .gallery-prev-next .nav-next {
  right: 0;
}
.gallery-post-box .gallery-prev-next .nav-next a:before {
  content: '\f054';
}

@media screen and (min-width: 768px) {
  .gallery-post-box .gallery-prev-next .nav-prev a:after,
  .gallery-post-box .gallery-prev-next .nav-next a:after {
    position: absolute;
    top: 41px;
    width: 0px;
    height: 0px;
    border-style: solid;
    content: "";
  }
  .gallery-post-box .gallery-prev-next .nav-prev {
    left: -40px;
  }
  .gallery-post-box .gallery-prev-next .nav-prev a:after {
    left: 2px;
    border-width: 0 18px 18px 0;
    border-color: transparent #000000 transparent transparent;
  }
  .gallery-post-box .gallery-prev-next .nav-next {
    right: -40px;
  }
  .gallery-post-box .gallery-prev-next .nav-next a:after {
    right: 2px;
    border-width: 18px 18px 0 0;
    border-color: #000000 transparent transparent transparent;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044;
  margin-top: -0.8em;
  width: auto;
  color: #CCC;
  text-align: center;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 18px 10px;
  width: 44px;
  height: 44px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  line-height: 44px;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  padding-right: 6px;
  width: 100%;
  color: #FFF;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid #FFF;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid #FFF;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 900px;
  width: 100%;
  line-height: 0;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
}
.mfp-figure small {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  color: #F3F3F3;
  text-align: left;
  word-wrap: break-word;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  margin-top: 5px;
  margin-left: -300px;
  padding-bottom: 5px;
  width: 600px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.entry-content {
  margin-bottom: 40px;
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-content a {
  color: #f96d5b;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 10px #f96d5b solid;
  font-size: 20px;
  font-size: 2rem;
}
.entry-content h1.author-name,
.entry-content h2.author-name,
.entry-content h3.author-name,
.entry-content h4.author-name,
.entry-content h5.author-name,
.entry-content h6.author-name {
  padding-left: 0;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.entry-content p {
  margin-bottom: 20px;
}
.entry-content blockquote {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  padding-right: 40px;
  padding-left: 40px;
}
.entry-content blockquote:before, .entry-content blockquote:after {
  position: absolute;
  color: #a5a5a5;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-content blockquote:before {
  top: 4px;
  left: 8px;
  content: "\f10d";
}
.entry-content blockquote:after {
  top: 4px;
  right: 8px;
  content: "\f10e";
}
.entry-content ul {
  list-style: disc;
}
.entry-content ul ul {
  padding-left: 18px;
}
.entry-content ol ol,
.entry-content ol ul {
  padding-left: 18px;
}
.entry-content table {
  margin-bottom: 20px;
  width: 100%;
  border: 1px #dadada solid;
}
.entry-content table th,
.entry-content table td {
  padding: 5px 15px;
  border: 1px #dadada solid;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.entry-content table thead th {
  font-weight: bold;
}

/*
 * WordPress Core
 * http://codex.wordpress.org/CSS
 */
.alignnone {
  margin-bottom: 10px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  margin: 0 auto 10px;
}

.alignleft {
  margin: 0 auto 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

a img.alignright {
  margin: 0 auto 10px;
}

a img.alignnone {
  margin: 0 auto 10px;
}

a img.alignleft {
  margin: 0 auto 10px;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0 auto 10px;
}

.wp-caption.alignleft {
  margin: 0 auto 10px;
}

.wp-caption.alignright {
  margin: 0 auto 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 10px 20px;
  }

  .alignleft {
    float: left;
    margin: 0 20px 10px 0;
  }

  a img.alignright {
    float: right;
    margin: 0 0 10px 20px;
  }

  a img.alignnone {
    margin: 0 20px 10px 0;
  }

  a img.alignleft {
    float: left;
    margin: 0 20px 10px 0;
  }

  .wp-caption {
    max-width: auto;
  }

  .wp-caption.alignnone {
    margin: 0 20px 10px 0;
  }

  .wp-caption.alignleft {
    margin: 0 20px 10px 0;
  }

  .wp-caption.alignright {
    margin: 0 0 10px 20px;
  }
}
#content:after, #main:after, #colophon:after, #header-meta:after, #hot-news:after, #hot-news ul:after, #global-nav-box:after, #global-nav-box ul:after, .post-list:after, .post-author:after, #latest-main:after,
#recommend-main:after,
#must-check-main:after,
#editors-choice-main:after,
#related-main:after, .entry-meta:after, #author-single-box:after, #author-single-box .author-info-box:after, #single-nav:after, .author-profile:after, .page-content .search-form:after, #gallery-ad-box:after, .widget-ranking #ranking-tab:after, #footer-widget-area:after, .widget-most-view li:after, .widget-photo-gallery:after, #author-list-carousel ul:after, .gallery-post-box .gallery-list:after {
  display: table;
  clear: both;
  content: "";
}

/* @Media
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 480px) {
  /* Archive
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .post-archive, .post-list {
    width: 48.6%;
  }
  .post-archive.post-left, .post-left.post-list {
    float: left;
  }
  .post-archive.post-right, .post-right.post-list {
    float: right;
  }

  .post-list {
    width: 48.6%;
  }
  .post-list.post-left {
    float: left;
  }
  .post-list.post-right {
    float: right;
  }

  .post-author .thumb {
    float: left;
    width: 150px;
  }
  .post-author .entry-header,
  .post-author .entry-summary {
    float: right;
    margin-right: -168px;
    padding-right: 168px;
    width: 100%;
  }

  #recommend-main .post-list-box,
  #editors-choice-main .post-list-box,
  #related-main .post-list-box {
    float: right;
    width: 48.6%;
  }
  #recommend-main .post-list-box .post-archive, #recommend-main .post-list-box .post-list,
  #editors-choice-main .post-list-box .post-archive,
  #editors-choice-main .post-list-box .post-list,
  #related-main .post-list-box .post-archive,
  #related-main .post-list-box .post-list {
    width: 100%;
  }
  #recommend-main article:first-child,
  #editors-choice-main article:first-child,
  #related-main article:first-child {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* Layout
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  body {
    padding: 0 20px;
  }

  #primary {
    float: left;
    margin-right: -370px;
    padding-right: 370px;
    width: 100%;
  }

  #secondary {
    float: right;
    width: 340px;
  }

  #fixed {
    margin-bottom: 0;
    width: 340px;
  }

  .archive #main,
  .single #main,
  .page #main {
    padding: 20px;
  }

  /* Header
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  #header-meta .social-link-box {
    display: block;
    float: right;
    padding: 10px 0 0;
    width: 200px;
    text-align: right;
  }
  #header-meta .social-link-box2 {
    display: block;
    float: right;
    padding: 0;
    width: 300px;
    height: 44px;
    text-align: right;
  }

  #hot-news {
    float: left;
    margin-left: -350px;
    padding-left: 350px;
  }
  #hot-news .bx-wrapper {
    margin-right: -60px !important;
    padding: 10px 10px 10px 19px;
  }
  #hot-news li {
    overflow: visible;
    width: auto !important;
    text-overflow: clip;
    white-space: normal;
  }

  .site-title {
    margin: 25px auto;
  }

  .pc-header-ad {
    float: left;
    margin: 13px 25px 10px 22px;
    width: 728px;
  }

  #global-nav-box {
    clear: both;
    background: #181818;
  }
  #global-nav-box .menu-toggle {
    display: none;
  }
  #global-nav-box ul {
    position: static;
    display: table;
    float: left;
    padding-right: 52px;
    width: 100%;
    background: transparent;
  }
  #global-nav-box ul a {
    padding: 13px 0;
    border-top: none;
    border-bottom: none;
  }
  #global-nav-box ul a:hover {
    color: #f96d5b;
  }
  #global-nav-box ul li {
    display: table-cell;
    width: 16.6666667%;
    text-align: center;
  }
  #global-nav-box ul li.sub-menu-down {
    display: none;
  }
  #global-nav-box ul li.hover > a, #global-nav-box ul li.current_page_item > a, #global-nav-box ul li.current_page_ancestor > a, #global-nav-box ul li.current-menu-item > a, #global-nav-box ul li.current-menu-ancestor > a {
    color: #f96d5b;
  }
  #global-nav-box ul.sub-menu {
    position: absolute;
    top: 100%;
    z-index: 9999;
    display: none;
    margin: 0;
    padding: 10px 0 0;
    width: auto;
    background: transparent;
    white-space: nowrap;
  }
  #global-nav-box ul.sub-menu:before {
    position: absolute;
    top: 4px;
    left: 25px;
    z-index: 999;
    width: 0px;
    height: 0px;
    border-width: 0 5.5px 6px 5.5px;
    border-style: solid;
    border-color: transparent transparent #f96d5b transparent;
    content: "";
  }
  #global-nav-box ul.sub-menu a {
    padding: 10px 19px;
    background: #f96d5b;
  }
  #global-nav-box ul.sub-menu a:hover {
    background: #181818;
    color: #fff;
  }
  #global-nav-box ul.sub-menu li {
    display: block;
    width: 100%;
    text-align: left;
  }
  #global-nav-box ul.sub-menu li.hover > a, #global-nav-box ul.sub-menu li.current_page_item > a, #global-nav-box ul.sub-menu li.current_page_ancestor > a, #global-nav-box ul.sub-menu li.current-menu-item > a, #global-nav-box ul.sub-menu li.current-menu-ancestor > a {
    background: #181818;
    color: #fff;
  }
  #global-nav-box .search-foam-box {
    color: #dcdcdc;
  }
  #global-nav-box .search-foam-box .search-form {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 10px 10px 10px 40px;
    width: auto;
    background: #181818;
  }
  #global-nav-box .search-foam-box .search-form:before {
    content: "\f002";
    font-weight: normal;
    font-style: normal;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #global-nav-box .search-foam-box .search-field {
    float: right;
    outline: none;
    border: none;
    background: none;
  }
  #global-nav-box .search-foam-box .search-submit {
    display: none;
  }

  /* Common
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* Archive
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .nge-section, #gallery-ad-box, .widget {
    padding: 20px;
  }

  /* Single
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  #author-single-box .author-info-box {
    float: left;
    width: 50%;
  }
  #author-single-box .author-ad-box {
    float: right;
    width: 50%;
  }

  /* Page
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  #gallery-ad-box #gallery-ad-left {
    float: left;
    width: 50%;
  }
  #gallery-ad-box #gallery-ad-right {
    float: right;
    width: 50%;
  }

  /* Widget
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .widget {
    padding: 20px;
  }

  /* Footer
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    padding: 0 10px;
    width: 25%;
  }

  #copyright {
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
  }

  #footer-nav-box {
    display: inline-block;
    float: right;
    padding: 20px 0;
  }
  #footer-nav-box ul {
    padding-top: 0;
    text-align: left;
  }
  #footer-nav-box li {
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .custom-page-links {
    padding: 9px 42px;
  }

  .page-links li.number {
    display: none;
  }
  .page-links li.numpages {
    display: inline-block;
    color: #444;
  }
  .page-links li.numpages span,
  .page-links li.numpages a {
    display: inline-block;
    padding: 3px 9px;
    border: 1px #b6b6b6 solid;
  }
  .page-links li.numpages span {
    border-color: #fff;
  }
  .entry-content .page-links li.numpages a {
    color: #b6b6b6;
  }

  .go-to-fast-page {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .site-title a {
    background-image: url("../images/site-logo@2x.png");
    -webkit-background-size: 300px;
    -moz-background-size: 300px;
    -o-background-size: 300px;
    background-size: 300px;
  }

  .footer-site-title a {
    background-image: url("../images/footer-site-logo@2x.png");
    -webkit-background-size: 150px;
    -moz-background-size: 150px;
    -o-background-size: 150px;
    background-size: 150px;
  }

  .custom-page-links a:before {
    background: url('../images/icon/icon-custom-page-links@2x.png');
    -webkit-background-size: 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .official-share-buttons,
  .entry-meta p.posted-in-category,
  .entry-meta p.posted-in-tags {
    display: block;
  }

  #header-meta {
    height: 44px;
  }

  #hot-news {
    display: inline-block;
    float: left;
    width: 50px;
  }

  #hot-news .title {
    padding: 0;
  }

  .fb-like {
    display: inline !important;
  }
}
div.below-post-sharebuttons {
  margin: -27px 0 12px 0;
}

.below-post-sharebuttons img {
  max-width: 146px;
}

.social-link-box2 .twitter {
  position: relative;
  left: 1px;
}

#hot-news h1 img {
  height: 44px;
}

#header-meta .social-link-box2 {
  text-align: right;
}

iframe {
  max-width: 100%;
}
