body#menuPage #favorBtn{
	display: none;
}



/*header
------------------------------------------*/
header{
	padding:7.5px 5px 0 60px;
	margin: 0;
	height:60px;
	position: relative;
	background: #F00;
}

header.nenga{background: #F00;}
header.life{background: #003F07;}
header.shochu{background: #256FF3;}
header.mochu{background: #B0CCE5;}
header.hojin{background: #000;}
header.jibun{background: #F00;}

body.portal header{
	background: #333;
}

header .inner{
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

header #exclusive.login{
	width:170px;
	position: absolute;
	bottom:0;
	right: 120px;
	display: block;
	text-align: center;
	background:#F6EE75;
	font-size: 13px;
	border-radius: 5px 5px 0 0;
	line-height: 1.0;
	padding: 4px 0 2px;
}

body#mypage header #loginBtn,
header #logoutBtn{
	display:none;
}

body#mypage header #logoutBtn,
header #loginBtn{
	display:block;
}


header #exclusive.active{
	display: block;
}

header #exclusive span{
	line-height: 1.0;
}


header #register{
	margin: 0 20px 0;
	width: 50px;
	height: 40px;
	display: none;
}

@media(max-width: 440px){
	header #register{
	margin: 0;
	}
}

header #register.active{
	display: block;
}

body.read #register{
	display: none;
}

header #register img{
	height:50px;
	width:auto;
}

header #logo{
	height: 40px;
	display: block;
}

header #logosp{
	height: 40px;
	display: none;
}

header #logo img{
	height:40px;
	width:auto;
	max-width: 300px;
	border-radius: 5px;
}

header #logosp img{
	height:40px;
	width:auto;
	max-width: 300px;
	border-radius: 5px;
	outline: 1px solid #FFF ;
	outline-offset: 3px;
}

header #register{
	cursor: pointer;
}

header #register span{
	display: block;
	font-size: 10px;
	color: #FFF;
}

header #pageTitle{
	position: absolute;
	top: 0;
	left: 200px;
	width: calc(100% - 400px);
	text-align: center;
}

@media(max-width: 800px){
	header #pageTitle{
		position: absolute;
		top: 0;
		left: 70px;
		width: calc(100% - 140px);
		text-align: center;
	}
}


header #pageTitle h3{
	color: #FFF;
}

header #dText{
	display: none;
}

/* ------------------ 680px以下 ----------------- */

@media(max-width: 680px){

	header #exclusive.login{
		right: auto;
		left: 105px;
	}
}


/* ############ 440px以下　########################*/

@media(max-width: 440px){

header #logo img{
	max-width: 240px;
}

header #register img{
	height:40px;
}

/*#naviButton{
	top: 14px;
    height: 30px;
    width: 30px;
}
*/

}


/*naviButton
-------------------------------------------------*/

#naviButton{
    position: fixed;
    top:10px;
    left:10px;
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 10003;
    background: #F00;
    padding:0;
}

body.portal #naviButton{
    background: #000;
    border-radius: 4px;
}

#naviButton.mochu{
    background: #B0CCE4;
}

#naviButton.shochu{
    background: #256FF3;
}

#naviButton.life{
    background: #003F07;
}

/* ------------------ 680px以上 ----------------- */
@media(min-width: 680px){

/*#naviButton{
    position: fixed;
    top: 15px;
    left: 10px;
    height: 40px;
    width: 40px;
}
*/
}

#naviButton img{
	height: 100%;
	width: auto;
}



/* sideNavi
---------------------------------------*/
#sidenavi{
	position:fixed;
	left:-100%;
	width: 100%;
	background: #0005;
	height: 100vh;
	z-index: 10010;
	opacity: 0;
	transition-duration: .3s;
}

#sidenavi.active{
	left: 0;
	opacity: 1;
}

#sidenavi #naviClose{
	line-height: 1;
	padding: 10px 20px;
	font-size: 20px;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 3px 3px 7px #0006;
	font-weight: bold;
	background: #666;
	color: #FFF;
}

#sidenavi h3{
	background: #FFF;
	font-size: 16px;
	padding: 5px 10px;
}

#sidenavi #naviClose:hover{
	background: #000;
}

#sidenavi #naviClose span{
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
}

#sidenavi #naviBox{
	width: 100%;
	max-width: 450px;
	background: #333;
	height: 100vh;
	z-index: 10001;
}

#sidenavi #naviScroll{
	height:calc(100vh - 40px);
	overflow-y:scroll;
	position: relative;
}

#sidenavi #news{
	position: relative;
	margin-bottom: 10px;
}

#sidenavi #news > span{
	position: absolute;
	top:0;
	right: 5px;
}

#sidenavi #news > span > a{
	font-size: 14px;
	color: orange;
}

#sidenavi #news > span a:after{
	content: "＞";
}


#sidenavi p{
	padding: 0 1em;
	margin:3px 0 0;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#sidenavi #information{
	border-top: 1px solid #999;
}


#sidenavi ul#newList *{
	display: inline;
	color: orange;
	font-size: 14px;
}

#sidenavi ul,
#sidenavi ul li{
	list-style: none;
	margin: 0;
}

#sidenavi ul#information,
#sidenavi ul#information li{
	padding: 0;
}

#sidenavi ul#newList{
	padding:0 1em;
}

#sidenavi ul#newList li{
	display: block;
}

#sidenavi ul#information li span,
#sidenavi ul#information li a{
	display: block;
	padding: 0 20px;
	border-bottom: 1px solid #999;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	height: 40px;
	line-height:40px;
	box-sizing: border-box;
	cursor: pointer;
}

#sidenavi ul li span:hover,
#sidenavi ul li a:hover{
	background: #CCC;
}

#sidenavi ul#sideButton li{
	display: inline-block;
}

#sidenavi ul#sideButton li a{
	display: block;
	white-space: nowrap;
	background: #FFF;
	color: #000;
	font-size: 14px;
	padding:3px 8px;
	text-decoration: none;
	border-radius: 9px;
	margin: 0px 2px 10px;
	font-weight: bold;
}

ul#sideButton{
	padding: 10px !important;
}

#openT{
	text-align: center;
}

#openT a{
	display: block;
	text-decoration: none;
	color: #FFF;
	width: fit-content;
	padding: 2px 10px 3px;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-radius: 7px;
}


/*#loginout
------------------------------------------*/
#loginout{
	background:#0066FF;
	padding:13px 0 0;
	margin: 0;
	height: 40px;
}

#loginout p{
	line-height: 1.0;
	padding: 0;
	margin: 0;
	font-size:14px;
	color: #FFF;
	text-align: center;
}
