/*====================================================================================
	Reaction, Like, Download Setting
====================================================================================*/
/*------------------------------------------------------------------------------------
	Activity Indicator
------------------------------------------------------------------------------------*/
.activity-indicator {
    top:        50%;
    left:       50%;
    width:      30px;
    height:     30px;
    margin:     -17px;
    padding:    0;
    display:    none;
    position:   absolute;
}
/*------------------------------------------------------------------------------------
	Activity Indicator End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	Reaction Popup
------------------------------------------------------------------------------------*/
/*.profile-name-twitter {
    font-weight:    bold;
}

.user-name-twitter {
    color:          gray;
}

.news-from-ibispaint {
    font-weight:    bold;
    font-size:      14px;
}

.private-mark {
    display:        block;
    text-align:     right;
    color:          #88f;
    font-size:      10pt;
    line-height:    110%;
}

.news_title {
    font-weight:    bold;
}

.detail {
    margin-top:     4px;
}

.news_message {
    margin-top:     4px;
    margin-bottom:  4px;
}

.elapsed-time {
    color:          #999;
    font-size:      10px;
    width:          193px;
    height:         10px;
    margin-top:     4px;
    text-align:     right;
    vertical-align: middle;
}

.user-reaction a {
    float:          none;
    margin-right:   auto;
}

.user-reaction p {
    margin-bottom:  auto;
}*/

.wrapper-reaction {
    top: 46px;
    left: -166px;
    width: 380px;
    height: auto;
    padding-top: 12px;
    background-image: url('/img/popup_arrow_down.png');
    background-position: 166px 0px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
    display: none;
}

.popup-reaction {
    width: 100%;
    height: auto;
    padding: 8px;
    border: #C8C8C8 solid 6px;
    background-color: #FFF;

    -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;
            border-radius: 6px;
    -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);
}

.popup-reaction-inner {
    width: 100%;
    min-height: 252px;
    height: 252px;
    /*overflow: scroll;*/
    position: relative;

    -webkit-overflow-scrolling: touch;
}

.user-reaction {
    width: 252px;
    height: auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: #C8C8C8 dotted 1px;
}

div.popup-reaction-inner div.new-news {
    background-color: #f0ffff;
}

div.popup-reaction-inner div.user-reaction p {
    width: 36px;
    height: 36px;
    margin-right: 7px;
    display: block;
    float: left;
}

div.popup-reaction-inner div.user-reaction p a img {
    width: 100%;
    height: 100%;
}

div.popup-reaction-inner div.user-reaction p span img {
    width: 100%;
    height: 100%;
}

div.popup-reaction-inner div.user-reaction dl {
    width: 193px;
    height: auto;
    float: right;
}

div.popup-reaction-inner div#getback dl {
    width: auto;
    float: none;
}

div.popup-reaction-inner div.user-reaction dl dt {
    line-height: 1.6em;
    width: 193px;
    height: auto;
    vertical-align: middle;
}

div.popup-reaction-inner div#getback dl dt {
    width: auto;
    text-align: center;
}

div.popup-reaction-inner div.user-reaction dl dt img {
    margin-right: 0px;
    vertical-align: text-bottom;
}

div.popup-reaction-inner div.user-reaction dl dt a {
}

div.popup-reaction-inner div.user-reaction dl dt a span.profile-name-twitter {
    font-weight: bold;
}

div.popup-reaction-inner div.user-reaction dl dt a span.user-name-twitter {
    color: gray;
}

div.popup-reaction-inner div.user-reaction dl dt a span.user-name {
}

div.popup-reaction-inner div.user-reaction dl dt div.news-from-ibispaint {
    font-weight: bold;
    font-size: 14px;
}

div.popup-reaction-inner div.user-reaction dl dt div.news-from-ibispaint span.private-mark {
    display: block;
    text-align: right;
    color: #88f;
    font-size: 10pt;
    line-height: 110%;
}

div.popup-reaction-inner div.user-reaction dl dt div.news_title {
    font-weight: bold;
}

div.popup-reaction-inner div.user-reaction dl dd div.detail {
    margin-top: 4px;
}

div.popup-reaction-inner div.user-reaction dl dd div.news_message {
    margin-top: 4px;
    margin-bottom: 4px;
}

div.popup-reaction-inner div.user-reaction dl dd div.elapsed-time {
    color: #999;
    font-size: 10px;
    width: 193px;
    height: 10px;
    margin-top: 4px;
    text-align: right;
    vertical-align: middle;
}

div.user-reaction a{
    float: none;
    margin-right: auto;
}

div.user-reaction p{
    margin-bottom: auto;
}
/*------------------------------------------------------------------------------------
	Reaction Popup End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	Badge
------------------------------------------------------------------------------------*/

#Badger {
    font-weight: bold;
    top: -5px;
    right: -5px;
    width: auto;
    height: 20px;
    padding: 0 6px;
    /* background-color: #236795; */
    background-color: #de0005;
    position: absolute;
    display: block;
    z-index: 802;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#Badger span {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    width: auto;
    height: 20px;
    padding: 5px 0 2px;
    display: block;
}

.btn-reaction > #Badger {
	top: 10px;
	left: 30px;
	right: auto;
}

#comicTab > #Badger {
	top: -5px;
	left: auto;
	right: calc(100%/3 + 4px);
}


