.bg_black_alpha {
  background-color: rgba(0, 0, 0, 0.5);
}
.font_color_bright {
  color: #FCFCFC;
}
.hide_text {
  overflow: hidden;
  text-indent: -999em;
}
.pointed_reader {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ranking_number {
  display: table-cell;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  padding: 5px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 51%);
  background: -webkit-gradient(linear, left top, right bottom, from(#000), color-stop(0.5, rgba(0, 0, 0, 0.8)), color-stop(0.51, rgba(0, 0, 0, 0)));
  color: #fefefe;
  line-height: 14px;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  font-style: normal;
  border-radius: 6px 0 0 0;
}
.fixed_aspect_ratio_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.badge {
  font-size: 11px;
  line-height: 11px;
  padding: 3px 5px;
  text-align: left;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-style: normal;
  font-family: 'arial';
  letter-spacing: 1px;
  color: #f9f9f9;
  background-color: #ff3664;
  background-color: #ff0634;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3664), to(#ff0634));
  background: -moz-linear-gradient(top, #ff3664, #ff0634);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.cut_l {
  margin-left: -0.5em;
}
.cut_r {
  margin-right: -0.5em;
}
a.button {
  display: inline-block;
  padding: 7px 10px;
  height: 24px;
  line-height: 24px;
  margin: 0 1px;
  text-align: center;
  font-weight: bold;
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: -moz-linear-gradient(top, #ffffff, #efefef);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #777;
}
a.button:hover {
  font-weight: bold;
  color: #777;
}
a.button_s,
a.button_s:hover,
a.button_s:visited {
  display: inline-block;
  padding: 8px 10px 6px 10px;
  height: 14px;
  line-height: 14px;
  margin: 0 1px;
  text-align: center;
  font-weight: normal;
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: -moz-linear-gradient(top, #ffffff, #efefef);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666;
}
a.button_s_rev,
a.button_s_rev:hover,
a.button_s_rev:visited {
  display: inline-block;
  padding: 8px 10px 6px 10px;
  height: 14px;
  line-height: 14px;
  margin: 0 1px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #999;
  color: #fcfcfc;
  font-size: 12px;
  font-weight: normal;
}
a.button_login,
a.button_login:hover,
a.button_login:visited {
  display: block;
  padding: 14px 10px 12px 10px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #2076C2;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A8ECA), to(#2076C2));
  background: -moz-linear-gradient(top, #4A8ECA, #2076C2);
  color: #fcfcfc;
  font-size: 12px;
  font-weight: normal;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
a.button_follow,
a.button_follow:hover,
a.button_follow:visited {
  display: block;
  padding: 8px;
  position: absolute;
  top: 110px;
  right: 0px;
  height: 14px;
  text-align: center;
  vertical-align: top;
  color: #0FA9D8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: -moz-linear-gradient(top, #ffffff, #efefef);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
a.button_follow i,
a.button_follow:hover i,
a.button_follow:visited i {
  display: inline-block;
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -125px -150px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  a.button_follow i,
  a.button_follow:hover i,
  a.button_follow:visited i {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
a.button_follow span,
a.button_follow:hover span,
a.button_follow:visited span {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}
a.button_follow.no_upper_ad {
  top: 60px;
}
a.button_follow.active {
  background-color: #4DBBDD;
  background: -webkit-gradient(linear, left top, left bottom, from(#0FA9D8), to(#4DBBDD));
  background: -moz-linear-gradient(top, #0FA9D8, #4DBBDD);
  color: #fcfcfc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
}
a.m_button_watch_user {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9));
  background: -moz-linear-gradient(top, #fff, #d9d9d9);
}
a.m_button_watch_user:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -300px 0;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  a.m_button_watch_user:after {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
a.m_button_watch_user.active {
  background-color: #0FA9D8;
  background: -webkit-gradient(linear, left top, left bottom, from(#5EC4E4), to(#0FA9D8));
  background: -moz-linear-gradient(top, #5EC4E4, #0FA9D8);
}
a.m_button_watch_user.active:after {
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -300px -50px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  a.m_button_watch_user.active:after {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
.icon_tag {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -500px -10px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  .icon_tag {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
.icon_fav {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -300px -100px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  .icon_fav {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
.wide_image {
  text-align: center;
}
.ad_320_50 {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #000;
  text-align: center;
}
i.ico_arrow {
  display: block;
  width: 10px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -95px -95px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  i.ico_arrow {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
ul.tags {
  display: block;
  margin: 15px 15px;
}
ul.tags li {
  display: inline-block;
  height: 30px;
  margin: 0 5px 10px 0;
  line-height: 30px;
  vertical-align: middle;
}
ul.tags li a {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 4px 10px 10px 8px;
  vertical-align: center;
  background: #ffffdd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
ul.tags li a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -500px -5px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  ul.tags li a i {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
.pager {
  display: block;
  text-align: center;
  margin: 15px 0;
  letter-spacing: -0.4em;
}
.pager li {
  display: inline-block;
  height: 40px;
  width: 26px;
  line-height: 40px;
  margin: 0 4px 6px 4px;
  letter-spacing: -1px;
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: -moz-linear-gradient(top, #ffffff, #efefef);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.pager li a {
  display: block;
  width: 26px;
  height: 40px;
  font-size: 12px;
  color: #666;
}
.pager li.deactive {
  opacity: 0.5;
}
.pager li.current {
  background-color: #eee;
  color: #0FA9D8;
}
.pager li:first-child,
.pager li:last-child {
  width: 58px;
}
.pager li:first-child > a,
.pager li:last-child > a {
  width: 58px;
}
.pager li:first-child > a > img,
.pager li:last-child > a > img {
  display: inline-block;
}
.pager li:first-child {
  margin: 0 4px 6px 0;
}
.pager li:last-child {
  margin: 0 0 6px 4px;
}
.module_modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.module_modal > .panel {
  position: absolute;
  background-color: #fcfcfc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.module_modal > .panel.square {
  top: 50%;
  left: 50%;
  width: 270px;
  height: 270px;
  margin-top: -135px;
  margin-left: -135px;
}
.module_modal > .panel > .inner {
  margin: 50px 15px 15px 15px;
}
.module_modal > .panel > .close {
  position: absolute;
  top: 0;
  right: 2px;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-image: url(/img/illust/icon_close.png);
  background-repeat: no-repeat;
}
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-size: 13px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
ul,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}
li,
dt,
dd {
  padding: 0;
  margin: 0;
}
input,
select {
  vertical-align: middle;
}
a,
a:visited,
a:hover {
  text-decoration: none;
  color: #333;
  font-weight: normal;
}
hr {
  display: block;
  border-width: 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #fff;
}
hr.sep2 {
  margin: 5px 0 0 0;
}
body {
  line-height: 1;
  margin: 0;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", Droid Font, sans-serif;
  color: #333;
  background-color: #111;
  display: block;
  overflow-x: hidden;
}
body.from_app {
  background-color: #e8e8e8;
}
body.from_app #container header {
  display: none;
}
body.from_app #container #side_menu {
  display: none;
}
body.from_app #container .main {
  padding-top: 0;
}
body.from_app #container .main.error_page {
  padding-top: 46px;
}
body.from_app #container .main .app_hidden_block {
  display: none;
}
body.from_app #container .main .backtotop {
  display: none;
}
body.from_app #container footer {
  display: none;
}
#container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #aaa;
}
.main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 46px 0 24px 0;
  z-index: 1;
  background: #fcfcfc;
  color: #777;
  box-shadow: -2px -2px 1px #000000;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: margin-left;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
.main.shifted {
  margin-left: 240px;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: margin-left;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
.main.shifted .image_container {
  pointer-events: none;
}
.body_local_navi_active {
  margin-left: 240px !important;
  -webkit-transition: 0.1s margin-left ease-out;
  transition: 0.1s margin-left ease-out;
}
footer {
  background: #222;
}
footer .pagetop_wrap {
  display: block;
  background: #EFEFEF;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .pagetop_wrap .btn_page_top {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -50px -300px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  footer .pagetop_wrap .btn_page_top {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
footer .menu {
  display: table;
  width: 100%;
  min-height: 15px;
}
footer .menu li {
  display: table-cell;
  width: 33.3%;
  height: 45px;
  box-shadow: inset 1px 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a;
}
footer .menu li:nth-child(1) {
  box-shadow: inset 0 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a;
}
footer .menu li a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  color: #ccc;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
}
footer .menu li a span {
  margin-left: -5px;
}
footer .btn_pc {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  margin: 15px 20%;
  color: #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
footer small {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ccc;
  font-size: 12px;
  font-family: arial;
  letter-spacing: 1px;
}
.ads_overlay_space {
  display: block;
  position: relative;
  width: 100%;
}
.ads_overlay_space:before {
  content: "";
  display: block;
  padding-top: 15.625%;
}
.ads_overlay_space .ads_overlay_space_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
}
@media screen and (min-width: 360px) {
  .ads_overlay_space .ads_overlay_space_bg {
    left: 50%;
    margin-left: -180px;
    width: 360px;
  }
}
header {
  display: block;
  position: fixed;
  width: 320px;
  height: 46px;
  top: 0;
  left: 0;
  z-index: 2;
  background: #222;
  box-shadow: -2px 0 1px #000000;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: margin-left;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
header #header_buttons {
  height: 46px;
}
header a {
  display: inline-block;
  line-height: 50px;
  cursor: pointer;
}
header #toggle_menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  line-height: 46px;
  font-weight: normal;
  width: 46px;
  height: 46px;
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: 0 0;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header #toggle_menu {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header #toggle_menu.opened {
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: 0 -46px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header #toggle_menu.opened {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header h1 {
  display: inline-block;
  width: 145px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 46px;
}
header h1 a {
  display: block;
  font-size: 18px;
  width: 145px;
  height: 46px;
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -138px 0;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header h1 a {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header ul li {
  display: inline-block;
}
header ul li#btn_modal_search {
  display: block;
  position: absolute;
  top: 0;
  right: 46px;
  width: 50px;
  height: 46px;
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -46px 0;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header ul li#btn_modal_search {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header ul li#btn_modal_search.active {
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -46px -46px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header ul li#btn_modal_search.active {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header ul li#btn_modal_menu {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  width: 44px;
  height: 46px;
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -94px 0;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header ul li#btn_modal_menu {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header ul li#btn_modal_menu.active {
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -94px -46px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header ul li#btn_modal_menu.active {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header div#modal_search {
  display: block;
  position: relative;
  margin: 0;
  padding: 6px;
  vertical-align: top;
  overflow: hidden;
  height: 0;
  padding: 0 6px;
  background: #d0d0d0;
  box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.05);
}
header div#modal_search form {
  display: block;
  position: relative;
  margin-top: 10px;
}
header div#modal_search form input#search_word {
  display: block;
  height: 33px;
  width: 100%;
  padding: 10px 55px 9px 6px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  webkit-border-radius: 3px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  color: #999;
}
header div#modal_search form input#btn_search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 48px;
  padding: 0;
  border: none;
  border-left: 1px #bbb solid;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -45px -94px;
  z-index: 5;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_search form input#btn_search {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header div#modal_search.opened {
  height: 56px;
  padding: 6px;
  -webkit-transition-property: height;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: height;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
header div#modal_menu {
  display: block;
  position: relative;
  margin: 0;
  vertical-align: top;
  overflow: hidden;
  height: 0;
  padding: 0 6px;
  letter-spacing: 0;
  background: #d0d0d0;
  box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.05);
}
header div#modal_menu div#button_area a {
  display: block;
  padding: 0;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
header div#modal_menu div#button_area a.button_login {
  background: #4A8ECA;
  margin: 10px 15px;
}
header div#modal_menu div#button_area a.button_register {
  background: #F2BE15;
  margin: 0 15px 15px 15px;
}
header div#modal_menu a.button_premium {
  display: block;
  padding: 0;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  background: #AA8616;
  margin: 0 15px 15px 15px;
}
header div#modal_menu div#user_area {
  background: #fff;
  border-radius: 3px;
  position: relative;
  height: 45px;
  margin: 10px 0 15px 0;
}
header div#modal_menu div#user_area a.avatar {
  display: block;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
}
header div#modal_menu div#user_area a.avatar img {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
}
header div#modal_menu div#user_area .user_name {
  height: 24px;
  line-height: 24px;
  margin: 10px 0 0 42px;
  padding: 0 0 0 0;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header div#modal_menu div#user_area .user_name span {
  text-decoration: underline;
}
header div#modal_menu div#user_area .user_name span:last-child {
  text-decoration: none;
}
header div#modal_menu div#user_area .nico_point {
  position: absolute;
  height: 12px;
  line-height: 12px;
  top: 16px;
  right: 10px;
  color: #333;
  font-size: 12px;
}
header div#modal_menu div#user_area .nico_point i.ico_arrow {
  height: 10px;
  top: 1px;
  left: 0;
}
header div#modal_menu h4 {
  background: #767676;
  margin: 6px 0 0 0;
  height: 25px;
  line-height: 25px;
  text-indent: 9px;
  font-weight: 300;
  letter-spacing: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  font-size: 11px;
  color: #fff;
}
header div#modal_menu ul {
  display: block;
  background: #fff;
  overflow: hidden;
}
header div#modal_menu ul li {
  display: block;
  position: relative;
  width: 50%;
  height: 40px;
  background: #fff;
  float: left;
  overflow: hidden;
}
header div#modal_menu ul li a {
  display: block;
  width: auto;
  height: 39px;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  padding: 14px 0 14px 34px;
  font-weight: bold;
  border-left: #ccc solid 1px;
  border-top: #ccc solid 1px;
}
header div#modal_menu ul li a i.ico_arrow {
  top: 16px;
  left: auto;
  right: 4px;
}
header div#modal_menu ul li:nth-child(2n) a,
header div#modal_menu ul li:first-child a {
  border-left: 0;
}
header div#modal_menu ul li.global_menu_top {
  width: 100%;
}
header div#modal_menu ul li.global_menu_top a {
  display: inline-block;
  padding: 5px 15px 5px 10px;
  position: relative;
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: center;
  justify-content: center;
}
header div#modal_menu ul li.global_menu_top a i.ico_top {
  display: inline-block;
  width: 34px;
  height: 20px;
  margin: -7px 0 -7px -4px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -10px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_top a i.ico_top {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu ul li.global_menu_video {
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -160px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_video {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu ul li.global_menu_live {
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -40px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_live {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu ul li.global_menu_channel {
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -200px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_channel {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu ul li.global_menu_atsumaru {
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -120px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_atsumaru {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu ul li.global_menu_news {
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -240px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_news {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu ul li.global_menu_book {
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -280px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_book {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu ul li.global_menu_manga {
  background-repeat: no-repeat;
  background-size: 40px 350px;
  background-image: url('/img/illust/global_menu_icons.png');
  background-position: 0 -312px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu ul li.global_menu_manga {
    background-image: url('/img/illust/global_menu_icons_x2.png');
  }
}
header div#modal_menu .btn_logout {
  display: block;
  position: absolute;
  text-indent: 10px;
  top: 270px;
  right: 10px;
  color: #666;
  font-weight: bold;
  vertical-align: top;
  font-size: 12px;
  height: 25px;
  line-height: 1.3em;
  padding-left: 0.5em;
  background-repeat: no-repeat;
  background-size: 285px 130px;
  background-image: url('/img/illust/asset_global.png');
  background-position: -110px -95px;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  header div#modal_menu .btn_logout {
    background-image: url('/img/illust/asset_global_x2.png');
  }
}
header div#modal_menu .mastodon_area {
  display: block;
  width: 100%;
  max-width: 355px;
  height: 80px;
  margin: 0 auto 10px;
}
header div#modal_menu .mastodon_area a {
  display: block;
  width: 100%;
  height: 100%;
}
header div#modal_menu .mastodon_area a img {
  width: 100%;
  height: 100%;
}
header div#modal_menu.opened {
  height: 406px;
  padding: 6px;
  -webkit-transition-property: height;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: height;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
header div#modal_menu.opened.login,
header div#modal_menu.opened.premium {
  height: 385px;
}
header div#modal_menu.opened.login .btn_logout,
header div#modal_menu.opened.premium .btn_logout {
  top: 361px;
}
header.header_seiga_top h1 a {
  background-position: -138px -46px;
}
header.shifted {
  margin-left: 240px;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: margin-left;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
#side_menu {
  position: absolute;
  display: none;
  left: -240px;
  z-index: 0;
}
#side_menu #side_menu_inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  min-height: 600px;
  background: #333;
}
#side_menu #side_menu_inner h3 {
  height: 46px;
  line-height: 46px;
  font-size: 10px;
  color: #999;
  font-weight: bold;
  text-indent: 10px;
  letter-spacing: 1px;
  background: #000;
}
#side_menu #side_menu_inner ul {
  display: block;
  background-color: #3b3b3b;
}
#side_menu #side_menu_inner ul li {
  display: block;
  position: relative;
  height: 40px;
  box-shadow: inset 0 1px 0 #232222,  inset 0 2px 0 #5C5C5C;
}
#side_menu #side_menu_inner ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #ccc;
  text-indent: 10px;
  letter-spacing: 1px;
  text-shadow: 0 -1px 0 #000;
}
#side_menu #side_menu_inner ul li a .badge_menu {
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  font-family: 'arial';
  font-size: 12px;
  line-height: 12px;
  box-shadow: none;
  border: 1px #222 solid;
  color: #999;
  text-align: left;
  padding: 4px 8px 4px 0;
  border-radius: 3px;
  background: #333;
  text-shadow: none;
  -webkit-box-shadow: 0 1px 0 #5C5C5C;
  -moz-box-shadow: 0 1px 0 #5C5C5C;
  box-shadow: 0 1px 0 #5C5C5C;
}
#side_menu #side_menu_inner ul li.side_menu_bottom {
  box-shadow: inset 0 -1px 0 #5C5C5C, inset 0 -2px 0 #232222, inset 0 1px 0 #232222, inset 0 2px 0 #5C5C5C;
}
#side_menu #side_menu_inner .side_menu_bnr {
  padding: 10px;
}
#side_menu #side_menu_inner .side_menu_bnr img {
  width: 100%;
}
#side_menu.show {
  display: block;
  left: 0;
}
.ad {
  display: block;
  width: 100%;
  background-color: #000;
  text-align: center;
  box-sizing: content-box;
}
.ad_320_50 {
  height: 50px;
  padding: 2px 0;
}
.ad_320_100 {
  position: relative;
  height: 100px;
  padding: 2px 0;
}
.ad_300_250 {
  height: 250px;
  padding: 10px 0;
}
#jump {
  color: #444;
}
#jump .container {
  padding: 20px 15px 15px 15px;
  margin-bottom: 30px;
  line-height: 19px;
}
#jump .container a,
#jump .container a:visited {
  display: block;
  margin: 20px 0;
  padding: 11px 10px 8px 40px;
  color: #0FA9D8;
  font-weight: bold;
  border: 2px solid #0FA9D8;
  word-break: break-all;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url('/img/illust/arrow_a_rev.png');
  background-repeat: no-repeat;
  background-side: 8px 12px;
  background-position: 15px center;
  background-color: #fff;
}
#jump .container p {
  display: block;
  margin: 0 0 10px 0;
}
#announce {
  color: #444;
}
#announce h2 {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
#announce .container {
  padding: 0 15px 36px 15px;
  line-height: 19px;
}
#announce .container a,
#announce .container a:visited {
  color: #259;
  font-weight: bold;
}
#announce .container h3 {
  font-weight: bold;
  margin: 30px 0 15px 0;
  font-size: 14px;
}
#announce .container p {
  display: block;
  margin: 0 0 10px 0;
}
#announce .container dt {
  font-weight: bold;
  display: block;
  margin: 15px 0 10px 0;
}
#announce .container dd {
  display: block;
  margin: 0 0 10px 0;
}
#announce .container li {
  font-size: 12px;
  margin: 10px 0 10px 0;
}
#announce .container ul li {
  list-style: disc;
  margin-left: 30px;
}
#announce .container ul.nodisc li {
  list-style: none;
  margin-left: 20px;
}
#announce .container hr {
  margin: 20px 0;
}
#announce .container .revision {
  font-size: 11px;
}
#announce .container .revision ul {
  display: block;
  margin: 10px 0;
}
#announce .container .revision ul li {
  display: block;
  margin: 0;
  text-align: center;
}
#announce .error_container {
  text-align: center;
}
#announce .error_container i.ico_erorr {
  display: block;
  width: 60px;
  height: 60px;
  margin: 40px auto;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -50px -100px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  #announce .error_container i.ico_erorr {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
