img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.wpfp-hide {
  display: none;
}
.wpfp-img {
  border: 0;
  vertical-align: middle;
  margin-right: 2px;
}
.yarpp_pro_msg {
  border: 1px ridge #d0d0d0;
  padding: 0.4em 2em 0.8em;
  text-align: justify;
}
.yarpp_pro_msg strong {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: orange;
}
.yarpp_help {
  position: relative;
  display: inline-block;
  background: transparent url(/assets/img/icons.png) no-repeat -520px -20px;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
}
.yarpp_help_msg {
  position: absolute;
  left: 25px;
  display: none;
  border: 1px solid #d0d0d0;
  width: 250px;
  text-align: justify;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 0.4em -0.15em #333;
  z-index: 100;
}
.yarpp_help:hover .yarpp_help_msg {
  display: block;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #f00;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #f00;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.wpp-no-data {
}
.wpp-list {
}
.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
}
.wpp-list li.current {
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  border: none;
}
.wpp-post-title {
}
.wpp-excerpt {
}
.post-stats {
  display: block;
  font-size: 9px;
  font-weight: bold;
}
.wpp-comments {
}
.wpp-views {
}
.wpp-author {
}
.wpp-date {
}
.wpp-category {
}
.wpp-rating {
}
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
html {
  margin: 0 !important;
}
body {
  position: relative;
  background: #ffd1e5;
  background-image: url(/assets/img/common/top_sample.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font: 15px/1.7 Century Gothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto | grayscale;
  color: rgba(0, 0, 0, 0.7);
}
#wrapper {
}
#container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
img {
  border: none;
}
a {
  color: #3692f1;
  text-decoration: none;
}
a:hover {
  color: #61a2cf;
  text-decoration: underline;
}
.clear {
  clear: both;
}
h1 {
  font-size: 0.8em;
}
li {
  list-style: none;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
@font-face {
  font-family: "nicomoji";
  src: url(/assets/font/nicomoji2.eot), url(/assets/font/nicomoji2.woff);
}
#header {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
header {
  width: 1200px;
  height: 350px;
}
header #logo a img {
  width: 250px;
  height: 190px;
  position: absolute;
  z-index: 10;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
header #logo a img:hover {
  opacity: 0.8;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
#lily-comment {
  font-family: "nicomoji2";
  position: absolute;
  top: 125px;
  left: 300px;
  font-size: 22px;
  line-height: 27px;
  z-index: 5;
  padding: 15px 20px 20px 20px;
  width: 500px;
  height: 150px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
}
#lily-comment:after,
#lily-comment:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
#lily-comment:after {
  top: 68px;
  right: -50px;
  border: 20px solid transparent;
  border-left: 30px solid rgba(255, 255, 255, 0.9);
}
#lily-comment p {
}
#lily {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 4;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
#lily:hover {
  top: -20px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
#big_cloud {
  position: absolute;
  top: 330px;
  z-index: 5;
}
#big_cloud img {
  width: 1200px;
}
#move_cloud {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  background-image: url(/assets/img/common/cloud.png),
    url(/assets/img/common/cloud2.png);
  animation: move_cloud 12s linear infinite;
  -webkit-animation: move_cloud 12s linear infinite;
  -moz-animation: move_cloud 12s linear infinite;
  -o-animation: move_cloud 12s linear infinite;
}
@keyframes move_cloud {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 850px 0, 1700px 0;
  }
}
@-webkit-keyframes move_cloud {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 850px 0, 1700px 0;
  }
}
@-moz-keyframes move_cloud {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 850px 0, 1700px 0;
  }
}
@-o-keyframes move_cloud {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 850px 0, 1700px 0;
  }
}
#column-index:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
ul#main-menu {
  position: absolute;
  z-index: 99;
  left: 4%;
  top: 337px;
}
ul#main-menu li {
  display: inline-block;
}
ul#main-menu li a {
  position: relative;
  height: 25px;
  display: block;
  padding: 10px 15px;
  background: rgba(255, 44, 44, 0.6);
  border-radius: 9px 9px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
ul#main-menu li a:hover {
  top: -10px;
  height: 35px;
  background: rgba(255, 44, 44, 0.8);
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#main-menu li:nth-child(2) a {
  background: rgba(255, 120, 0, 0.6);
  color: rgba(255, 255, 255, 0.9);
}
ul#main-menu li:nth-child(2) a:hover {
  background: rgba(255, 120, 0, 0.8);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
ul#main-menu li:nth-child(3) a {
  background: rgba(236, 200, 58, 0.6);
  color: rgba(255, 255, 255, 0.9);
}
ul#main-menu li:nth-child(3) a:hover {
  background: rgba(236, 200, 58, 0.8);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