/*------------------------------------------------------------------------------------
	Badge End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	LIKE & DOWNLOAD USER LIST WINDOW
------------------------------------------------------------------------------------*/


#loginRequestWin,
#loginRequestWin-inner,
#loginRequest-load,
#likeUserListWin,
#likeUserListWin-Title,
#likeUserListWin-inner,
#likeUserList-load,
#downloadUserListWin,
#downloadUserListWin-Title,
#downloadUserListWin-inner,
#downloadUserList-load {
    -webkit-box-sizing:         border-box;
       -moz-box-sizing:         border-box;
        -ms-box-sizing:         border-box;
            box-sizing:         border-box;
}

#loginRequestWin,
#likeUserListWin,
#downloadUserListWin {
    top:                            50%;
    left:                           50%;
    padding:                        0;
    margin:                         -200px auto auto -177px;
    background-color:               #EDEFF2;
    border:                         1px solid #CBCCD0;
    position:                       fixed;
    display:                        none;
    z-index:                        103;

    -webkit-border-radius:          6px;
       -moz-border-radius:          6px;
        -ms-border-radius:          6px;
         -o-border-radius:          6px;
            border-radius:          6px;
    -webkit-box-shadow:             rgba(0, 0, 0, 0.15) 0 0 4px 2px;
        -moz-box-shadow:            rgba(0, 0, 0, 0.15) 0 0 4px 2px;
            box-shadow:             rgba(0, 0, 0, 0.15) 0 0 4px 2px;
}

#loginRequestWin,
#likeUserListWin,
#downloadUserListWin {
    width:                      334px;
    height:                         400px;
}

#likeUserListWin-Title,
#downloadUserListWin-Title,
#aboutCategoryWin-Title,
#comicHowToWin-Title,
#aboutPrimeLevelWin-Title,
#iconEditWin-Title,
#aboutUploadWin-Title {
    font-size:      16px;
    font-weight:    bold;
    line-height:    1;
    text-align:     center;
    width:          100%;
    height:         40px;
    padding:  12px 0 8px 0;
}

#loginRequestWin-inner {
    width:  100%;
	padding: 8px 8px 0 8px;
}

#likeUserListWin-inner,
#downloadUserListWin-inner {
    width:  100%;
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    	padding: 0 5px;
}

#loginRequest-load,
#likeUserList-load,
#downloadUserList-load {
    width:                      100%;
    height:						100%;
    overflow:                   auto;
    -webkit-overflow-scrolling: touch;
}

#loginRequest-load {
    background-color:           #EDEFF2;
}

#likeUserList-load,
#downloadUserList-load {
    background-color:           #ffffff;
}

#loginRequestWin-close,
#likeUserListWin-close,
#downloadUserListWin-close {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 100%;
    height: 40px;
    padding: 12px 0 8px 0;
}

#loginRequestWin > p a {
    font-size: 16px;
}

#loginArea ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCCD0;
}

#registerArea p,
#loginArea p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.45;
    width: 100%;
    height: auto;
}

#loginArea li,
#registerArea li {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.requestTwitter a,
.requestFacebook a,
.requestApple a,
.requestIbis a {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 48px;
    padding: 17px 8px 15px 44px;
    display: inline-block;

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

.requestTwitter a {
    background-image: url('/img/icon/twitter@24px.png?20240130');
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-color: #000000;
}

.requestFacebook a {
    background-image: url('/img/icon/facebook@24px.png');
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-color: #3D509F;
}

.requestApple a {
    background-image: url('/img/icon/siwa_logo.png');
    background-position: 4px center;
    background-repeat: no-repeat;
    background-color: #000000;
}

.requestIbis a {
    background-image: url('/img/icon/ibis_account.png');
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-color: #76AF05;
}

.user-like,
.user-download {
    width:                      100%;
    height:                     auto;
    padding:                    8px;
    margin-bottom:              8px;
    border-bottom:              1px solid #D9E0E6;
display: inline-block;
    -webkit-box-sizing:         border-box;
       -moz-box-sizing:         border-box;
        -ms-box-sizing:         border-box;
            box-sizing:         border-box;
}

.user-like p,
.user-download p {
    width:                      48px;
    height:                     48px;
    margin-right:               8px;
    float:                      left;

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

.user-like p img,
.user-download p img {
    width:                          100%;
    height:                         auto;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	  -o-border-radius: 50%;
		 border-radius: 50%;
}

.user-like dl,
.user-download dl {
    text-align: left;
    width:      230px;
    height:     auto;
    float:      right;
}

.user-like dt,
.user-download dt {
    line-height: 1.4;
    width: 100%;
    height: auto;
}

.user-name-twitter {
    color: #999999;
}

.user-like dd,
.user-download dd {
    color: #CCCCCC;
    font-size: 12px;
    text-align: right;
    width:      100%;
    height:     auto;
    margin-top: 6px;
}

.artistLink a:last-child {
    padding-left:   4px;
}

.artistLinkApple a:last-child {
    padding-left:   0px;
}

.loadMore {
    text-align: center;
    width:      100%;
    height:     auto;
}

.loadMore span {
    font-size:                  16px;
    text-align:                 center;
    line-height:                1;
    width:                      100%;
    height:                     auto;
    padding:                    12px;
    display:                    inline-block;

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

#modalWinBg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.7);
    position: fixed;
    display: none;
    z-index: 100;
}
/*
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
*/
