
/*====================================================================================
	Header Setting
====================================================================================*/
.header {
	width: 100%;
	height: 108px;
	margin-bottom: 31px;
	background-color: #262729;
	background-color: #ffffff;
}

.header-inner {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
/*------------------------------------------------------------------------------------
	Header Left Area
------------------------------------------------------------------------------------*/
.header-left {
	width: 270px;
	height: auto;
	float: left;
}

.header-left p {
	float: left;
}

#site-logo {
	width: 130px;
	height: 39px;
	margin: 10px 12px 0 5px;
}

#site-name {
	color: #262729;
	font-size: 12px;
	line-height: 1;
	width: auto;
	height: 12px;
	margin-top: 33px;
}
/*------------------------------------------------------------------------------------
	Header Left Area End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	Header Right Area
------------------------------------------------------------------------------------*/
.header-right:not(.hmsRestrict) {
	width: fit-content;
	padding-top: 10px;
}

.header-right.hmsRestrict {
	width: 402px;
}

.header-right {
	height: 60px;
	float: right;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #262729;
	background-color: #ffffff;
}


.header-right > div {
	float: left;
}
/*------------------------------------------------------------------------------------
	Header Right Area End
------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
	Top Search Area
------------------------------------------------------------------------------------*/
#search-box {
	overflow: hidden;
	width: 245px;
	height: 32px;
	margin-top: 4px;
	margin-right: 10px;
	float: left;
	position: relative;
	background-color: #ffffff;
	border: solid 1px #b0b0b0;
	border-radius: 15px;
}

/* SERACH BOX */
#search-box input[type=text] {
	width: 200px;
	height: 30px; /* 文字を若干上に調整する為少し小さく設定 */
	/*background-color: #3B3D40;*/
	position: absolute;
	outline: none;
	border: none;
	left: 0;
	top: 0;
	padding-left: 10px;

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

#search-box input[type=submit] {
	overflow: hidden;
	width: 40px;
	height: 30px;
	background-color: #ffffff;
	background-image: url('/img/btn/searchBtn_bg_gry.png');
	background-position: 2px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-indent: 100%;
	white-space: nowrap;

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

/* Firefox Hack */
@-moz-document url-prefix() {
	#search-box input[type=text],
	#search-box input[type=submit] {
		top: 2px;
	}
}
/*----------------------------------------------------------------------------------
	Top Search Area End
------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
	Select Lang
------------------------------------------------------------------------------------*/
#select-lang {
	width: 110px;
	height: 60px;
	margin-left: 8px;
	overflow: hidden;

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

#select-lang select {
	color: #3B3D40;
	font-size: 12px;
	line-height: 1;
	width: 110px;
	height: 40px;
	padding: 9px 8px 8px 12px;
	margin: 0;
	border: none;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	background-image: url('/img/btn/selectLang_handle.png');
	background-position: 78px -2px;
	background-repeat: no-repeat;

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

#select-lang select:hover {
	background-color : #f4f6f9;
}

/* Firefox Hack */
#header-search-area {
	margin-top: 0px;
	margin-left: 15px;
}

.simple-page-header-right #header-search-area {
	margin-top: 10px;
	margin-left: 15px;
}

@-moz-document url-prefix() {
	#select-lang {
		width: 110px;
		height: 60px;
	}
}

@-moz-document url-prefix() {
	#select-lang select {
		width: 110px;
		height: 40px;
		padding: 9px 8px 8px 12px;
	}
}
/*----------------------------------------------------------------------------------
	Select Lang end
------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
	Legister and Login Area
------------------------------------------------------------------------------------*/
.register-and-login {
	width: 200px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
	position: relative;
}

.register-and-login > ul {
	text-align: center;
}

.register-and-login li {
	display: inline-block;
}

#l-btn,
#r-btn {
	width: auto;
	height: 32px;
}

#l-btn a,
#r-btn a {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	height: 32px;
	padding: 9px 48px 0 48px;
	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;
}

#l-btn a,
#mp-btn a {
	background-color: #0B649B;
}

#r-btn a {
	color: #0B649B;
	background-color: #ffffff;
	border: solid 2px #0B649B;
	border-radius: 20px;
	transition: 0.4s;
}

#r-btn a:hover {
	color: #ffffff;
	background-color: #0B649B;
	border-color: #0B649B;
	transition: 0.2s;
}

#login-menu,
#register-menu {
	width: 320px;
	height: auto;
	border: none;
	position: relative;
	z-index: 2147483647;
	bottom: -4px;
	display: none;
}

#register-menu {
	right: 224px;
}

#login-menu {
	right: 120px;
}

#login-menu div,
#register-menu div {
	width: 100%;
	height: auto;
	padding: 12px;
	background-color: #EDEFF2;
	border: 1px solid #CBCCD0;

	-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;
	-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;
}

#register-menu p,
#login-menu p {
	line-height: 1.5;
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

#register-menu li,
#login-menu li {
	width: 100%;
	height: auto;
}

#register-menu a,
#login-menu a {
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	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;
}