#center-area {
  float: left;
  position: relative;
  /*width: 880px;*/
  margin-top: 30px;
  z-index: 99;
}
#center-area h2 {
  padding: 5px 10px;
  background: rgba(255, 0, 0, 0.2);
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 0.2),
    rgba(255, 69, 0, 0.2),
    rgba(255, 255, 0, 0.2),
    rgba(0, 128, 0, 0.2),
    rgba(0, 0, 255, 0.2),
    rgba(75, 0, 130, 0.2)
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 0, 0, 0.2),
    rgba(255, 69, 0, 0.2),
    rgba(255, 255, 0, 0.2),
    rgba(0, 128, 0, 0.2),
    rgba(0, 0, 255, 0.2),
    rgba(75, 0, 130, 0.2)
  );
  background: -webkit-gradient(
    linear,
    left center,
    right center,
    from(rgba(255, 0, 0, 0.2)),
    color-stop(20%, rgba(255, 69, 0, 0.2)),
    color-stop(40%, rgba(255, 255, 0, 0.2)),
    color-stop(60%, rgba(0, 128, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 255, 0.2)),
    to(rgba(238, 130, 238, 0.2))
  );
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  border-radius: 9px 9px 0 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#right-area {
  float: left;
  position: relative;
  width: 320px;
  z-index: 9;
}
#index-space,
#single-space,
#archive-space,
#page-space {
  background: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid rgba(232, 200, 215, 0.5);
}
ul li a.gif_hover {
  background: url(/assets/img/common/puckle.gif) top left no-repeat !important;
  background-size: 35px 35px !important;
  background-position: 8px 80% !important;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
p.p_hover {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 3px 3px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
p.p_hover:after {
  content: "";
  position: absolute;
  border-top: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -7px;
  left: 5px;
}
#right_area #space {
  width: 95%;
  margin: 0 auto;
}
div#music_search em,
div#music-select em,
div#genre em,
div#tag em,
div#rpg-maker em,
div#music_link em {
  display: block;
  text-indent: 1px;
  font-style: normal;
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music_search p,
div#music-select p,
div#genre p,
div#tag p,
div#rpg-maker p,
div#music_link p {
  margin-top: -5px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music_search {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(255, 62, 62, 1);
  background: rgba(255, 44, 44, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music_search:hover {
  background: rgba(255, 44, 44, 0.8);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music_search form dl dt input {
  float: left;
  width: 70%;
  height: 26px;
  text-indent: 5px;
  color: #999;
}
div#music_search form dl dd input {
  width: 28%;
  height: 30px;
}
div#music-select {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(255, 120, 0, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music-select:hover {
  background: rgba(255, 120, 0, 0.8);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music-select:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#music-select li {
  float: left;
  width: 50%;
}
div#music-select li a {
  display: block;
  padding: 5px 0;
  background: url(/assets/img/common/puckle_s.gif) top left no-repeat;
  background-size: 18px 18px;
  background-position: 0px 45%;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -1.2px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-indent: 25px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music-select ul.children {
  display: none;
}
div#music-select li a:hover {
  opacity: 0.8;
  text-decoration: underline;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#genre {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(236, 200, 58, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#genre:hover {
  background: rgba(236, 200, 58, 0.8);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#genre:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#genre ul.children li {
  float: left;
  width: 50%;
}
div#genre ul.children li a {
  display: block;
  padding: 5px 0;
  background: url(/assets/img/common/puckle_s.gif) top left no-repeat;
  background-size: 18px 18px;
  background-position: 0px 45%;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-indent: 25px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#genre ul.children li a:hover {
  opacity: 0.8;
  text-decoration: underline;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#tag {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(147, 220, 75, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
div#tag:hover {
  background: rgba(147, 220, 75, 0.8);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#tag:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#tag a {
  float: left;
  width: 50%;
  display: block;
  padding: 5px 0;
  background: url(/assets/img/common/puckle_s.gif) top left no-repeat;
  background-size: 18px 18px;
  background-position: 0px 45%;
  text-decoration: none;
  font-size: 15px !important;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-indent: 25px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#tag a:hover {
  opacity: 0.8;
  text-decoration: underline;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#rpg-maker {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(0, 234, 255, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
div#rpg-maker:hover {
  background: rgba(0, 234, 255, 0.8);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#rpg-maker:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#rpg-maker ul.children li {
  float: left;
  width: 50%;
}
div#rpg-maker ul.children li a {
  display: block;
  padding: 5px 0;
  background: url(/assets/img/common/puckle_s.gif) top left no-repeat;
  background-size: 18px 18px;
  background-position: 0px 45%;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-indent: 25px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#rpg-maker ul.children li a:hover {
  opacity: 0.8;
  text-decoration: underline;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music_link {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(90, 0, 255, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
div#music_link:hover {
  background: rgba(90, 0, 255, 0.8);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music_link:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#music_link a {
  float: left;
  width: 50%;
  display: block;
  padding: 5px 0;
  background: url(/assets/img/common/puckle_s.gif) top left no-repeat;
  background-size: 18px 18px;
  background-position: 0px 45%;
  text-decoration: none;
  font-size: 11px !important;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-indent: 25px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#music_link a:hover {
  opacity: 0.8;
  text-decoration: underline;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div.widget_calendar {
  background: rgba(90, 0, 255, 0.6);
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
div.widget_calendar table#wp-calendar {
  width: 100%;
  color: #fff;
}
div.widget_calendar table#wp-calendar td {
  text-align: center;
}
#center-area #space {
  border: 2px solid rgba(232, 200, 215, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
div#breadcrumbs {
  position: relative;
  z-index: 10;
  top: 30px;
}
div#breadcrumbs ul {
  width: 97%;
  margin: 0 auto;
}
div#breadcrumbs ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#breadcrumbs ul li {
  float: left;
  padding: 2px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.7em;
}
div#breadcrumbs ul li:last-child {
  float: left;
  padding: 2px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.7em;
  background-color: #fff;
}
div#breadcrumbs ul li a {
  padding: 2px 10px;
  color: #fff;
}
body.page div.social4i {
  margin: 10px;
  margin-bottom: -5px;
}
ul#center-main-menu {
}
ul#center-main-menu li {
  display: inline-block;
}
div.next-comment {
  text-align: right;
}
div.next-comment p {
}
div.next-comment p a {
  font-family: "nicomoji";
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  color: #fff;
  margin: 5px;
  border-radius: 2px;
  font-size: 1.5em;
}
div.next-comment p a:hover {
  background: rgba(255, 120, 0, 0.8);
  text-decoration: none;
}
div#index-space div.post,
div#archive-space div.post,
div#page-space div.post {
  padding: 20px 5px;
}
div#single-space div.post,
div#single-space div.comment {
  padding: 20px;
}
div#single-space div.comment h3 {
  font-family: "nicomoji";
  display: none;
}
div#index-space div.post:after,
div#single-space div.post:after,
div#archive-space div.post:after,
div#page-space div.post:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post h2 {
  padding: 5px 10px;
  background: rgba(255, 0, 0, 0.2);
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 0.2),
    rgba(255, 69, 0, 0.2),
    rgba(255, 255, 0, 0.2),
    rgba(0, 128, 0, 0.2),
    rgba(0, 0, 255, 0.2),
    rgba(75, 0, 130, 0.2)
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 0, 0, 0.2),
    rgba(255, 69, 0, 0.2),
    rgba(255, 255, 0, 0.2),
    rgba(0, 128, 0, 0.2),
    rgba(0, 0, 255, 0.2),
    rgba(75, 0, 130, 0.2)
  );
  background: -webkit-gradient(
    linear,
    left center,
    right center,
    from(rgba(255, 0, 0, 0.2)),
    color-stop(20%, rgba(255, 69, 0, 0.2)),
    color-stop(40%, rgba(255, 255, 0, 0.2)),
    color-stop(60%, rgba(0, 128, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 255, 0.2)),
    to(rgba(238, 130, 238, 0.2))
  );
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
div#single-space div.post h2 p {
  font-size: 12px;
}
div#single-space div.post div.contents:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post div.contents h3 {
  background: -webkit-gradient(
    linear,
    left center,
    right center,
    from(rgba(255, 0, 0, 0.2)),
    color-stop(20%, rgba(255, 69, 0, 0.2)),
    color-stop(40%, rgba(255, 255, 0, 0.2)),
    color-stop(60%, rgba(0, 128, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 255, 0.2)),
    to(rgba(238, 130, 238, 0.2))
  );
  border-radius: 10px !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
  color: black !important;
  font-family: "nicomoji" !important;
  font-size: 20px !important;
}
div#single-space div.post div.contents div.article {
  position: relative;
  margin-bottom: 10px;
}
div#single-space div.post div.contents div.article:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post div.contents div.article .navigation {
  width: 100%;
}
div#single-space div.post div.contents div.article .navigation:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post div.contents div.article .navigation .alignleft {
  float: left;
  width: 50%;
}
div#single-space div.post div.contents div.article .navigation .alignright {
  text-align: right;
}
div#single-space div.post div.contents div.article .ol .commentlist {
}
div#single-space
  div.post
  div.contents
  div.article
  .ol
  .commentlist
  .comment-meta {
}
div#single-space div.post div.contents div.article #respond {
}
div#single-space div.post div.contents div.article #respond form {
}
div#single-space div.post div.contents div.article div#left {
  position: relative;
  float: left;
  width: 45%;
}
div#single-space div.post div.contents div.article div#left img {
  width: 97%;
  height: auto;
}
div#single-space div.post div.contents div.article div#left audio {
  position: absolute;
  bottom: 5%;
  left: 4%;
  width: 90%;
}
div#single-space div.post div.contents div.article div#left div.post-meta {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 5px;
  margin: 5px;
  font-size: 14px;
  border-radius: 2px;
}
div#single-space div.post div.contents div.article div#left div#music-time {
  position: absolute;
  right: 10px;
  bottom: 17%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 5px;
  margin: 5px;
  font-size: 14px;
  border-radius: 2px;
}
div#single-space
  div.post
  div.contents
  div.article
  div#left
  div#lyric
  div.lyric_box {
  display: none;
  position: absolute;
  top: -100%;
  left: 100%;
  width: 500px;
  height: 600px;
  background: rgba(232, 150, 0, 0.9);
  border-radius: 20px;
  padding: 20px;
  border: 2px solid rgba(232, 200, 215, 0.5);
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 11;
  overflow: auto;
}
div#single-space
  div.post
  div.contents
  div.article
  div#left
  div#lyric
  div.lyric_box
  b {
}
div#single-space div.post div.contents div.article div#left div#lyric a {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 5px;
  margin: 5px;
  font-size: 14px;
  border-radius: 500px;
  text-decoration: none;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#single-space div.post div.contents div.article div#left div#lyric a:hover {
  background: rgba(255, 120, 0, 0.8);
  color: #fff;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#single-space div.post div.contents div#music-iine {
  position: relative;
}
div#single-space
  div.post
  div.contents
  div#contents-detail
  div.social4i
  div.socialicons {
  height: 40px !important;
}
div#single-space div.post div.contents div#contents-detail div.social4i:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post div.contents div#music-iine span:last-child {
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 0.6em;
  color: #fff;
}
div#single-space div.post div.contents div#music-menu {
  margin-top: 5px;
}
div#single-space div.post div.contents div#music-menu:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post div.contents div#music-dl,
div#single-space div.post div.contents div#music-iine {
  float: left;
  width: 50%;
}
div#single-space div.post div.contents div#music-dl #music-dl-waku,
div#single-space div.post div.contents div#music-iine #music-line-waku {
  display: block;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
}
div#single-space
  div.post
  div.contents
  div#music-dl
  #music-dl-waku
  span.wpfp-span,