#announce .error_container h2 {
  padding: 0;
  margin-bottom: 5px;
}
#announce .error_container p {
  margin: 10px 0 10px 0;
}
#announce .error_container a.button {
  position: relative;
  display: block;
  margin: 30px;
  color: #777;
}
#announce .error_container a.button i {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/illust/asset.png?201412171400');
  background-position: -50px -8px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  #announce .error_container a.button i {
    background-image: url('/img/illust/asset_x2.png?201412171400');
  }
}
.page_caption {
  background-color: #f4f4f4;
  margin-bottom: 16px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.page_caption.nomargin {
  margin-bottom: 0;
}
.page_caption h2 {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #d0d0d0;
}
.form_error {
  background-color: #ffe9e9;
  padding: 16px;
}
.form_error ul {
  line-height: 1.5em;
}
.form_error ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 14px;
  margin-bottom: 2px;
  color: #ff3366;
}
.form_error ul li .indispensable,
.form_error ul li .limit {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  color: #fff;
  margin-right: 5px;
}
.form_error ul li .indispensable.indispensable,
.form_error ul li .limit.indispensable {
  background-color: #ff3366;
}
.form_error ul li .indispensable.limit,
.form_error ul li .limit.limit {
  background-color: #999;
}
.form_contents {
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.form_contents.nomargin {
  margin: 0;
}
.form_contents h3 {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.message_target {
  position: relative;
}
.comp_message_tip,
.error_message_tip {
  position: absolute;
  min-width: 90%;
  min-height: 32px;
  bottom: 105%;
  left: 5%;
}
.comp_message_tip .text,
.error_message_tip .text {
  color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  position: absolute;
  z-index: 100;
  padding: 10px 15px;
}
.comp_message_tip .text:after,
.error_message_tip .text:after,
.comp_message_tip .text:before,
.error_message_tip .text:before {
  top: 100%;
}
.comp_message_tip .text:after,
.error_message_tip .text:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comp_message_tip .text:after,
.error_message_tip .text:after {
  border-color: rgba(0, 0, 0, 0);
  border-width: 5px;
  margin-right: -5px;
  left: 20px;
}
.error_message_tip .text {
  background: rgba(245, 0, 0, 0.8);
  line-height: 125%;
}
.error_message_tip .text .icon_close_error {
  margin-left: 8px;
  margin-right: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/manga/asset.png?201604012000');
  background-position: -150px 0px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  text-indent: -9999px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  .error_message_tip .text .icon_close_error {
    background-image: url('/img/manga/asset_x2.png?201604012000');
  }
}
.error_message_tip .text:after {
  border-top-color: rgba(245, 0, 0, 0.8);
}
.seiga_form {
  padding: 16px 16px 0 16px;
}
.seiga_form .form_category {
  background-color: inherit;
  border-bottom: none;
  padding: 0;
  margin-bottom: 12px;
  font-size: 14px;
  min-height: 18px;
  font-weight: bold;
  color: #0CA5D2;
}
.seiga_form .form_category i {
  display: inline-block;
  width: 9px;
  height: 9px;
  padding-right: 5px;
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/manga/asset.png?201604012000');
  background-position: -100px 0px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  .seiga_form .form_category i {
    background-image: url('/img/manga/asset_x2.png?201604012000');
  }
}
.seiga_form .input_category {
  margin-bottom: 32px;
}
.seiga_form .input_block {
  margin-bottom: 16px;
}
.seiga_form .input_block h4 {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.seiga_form .input_block h4 .indispensable,
.seiga_form .input_block h4 .limit {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  color: #fff;
  margin-left: 5px;
}
.seiga_form .input_block h4 .indispensable.indispensable,
.seiga_form .input_block h4 .limit.indispensable {
  background-color: #ff3366;
}
.seiga_form .input_block h4 .indispensable.limit,
.seiga_form .input_block h4 .limit.limit {
  background-color: #999;
}
.seiga_form .input_block input[type="text"],
.seiga_form .input_block input[type="password"],
.seiga_form .input_block input[type="email"],
.seiga_form .input_block input[type="tel"],
.seiga_form .input_block input[type="search"],
.seiga_form .input_block input[type="number"],
.seiga_form .input_block textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0.1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 0.1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 0.1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);
  font-size: 14px;
  min-height: 36px;
  width: 100%;
  border-width: 1px 1px 1px 1px;
  border-color: #ccc;
  border-style: solid;
}
.seiga_form .input_block input[type="text"].input_disabled,
.seiga_form .input_block input[type="password"].input_disabled,
.seiga_form .input_block input[type="email"].input_disabled,
.seiga_form .input_block input[type="tel"].input_disabled,
.seiga_form .input_block input[type="search"].input_disabled,
.seiga_form .input_block input[type="number"].input_disabled,
.seiga_form .input_block textarea.input_disabled {
  -webkit-box-shadow: inset 1px 1px 0.1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 0.1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 0.1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);
  color: #999;
  border-color: #dbdbdb;
  background-color: #f8f8f8;
}
.seiga_form .input_block textarea {
  min-height: 100px;
  resize: none;
  margin: 0;
  padding: 6px 0;
}
.seiga_form .input_block .two_select_block {
  *zoom: 1;
}
.seiga_form .input_block .two_select_block:before,
.seiga_form .input_block .two_select_block:after {
  display: table;
  content: "";
}
.seiga_form .input_block .two_select_block:after {
  clear: both;
}
.seiga_form .input_block .two_select_block input {
  display: none;
}
.seiga_form .input_block .two_select_block label {
  display: block;
  float: left;
  cursor: pointer;
  width: 45%;
  margin: 0;
  padding: 12px 0;
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
.seiga_form .input_block .two_select_block label:first-of-type {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.seiga_form .input_block .two_select_block label:last-of-type {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.seiga_form .input_block .two_select_block input[type="radio"]:checked + .switch-on {
  background-color: #0CA5D2;
  color: #fff;
}
.seiga_form .input_block .two_select_block input[type="radio"]:checked + .switch-off {
  background-color: #0CA5D2;
  color: #fff;
}
.seiga_form .input_button {
  padding: 0 16px 16px;
}
.seiga_form .input_button input[type="button"],
.seiga_form .input_button input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #f8f8f8;
}
.seiga_form .input_button input[type="button"]:hover,
.seiga_form .input_button input[type="submit"]:hover {
  color: #fff;
  background-color: #3fc7f5;
  cursor: pointer;
  text-decoration: none !important;
  text-shadow: none;
}
.seiga_form .input_button input[type="button"].active,
.seiga_form .input_button input[type="submit"].active,
.seiga_form .input_button input[type="button"]active:hover,
.seiga_form .input_button input[type="submit"]active:hover {
  color: #fff;
  background-color: #3fc7f5;
  text-shadow: -1px -1px #1378A3;
  border-color: #1378A3;
}
.seiga_form .input_select {
  width: 90%;
  font-size: 16px;
  height: 44px;
}
.seiga_form .normal_text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}
.seiga_form .normal_text a {
  color: #259;
  font-weight: bold;
}
.seiga_form .info_text {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 14px;
  color: #666;
}
.seiga_form .info_text a {
  color: #259;
  font-weight: bold;
}
.seiga_form .info_text .indispensable,
.seiga_form .info_text .limit {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  color: #fff;
  margin-left: 5px;
}
.seiga_form .info_text .indispensable.indispensable,
.seiga_form .info_text .limit.indispensable {
  background-color: #ff3366;
}
.seiga_form .info_text .indispensable.limit,
.seiga_form .info_text .limit.limit {
  background-color: #999;
}
.complate_text {
  padding: 16px;
  line-height: 1.5em;
}
.complate_text p {
  margin-bottom: 16px;
}
.backtotop {
  padding: 0 32px 16px;
}
.backtotop .btn,
.backtotop a.btn,
.backtotop button.btn {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 16px 0;
  padding: 16px 0;
  width: 100%;
  background-color: #f8f8f8;
  background-repeat: repeat-x;
  color: #0CA5D2;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: 1px 1px #fff;
  outline: none;
}
.backtotop .btn:hover,
.backtotop a.btn:hover,
.backtotop button.btn:hover {
  color: #fff;
  background-color: #3fc7f5;
  cursor: pointer;
  text-decoration: none !important;
  text-shadow: none;
}
.backtotop .btn.active,
.backtotop a.btn.active,
.backtotop button.btn.active,
.backtotop .btnactive:hover,
.backtotop a.btnactive:hover,
.backtotop button.btnactive:hover {
  color: #fff;
  background-color: #3fc7f5;
  text-shadow: -1px -1px #1378A3;
  border-color: #1378A3;
}
.backtotop .btn.disable,
.backtotop a.btn.disable,
.backtotop button.btn.disable,
.backtotop .btn.disable:hover,
.backtotop a.btn.disable:hover,
.backtotop button.btn.disable:hover {
  color: #bbb;
  background: #D7D7D7;
  box-shadow: none;
  text-shadow: 1px 1px #eeeeee;
  cursor: default;
}
.seiga_common_footer_link {
  margin: 0;
  border-bottom: 1px solid #dadada;
}
.seiga_common_footer_link ul li {
  border-top: 1px solid #dadada;
}
.seiga_common_footer_link ul li a {
  background-color: #fafafa;
  display: block;
  padding: 16px;
}
.seiga_common_footer_link ul li a:after {
  background-repeat: no-repeat;
  background-size: 512px 512px;
  background-image: url('/img/manga/asset.png?201604012000');
  background-position: -50px 0px;
  content: "";
  height: 13px;
  width: 9px;
  position: absolute;
  right: 8px;
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  .seiga_common_footer_link ul li a:after {
    background-image: url('/img/manga/asset_x2.png?201604012000');
  }
}
#form_right_disp {
  display: none;
}
#form_right_disp.on {
  display: block;
}
