.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g_cards {
  margin-bottom: 4px;
}
.g_cards:before,
.g_cards:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.g_cards:after {
  clear: both;
}
.g_cards li.g_noitem {
  width: 100%;
}
.g_cards li.g_noitem article {
  font-size: 20px;
  padding: 16px 8px;
  text-align: center;
}
.g_currentsearch {
  padding: 10px 8px;
  background-color: white;
  border: 1px solid #e50047;
  position: relative;
}
.g_currentsearch .cancel {
  margin-left: 5px;
  color: #e50047;
}
.g_currentsearch .cancel:hover {
  color: #f05;
}
.g_searchbox {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  padding: 14px 8px;
}
@media (max-width: 520px) {
  .g_searchbox {
    margin-top: 6px;
  }
}
@media (max-width: 520px) {
  .g_searchbox {
    margin-bottom: 6px;
  }
}
.g_searchbox h1 {
  margin: 0 0 8px;
  font-weight: 300;
  font-size: 24px;
}
.g_searchbox form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 5px;
}
.g_searchbox form input {
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  padding: 8px;
  padding-right: 74px;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  border: none;
  box-shadow: 0 0 0 4px rgba(50, 150, 200, 0.5), 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
  vertical-align: middle;
  width: 100%;
  outline: none;
  background-color: #f5f5f5;
  font-family: "Hiragino Kaku Gothic", sans-serif;
}
.g_searchbox form input:focus {
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(50, 150, 200, 0.7), 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
.g_searchbox form input::-webkit-input-placeholder {
  vertical-align: middle;
  line-height: normal;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic", sans-serif;
}
.g_searchbox form button {
  position: absolute;
  top: 7px;
  bottom: 7px;
  right: 7px;
  width: 70px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  font-size: 18px;
  line-height: 18px;
  background: none;
  outline: none;
  background-color: #26a;
  border-radius: 5px;
  color: white;
  letter-spacing: 2px;
  transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -webkit-transition: background-color 0.15s linear;
}
.g_searchbox form button i {
  margin-right: 5px;
}
.g_searchbox form button:hover {
  background-color: #38d;
}
.g_go-to-trend {
  margin: 12px 0;
}
.g_go-to-trend:before,
.g_go-to-trend:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.g_go-to-trend:after {
  clear: both;
}
.g_go-to-trend ul {
  list-style: none;
  margin: 0 -4px;
  padding: 0;
}
.g_go-to-trend li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 4px;
  float: left;
  width: 25%;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .g_go-to-trend ul {
    margin: 0 -3px;
  }
  .g_go-to-trend li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
}
.g_go-to-trend a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  line-height: 1.2;
  vertical-align: middle;
  color: #555;
  border-radius: 2px;
  border-bottom: 2px solid #ccc;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.g_go-to-trend a:hover {
  background-color: #FFFBE4;
  color: #b22;
  transition: all 0 linear;
  -moz-transition: all 0 linear;
  -webkit-transition: all 0 linear;
}
.g_go-to-trend .bi {
  font-size: 24px;
  margin-right: 4px;
  vertical-align: middle;
}
.g_go-to-trend .la {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.g_go-to-trend .ra {
  display: block;
  font-size: 11px;
  vertical-align: middle;
}
.g_load-more {
  display: block;
  margin: 4px 0 10px;
  padding: 17px 0 16px;
  line-height: 1;
  background-color: #2aa22b;
  border-bottom: 3px solid #495;
  color: white;
  border-radius: 3px 3px 10px 10px;
  text-align: center;
}
.g_load-more:link,
.g_load-more:visited {
  color: white;
}
.g_load-more:hover {
  background-color: #6c5;
}
.g_load-more i {
  margin-top: 1px;
  display: block;
  font-size: 22px;
}
.g_loading {
  display: none;
  text-align: center;
  margin: 16px 0;
}
.g_loading .spinner {
  line-height: 1;
  font-size: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  animation: anim-rotate 1s infinite steps(12);
  -webkit-animation: anim-rotate 1s infinite steps(12);
}
.g_cards ul {
  padding: 0;
  list-style: none;
  margin: -5px;
}
.g_cards ul:before,
.g_cards ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.g_cards ul:after {
  clear: both;
}
@media (max-width: 520px) {
  .g_cards ul {
    margin: -3px;
  }
}
.g_cards li {
  float: left;
  width: 33.33%;
  padding: 5px;
  padding-bottom: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 520px) {
  .g_cards li {
    padding: 3px;
  }
}
@media (max-width: 520px) {
  .g_cards li {
    padding-bottom: 4px;
  }
}
.g_cards li.adbox {
  display: none;
  width: auto;
  float: none;
  clear: both;
  padding: 5px 0 6px;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 520px) {
  .g_cards li.adbox {
    margin-left: -3px;
  }
}
@media (max-width: 520px) {
  .g_cards li.adbox {
    margin-right: -3px;
  }
}
@media (max-width: 1060px) {
  .g_cards li {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .g_cards li {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .g_cards li {
    width: 50%;
  }
  .g_cards li.adbox {
    display: block;
    width: auto;
  }
}
.g_gridad1,
.g_gridad2,
.g_gridad3 {
  text-align: center;
}
.g_entry.private {
  opacity: 0.5;
}
.g_entry {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: white;
  border-radius: 1px;
}
.g_entry:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fffff4;
}
.g_entry:hover .title {
  color: #c00;
}
.g_entry .content {
  display: block;
  color: black;
  padding: 7px;
}
.g_entry .content:link,
.g_entry .content:hover,
.g_entry .content:visited {
  color: #333;
}
.g_entry .cover {
  display: block;
  width: 100%;
  padding-bottom: 70.71%;
  overflow: hidden;
}
.g_entry .cover img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.g_entry .title {
  display: block;
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.g_entry .summary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 1px 0 3px;
  font-size: 12px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  color: #444;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.g_entry .highlight {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 3px 0;
  font-size: 13px;
  line-height: 17px;
  height: 102px;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.g_entry .highlight em {
  color: black;
  font-weight: bold;
  font-style: normal;
}
.g_entry .highlight em.hlt1 {
  background-color: #cfa;
}
.g_entry .highlight em.hlt2 {
  background-color: #7ff;
}
.g_entry .highlight em.hlt3 {
  background-color: #f7f;
}
.g_entry .social {
  display: block;
  margin: 4px 0 0;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
}
.g_entry .social .icon-twitter {
  color: #55acee;
}
.g_entry .social .icon-facebook {
  color: #3b5998;
}
.g_entry .social .icon-bubble2 {
  color: #777;
}
.g_entry .social [class^="icon-"],
.g_entry .social [class*=" icon-"] {
  margin-right: 2px;
}
.g_entry .social > span {
  margin-right: 2px;
}
.g_entry .pubdate {
  display: block;
  margin: 5px 0 0;
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.g_entry .pubdate .pubago {
  font-weight: 600;
}
@media (max-width: 620px) {
  .g_entry .title {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    -webkit-line-clamp: 3;
  }
  .g_entry .summary {
    display: none;
  }
}
@media (max-width: 440px) {
  .g_entry .title {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    -webkit-line-clamp: 3;
  }
  .g_entry .summary,
  .g_entry .highlight {
    text-align: justify;
    text-overflow: clip;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
  }
  .g_entry .highlight {
    height: 96px;
  }
}
@media (max-width: 400px) {
  .g_entry .content {
    padding: 5px 5px 6px;
  }
  .g_entry .social {
    font-size: 12px;
    line-height: 12px;
  }
  .g_entry .pubdate {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 340px) {
  .g_entry .time {
    display: none;
  }
}
.g_entry .labels {
  position: absolute;
  top: 8px;
  right: -5px;
  font-size: 10px;
  line-height: 1;
  z-index: 0;
}
.g_entry .labels .label {
  padding: 5px;
  float: right;
  margin-bottom: 6px;
  position: relative;
}
.g_entry .labels .label:before {
  content: '';
  position: absolute;
  display: block;
  bottom: -5px;
  right: -5px;
  border: 5px solid transparent;
  border-left: 5px solid black;
  z-index: -1;
}
.g_entry .labels-rank {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 1;
}
.g_entry .labels-rank .label {
  padding: 7px 7px 7px 8px;
  height: 26px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 45px;
  position: static;
  background-color: #fd0;
  background-color: rgba(255, 221, 0, 0.92);
  color: black;
}
.g_entry .labels-rank .label span {
  position: relative;
  z-index: 10;
}
.g_entry .labels-rank .new {
  display: block;
  top: -0.1px;
  left: -0.1px;
  width: 40px;
  height: 40px;
  background-image: url('/static/images/entry/new-corner.png');
  background-repeat: no-repeat;
  background-size: 40px;
}
.g_entry .ie-lt9 .new {
  display: none;
}
.g_entry .label {
  display: block;
  clear: both;
  text-align: right;
  border-radius: 1px 0 0 1px;
  color: white;
}
.g_entry .label.photosphere {
  background-color: #0b4;
  background-color: rgba(0, 187, 68, 0.9);
}
.g_entry .label.photosphere::before {
  border-left-color: #00551f;
}
.g_entry .label.video {
  background-color: #c00;
  background-color: rgba(204, 0, 0, 0.9);
}
.g_entry .label.video::before {
  border-left-color: #660000;
}
.g_entry .label.sound {
  background-color: #e30;
  background-color: rgba(238, 51, 0, 0.9);
}
.g_entry .label.sound::before {
  border-left-color: #881d00;
}
.g_entry .label.promoted {
  background-color: #ea0;
  background-color: rgba(238, 170, 0, 0.9);
}
.g_entry .label.promoted::before {
  border-left-color: #886100;
}
.g_entry .label.poll {
  background-color: #e05;
  background-color: rgba(238, 0, 85, 0.9);
}
.g_entry .label.poll::before {
  border-left-color: #880031;
}
.g_entry .label.event {
  background-color: #0077b3;
  background-color: rgba(0, 119, 179, 0.9);
}
.g_entry .label.event::before {
  border-left-color: #00334c;
}
.g_sortbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 520px) {
  .g_sortbox {
    margin-top: 6px;
  }
}
@media (max-width: 520px) {
  .g_sortbox {
    margin-bottom: 6px;
  }
}
.g_sortbox h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 8px;
}
.g_sortbycount-spans,
.g_sortbycount-kinds {
  list-style: none;
  margin: 6px 0 4px;
}
.g_sortbycount-spans ul,
.g_sortbycount-kinds ul {
  list-style: none;
  padding: 0;
  margin: 0 -2px;
  vertical-align: middle;
}
.g_sortbycount-spans ul:before,
.g_sortbycount-kinds ul:before,
.g_sortbycount-spans ul:after,
.g_sortbycount-kinds ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.g_sortbycount-spans ul:after,
.g_sortbycount-kinds ul:after {
  clear: both;
}
.g_sortbycount-spans li,
.g_sortbycount-kinds li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 0 2px;
  vertical-align: middle;
}
.g_sortbycount-spans a,
.g_sortbycount-kinds a {
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  padding: 9px 0;
  display: block;
  background-color: white;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.g_sortbycount-spans a:hover,
.g_sortbycount-kinds a:hover {
  color: white;
  background-color: #c66;
  transition: all 0s linear;
  -moz-transition: all 0s linear;
  -webkit-transition: all 0s linear;
}
.g_sortbycount-spans li.active a,
.g_sortbycount-kinds li.active a {
  background-color: #2aa22b;
  color: white;
}
.g_sortbycount-kinds li {
  width: 33.33%;
}
.g_sortbycount-kinds a {
  font-size: 11px;
}
.g_sortbycount-kinds a i {
  display: block;
  text-align: center;
  line-height: 1;
  font-family: joetsutj;
  font-size: 20px;
  margin-bottom: 4px;
}
.g_sortby-kinds {
  margin: 0 -3px;
}
.g_sortby-kinds table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.g_sortby-kinds td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 3px;
}
.g_sortby-kinds a {
  display: block;
  padding: 8px;
  font-size: 12px;
  background-color: white;
  line-height: 1;
  color: #444;
}
.g_sortby-kinds a:hover {
  color: white;
  background-color: #c66;
}
.g_sortby-kinds td.active a {
  background-color: #2aa22b;
  color: white;
}
.g_sortby-kinds i {
  display: block;
  text-align: center;
  font-family: joetsutj;
  font-size: 20px;
  margin-bottom: 4px;
}
.g_sortby-kinds .loading {
  animation: anim-rotate 1s infinite steps(12);
  -webkit-animation: anim-rotate 1s infinite steps(12);
}
.g_sortby-counts {
  list-style: none;
  margin: 6px 0;
}
.g_sortby-counts ul {
  list-style: none;
  padding: 0;
  margin: 0 -3px;
  vertical-align: middle;
}
.g_sortby-counts ul:before,
.g_sortby-counts ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.g_sortby-counts ul:after {
  clear: both;
}
.g_sortby-counts li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 3px;
  vertical-align: middle;
}
.g_sortby-counts a {
  line-height: 1;
  vertical-align: middle;
  padding: 8px 0;
  display: block;
  background-color: white;
  text-align: center;
}
.g_sortby-counts li.active a {
  background-color: #65AA00;
  color: white;
}
.g_sort {
  margin: 0.8em 0;
  line-height: 1.5;
}
.g_sort ul {
  list-style: none;
  padding: 0;
  margin: 0.2em;
  text-align: center;
  font-size: 15px;
}
.g_sort li {
  display: inline-block;
}
.g_sort li a.active {
  color: black;
  font-weight: bold;
}
.g_sort .clear {
  text-align: center;
  font-size: 13px;
  margin: 8px 0;
}
.g_sort .clear a {
  color: #666;
}
.g_sort .clear a:hover {
  color: #333;
}