div#single-space
  div.post
  div.contents
  div#music-iine
  #music-line-waku
  span.wpfp-span {
  font-family: "nicomoji";
  display: block;
  font-size: 1.2rem;
  height: 60px;
  line-height: 60px;
  color: rgba(255, 120, 0, 0.8);
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div#single-space div.post div.contents div#music-dl #music-dl-waku a,
div#single-space div.post div.contents div#music-iine #music-line-waku a {
  font-family: "nicomoji";
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#single-space div.post div.contents div#music-dl a:hover,
div#single-space div.post div.contents div#music-iine a:hover {
  display: block;
  background: rgba(255, 120, 0, 0.8);
  text-decoration: none;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#single-space div.post div.contents div.article div#right {
  float: left;
  width: 55%;
}
div#index-space div.post h2.post-title,
div#archive-space div.post h2.post-title,
div#page-space div.post h2.post-title {
  font-size: 15px;
}
div#index-space div.post div.contents:after,
div#archive-space div.post div.contents:after,
div#page-space div.post div.contents:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#index-space div.post div.contents div.article,
div#archive-space div.post div.contents div.article,
div#page-space div.post div.contents div.article {
  position: relative;
  width: 25%;
  float: left;
}
div#index-space div.post div.contents div.article div.get_category_link a,
div#archive-space div.post div.contents div.article div.get_category_link a,
div#page-space div.post div.contents div.article div.get_category_link a {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 99;
  background: rgba(255, 120, 0, 0.8);
  color: #fff;
  font-size: 0.7em;
  padding: 2px 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space
  div.post
  div.contents
  div.article
  div.get_category_link
  a:hover {
  font-size: 0.8em;
  background: rgba(255, 120, 0, 0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space div.post div.contents div.article a.article-link,
div#archive-space div.post div.contents div.article a.article-link,
div#page-space div.post div.contents div.article a.article-link {
  position: relative;
  display: block;
  margin: 5px;
  height: 250px;
  color: #000;
  border: 3px solid rgba(232, 200, 215, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space div.post div.contents div.article a.article-link:hover,
div#archive-space div.post div.contents div.article a.article-link:hover,
div#page-space div.post div.contents div.article a.article-link:hover {
  border: 3px solid #a7d969;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*div#index-space div.post div.contents div.article a.article-link img,*/
/*div#archive-space div.post div.contents div.article a.article-link img,*/
/*div#page-space div.post div.contents div.article a.article-link img {*/
/*  width: 196px;*/
/*  height: 147px;*/
/*}*/
div#index-space div.post div.contents div.article a.article-link div.mask,
div#archive-space div.post div.contents div.article a.article-link div.mask,
div#page-space div.post div.contents div.article a.article-link div.mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 147px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px 3px 0 0;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space div.post div.contents div.article a.article-link:hover div.mask,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link:hover
  div.mask,
div#page-space div.post div.contents div.article a.article-link:hover div.mask {
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in {
  position: absolute;
  top: 22%;
  width: 95%;
  padding: 5px 0;
  margin-left: 2.5%;
  border-radius: 10px;
  background: #fff;
  color: #000;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  audio,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  audio,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  audio {
  width: 95% !important;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  p,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  p,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  p {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: "nicomoji";
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  span,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  span,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  span {
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  em,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  em,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.mask
  div.mask-in
  em {
  display: block;
  font-size: 0.7rem;
  text-align: center;
}
div#index-space div.post div.contents div.article a.article-link div.music_time,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.music_time,
div#page-space div.post div.contents div.article a.article-link div.music_time {
  position: absolute;
  top: 130px;
  right: 0;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.music_time
  p,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.music_time
  p,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.music_time
  p {
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.7em;
  color: #fff;
}
div#index-space div.post div.contents div.article a.article-link div.post-title,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-title,
div#page-space div.post div.contents div.article a.article-link div.post-title {
  font-family: "nicomoji";
  padding: 0px 2px;
  font-size: 0.75em;
  z-index: 99;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link:hover
  div.post-title,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link:hover
  div.post-title,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link:hover
  div.post-title {
  font-weight: bold;
  color: #a7d969;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(232, 200, 215, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link:hover
  div.post-detail,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link:hover
  div.post-detail,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link:hover
  div.post-detail {
  background: #a7d969;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail:after,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail:after,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.dl,
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.comment,
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.dl,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.comment,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.dl,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.comment,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like {
  position: relative;
  float: left;
  display: block;
  width: 32.5%;
  height: 40px;
  text-align: center;
  line-height: 55px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8em;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like {
  border-right: none;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.dl
  h4,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.dl
  h4,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.dl
  h4 {
  position: absolute;
  top: -12px;
  left: 2px;
  font-size: 0.6em;
  font-weight: normal;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.comment
  h4,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.comment
  h4,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.comment
  h4 {
  position: absolute;
  top: -12px;
  left: 12px;
  font-size: 0.6em;
  font-weight: normal;
}
div#index-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like
  h4,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like
  h4,
div#page-space
  div.post
  div.contents
  div.article
  a.article-link
  div.post-detail
  div.like
  h4 {
  position: absolute;
  top: -12px;
  left: 8px;
  font-size: 0.6em;
  font-weight: normal;
}
div#index-space div.post div.contents div.article a.article-link div.new,
div#archive-space div.post div.contents div.article a.article-link div.new,
div#page-space div.post div.contents div.article a.article-link div.new {
  position: absolute;
  top: 0;
  z-index: 99;
  color: #fff;
}
div#index-space div.post div.contents div.article a.article-link div.new:before,
div#archive-space
  div.post
  div.contents
  div.article
  a.article-link
  div.new:before,
div#page-space div.post div.contents div.article a.article-link div.new:before {
  position: absolute;
  display: block;
  content: "";
  top: -3px;
  left: -3px;
  z-index: 2;
  border-radius: 5px 0;
  border-color: rgba(255, 0, 0, 0.8);
  border-style: solid;
  border-width: 25px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
div#index-space div.post div.contents div.article a.article-link div.new span,
div#archive-space div.post div.contents div.article a.article-link div.new span,
div#page-space div.post div.contents div.article a.article-link div.new span {
  position: absolute;
  top: 4px;
  z-index: 9;
  font-size: 0.8rem;
  transform: rotate(-45deg);
  -webkit-animation: blink 0.7s ease-in-out infinite alternate;
  -moz-animation: blink 0.7s ease-in-out infinite alternate;
  animation: blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#index-space div.post div.contents div.article a.article-link p.date,
div#archive-space div.post div.contents div.article a.article-link p.date,
div#page-space div.post div.contents div.article a.article-link p.date {
  position: absolute;
  bottom: 40px;
  right: 2px;
  display: block;
  padding: 2px 5px;
  font-size: 0.7em;
  border-radius: 5px;
  color: #999;
}
div#single-space div.post div.contents div.post-cat:after,
div#single-space div.post div.contents div.post-tag:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post div.contents div.post-cat {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
}
div#single-space div.post div.contents div.post-cat p,
div#single-space div.post div.contents div.post-tag p {
  float: left;
}
div#single-space div.post div.contents div.post-cat p:last-child,
div#single-space div.post div.contents div.post-tag p:last-child {
  width: 720px;
  margin: 8px 0 0 10px;
}
div#single-space div.post div.contents div.post-cat p span,
div#single-space div.post div.contents div.post-tag p span {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
div#single-space div.post div.contents div.post-cat p a,
div#single-space div.post div.contents div.post-tag p a {
  font-family: "nicomoji";
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
  font-size: 0.9em;
}
div#single-space div.post div.contents div.post-cat p a:hover,
div#single-space div.post div.contents div.post-tag p a:hover {
  background: rgba(255, 120, 0, 0.8);
  text-decoration: none;
}
div#single-space div.post div.contents div.post-tag p a:nth-child(1) {
}
div#single-space div.post div.contents div.movie-etc {
  width: 100%;
  margin-bottom: 5px;
}
div#single-space div.post div.contents div.movie-etc iframe,
div#single-space div.post div.contents div.movie-etc embed {
  width: 100%;
  height: 450px;
}
div#single-space div.post div.contents div.movie-one {
  width: 100%;
  margin-bottom: 5px;
}
div#single-space div.post div.contents div.movie-one:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#single-space div.post div.contents div.movie-one div {
  float: left;
  width: 50%;
}
div#single-space div.post div.contents div.movie-one div iframe,
div#single-space div.post div.contents div.movie-one div embed {
  width: 100%;
}
div#left-gad ins.adsbygoogle {
  display: inline-block;
  width: 450px;
  height: 50px;
  position: absolute;
  top: 330px;
  left: 40%;
  z-index: 9;
}
div#index-space div.post div#news-movie,
div#archive-space div.post div#news-movie,
div#page-space div.post div#news-movie {
}
div#index-space div.post b,
div#archive-space div.post b,
div#page-space div.post b {
  font-family: "-webkit";
  display: block;
  width: 97%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.2em;
  margin-left: 1.4%;
}
div#index-space div.post div#news-movie div#news-movie-left,
div#archive-space div.post div#news-movie div#news-movie-left,
div#page-space div.post div#news-movie div#news-movie-left {
  float: left;
  width: 50%;
}
div#index-space div.post div#news-movie div#news-movie-right,
div#archive-space div.post div#news-movie div#news-movie-right,
div#page-space div.post div#news-movie div#news-movie-right {
  float: left;
  width: 50%;
}
div#index-space div.post div.contents-news,
div#archive-space div.post div.contents-news,
div#page-space div.post div.contents-news {
  margin-bottom: 5px;
}
div#index-space div.post div.contents-news div.article,
div#archive-space div.post div.contents-news div.article,
div#page-space div.post div.contents-news div.article {
  width: 97.5%;
  height: 95px;
  margin: 0 auto;
  margin-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
