@charset "utf-8";
/* general settings */
html, body { height: 100%; }
html,body,div,span,h1,h2,h3,h4,p,dl,dt,dd,ul,ol,li,form,table,tr,th,td,a,input,select,textarea,button {
    margin: 0; padding: 0; border: 0; font-style: normal; font-weight: normal; font-size: 100%; vertical-align: baseline;
}
header,footer,section { display: block; }
body,input,textarea,select,button {
    /* メイリオベースにしたいとき
    font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', 'sans-serif'; */
    /* ヒラギノベースにしたいとき
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif'; */
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
table { width: 100%; border-collapse: collapse; }

/* module parts */
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; display: block; }
.fl { float: left; }
.fr { float: right; }
.db { display: block; }
.dib { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.di { display: inline; }
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }
.bold { font-weight: bold; }

.mr10 { margin-right: 10px; }
.mr30 { margin-right: 30px; }
.mT3 { margin-top: 3px; }

/* draft parts */
.centered { position: relative; }
.centered * { position: absolute; margin: auto; left: 0; top: 0; right: 0; left: 0; }


/* templets */
/*

グラデーション {
  background: #91bae4;
  background: -webkit-linear-gradient(
    #fff 0%,
    #000 100%
  );
  background: linear-gradient(
    #fff 0%,
    #000 100%
  );
}

角丸 {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

*/

