/*====================================================================================
	MANGA VIEWER SETTING
====================================================================================*/
/*
=== INDEX ===
* COMMON
* MANGA VIEWER
* COMMENT LOAD
* ADD NEW ARTWORK (MY PAGE)
* MANGA EDIT
* STORY EDIT
*/
/*------------------------------------------------------------------------------------
	COMMON
------------------------------------------------------------------------------------*/
.flex-start {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}

.flex-between {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.overflow-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.button-small {
	color: #0B649B;
	font-size: 12px;
	text-align: center;
	width: auto;
	height: 32px;
	margin: 8px auto 0;
	padding: 0 12px;
	display: table;
	background-color: #ffffff;
	border: 1px solid #0B649B;
	cursor: pointer;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.button-large {
	color: #0B649B;
	font-size: 16px;
	text-align: center;
	width: auto;
	height: 48px;
	margin: 8px auto 0;
	padding: 0 16px;
	display: table;
	background-color: #ffffff;
	border: 1px solid #0B649B;
	cursor: pointer;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.button-large-blue {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	width: auto;
	height: 48px;
	margin: 8px auto 0;
	padding: 0 16px;
	display: table;
	background-color: #0B649B;
	border: 1px solid #0B649B;
	cursor: pointer;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.button-small:hover,
.button-large:hover,
.button-large-blue:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	   -moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	    -ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
			box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.button-small span,
.button-large span,
.button-large-blue span {
	vertical-align: middle;
	display: table-cell;
}
/*------------------------------------------------------------------------------------
	COMMON END
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	MANGA VIEWER
------------------------------------------------------------------------------------*/
.manga-viewer-inner p {
	text-align: center;
	width: 100%;
	height: auto;
}

.manga-viewer-inner p img {
	width: 100%;
	height: auto;
}

.manga-paging-btn {
	margin-bottom: 31px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.manga-paging-btn p {
	font-size: 16px;
	width: 200px;
	height: 48px;
	display: table;
}

.story-back-btn span,
.story-next-btn span,
.story-back-btn a,
.story-next-btn a {
	text-align: center;
	text-decoration: none;
	vertical-align: middle;;
	width: 100%;
	height: 48px;
	padding: 12px;
	display: table-cell;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.cheer-btn span {
	text-align: left;
	text-decoration: none;
	vertical-align: middle;;
	width: 100%;
	height: 48px;
	padding: 12px 12px 12px 44px;
	display: table-cell;
	background-image: url('/img/icon/cheer_btn_bg_off.png');
	background-position: 12px 12px;
	background-repeat: no-repeat;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.cheer-btn span:hover,
.story-back-btn a:hover,
.story-next-btn a:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	   -moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	    -ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
			box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.cheer-btn span,
.story-back-btn a,
.story-next-btn a {
	color: #0B649B;
	border: 1px solid #0B649B;
	cursor: pointer;
}

.story-back-btn span,
.story-next-btn span {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
}

.subscription-area {
	text-align: center;
}

.subscription-area p {
	width: auto;
	height: auto;
	margin: 0 auto 12px;
	display: table;
}

.subscription-area p span {
	color: #0B649B;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	height: 64px;
	padding: 12px 12px 12px 44px;
	border: 1px solid #0B649B;
	display: table-cell;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.subscription-area .subscription-btn span {
	background-image: url('/img/icon/subscription_btn_bg_on.png');
	background-position: 12px 18px;
	background-repeat: no-repeat;

	color: #FFFFFF;
	background-color: #FECE09;
	border: 1px solid #FECE09;
}

.subscription-area p span:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	   -moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	    -ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
			box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}



.subscription-area .cheer-btn span {
	background-image: url('/img/icon/cheer_btn_bg_off.png');
	background-position: 12px 9px;
	background-repeat: no-repeat;
}

#cheer-completion {
	color: #FFFFFF;
	background-color: #F60000;
	border: 1px solid #F60000;
}

#cheer-completion {
	background-image: url('/img/icon/cheer_btn_bg_on.png');
}

div.comic-no-support-tls-1-2-message {
	border: 1px solid red;
	background-color: #fcc;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	color: red;
	font-size: 14px;
}

/*------------------------------------------------------------------------------------
	MANGA VIEWER END
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	COMMENT LOAD
------------------------------------------------------------------------------------*/
.show-comment-button {
	text-align: center;
	padding-top: 24px;
	display: block;
}

.more-comment-button {
	text-align: center;
	padding-top: 24px;
	display: none;
}

.show-comment-button p,
.more-comment-button p,
.add-new-artwork-btn a {
	color: #006699;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	width: auto;
	height: 48px;
	padding: 0 32px;
	margin: 0 auto;
	cursor: pointer;
	display: table;
	background-color: #ffffff;
	border: 1px solid #0B649B;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.show-comment-button p:hover,
.more-comment-button p:hover,
.add-new-artwork-btn a:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	   -moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	    -ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
			box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.show-comment-button p span,
.more-comment-button p span,
.add-new-artwork-btn a span {
	vertical-align: middle;
	display: table-cell;
}

.comment-area h2 #showComNumber:after {
	color: #FFFFFF;
	font-size: 14px;
	content: attr(data-name);
	font-weight: normal;
	text-align: left;
	top: -2px;
	padding: 4px 8px;
	margin-left: 8px;
	background-color: #CCCCCC;
	position: relative;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.reply-com {
	width: 100%;
	height: auto;
	padding-bottom: 8px;
	margin-top: 12px;
	background-image: url('/img/line_dot.png');
	background-position: left bottom;
	background-repeat: repeat-x;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.reply-com dt {
	width: 48px;
	height: 48px;
	margin: 0 12px 0 60px;
	float: left;
}

.reply-com img {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.reply-com dd {
	line-height: 1.4;
	width: 520px;
	height: auto;
	float: right;
}

.showReplyCom {
	width: 100%;
	height: auto;
	padding-top: 4px;
	position: relative;
}

.showReplyCom p {
	line-height: 1;
	width: 100%;
	height: auto;
	padding-right: 32px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.showReplyCom p:first-child {
	line-height: 1.45;
	padding-bottom: 4px;
}
/*------------------------------------------------------------------------------------
	COMMENT LOAD END
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	ADD NEW ARTWORK (MY PAGE)
------------------------------------------------------------------------------------*/
.add-new-artwork-btn {
	text-align: right;
	margin: 24px 0 12px;
}

.add-new-artwork-btn a {
	margin: 0 0 0 auto;
}

.how-to-add-manga {
	text-align: right;
}
/*------------------------------------------------------------------------------------
	ADD NEW ARTWORK END
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	MANGA EDIT
------------------------------------------------------------------------------------*/

.manga-completion,
.manga-message {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}


.list-icon-image {
	text-align: center;
	width: 100px;
	height: 75px;
	margin-right: 16px;
	background-color: #EDEFF2;
	display: table;
}

.list-icon-image span {
	width: 100%;
	vertical-align: middle;
	display: table-cell;
}

.story-list {
	margin-top: 24px;
}

.story-list .story-item:nth-child(1) {
	border-top: 1px dotted #D9E0E6;
}

.story-item {
	width: 100%;
	height: auto;
	padding: 12px 0;
	border-bottom: 1px dotted #D9E0E6;
}

.story-item dl {
	width: 360px;
	height: auto;
}

.story-item dl dt {
	font-size: 14px;
	font-weight: bold;
	width: 360px;
}

.story-item dl dt,
.story-item dl dd {
	padding-bottom: 4px;
}

.story-delete {
	text-align: center;
	width: 64px;
	padding: 0 20px;
}

.story-delete span {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	display: inline-block;
	cursor: pointer;
}

.story-delete span img {
	width: 100%;
	height: auto;
}

.story-item ul {
	text-align: center;
	width: 100px;
	height: 75px;
	padding: 10px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.story-item ul li:last-child {
	margin-top: 8px;
}

.story-page-insufficient {
	color: #E40000;
}

.story-status-before span {
	color: #FFFFFF;
	background-color: #C8CCD0;
	padding: 4px 8px;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.story-status-settled span {
	color: #FFFFFF;
	background-color: #FFE50A;
	padding: 4px 8px;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.cheer-number {
	color: #E40000;
	padding-left: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('/img/icon/cheer_16px.png');
}
/*------------------------------------------------------------------------------------
	MANGA EDIT END
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	STORY EDIT
------------------------------------------------------------------------------------*/
.manga-page {
	width: 100%;
	height: auto;
	padding: 12px 0;
	border-bottom: 1px dotted #D9E0E6;
}

.manga-page:last-child {
	width: 100%;
	height: auto;
	padding: 12px 0;
	border-bottom: none;
}

#story-icon-image {
	text-align: center;
	width: 150px;
	height: 150px;
	margin-right: 16px;
	background-color: #EDEFF2;
	display: table;
}

#story-icon-image span {
	vertical-align: middle;
	width: 100%;
	height: auto;
	display: table-cell;
}

.page-image img {
	width: 100%;
	height: auto;
}

.page-upload {
	text-align: right;
	width: 320px;
	height: auto;
}

.page-image {
	line-height: 1.5;
	width: 320px;
	height: auto;
}

.page-number {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 16px;
}

.page-delete {
	margin-bottom: 24px;
}

.page-delete span {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	display: inline-block;
	cursor: pointer;
}

.page-delete span img {
	width: 100%;
	height: auto;
}

.manga-message p textarea {
	font-size: 14px;
	width: 100%;
	height: 120px;
}

#check-message {
	color: #999999;
	padding-right: 12px;
	display: none;
}
/*------------------------------------------------------------------------------------
	STORY EDIT END
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	SUBSCRIPTION LIST
------------------------------------------------------------------------------------*/
.segmentControl {
	width: 348px;
	height: auto;
	margin: 0 2px;
}

.segmentControl li {
	font-size: 14px;
	text-align: center;
	line-height: 1;
	width: 116px;
	height: 36px;
	display: table;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.segmentControl li span {
	vertical-align: middle;
	padding: 0 12px;
	display: table-cell;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.segmentControl #subscribe,
.segmentControl #announcement {
	border: 1px solid #00629D;
}

.segmentControl #notification {
	color: #00629D;
	background-color: #FFFFFF;
	border-top: 1px solid #00629D;
	border-bottom: 1px solid #00629D;
}

.segmentControl #subscribe {
	color: #FFFFFF;
	background-color: #00629D;

    -webkit-border-radius: 6px 0 0 6px;
       -moz-border-radius: 6px 0 0 6px;
        -ms-border-radius: 6px 0 0 6px;
         -o-border-radius: 6px 0 0 6px;
            border-radius: 6px 0 0 6px;
}

.segmentControl #announcement {
	color: #00629D;
	background-color: #FFFFFF;

    -webkit-border-radius: 0 6px 6px 0;
       -moz-border-radius: 0 6px 6px 0;
        -ms-border-radius: 0 6px 6px 0;
         -o-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
}

.subscribe-list-area {
	width: 100%;
	height: 204px;
	padding: 0 2px;
	margin: 12px 0 0;
	overflow: scroll;
}

.manga-subscribe {
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #D9E0E6;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.subscribe-image {
	text-align: center;
	width: 80px;
	height: 80px;
	margin-right: 8px;
	background-color: #EDEFF2;
	display: table;
}

.subscribe-image span {
	vertical-align: middle;
	width: 100%;
	height: auto;
	display: table-cell;
}

.subscribe-image span img {
	width: 100%;
	height: auto;
}

.subscribe-info {
	width: 180px;
	height: auto;
}

.subscribe-info li {
	margin-bottom: 4px;
}

.subscribe-info li:last-child {
	margin-bottom: 0;
}

.subscribe-title {
	font-weight: bold;
}

.subscribe-cheer {
	color: #E40000;
	padding-left: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('/img/icon/cheer_16px.png');
}

.subscribe-date {
	color: #999999;
}

.subscribe-status {
	text-align: center;
	width: 80px;
	height: auto;
	padding: 8px;
}

.subscribe-status li {
	width: 100%;
	height: auto;
}

.subscribe-status li:last-child {
	margin-top: 16px;
}

.subscribe-delete span {
	color: #00629D;
	border: 1px solid #00629D;
	padding: 4px 8px;
	cursor: pointer;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.subscribe-unread span {
	color: #FFFFFF;
	background-color: #FFE50A;
	padding: 4px 8px;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
/*------------------------------------------------------------------------------------
	SUBSCRIPTION LIST END
------------------------------------------------------------------------------------*/

.csspinner {
    top: 0;
    left: 50%;
    margin: 0 auto 0 -9px;
    position: fixed;
    display: none;
    z-index: 20;
}