div#index-space div.post div.contents-news div.article:after,
div#archive-space div.post div.contents-news div.article:after,
div#page-space div.post div.contents-news div.article:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#index-space div.post div.contents-news div.article a.article-link,
div#archive-space div.post div.contents-news div.article a.article-link,
div#page-space div.post div.contents-news div.article a.article-link {
}
div#index-space div.post div.contents-news div.article a.article-link div.left,
div#archive-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.left,
div#page-space div.post div.contents-news div.article a.article-link div.left {
  float: left;
  width: 30%;
}
div#index-space div.post div.contents-news div.article a.article-link div.right,
div#archive-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right,
div#page-space div.post div.contents-news div.article a.article-link div.right {
  float: left;
  width: 70%;
  text-align: left;
}
div#index-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  div.post-title,
div#archive-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  div.post-title,
div#page-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  div.post-title {
  font-weight: bold;
  font-size: 1em;
}
div#index-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  div.the-content,
div#archive-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  div.the-content,
div#page-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  div.the-content {
  color: #4b4b4b;
  font-size: 0.9em;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
}
div#index-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  p.date,
div#archive-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  p.date,
div#page-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.right
  p.date {
  margin-top: 5px;
  color: #4b4b4b;
  font-size: 0.8em;
}
div#index-space div.post div.contents-news div.article a.article-link img,
div#archive-space div.post div.contents-news div.article a.article-link img,
div#page-space div.post div.contents-news div.article a.article-link img {
  width: 95%;
  height: 94px;
}
div#index-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.post-title,
div#archive-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.post-title,
div#page-space
  div.post
  div.contents-news
  div.article
  a.article-link
  div.post-title {
}
ol.commentlist {
}
ol.commentlist li.comment {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
ol.commentlist li.comment div.comment-body:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
ol.commentlist li.comment p {
  margin: 10px 50px;
}
ol.commentlist li.comment p span {
  text-align: center;
  display: block;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
}
ol.commentlist li.comment iframe {
  width: 300px;
  height: 250px;
}
ol.commentlist li.comment div.comment-author {
  padding: 10px;
}
ol.commentlist li.comment div.comment-author cite {
  font-family: "nicomoji";
  margin-top: -35px;
  text-indent: 40px;
  display: block;
  font-style: normal;
  font-size: 1.2rem;
}
ol.commentlist li.comment div.comment-meta {
  font-family: "nicomoji";
  font-size: 0.8em;
  display: block;
  text-indent: 50px;
  margin-top: -9px;
}
ol.commentlist li.comment div.reply {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
}
ol.commentlist li.comment div.reply a {
  font-family: "nicomoji";
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 14px 8px;
  color: #fff;
  margin: 15px 20px;
  border-radius: 50px;
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
}
ol.commentlist li.comment div.reply a:hover {
  text-decoration: none;
  background: #4ed5e3;
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
}
span.says {
  display: none;
}
#respond {
  position: relative;
  background: rgba(0, 220, 255, 0.5);
  padding: 20px;
  border-radius: 10px;
}
#respond #cancel-comment-reply {
  position: absolute;
  right: 20px;
}
#respond form textarea {
  width: 96%;
  padding: 2%;
  border-radius: 10px;
  margin-bottom: 10px;
}
#respond form p input {
  font-family: "nicomoji";
  width: 70%;
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 1.7rem;
}
#commentform p:nth-of-type(5) {
  text-align: center;
}
#commentform p.comment-subscription-form {
  display: inline-block;
  margin-right: 30px;
}
#global-nav {
}
#global-nav h1 {
  font-family: "nicomoji";
  position: absolute;
  top: 288px;
  right: 390px;
  z-index: 10;
  font-size: 10px;
  font-weight: normal;
}
nav#global-nav-in {
  position: fixed;
  top: 0px;
  right: 18.5%;
  width: 750px;
  z-index: 100000;
}
nav#global-nav-in ul#menu {
  clear: both;
  width: 100%;
}
nav#global-nav-in ul#menu li {
  float: left;
  width: 20%;
  list-style-type: none;
}
nav#global-nav-in ul#menu li a {
  font-family: "nicomoji";
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
}
nav#global-nav-in ul#menu li:first-child a {
  background: rgba(255, 62, 62, 1);
  background: rgba(255, 44, 44, 0.6);
}
nav#global-nav-in ul#menu li:nth-child(2) a {
  background: rgba(255, 120, 0, 1);
  background: rgba(255, 120, 0, 0.6);
}
nav#global-nav-in ul#menu li:nth-child(3) a {
  background: rgba(236, 200, 58, 1);
  background: rgba(236, 200, 58, 0.6);
}
nav#global-nav-in ul#menu li:nth-child(4) a {
  background: rgba(147, 220, 75, 1);
  background: rgba(147, 220, 75, 0.6);
}
nav#global-nav-in ul#menu li:last-child a {
  background-color: rgb(0, 234, 255);
  background-color: rgba(0, 234, 255, 0.6);
}
nav#global-nav-in ul#menu li a:hover {
  padding: 40px 0;
  background: rgba(255, 220, 230, 0.8);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
}
#sidebar {
}
#sidebar .sidebar-btn {
  display: none;
}
#right_area #space {
  width: 95%;
  margin: 0 auto;
}
.sub_menu {
  z-index: 3;
  width: 250px;
  padding: 10px 0px;
  margin-bottom: 20px;
  background-color: rgb(0, 234, 255);
  background-color: rgba(0, 234, 255, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.sub_menu li {
  padding: 0px 0px;
  list-style-type: none;
}
.sub_menu li a {
  display: block;
  padding: 10px 0 10px 30px;
  background: url(/assets/img/common/puckle_s.gif) top left no-repeat;
  background-size: 18px 18px;
  background-position: 8px 50%;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.sub_menu li a:hover {
  background-color: rgb(198, 249, 253);
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #4fadb6;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
#social_button {
  position: fixed;
  top: 20px;
  right: 5px;
  z-index: 99;
}
a.mt-share-inline-circle-sm img {
  width: 34px;
  height: 34px;
  border: 0px;
}
a.mt-share-inline-circle-sm {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-right: 4px;
}
.mt-google:hover {
  background: rgba(221, 75, 57, 1);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
.mt-google {
  background: rgba(221, 75, 57, 0.5);
}
.mt-linkedin:hover {
  background-color: rgba(16, 135, 192, 1);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
.mt-linkedin {
  background-color: rgba(16, 135, 192, 0.5);
}
.mt-twitter:hover {
  background-color: rgba(8, 187, 255, 1);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
.mt-twitter {
  background-color: rgba(8, 187, 255, 0.5);
}
.mt-facebook:hover {
  background-color: rgba(0, 172, 238, 1);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
.mt-facebook {
  background-color: rgba(0, 172, 238, 0.5);
}
.mt-pinterest:hover {
  background-color: rgba(221, 42, 48, 1);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
.mt-pinterest {
  background-color: rgba(221, 42, 48, 0.5);
}
.current_time {
  padding: 3px 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
#side_bar {
  position: fixed;
  right: 20px;
  top: 400px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
#page_top:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#footer {
  width: 100%;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
div#footer div#footer-in {
  width: 1170px;
  padding: 15px 0;
  margin: 0 auto;
}
div#footer div#footer-in div#footer_menu {
  margin-bottom: 0px;
}
div#footer div#footer-in div#footer_menu:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
div#footer div#footer-in div.footer_menu-in {
  float: left;
  width: 30%;
  height: 350px;
  margin-bottom: 15px;
  margin-right: 1%;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
div#footer div#footer-in div.footer_menu-in:last-child {
  margin-right: 0;
  border-right: none;
}
div#footer div#footer-in div.footer_menu-in h2 {
  margin-bottom: 5px;
  font-size: 1.2em;
}
div#footer div#footer-in div#footer_menu div.footer_menu-in ul {
}
div#footer div#footer-in div#footer_menu div.footer_menu-in ul li {
}
div#footer div#footer-in div#footer_menu div.footer_menu-in ul li a {
  font-size: 0.95em;
  margin-left: 10px;
}
div#footer div#footer-in div#footer_menu div.footer_menu-in ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}
div#footer div#footer-in div.copyright {
  text-align: center;
}
div.footer_menu-in iframe {
  height: 310px !important;
}
div.wp-pagenavi {
  display: block;
  padding: 10px 0 0 10px;
}
div.wp-pagenavi span.pages,
div.wp-pagenavi span.extend {
  border: none;
  font-weight: bold;
}
div.wp-pagenavi span.current {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: #a7d969;
  border: none;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
}
div.wp-pagenavi a.first,
div.wp-pagenavi a.last {
  display: inline-block;
  width: 50px;
  height: 30px;
  background: rgba(232, 200, 215, 0.5);
  border: none;
  border-radius: 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div.wp-pagenavi a.first:hover,
div.wp-pagenavi a.last:hover {
  background: #a7d969;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div.wp-pagenavi a.page,
div.wp-pagenavi a.nextpostslink,
div.wp-pagenavi a.previouspostslink {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: rgba(232, 200, 215, 0.5);
  border: none;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div.wp-pagenavi a.page:hover,
div.wp-pagenavi a.nextpostslink:hover,
div.wp-pagenavi a.previouspostslink:hover {
  background: #a7d969;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#agreement_for_use {
}
div#agreement_for_use b {
  font-size: 18px;
}
div#agreement_for_use div#logo {
  text-align: center;
}
div#agreement_for_use div#news {
  background: #fff;
  padding: 10px;
}
div#agreement_for_use div.agreement_for_use_waku_1,
div#agreement_for_use div.agreement_for_use_waku_2,
div#agreement_for_use div.agreement_for_use_waku_3,
div#agreement_for_use div.agreement_for_use_waku_4,
div#agreement_for_use div.agreement_for_use_waku_5 {
  margin-top: 20px;
}
div#agreement_for_use a {
  display: block;
  width: 80%;
  padding: 20px 0px;
  margin: 0 auto;
  margin-top: 15px;
  border: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#agreement_for_use a:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#agreement_for_use
  div.agreement_for_use_waku_1
  div.agreement_for_use_waku_in {
  padding: 15px 15px;
  background: #f9b6b8;
  border: 5px dashed #ffe0e1;
}
div#agreement_for_use div.agreement_for_use_waku_1 p.title {
  font-size: 1.5em;
  font-weight: bold;
  color: #f9b6b8;
}
div#agreement_for_use
  div.agreement_for_use_waku_2
  div.agreement_for_use_waku_in {
  padding: 15px 15px;
  background: rgba(255, 120, 0, 0.6);
  border: 5px dashed #ffd5a4;
}
div#agreement_for_use div.agreement_for_use_waku_2 p.title {
  font-size: 1.5em;
  font-weight: bold;
  color: rgba(255, 120, 0, 0.6);
}
div.contents_yellow {
  margin-top: 20px;
}
div.contents_yellow_in {
  padding: 15px 15px;
  background: rgba(236, 200, 58, 0.6);
  border: 5px dashed #fff9ce;
}
div.contents_yellow p.title {
  font-size: 1.5em;
  font-weight: bold;
  color: rgba(236, 200, 58, 0.8);
}
div#agreement_for_use
  div.agreement_for_use_waku_4
  div.agreement_for_use_waku_in {
  padding: 15px 15px;
  background: rgba(147, 220, 75, 0.6);
  border: 5px dashed #dbffaf;
}
div#agreement_for_use div.agreement_for_use_waku_4 p.title {
  font-size: 1.5em;
  font-weight: bold;
  color: rgba(147, 220, 75, 0.8);
}
div.contents_blue {
  margin-top: 20px;
}
div.contents_blue_in {
  padding: 15px 15px;
  background-color: #4ed5e3;
  border: 5px dashed #aaf7ff;
}
div.contents_blue p.title {
  font-size: 1.5em;
  font-weight: bold;
  color: #41e1ef;
}
ul#link {
}
ul#link:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
ul#link li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
ul#link li a {
  position: relative;
  display: block;
}
ul#link li a:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
ul#link li a div:first-child {
  position: relative;
  float: left;
  width: 40%;
}
ul#link li a div:first-child img {
  width: 95%;
  height: auto;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a:hover div:first-child img {
  opacity: 0.8;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a div:first-child span {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 20px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a:hover div:first-child span {
  opacity: 0.8;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a div:nth-child(2) {
  float: left;
  width: 58%;
}
ul#link li a div:nth-child(2) p:first-child {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 3px solid #393939;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a:hover div:nth-child(2) p:first-child {
  font-weight: bold;
  color: #ff8b23;
  border-bottom: 3px solid #f2da85;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a div:nth-child(2) p:first-child em {
  font-size: 0.6em;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 5px;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a:hover div:nth-child(2) p:first-child em {
  background: rgba(255, 44, 44, 0.6);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a div:nth-child(2) p:nth-child(2) {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.6);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a:hover div:nth-child(2) p:nth-child(2) {
  color: #a7d969;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a div:nth-child(2) span {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.6);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
ul#link li a:hover div:nth-child(2) span {
  color: #4ed5e3;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#information {
  margin: 10px 25px;
}
div#information div.information_in {
  padding: 15px 15px;
  background: #aaf7ff;
  border: 5px dashed #ffe0e1;
}
div#contact-form-normal {
  width: 92%;
  padding: 10px;
  margin: 20px auto;
  background: #4ed5e3;
  border-radius: 10px;
  border-collapse: collapse;
}
div#contact-form-normal table {
  width: 100%;
  padding: 10px;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border-collapse: collapse;
}
div#contact-form-normal table tr {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
div#contact-form-normal table tr:last-child {
  border-bottom: none;
}
div#contact-form-normal table td {
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
div#contact-form-normal table td:first-child {
  width: 25%;
  background: #4ed5e3;
}
div#contact-form-normal table td:last-child {
  border-radius: 10px 0 0 10px;
}
div#contact-form-normal table td em {
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
div#contact-form-normal table td textarea {
  width: 97.5%;
  padding: 5px;
}
div#contact-form-normal table td input {
  width: 60%;
  padding: 10px 5px;
}
div#contact-form-normal table td input[type="submit"] {
  display: block;
  width: 80%;
  padding: 20px 0px;
  margin: 0 auto;
  margin-top: 15px;
  border: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#contact-form-normal table td input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#information_license_contact {
}
div#information_license_contact a {
  display: block;
  width: 80%;
  padding: 20px 0px;
  margin: 0 auto;
  margin-top: 15px;
  border: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#information_license_contact a:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#information_license_contact p.title {
  font-size: 1.5em;
  font-weight: bold;
  color: #rgba(236, 200, 58, 0.6);
}
div#information_license_contact div.information_in {
  padding: 15px 15px;
  background: rgba(236, 200, 58, 0.6);
  border: 5px dashed #fff9ce;
}
div#license_contact-form-normal {
  width: 98%;
  padding: 10px;
  margin: 20px auto;
  background: rgba(236, 200, 58, 0.6);
  border-radius: 10px;
  border-collapse: collapse;
}
div#license_contact-form-normal table {
  width: 100%;
  padding: 10px;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border-collapse: collapse;
}
div#license_contact-form-normal table tr {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
div#license_contact-form-normal table tr:last-child {
  border-bottom: none;
}
div#license_contact-form-normal table td {
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
div#license_contact-form-normal table td:first-child {
  width: 25%;
  background: rgba(236, 200, 58, 0.6);
}
div#license_contact-form-normal table td:last-child {
  border-radius: 10px 0 0 10px;
}
div#license_contact-form-normal table td:last-child p {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}
div#license_contact-form-normal table td em {
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
div#license_contact-form-normal table td textarea {
  width: 97.5%;
  padding: 5px;
}
div#license_contact-form-normal table td input {
  width: 60%;
  padding: 10px 5px;
}
div#license_contact-form-normal table td input[type="submit"] {
  font-family: "nicomoji";
  display: block;
  width: 80%;
  padding: 10px 0px;
  margin: 0 auto;
  margin-top: 15px;
  border: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