/* 以下からサイト独自用記入 */
body { }
a { outline: none; overflow:auto; }
a:focus { outline: none; overflow:auto; }
.viewer-area { overflow: hidden; min-width: 960px; width: 100%; height: 100%; }
.hit-area { position: fixed; *position: absolute; width: 100%; height: 60px; background: #000; z-index: 9990;
    -ms-filter: "alpha( opacity=0 )";
    filter: alpha( opacity=0 );
    opacity: 0;
}
.hit-top { top: 0; left: 0; }
.hit-bottom { bottom: 0; left: 0; }
.header {
    width: 100%; min-width: 960px; height: 60px;
    *background: #469ebf;
    background: #469ebf\9;
    background: rgba(70,158,191,0.95);
    position: fixed; left: 0; top: -60px; z-index: 9991;
}
.footer {
    width: 100%; min-width: 960px; height: 60px;
    background: rgba(70,158,191,0.95);
    *background: #469ebf;
    background: #469ebf\9;
    position: fixed; left: 0; bottom: -60px; z-index: 9991;
}
.header .inner, .footer .inner { width: 100%; min-width: 960px; }
.header li, .footer li { list-style-type: none; }
.header a, .footer a { color: #fff; text-decoration: none; }

.animated {
    transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}
/*
.requid-unit { height: 60px; width: 100%; min-width: 960px; margin: 0 auto; }
.requid-unit-main { float: left; width: 100%; }
.requid-unit-main-body {  height: 60px; }
.requid-unit-left { height: 60px; float: left; margin-left: -100%; }
.requid-unit-right { height: 60px;  float: left; }

.footer .requid-unit-main-body { margin: 0 400px 0 300px; }
.footer .requid-unit-left { width: 300px; }
.footer .requid-unit-right { width: 400px; margin-left: -400px; }
*/
.requid-unit { height: 60px; width: 100%; min-width: 960px; margin: 0 auto; position: relative; overflow: hidden; }
.requid-unit-main { float: left; width: 100%; }
.requid-unit-main-body { height: 60px; }
.requid-unit-left { height: 60px; position: absolute; left: 0; top: 0; }
.requid-unit-right { height: 60px; position: absolute; right: 0; top: 0; }

.header.outfield, .header.stop { top: 0px; }
.footer.outfield, .footer.stop { bottom: 0px; }

.comic-nav a:hover, .active { background: rgba(0,0,0,0.25); *background: #000; }
.comic-nav a span { position: absolute; left: 12px; top: 50%; margin-top: -13px;  }
.comic-nav .disabled, .comic-nav .disabled:hover, .comic-nav .disabled span { cursor: default;
    -ms-filter: "alpha( opacity=35 )";
    filter: alpha( opacity=35 );
    opacity: 0.35; }
.comic-nav .disabled:hover { background: none; }

/* 初回時のみのオーバーレイ */
.first-wellcome-unit { width: 100%; height: 100%; position: fixed; z-index: 9999; display: none; }
.first-wellcome-unit-overlay { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999;
    background-color: #469ebf;
    opacity: .95;
    -ms-filter: "alpha( opacity=95 )";
    filter: alpha( opacity=95 );
    background-image: url(../img/d_mornig_ptn.png); background-repeat: no-repeat; background-position: center center; }
.first-wellcome-unit-body { position: absolute; margin: -300px 0 0 -480px; left: 50%; top: 50%;
    width: 960px; height: 600px; z-index: 10000; }
.first-wellcome-unit-body-inner { position: relative; }
.first-wellcome-unit-body p { padding-top: 30px; }
.wellcome-ttl { font-size: 32px; font-weight: bold; color: #fff;  margin-top: 20px; }
.wellcome-ttl span { vertical-align: text-bottom; }
.wellcome-comment { font-size: 28px; color: #fff; line-height: 1.65; }
.next-dont-active { color: #fff; }
.next-dont-active label { font-size: 18px !important; background: rgba(0,0,0,0.35); padding: 10px; cursor: pointer; }
.next-dont-active input { margin-right: 6px; width: 17px; height: 17px; vertical-align: middle; }
.choose_btn_set { margin-top: 20px; }
.choose_btn_set a { width: 320px; height: 72px; line-height: 76px; position: relative; margin: 0 20px;
    font-size: 36px; color: #fff; font-weight: bold; overflow: hidden;
    text-decoration: none; /*box-shadow: 0 0 0 2px #fff;*/
    border-radius: 6px; -webkit-border-radius: 6px; background: #fff; color: #469ebf; /*padding-left: 20px;*/ }
.choose_btn_set a:hover { background: #fff; }
.choose_btn_set a:hover span { left: -6px; }
.choose_btn_set a span { position: absolute; margin: auto 0; top: 0; bottom: 0; left: 0; }
.choose_btn_set .sp-wellcome_app { left: 20px !important; }
.sp-icon_close { position: absolute; right: -30px; top: -30px; z-index: 10001; }
.sp-icon_close:hover { opacity: 0.5; }

/* ヘッダーの要素 */
.header .requid-unit-main-body { padding: 0 525px 0 215px; }
.header .requid-unit-left { width: 175px; padding-left: 10px; }
.header .requid-unit-right { width: 495px; }
.header .d-morning-logo { position: relative; top: 3px; cursor: pointer; }
.header .comic-ttl { font-size: 28px; font-weight: bold; text-align: center; line-height: 60px; color: #fff; }
.header p.comic-nav a { display: block; width: 205px; height: 48px; padding: 20px 0 0 0; font-size: 18px; position: relative; line-height: 1.2; text-align: center;  }
.header p.comic-nav a span { position: relative !important; vertical-align: middle; left: -8px; top: 4px; }
.sns-list { height: 60px; position: relative; }
.sns-list li { position: relative; float: left; position: relative; vertical-align: top; }
#sns-twitter { top: 20px; margin-right: 10px; }
#sns-facebook { top: 20px; margin-right: 10px; }
/*
#tweet-button,
#fb-like { position: absolute; top: 20px; }*/

/* フッターの要素 */
.footer .requid-unit-main-body { /*padding: 0 469px 0 241px;*/ text-align: center; }/* スライダー用に左右30px余白をとる */
.footer .requid-unit-left { width: 201px; padding-left: 10px; }
.footer .requid-unit-right { width: 439px; }
/* .footer .comic-nav li:first-child { background: url(../img/separate.png) no-repeat right center; padding-right: 1px; } */

.footer .comic-nav li { display: inline-block; *display: inline; *zoom: 1; padding: 0; }
.footer .comic-nav li a { height: 60px; line-height: 60px;  font-size: 18px; position: relative; }
.comic-nav-next { position: relative; vertical-align: middle; }
.comic-nav-prev { position: relative; vertical-align: middle; }
.comic-nav-next a { padding: 0 24px 0 48px; }
.comic-nav-next a span { left: 12px !important; }
.comic-nav-prev a { padding: 0 48px 0 24px; }
.comic-nav-prev a span { right: 12px !important; left: auto !important; }
.comic-nav-page-next { position: relative; vertical-align: middle; }
.comic-nav-page-prev { position: relative; vertical-align: middle; }
.comic-nav-page-next a { padding: 0 24px 0 48px; }
.comic-nav-page-next a span { left: 12px !important; }
.comic-nav-page-prev a { padding: 0 48px 0 24px; }
.comic-nav-page-prev a span { right: 12px !important; left: auto !important; }
.footer p.comic-nav a { display: block; width: 52px; height: 48px; padding: 12px 0 0 48px; font-size: 18px; position: relative; line-height: 1.15; }
.footer p.comic-nav { width: 100px; }
.footer p.comic-nav a { padding: 22px 0 0 48px; }
.footer p.comic-nav a span { margin-top: -18px;  }
.footer .comic-app-nav { padding-top: 7px; }
.footer .comic-app-nav a:hover span { opacity: 0.5; }

/* ダイアログ */
.ui-dialog { z-index:1000000 !important; }

/* スライダーの指定 */
.paging-slider-unit { width: 100%; height: 60px; }
.page-slider-unit-current { width: 25%; vertical-align: middle; color: #fff; text-align: right; font-size: 16px; }
.page-slider-unit-body { width: 75%; vertical-align: middle; padding: 0 15px 0 45px; }
#paging-slider { border-radius: 0 !important; -webkit-border-radius: 0 !important;
    height: 12px !important; background: #fff !important; border: none !important; }
#paging-slider .ui-slider-handle { width: 30px !important; height: 30px !important;
    background: url(../img/common_sprite.png) no-repeat 0 -533px !important;
    border: none !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; top: -9px !important; margin: 0 0 0 -15px !important;
    outline: none !important; cursor: pointer; }

/* インデックス */
.comic-index-overlay { width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0); *background: transparent; z-index: 1; }
.opened .comic-index-overlay { z-index: 9989; background: rgba(0,0,0,0.5); *background: #000;
    -ms-filter: "alpha( opacity=50 )";
    filter: alpha( opacity=50 );
}
#comic-index { background: #fff; width: 450px; position: absolute; }

/* ふわっとfadeIn ver  */
#comic-index { position: absolute; right: 80px; top: 0; bottom: 0; left: 0; margin: auto 0 auto auto; z-index: 1; overflow: auto; visibility: hidden; opacity: 0; }
.opened #comic-index { z-index: 9990; visibility: visible; opacity: 1; }
#comic-index .comic-index-list { padding: 0 0 0 10px;  }
#comic-index .comic-index-list li { height: auto; overflow: hidden; border-bottom: solid 1px #e3e3e3; list-style-type: none; }
#comic-index .comic-index-list li:last-child { border-bottom: none !important; }
#comic-index .comic-index-list li:nth-child(even) { /*background: #f2f2f2;*/ }
#comic-index .comic-index-list li a,
#comic-index .comic-index-list li .app-only-wrap { display: block; position: relative; overflow: hidden; padding: 10px; color: #333; text-decoration: none; outline: none; }
#comic-index .comic-index-list a:hover { background: #c1dee9; outline: none; }
.comic-index-capture { float: left; display: block; width: 80px; height: 80px; position: relative; }
.comic-index-capture img { width: 76px; height: 76px; border: solid 2px  #469ebf; }
.comic-index-label { display: block; overflow: hidden; font-size: 12px; padding-left: 20px; }
.comic-index-label-cregit { display: block; font-size: 14px; font-weight: bold; color: #469ebf; }
.comic-index-label-write { display: block;  margin-bottom: 6px; font-weight: bold; line-height: 1.2; }
.comic-index-budge { position: absolute; right: 0; top: 0; }

#comic-index .comic-index-list .app-only {  background: #f2f2f2; cursor: default; }
#comic-index .comic-index-list .app-only .comic-index-label-cregit { color: #333 !important; }
#comic-index .comic-index-list .app-only .comic-index-capture img { border: solid 2px #c5c5c5 !important; }
#comic-index .comic-index-list .app-only a:hover { background: #f2f2f2 !important; outline: none; }
#comic-index .comic-index-list .app-only .budge-app-only {
    display: inline-block; width: 100px; height: 18px; line-height: 18px;
    font-size: 12px; text-align: center; color: #fff; font-weight: bold;
    background-color: #469ebf;
}
#comic-index .comic-index-list li .app-only-wrap a { display: inline !important; padding: 0 !important; }
/* 作品切替用ローディング */
.loading-overlay { width: 100%; height: 100%; position: fixed; z-index: 9989; display: none;
    background-color: rgba(0,0,0,0.85); *background-color: #000;
    background-image: url(../img/loading.gif); background-position: center center; background-repeat: no-repeat; }
/*.loading-overlay img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; }*/

/* 常に目次ボタン表示 */
#btn-anytime-index {  }
#btn-anytime-index a {
    position: fixed; right: 0px; top: 50%; z-index: 9990; height: 60px; margin-top: -30px;
    display: block; width: 100px; text-align: center; overflow: hidden; color: #fff; font-size: 18px; text-decoration: none;
    line-height: 60px;
    background: rgba(70,158,191,0.95);
    *background: #469ebf;
    background: #469ebf\9;
    box-shadow: 0 0 6px rgba(0,0,0,0.35);
}

#btn-anytime-index a span {
    vertical-align: middle;
    margin: -4px 4px 0 -2px;
}

#btn-anytime-index a:hover {
    background: rgba(70,158,191,0.75);
    *background: #469ebf;
    background: #469ebf\9;
}

#btn-anytime-index a.active {
    right: -100px;
}

/* マンガ用 */
#comic-viewer { margin: 0 auto; border: none !important; width: 100%; height: 100%; background: #000; }
#comic-viewer .slides  { }
#comic-viewer .mainContents  { background-image: url(../img/loading.gif); background-position: center center; background-repeat: no-repeat; }
#comic-viewer .slides li table { width: 100%; }
#comic-viewer .slides li td { width: 50%; }
.viewer-area { }
.comic-viewer-img { width: auto; }
.comic-last-page img { opacity: 0.5; }
.flex-next, .flex-prev { width: 52px !important; height: 52px !important;
    background-image: url(../img/common_sprite.png); background-repeat: no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.flex-next { background-position: 8px -769px; left: 20px !important; }
.flex-prev { background-position: 8px -950px; right: 20px !important; }
.flex-direction-nav a:focus { overflow: hidden; }
.leftArea {
    cursor: url(../img/cursor_left.png), default !important;
    cursor: url(img/cursor_left.cur), auto;
}
.rightArea {
    cursor: url(../img/cursor_right.png), default !important;
    cursor: url(img/cursor_right.cur), auto;
}

/* スプライト */
.sp { background-image: url(../img/common_sprite.png); background-repeat: no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; vertical-align: top; }
.sp-btn_app_big{ background-position: 0 0; width: 235px; height: 69px; }
.sp-btn_app_small{ background-position: 0 -119px; width: 157px; height: 46px; }
.sp-btn_play_big{ background-position: 0 -215px; width: 200px; height: 69px; }
.sp-btn_play_small{ background-position: 0 -334px; width: 132px; height: 46px; }
.sp-budge_only{ background-position: 0 -430px; width: 68px; height: 53px; }
.sp-handle{ background-position: 0 -533px; width: 30px; height: 30px; }
.sp-icon_arw_circle_left_small{ background-position: 0 -613px; width: 28px; height: 28px; }
.sp-icon_arw_circle_right_small{ background-position: 0 -691px; width: 28px; height: 28px; }
.sp-icon_arw_circle_leftNext_small{ background-position: 0 -652px; width: 28px; height: 28px; }
.sp-icon_arw_circle_rightPrev_small{ background-position: 0 -728px; width: 28px; height: 28px; }
.sp-icon_arw_left_big{ background-position: 0 -769px; width: 33px; height: 52px; }
.sp-icon_arw_left_small{ background-position: 0 -871px; width: 18px; height: 29px; }
.sp-icon_arw_right_big{ background-position: 0 -950px; width: 33px; height: 52px; }
.sp-icon_close{ background-position: 0 -1052px; width: 60px; height: 60px; }
.sp-icon_help_small{ background-position: 0 -1162px; width: 28px; height: 28px; }
.sp-icon_content_small { background-position: -58px -1158px; width: 37px; height: 37px; }
.sp-icon_index{ background-position: 0 -1240px; width: 28px; height: 28px; }
.sp-logo_big{ background-position: 0 -1318px; width: 324px; height: 94px; }
.sp-logo_small{ background-position: 0 -1462px; width: 175px; height: 52px; }
.sp-wellcome_arw { width: 54px; height: 54px; background-position: -270px -54px; }
.sp-wellcome_app { width: 54px; height: 54px; background-position: -270px 0; }
.sp-bannerMember { width: 192px; height: 56px; background-position: -58px -1222px; }

/* アンケート追加 */
#enquete {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 2000;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #fff;
    position: relative;
    width: 6px;
}

.jspDrag
{
    background: #686868;/* #1c8ecf */
    position: relative;
    width: 10px;
    top: 0px;
    left: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #fff;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

/* fbイイねを押した後のコメント欄非表示 */
.fb-like{
    height: 20px;
    overflow: hidden;
}

/* 20150625追加　作品紹介*/
.contentWorks { font-size: 14px; }
.contentWorks dt { font-size: 18px; font-weight: bold; color: #4296b6; }
.contentWorks dd { padding-bottom: 10px; margin-bottom: 10px; }
.contentWorks dd.borderBtm { border-bottom: solid 1px #e3e3e3; }
.contentWorks dd.biography dl { height: 116px; clear: both; padding: 10px 0; border-bottom: dashed 1px #999; }
.contentWorks dd.biography dl:last-child { border: none; }
.contentWorks dd.biography dt { float: left; width: 116px; margin-right: 14px; }
.contentWorks dd.biography dt img { border: solid 1px #e3e3e3; }
.contentWorks dd.biography dd { float: left; width: 620px; border: none; }
.contentWorks dd.biography dd .conTtl { display: inline-block; font-weight: bold; padding-bottom: 15px; }
.contentWorks #contentsAuthor dt { color: #333; font-size: 16px; }
.contentWorks #contentsAuthor dd { border-bottom: dashed 1px #999; }
.contentWorks #contentsAuthor dd:last-child { border: none; }
a.newMember:hover { -ms-filter: "alpha( opacity=70 )"; filter: alpha( opacity=70 ); opacity: 0.7; }