@charset "UTF-8";
#ad_468_60 .header_banner img.banner {
  height: 60px;
  width: 468px;
}
.tip {
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 0;
  padding-right: 2px;
  margin: 2px;
  overflow: hidden;
  width: 48px;
  line-height: 12px;
  text-align: center;
  cursor: default;
  display: inline-block;
  background-color: #373737;
}
.tip,
.tip * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* contentsページとかで使われる*/
.tip.common_black {
  width: 50px;
  border: #000 solid 1px;
  border-radius: 3px;
  font-size: 11px;
  background-image: url("/img/manga/icons/bg_common_black.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #474D4D;
  padding: 1px;
}
a.switch {
  padding: 1px;
  border: 1px solid #888;
  background: white;
  display: inline-block;
  border-image: initial;
  text-align: center;
}
.switch div {
  height: 16px;
  font-size: 12px;
  color: white;
  display: inline-block;
  width: 54px;
  overflow: hidden;
  vertical-align: middle;
}
.switch div span {
  display: inline-block;
  margin: 1px 0px;
}
.status_all {
  background: #2C2C3B;
}
.status_series {
  background: #E7373C;
  background: #FF7A77;
}
.status_complete {
  background: #A81014;
  background: #FF9347;
}
.status_trial {
  background: #B6DD1A;
}
.tip.status_trial {
  width: 64px;
}
.status_sleep {
  background: #7D4C8E;
}
.form_conditions {
  background: #ea312f;
  border-radius: 0px;
}
.status_shot {
  background: #F058D1;
}
.status_event {
  width: 64px;
  background: #933;
}
.player_slide {
  background: #009956;
  background: #8BC172;
}
.player_vertical {
  background: #202DE0;
  background: #7FAEFF;
}
.switch.selected div {
  background: #4387c2;
  background-image: url(/img/manga/icons/bg_selected.png);
}
.switch.unselected div {
  background: #ccc;
  background-image: url(/img/manga/icons/bg_unselected.png);
  color: #666;
}
.switch div {
  background-repeat: repeat-x;
  background-position: bottom;
}
.switch .status_all {
  background-image: url(/img/manga/icons/bg_all.png);
}
.switch .status_series {
  background-image: url(/img/manga/icons/bg_series.png);
}
.switch .status_complete {
  background-image: url(/img/manga/icons/bg_complete.png);
}
.switch .status_sleep {
  background-image: url(/img/manga/icons/bg_sleep.png);
}
.switch .disabled {
  background: #AAA;
}
.switch .player_slide {
  background-image: url(/img/manga/icons/bg_slide.png);
}
.switch .player_vertical {
  background-image: url(/img/manga/icons/bg_vertical.png);
}
.tip.player_type {
  width: 76px;
}
.switch.player_type,
.switch.player_type div {
  width: 76px;
}
.switch img.icon,
.tip img.icon {
  padding-right: 2px;
  vertical-align: middle;
}
.tip.content_status,
.tip.player_type {
  *height: 16px;
}
#pagetop {
  position: fixed;
  right: 50%;
  bottom: 80px;
  padding: 5px;
  width: 100px;
  height: 100px;
  z-index: 1000;
  margin-right: -630px;
}
#pagetop img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  zoom: 1;
  cursor: pointer;
}
#content.list #pagetop {
  margin-right: -630px;
}
#content.top #pagetop {
  margin-right: -620px;
}
#content.illust #pagetop {
  margin-right: -610px;
}
.pankuzu {
  border-width: 1px 0 1px 0;
  border-color: #e8e8e8;
  border-style: solid;
  background-color: #ffffff;
}
#footer {
  background-color: #ffffff;
  margin: 0;
}
#footer .inner {
  width: 986px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  text-align: right;
}
#footer .inner #footer_menu {
  display: inline;
  margin-right: 20px;
  color: #ccc;
}
#footer .inner #footer_menu a {
  color: #999999;
}
#footer .inner address {
  display: inline;
}
#footer .inner address a {
  color: #ccc;
  font-style: normal;
}
#tooltip {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #666666;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  position: absolute;
  z-index: 100;
}
#tooltip:after,
#tooltip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#tooltip:after,
#tooltip:before {
  top: 100%;
}
#tooltip:before {
  border-color: rgba(244, 244, 244, 0);
  border-width: 5px;
  margin-right: -5px;
  border-top-color: #dddddd;
  left: 50%;
}
#tooltip:after {
  border-color: rgba(244, 244, 244, 0);
  border-width: 4px;
  margin-right: -4px;
  border-top-color: #ffffff;
  left: 50%;
  box-shadow: 0 2px 2px rgbs(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgbs(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgbs(0, 0, 0, 0.3);
}
.ielte8 body #tooltip {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eeffffff,EndColorStr=#eeffffff) !important;
  /* IE 7以下用 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eeffffff,EndColorStr=#eeffffff)" !important;
  /* IE 8以上用 */
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8;
  border-style: solid;
}
.ielte8 body #tooltip:after,
.ielte8 body #tooltip:before {
  border-width: 0;
}
.message_target {
  position: relative;
}
.error_item {
  background-color: #FCE7E6;
}
.comp_message_tip,
.error_message_tip {
  position: absolute;
  min-width: 300px;
  min-height: 32px;
  bottom: 105%;
  left: 0px;
  display: none;
}
.comp_message_tip .text,
.error_message_tip .text {
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  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;
  border-color: rgba(0, 0, 0, 0);
  border-width: 5px;
  margin-right: -5px;
  left: 20px;
  box-shadow: 0 2px 2px rgbs(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgbs(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgbs(0, 0, 0, 0.3);
}
.comp_message_tip.long,
.error_message_tip.long {
  position: inherit;
  margin-bottom: 10px;
  bottom: inherit;
  left: inherit;
  width: inherit;
  display: block;
}
.comp_message_tip.long .text,
.error_message_tip.long .text {
  position: inherit;
}
.comp_message_tip.long .text:after,
.error_message_tip.long .text:after,
.comp_message_tip.long .text:before,
.error_message_tip.long .text:before {
  display: none;
}
.comp_message_tip.reverse,
.error_message_tip.reverse {
  top: 190%;
}
.comp_message_tip.reverse .text:after,
.error_message_tip.reverse .text:after {
  top: auto;
  bottom: 100%;
}
.comp_message_tip.right,
.error_message_tip.right {
  left: auto;
  right: 0;
}
.comp_message_tip.right .text,
.error_message_tip.right .text {
  right: 0;
}
.comp_message_tip.right .text:after,
.error_message_tip.right .text:after {
  left: auto;
  right: 20px;
}
.comp_message_tip .text {
  background: rgba(0, 0, 0, 0.8);
}
.comp_message_tip .text a {
  color: #0CA5D2;
}
.comp_message_tip .text:after {
  border-top-color: rgba(0, 0, 0, 0.8);
}
.comp_message_tip .icon_close_error,
.comp_message_tip .icon_close_error2 {
  display: none;
}
.comp_message_tip.reverse .text:after {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.error_message_tip .text {
  background: rgba(245, 0, 0, 0.8);
}
.error_message_tip .text .icon_close_error {
  margin-left: 8px;
  margin-right: 0;
  cursor: pointer;
}
.error_message_tip .text:after {
  border-top-color: rgba(245, 0, 0, 0.8);
}
.error_message_tip.reverse .text:after {
  border-top-color: rgba(245, 0, 0, 0);
  border-bottom-color: rgba(245, 0, 0, 0.8);
}
.level_ad {
  clear: both;
  border-width: 1px 1px 1px 1px;
  border-color: #ccc;
  border-style: solid;
  background-color: #DBDBDB;
  text-align: center;
  padding: 20px;
  position: relative;
}
.level_ad:empty {
  display: none;
}
.text_count {
  color: #999999;
  font-size: 116.7%;
  margin: 0 5px;
}
.text_count strong {
  color: #0CA5D2;
  font-weight: normal;
}
#login_manga {
  margin: 20px 0;
}
#login_manga_main {
  float: left;
  width: 690px;
  margin-right: 24px;
}
#login_manga_main .title {
  padding: 4px 0;
}
#login_manga_main .title .episode_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
#login_manga_main .title .content_title {
  font-size: 14px;
}
#login_manga_main .msg_balloon {
  border: 4px solid #ff9833;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ff9833;
  text-align: center;
  padding: 4px;
  margin: 1em 0;
  position: relative;
}
#login_manga_main .msg_balloon .msg_balloon_tail {
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
  border-top: 12px solid #ff9833;
  position: absolute;
  bottom: -16px;
  left: 320px;
  width: 0;
  height: 0;
}
#login_manga_main .preview {
  text-align: center;
  margin: 2em auto;
  position: relative;
  display: block;
}
#login_manga_main .preview .filter {
  position: absolute;
  top: 0;
  left: 0;
  background: url('/img/manga/login/bg_filter.png') repeat 0 0;
  cursor: pointer;
}
#login_manga_main .preview .filter .filter_text {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  top: 40%;
  line-height: 1.6;
}
#login_manga_main .preview .filter .filter_text .content_title {
  font-size: 16px;
}
#login_manga_main .preview .filter .filter_text .episode_title {
  font-size: 20px;
  font-weight: bold;
}
#login_manga_main .preview .filter .filter_text .description {
  font-size: 14px;
}
#login_manga_main .tagList li {
  float: left;
  padding: 2px 8px 4px 0;
  white-space: nowrap;
}
#login_manga_main .tagList li img {
  margin-right: 2px;
  vertical-align: middle;
}
#login_manga_main .tagList li a {
  color: #222;
}
#login_manga_main .tagList li a.edit {
  color: #F00;
}
#login_manga_main .tagList td {
  padding-left: 5px;
}
#login_manga_main .tagList form {
  display: inline;
}
#login_manga_main .tag_block {
  margin-left: 1em;
}
#login_manga_main .portal-link {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f8f8;
}
#login_manga_main .portal-link__inner {
  font-size: 12px;
}
#login_manga_main .portal-link__inner__heading {
  margin-bottom: 10px;
  font-weight: 700;
}
#login_manga_main .portal-link__inner__content {
  line-height: 1.8;
}
#login_manga_main .portal-link__inner__content__links li {
  display: inline;
  word-wrap: break-word;
}
#login_manga_main .portal-link__inner__content__links li:not(:last-of-type)::after {
  padding: 0 3px;
  content: '/';
}
#login_manga_main .portal-link__inner__content__links li a {
  color: #259;
}
#login_manga_sub {
  float: left;
  width: 268px;
}
#login_manga_sub .login_button a {
  display: block;
  width: 268px;
  height: 120px;
  background: url('/img/manga/login/btn_login.png') no-repeat 0 0;
  text-indent: -9999px;
  margin-bottom: 10px;
}
#login_manga_sub .login_button .btn_login {
  background-position: 0 0;
}
#login_manga_sub .login_button .btn_login:hover {
  background-position: 0 -120px;
}
#login_manga_sub .login_button .btn_account {
  background-position: 0 -240px;
}
#login_manga_sub .login_button .btn_account:hover {
  background-position: 0 -360px;
}
#login_manga_sub .login_help {
  background-color: #ffb800;
  border: 5px solid #ffb800;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 32px;
  position: relative;
}
#login_manga_sub .login_help .login_help_tail {
  border-right: 8px solid #fff;
  border-left: 8px solid #fff;
  border-bottom: 16px solid #ffb800;
  position: absolute;
  top: -21px;
  left: 120px;
  width: 0;
  height: 0;
}
#login_manga_sub .login_help .login_help_body {
  font-size: 14px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}
#login_manga_sub .login_help .login_help_body_ext {
  font-size: 12x;
  background-color: #fff99f;
  border: 5px solid #fff99f;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