div#license_contact-form-normal table td input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 189px !important;
  height: auto !important;
  border: none !important;
  margin: 5px !important;
}
.yarpp-thumbnail > img,
.yarpp-thumbnail-default {
  margin: 0px !important;
  width: 100% !important;
  height: auto !important;
}
.yarpp-thumbnail-default > img {
  width: 100% !important;
  height: auto !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail img.wp-post-image {
  width: 196px !important;
  height: 147px !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail img.wp-post-image:hover {
  opacity: 0.6;
  text-decoration: underline;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
}
.yarpp-related span.yarpp-thumbnail-title {
  width: 100%;
  font-size: 0.8em !important;
  line-height: 1.5em !important;
  margin: 0px !important;
  padding-top: 5px !important;
}
#acr-ranking {
}
#acr-ranking div {
  width: 96% !important;
}
#acr-ranking table {
  width: 100% !important;
  font-size: 14px !important;
}
#acr-ranking table td a {
  color: #3692f1 !important;
}
#acr-ranking table td a:hover {
  color: #61a2cf !important;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}
#acr-ranking tr:nth-child(1),
#acr-ranking tr:nth-child(2),
#acr-ranking tr:nth-last-child(1),
#acr-ranking tr:nth-last-child(2),
#acr-ranking tr:nth-last-child(3) {
  display: none;
}
table.music-list {
  margin: 30px;
}
table.music-list tr:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
table.music-list tr td.left {
  float: left;
  width: 8%;
  counter-reset: wpp-ranking;
}
table.music-list tr td.left::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  font-size: 20px;
  color: #bbb;
}
table.music-list tr td.center {
  float: left;
  width: 20%;
}
table.music-list tr td.center a img {
  width: 95%;
  height: auto;
}
table.music-list tr td.right {
  float: left;
  width: 72%;
  text-align: left;
}
#text-17,
#text-18 {
  text-align: center;
  margin-bottom: 10px;
}
body ul#sharebar {
  background: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  top: -79px !important;
}
body ul#sharebar li {
  margin: 10px 0 !important;
}
.ad_top_left {
  width: 100%;
  text-align: center;
  margin: 0px 0;
}
.ad_top_left ins {
  margin: 20px 0;
}
#text-20 {
  text-align: center;
  margin-top: 10px;
}
.post-tag {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
#anchor_text {
  position: absolute;
  bottom: 0;
  right: 10px;
  text-align: right;
  font-size: 0.7rem;
}
.socialiconsv iframe {
  height: 40px !important;
}
.share-buttons {
  text-align: center;
  margin: 20px 0 30px;
}
.share-buttons .fb-iine,
.share-buttons .tweet,
.share-buttons .gplus,
.share-buttons .tiktok,
.share-buttons .visblog {
  width: 22%;
  margin: 0 4px;
  display: inline-block;
}
.share-buttons .tweet a {
  background: #55acee;
  box-shadow: 0 3px 0 #2795e9;
}
.share-buttons .tweet a:hover {
}
.share-buttons .fb-iine a {
  background: #3b5998;
  box-shadow: 0 3px 0 #2d4373;
}
.share-buttons .fb-iine a:hover {
}
.share-buttons .gplus a {
  background: #dd4b39;
  box-shadow: 0 3px 0 #c23321;
}
.share-buttons .gplus a:hover {
}
.share-buttons .tiktok a {
    background: #ff0050;
    box-shadow: 0 3px 0 #00f2ea;
}
.share-buttons .tiktok a:hover {
}
.share-buttons .visblog a {
	background: #EE0000;
    box-shadow: 0 3px 0 #868BA1;
}
.share-buttons .visblog a:hover {
}
.share-buttons .fb-iine a,
.share-buttons .tweet a,
.share-buttons .gplus a,
.share-buttons .tiktok a,
.share-buttons .visblog a {
  color: #fff;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
.share-buttons .fb-iine a:hover,
.share-buttons .tweet a:hover,
.share-buttons .gplus a:hover,
.share-buttons .tiktok a:hover,
.share-buttons .visblog a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate3d(0, 3px 0);
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
}
#lyric {
  margin: 30px 5px;
}
.wpfp-hide {
  display: none;
}
.wpfp-img {
  border: 0;
  vertical-align: middle;
  margin-right: 2px;
}
.post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}
}