#login-t,
#login-f,
#login-a {
	margin-top: 12px;
}

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

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

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

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

#login-t a:hover,
#login-f a:hover,
#login-a a:hover,
#login-i a:hover {
	opacity: 0.8;
}

#login-t #lt {
	background-image: url('/img/btn/login_t.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#login-f #lf {
	background-image: url('/img/btn/login_f.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#login-a #la {
	background-image: url('/img/btn/login_a.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#login-i #la {
	background-image: url('/img/btn/login_i.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#login-t {
	margin-right: 28px;
}

.reaction-area {
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 0px;
	margin-left: 20px;
}

.reaction-area:hover {
    background-color: #f4f6f9;
}

.reaction-area .btn-reaction {
	text-align: center;
	margin-top: 9px;
}

.goToNewComic {
	width: 60px;
	height: 60px;
	margin-left: 14px;
	margin-right: 4px;
	position: relative;
	cursor: pointer;
}

.userMenu {
	width: 168px;
	height: 40px;
	margin-top: 0px;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}

.userMenu p {
	color: #848486;
	width: 168px;
	height: 40px;
	padding: 4px 0px 4px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
/*	background-color: #262729;

	-webkit-transition: 0.8s;
	   -moz-transition: 0.8s;
	    -ms-transition: 0.8s;
			transition: 0.8s;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.userMenu:hover {
	background-color: #f4f6f9;
	border-radius: 5px;
}

.userMenu img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	pointer-events: none;

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

.userMenu span {
	color: #262729;
	vertical-align: middle;
	padding-left: 4px;

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

#userMenuBtn {
	width: 160px;
	height: 96px;
	background-color: #f4f6f9;
	display: none;
	position: absolute;
	bottom: -96px;
	left: 0;
	z-index: 2147483648;

    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
        -ms-border-radius: 0 0 6px 6px;
         -o-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 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: 4px 3px 6px 0 rgba(30, 30, 30, 0.5);
}

#userMenuBtn li {
	width: 168px;
	height: 48px;
	border-top: 1px solid #f4f6f9;

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

/*#userMenuBtn li:last-child {
	border-top: 1px solid #3B3D40;

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

#userMenuBtn a {
	color: #3B3D40;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	width: 100%;
	height: 47px;
	padding: 16px;
	background-color: #ffffff;
	display: inline-block;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.8s;
	   -moz-transition: 0.8s;
	    -ms-transition: 0.8s;
			transition: 0.8s;
}

#userMenuBtn li:last-child a {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
        -ms-border-radius: 0 0 6px 6px;
         -o-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
}

#userMenuBtn a:hover {
	background-color: #f4f6f9;
}

#login-ios,
#register-ios {
	height: 80px;

	-moz-background-size: 100% 100%;
		 background-size: 100% 100%;
}

#register-ios dt {
	margin-top: -25px;
	margin-bottom: 5px;
}

#login-ios dt {
	margin-top: -20px;
	margin-bottom: -10px;
}

/*.icon {
	padding-left: 0px;
	padding-right: 0px;
	border:none;
	float:left;
	width:24px;
}

.icon img {
	margin-top:-4px;
}*/

/*.textoverflow,
.text {
	padding-left: 0px;
	padding-right: 0px;
	border:none;
	text-align:left;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;

	margin-bottom:15px;
}

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

	position:relative;
}

.login-user-area {
	width:218px;
	height:48px;
	margin-left:5px;
	margin-top:0px;
	text-align:right;
	float:left;
}

.profile-avator {
	vertical-align: top;
	margin-right: 12px;
}

.service-icon {
	margin-bottom:-6px;
}

.login-user-name {
	margin-left:2px;
}

.text {
	margin-top:5px;
	white-space: nowrap;
	margin-left:2px;
	float:right;
	width:144px;
}*/
/*------------------------------------------------------------------------------------
	Legister and Login Area End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	Navi Bar
------------------------------------------------------------------------------------*/
.navibar {
	width: 100%;
	height: 47px;
	background-color: #ffffff;

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

.global-menu {
	width: 960px;
	height: 47px;
	margin: 0 auto;

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

.global-menu li {
	display: inline;
	float: left;
}

.global-menu li a {
	color: #3B3D40;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	height: 47px;
	overflow: hidden;
	display: table-cell;
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
			transition: 0.5s;
}

.global-menu li a:hover {
	/*font-weight: bold;*/
	border-bottom: 2px solid #0B649B;
}

.global-menu li a div {
	display: table;
	align-items: center;
    justify-content: center;
	width: 100px;
	margin: auto;
}

.global-menu li a div span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* #help a {
	width: 118px;
} */

#download a {
	color: #FFFFFF;
	background-color: #0B649B;
	border-top: 2px solid #0B649B;
	border-bottom: 2px solid #0B649B;
}

#download a:hover {
	opacity: 0.8;
}

.global-menu ul li a div::before {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

.global-menu ul li#download a div::before {
	content: url('/img/icon/navi_dl.png');;
}
/*------------------------------------------------------------------------------------
	Navi Bar End
------------------------------------------------------------------------------------*/
