@charset "UTF-8";
/*---------------------------------

base

---------------------------------*/

html {
	font-size: 62.5%;
}
.nav-bg a,
.headerA a {
	text-decoration: none;
}
/*a:link,
a:visited {
    color: inherit;
}
*/

.nav-bg a:hover img,
.headerA a:hover img {
	opacity: .7;
}
/*a:link,
a:visited {
    color: inherit;
}*/

.nav-bg button {
	background: transparent;
	border: none;
}
/*---------------------------------

ユーティリティー

---------------------------------*/

.nav-bg .cf:after {
	content: "";
	display: block;
	clear: both;
}
.nav-bg .d-n,
.headerA .d-n {
	display: none;
}
.nav-bg .d-b,
.headerA .d-b {
	display: block;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

PCとSPの出し分け

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
.nav-c .pc,
.nav-bg .pc,
.headerA .pc,
.FooterArea .pc {
	display: none !important;
}
}


/*@media only screen and (max-width: 768px) */

@media print, screen and (min-width: 769px) {
.nav-c .sp,
.nav-bg .sp,
.headerA .sp,
.FooterArea .sp {
	display: none !important;
}
}
/*@media print, screen and (min-width: 769px) */


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

　共通メニュー基盤 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mdl-fixed {
	width: 100%;
	position: fixed;
}
.nav-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.0980392);
	opacity: 0;
	z-index: 300;
	transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
}
.nav-bg.mdl-open .nav-bg-inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.ctgy-ttl:not(.plus) .closeItem{
	display: none;
}
.nav-bg.d-n {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.nav-bg.mdl-close {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
.mmbrSts-jnrl .m-info,
.mmbrSts-biz .m-info {
	background: #E74F80;
	display: block;
}
.mmbrSts-org .m-info,
.mmbrSts-org_pre .m-info,
.mmbrSts-hataraki .m-info {
	background: #415778;
	display: block;
}
.mmbrSts-pre .m-info,
.mmbrSts-jigyo .m-info,
.mmbrSts-biz_pre .m-info {
	/*    background: #A57936;*/
	background: url(/excludes/images/nav/sp-bk-premium0.png) repeat-x center 0%;
	display: block;
}
.m-info {
	color: #FFF;
	padding: 35px 25px;
	display: none;
}
.m-info .info-na {
	border-bottom: solid 1px #fff;
	padding-bottom: 25px;
	text-align: center;
}
.mmbrSts-pre .m-info .info-na,
.mmbrSts-jigyo .m-info .info-na,
.mmbrSts-biz_pre .m-info .info-na{
	background: url(/excludes/images/nav/sp-bk-premium.png) no-repeat center 0%;
	background-size: 223px auto;
}
.mmbrSts-org_pre .m-info .info-na {
	background: url(/excludes/images/nav/sp-bk-org-premium.png) no-repeat center 0%;
	background-size: 223px auto;
}
.mmbrSts-biz .m-info .info-na,
.mmbrSts-biz_pre .m-info .info-na {
	border-bottom:none;
}
.mmbrSts-biz .m-info .btn01,
.mmbrSts-biz_pre .m-info .btn01 {
	padding-top:10px;
}
.m-info .info-na-name {
	font-size: 21px;
	margin-bottom: 8px;
}
.m-info .info-cpA {
	/* border-bottom: solid 1px #fff; */
	padding: 20px 25px 10px;/* text-align: center; */
}
.m-info .info-cpA .info-cp-coin {
	display: block;
	color: #fff;
}
.m-info .info-cpA .info-cp-point {
	display: block;
	color: #fff;
}
.m-info .update {
	margin-bottom: 20px;
}
.m-info .update .btn02 {
	width: 221px;
	margin: 0 auto 10px;
	display: block;
}
.m-info .update .btn02 img {
	width: 100%;
}
.m-info .info-cpA .fs {
	font-size: 27px;
}
.m-info .info-mA-ct {
	padding-bottom: 25px;
	max-height: 500px;
	border-top: solid 1px #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
}
.m-info .info-mA.close .info-mA-ct {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0;
}
.exLink1 {
	/* background: #D6D4CE; */
	padding: 22px;
	font-size: 15px;
	padding: 25px 30px 25px;
	color: #fff;
}
.exLink1-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink1-lbl,
a.exLink1-lbl:visited {
	text-decoration: none;
	display: block;
	color: #fff;
}
.arrow-f-r {
	position: relative;
}
.exLink1 .arrow-f-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 0px;
	background: url(/excludes/images/nav/sp-icon-arrow-r-fff.png) no-repeat;
	background-size: 75%;
}
.m-info .plsLink a,
.m-info .logout a {
	display: block;
}
.m-info .plsLink .bnr01 {
	display: none;
}
.mmbrSts-org .m-info .plsLink .bnr01,
.mmbrSts-org_pre .m-info .plsLink .bnr01,
.mmbrSts-hataraki .m-info .plsLink .bnr01 {
	width: 222px;
	margin: 0 auto 10px;
	display: block;
}
.m-info .plsLink .bnr01 img {
	width: 100%;
}
.m-info .logout .btn01 {
	width: 240px;
	margin: 0 auto 10px;
}
.m-info .logout .btn01 img {
	width: 100%;
}
.m-info .btnA-btn {
	width: 100%;
	min-width: 100px;
	background: #fff;
	min-height: 23px;
	display: block;
	border-radius: 5px;
}
.mmbrSts-jnrl .m-info .btnA-btn,
.mmbrSts-biz .m-info .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-std.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-pre .m-info .btnA-btn,
.mmbrSts-jigyo .m-info .btnA-btn,
.mmbrSts-biz_pre .m-info .btnA-btn{
	background: url(/excludes/images/nav/sp-icon-arrow-top-prm.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-org .m-info .btnA-btn,
.mmbrSts-org_pre .m-info .btnA-btn,
.mmbrSts-hataraki .m-info .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-org.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-jnrl .m-info .info-mA.close .btnA-btn,
.mmbrSts-biz .m-info .info-mA.close .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-std-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-pre .m-info .info-mA.close .btnA-btn,
.mmbrSts-jigyo .m-info .info-mA.close .btnA-btn,
.mmbrSts-biz_pre .m-info .info-mA.close .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-prm-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-org .m-info .info-mA.close .btnA-btn,
.mmbrSts-org_pre .m-info .info-mA.close .btnA-btn,
.mmbrSts-hataraki .m-info .info-mA.close .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-org-close.png) #fff no-repeat;
	background-position: center center;
}
}


/*@media only screen and (max-width: 768px) */

@media print, screen and (min-width: 769px) {
.mmbrSts-jnrl .m-info,
.mmbrSts-biz .m-info {
	background: #E74F80;
	display: block;
}
.mmbrSts-org .m-info,
.mmbrSts-org_pre .m-info,
.mmbrSts-hataraki .m-info {
	background: #415778;
	display: block;
}
.mmbrSts-pre .m-info,
.mmbrSts-jigyo .m-info,
.mmbrSts-biz_pre .m-info {
	/*    background: #A57936;*/
	background: url(/excludes/images/nav/sp-bk-premium0.png)no-repeat center 0%;
	display: block;
}
.m-info {
	color: #FFF;
	padding: 25px 20px 30px;
	display: none;
}
.m-info .info-na {
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	text-align: center;
}
.mmbrSts-pre .m-info .info-na {
	background: url(/excludes/images/nav/sp-bk-premium.png)no-repeat center 0%;
	background-size: 223px auto;
}
.mmbrSts-org_pre .m-info .info-na {
	background: url(/excludes/images/nav/sp-bk-org-premium.png)no-repeat center 0%;
	background-size: 223px auto;
}
.mmbrSts-biz .m-info .info-na,
.mmbrSts-biz_pre .m-info .info-na {
	border-bottom:none;
}
.mmbrSts-biz .m-info .btn01,
.mmbrSts-biz_pre .m-info .btn01 {
	padding-top:10px;
}
.m-info .info-na-name {
	font-size: 18px;
	margin-bottom: 8px;
}
.m-info .info-cpA {
	/* border-bottom: solid 1px #fff; */
	padding: 16px 23px 10px;
	text-align: left;
}
.m-info .info-cpA a:hover {
	opacity: .7;
}
.m-info .info-cpA .info-cp-coin {
	display: block;
	color: #fff;
}
.m-info .info-cpA .info-cp-point {
	display: block;
	color: #fff;
}
.m-info .update {
	margin-bottom: 20px;
}
.m-info .update .btn02 {
	width: 221px;
	margin: 0 auto 10px;
	display: block;
}
.m-info .update .btn02 img {
	width: 100%;
}
.m-info .info-cpA .fs {
	font-size: 24px;
}
.m-info .info-mA-ct {
	padding-bottom: 25px;
	max-height: 500px;
	border-top: solid 1px #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
}
.m-info .info-mA.close .info-mA-ct {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0;
}
.m-info .exLink1 {
	/* background: #D6D4CE; */
	padding: 22px;
	font-size: 13px;
	padding: 10px 26px 10px;
	color: #fff;
	text-align: left;/* font-size: 13px; */
}
.m-info .exLink1-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
.m-info a.exLink1-lbl,
.m-info a.exLink1-lbl:visited {
	text-decoration: none;
	display: block;
	color: #fff;
}
.m-info .exLink1-lbl:hover {
	text-decoration: underline;
}
.m-info .arrow-f-r {
	position: relative;
}
.m-info .exLink1 .arrow-f-r:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 12px;
	left: 0px;
	background: url(/excludes/images/nav/sp-icon-arrow-r-fff.png) no-repeat;
	background-size: 75%;
}
.m-info .plsLink a,
.m-info .logout a {
	display: block;
}
.m-info .logout a {
	margin: auto;
	width: 220px;
}
.m-info .plsLink .bnr01 {
	display: none;
}
.mmbrSts-org .m-info .plsLink .bnr01,
.mmbrSts-org_pre .m-info .plsLink .bnr01,
.mmbrSts-hataraki .m-info .plsLink .bnr01 {
	width: 222px;
	margin: 0 auto 10px;
	display: block;
}
.m-info .plsLink .bnr01 img {
	width: 100%;
}
.m-info .logout .btn01 {
	width: 223px;
	margin: 0 auto 10px;
	display: block;
}
.m-info .logout .btn01 img {
	width: 100%;
}
.m-info .btnA-btn {
	width: 100%;
	min-width: 100px;
	background: #fff;
	min-height: 23px;
	display: block;
	border-radius: 5px;
}
.mmbrSts-jnrl .m-info .btnA-btn,
.mmbrSts-biz .m-info .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-std.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-pre .m-info .btnA-btn,
.mmbrSts-jigyo .m-info .btnA-btn,
.mmbrSts-biz_pre .m-info .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-prm.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-org .m-info .btnA-btn,
.mmbrSts-org_pre .m-info .btnA-btn,
.mmbrSts-hataraki .m-info .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-org.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-jnrl .m-info .info-mA.close .btnA-btn,
.mmbrSts-biz .m-info .info-mA.close .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-std-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-pre .m-info .info-mA.close .btnA-btn,
.mmbrSts-jigyo .m-info .info-mA.close .btnA-btn,
.mmbrSts-biz_pre .m-info .info-mA.close .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-prm-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-org .m-info .info-mA.close .btnA-btn,
.mmbrSts-org_pre .m-info .info-mA.close .btnA-btn,
.mmbrSts-hataraki .m-info .info-mA.close .btnA-btn {
	background: url(/excludes/images/nav/sp-icon-arrow-top-org-close.png) #fff no-repeat;
	background-position: center center;
}
}


/*@media print,screen and (min-width: 769px)*/


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec01 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
/*.menu {
    position: absolute;
    background: #ff0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.nav-bg.nav-open {
    opacity: 1;
    height: 100%;
    display: block;
    animation-duration: 2.5s;
    animation-name: mdl-fade-in;
    background: rgba(0, 0, 0, 0.721569);

}*/
    /*.nav-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0980392);
    opacity: 0;
    display: none;
    z-index: 100;
}
.nav-bg.mdl-open .nav-bg-inner {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
*/
.nav-bg.mdl-open {
	opacity: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: #e5e3dc;
	margin-bottom: 100px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 11000;
}
 @keyframes mdl-fade-in {
 0% {
 transform: translate(-100%, 0);
 -webkit-transform: translate(-100%, 0);
 -moz-transform: translate(-100%, 0);
}
 100% {
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 -moztransform: translate(0, 0);
}
}
.mdl-body {
	height: 100%;/* padding-top: 15px; */
        /* padding-bottom: 100px; */
}
.headerA {
	border-top: 2px solid #990000;
	background: #fff;
}
}


/*@media only screen and (max-width: 768px) */

@media print, screen and (min-width: 769px) {
body.mdl-fixed {
	width: 100%;
	position: static;
}
.nav-bg.mdl-open {
	opacity: 1;
	width: 280px;
	height: 100%;
	background: #e5e3dc;
	z-index: 10000;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
 @keyframes mdl-fade-in {
 0% {
 transform: translate(-100%, 0);
 -webkit-transform: translate(-100%, 0);
 -moz-transform: translate(-100%, 0);
}
 100% {
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
}
}
.mdl-body {
	height: 100%;
}
.mdl-body {
	height: 100%;
	/*        padding-top: 100px;*/
        /* padding-bottom: 100px; */
	position: relative;
}
.headerA.clone-headerA {
	border-top: none!important;
	background: transparent;
	position: relative;
}
.clone-headerA .headerA-inner {
	display: block;
	width: 100%;
	max-height: 0;
}
.clone-headerA .menuBtn,
.clone-headerA .logoA,
.clone-headerA .header-searchA,
.clone-headerA .header-info-ul {
	display: none;
}
}
 @media print, screen and (min-width: 1549px) {
body {
	width: 100%;/* position: fixed; */
}
body.mdl-fixed {
	width: 100%;
	position: static;
}
.headerA-inner .menuBtn.nav-op2 {
	/* display: none; */
	visibility: hidden;
	pointer-events: none;
}
.headerA-inner .btnclose {
	pointer-events: none;
	opacity: .3;
}
.nav-bg.nav-op1 {
	opacity: 1;
	width: 280px;
	height: 100%;
	display: block;
	background: #e5e3dc;
	z-index: 10000;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}
.nav-bg-inner {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
}
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec02 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
/*
    .btnclose {
        margin-bottom: 50px;
        position: absolute;
        top: -76px;
        background: #e5e3dc;
        width: 47px;
        height: 76px;
        padding: 20px 10px 22px;
        box-sizing: border-box;
        text-align: center;
    }
*/
.headerA-inner .btnclose {
	display: none;
}
.clone-headerA .btnclose {
	display: block;
	width: 27px;
	padding: 20px 10px 22px;
	background: #e5e3dc;
}
.headerA-inner .btnclose img {
	width: 100%;
}
.nav-c {
	/* width: 100%; */
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.nav-c .nav-ctgr {
	border-bottom: #C9C9C9 solid 1px;
	/* padding-bottom: 14px; */
	display: block;
}
.nav-c .ctgy-ttl {
	padding-left: 45px;
	padding-top: 22px;
	padding-bottom: 22px;
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.nav-c a.ctgy-ttl,
.nav-c a.ctgy-ttl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.plusMinus {
	position: relative;
}
.plusMinus:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-size: 75%;
	background: url(/excludes/images/nav/sp-icon-minus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r {
	position: relative;
}
.plusMinus.plus:after {
	background: url(/excludes/images/nav/sp-icon-plus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: url(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
/*.plusMinus.minus:after {
    background: url(/excludes/images/nav/sp-icon-minus.png) no-repeat;
    background-size: 90%;
}
*/
.nav-c .ctgr01 .ctgy-ttl img {
	width: 99px;
	height: 13.5px;
}
.nav-c .ctgr02 .ctgy-ttl img {
	width: 123px;
	height: 13.5px;
}
.nav-c .ctgr03 .ctgy-ttl img {
	width: 170px;
	height: 13.5px;
}
.nav-c .ctgr04 .ctgy-ttl img {
	width: 56.5px;
	height: 13.5px;
}
.nav-c .ctgr05 .ctgy-ttl img {
	width: 57px;
	height: 13.5px;
}
.nav-c .ctgr06 .ctgy-ttl img {
	width: 57.5px;
	height: 13.5px;
}
.nav-c .ctgr01 {
	background: url(/excludes/images/nav/sp-icon-home.png) no-repeat;
	background-size: 31px 24px;
	background-position: calc(0px) calc(15px);/* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.nav-c .ctgr02 {
	background: url(/excludes/images/nav/sp-icon-dduetMemberSite1.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(20px);/* padding-top: 20px; */
        /* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.nav-c .ctgr03 {
	background: url(/excludes/images/nav/sp-icon-dduetMemberSite2.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(20px);
}
.nav-c .ctgr04 {
	background: url(/excludes/images/nav/sp-icon-forBussines.png) no-repeat;
	background-size: 29px 22.5px;
	background-position: calc(0px) calc(20px);
}
.nav-c .ctgr05 {
	background: url(/excludes/images/nav/sp-icon-infoEnterprise.png) no-repeat;
	background-size: 31.5px 24.5px;
	background-position: calc(0px) calc(20px);
}
.nav-c .ctgr06 {
	background: url(/excludes/images/nav/sp-icon-shopList.png) no-repeat;
	background-size: 31px 25.5px;
	background-position: calc(0px) calc(20px);
}
.nav-ctgr-ul {
	/* padding: 22px 0px 22px 55px; */
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
}
.plusMinus ~ .ctgy-c {
	padding-bottom: 25px;
	max-height: 1000px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.plusMinus.plus ~ .ctgy-c {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	opacity: 0;
}
.nav-c .entryBtnA {
	width: 100%;
}
.mmbrSts-jnrl .nav-c .entryBtnA,
.mmbrSts-org .nav-c .entryBtnA,
.mmbrSts-pre .nav-c .entryBtnA,
.mmbrSts-org_pre .nav-c .entryBtnA,
.mmbrSts-hataraki .nav-c .entryBtnA ,
.mmbrSts-jigyo .nav-c .entryBtnA,
.mmbrSts-biz .nav-c .entryBtnA,
.mmbrSts-biz_pre .nav-c .entryBtnA{
	display: none;
}
.nav-c .entryBtnA img {
	width: 100%;/* height: 40px; */
}
.nav-c .entryBtnA a {
	display: block;
}
.nav-c .loginBtn,
.nav-c .registerBtn {
	width: 220px;
	margin: auto;
	margin-bottom: 15px;
}
a.nav-gtgr-li-lbl,
a.nav-gtgr-li-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: normal;/* display: none; */
}
.nav-gtgr-li {
	display: block;
}
.nav-gtgr-li-lbl {
	padding-left: 55px;
	display: block;
	padding: 15px 10px 15px 55px;
	box-sizing: border-box;
}
.li0100 {
	background: url(/excludes/images/nav/sp-icon-home02.png) no-repeat;
	background-size: 24px 24px;
	background-position: calc(25px) calc(13px);/* display: none; */
}
.li0101 {
	background: url(/excludes/images/nav/sp-icon-localCampaign.png) no-repeat;
	background-size: 21px 20.5px;
	background-position: calc(25px) calc(15px);
}
.li0102 {
	background: url(/excludes/images/nav/sp-icon-homeItem.png) no-repeat;
	background-size: 22px 23px;
	background-position: calc(25px) calc(13px);
}
.li0103 {
	background: url(/excludes/images/nav/sp-icon-housecleanning.png) no-repeat;
	background-size: 27px 18.5px;
	background-position: calc(25px) calc(15px);
}
.li0104 {
	background: url(/excludes/images/nav/sp-icon-housework.png) no-repeat;
	background-size: 27.5px 22px;
	background-position: calc(25px) calc(12px);
}
.li0105 {
	background: url(/excludes/images/nav/sp-icon-extermination.png) no-repeat;
	background-size: 17.5px 22px;
	background-position: calc(30px) calc(12px);
}
.li0106 {
	background: url(/excludes/images/nav/sp-icon-careGarden.png) no-repeat;
	background-size: 23.5px 23.5px;
	background-position: calc(25px) calc(12px);
}
.li0107 {
	background: url(/excludes/images/nav/sp-txt-seniorOther_1.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(25px) calc(12px);
}
.li0108 {
	background: url(/excludes/images/nav/sp-icon-homeRepair.png) no-repeat;
	background-size: 23px 23px;
	background-position: calc(25px) calc(13px);
}
.li0200 {
	background: url(/excludes/images/nav/sp-icon-koetasu.png) no-repeat;
	background-size: 25px 24px;
	background-position: calc(12px) calc(15px);
}
.li0201 {
	background: url(/excludes/images/nav/sp-icon-lifeInfo.png) no-repeat;
	background-size: 26px 19px;
	background-position: calc(12px) calc(15px);
}
.li0202 {
	background: url(/excludes/images/nav/sp-icon-duskinmarket.png) no-repeat;
	background-size: 25px 19px;
	background-position: calc(12px) calc(15px);
}
.li0203 {
	background: url(/excludes/images/nav/sp-icon-recomendShopNavi.png) no-repeat;
	background-size: 26px 16px;
	background-position: calc(12px) calc(16px);
}
.li0204 {
	background: url(/excludes/images/nav/sp-icon-dduetMemberPrivilege.png) no-repeat;
	background-size: 25px 17px;
	background-position: calc(12px) calc(17px);
}
.li0205 {
	background: url(/excludes/images/nav/sp-icon-jobNavi.png) no-repeat;
	background-size: 25px 22px;
	background-position: calc(12px) calc(12px);
}
.li0206 {
	background: url(/excludes/images/nav/sp-icon-coinMoal.png) no-repeat;
	background-size: 24px 26px;
	background-position: calc(12px) calc(12px);
}
.li0207 {
	background: url(/excludes/images/nav/sp-icon-present.png) no-repeat;
	background-size: 25px 23px;
	background-position: calc(14px) calc(11px);
}
.li0208 {
	background: url(/excludes/images/nav/sp-icon-info.png) no-repeat;
	background-size: 26px 18px;
	background-position: calc(14px) calc(24px);
}
.li0209 {
	background: url(/excludes/images/nav/sp-icon-dduethome.png) no-repeat;
	background-size: 26px 20px;
	background-position: calc(14px) calc(12px);
}
.exLink {
	background: #D6D4CE;
	padding: 22px;
	font-size: 15px;
	margin: 0px 20px 20px;
}
.exLink-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink-lbl,
a.exLink-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.arrow-f-r {
	position: relative;
}
.arrow-f-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 0px;
	/* z-index: 100000000000000000000000000000; */
        /* transform: translateY(-50%); */
	background: url(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
}


/*@media only screen and (max-width: 768px) */

@media print, screen and (min-width: 769px) {
.headerA-inner .btnclose {
	/* margin-bottom: 50px; */
	position: absolute;
	top: -10px;
	background: #e5e3dc;
	width: 60px;
	height: 78px;
	padding: 38px 13px 22px;
	/* box-sizing: border-box; */
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.headerA-inner .btnclose img {
	width: 100%;
}
.nav-c {
	/* width: 100%; */
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 100px;
	text-align: left;
}
.mdlContent a:hover,
.nav-c *:hover {
	color: #D71C58!important;
	text-decoration: none!important;
}
.m-info a:hover {
	color: rgba(255,255,255,0.6)!important;
}
.nav-c .nav-ctgr {
	border-bottom: #C9C9C9 solid 1px;
	/* padding-bottom: 14px; */
	display: block;
}
.nav-c .ctgy-ttl {
	padding-left: 32px;
	padding-top: 15px;
	padding-bottom: 22px;
	padding: 15px 10px 15px 45px;
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 13px;
	cursor: pointer;
}
.nav-c .closeItem{
	font-size:0.9em;
}
a.ctgy-ttl,
a.ctgy-ttl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.plusMinus {
	position: relative;
}
.plusMinus:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-size: 75%;
	background: url(/excludes/images/nav/sp-icon-minus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r {
	position: relative;
}
.plusMinus.plus:after {
	background: url(/excludes/images/nav/sp-icon-plus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: url(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
/*.plusMinus.minus:after {
    background: url(/excludes/images/nav/sp-icon-minus.png) no-repeat;
    background-size: 90%;
}
*/
.nav-c .ctgr01 .ctgy-ttl img {
	width: 99px;
	height: 13.5px;
}
.nav-c .ctgr02 .ctgy-ttl img {
	width: 123px;
	height: 13.5px;
}
.nav-c .ctgr03 .ctgy-ttl img {
	width: 170px;
	height: 13.5px;
}
.nav-c .ctgr04 .ctgy-ttl img {
	width: 56.5px;
	height: 13.5px;
}
.nav-c .ctgr05 .ctgy-ttl img {
	width: 57px;
	height: 13.5px;
}
.nav-c .ctgr06 .ctgy-ttl img {
	width: 57.5px;
	height: 13.5px;
}
.nav-c .ctgr01 {
	background: url(/excludes/images/nav/sp-icon-home.png) no-repeat;
	background-size: 31px 24px;
	background-position: calc(0px) calc(15px);/* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.nav-c .ctgr02 {
	background: url(/excludes/images/nav/sp-icon-dduetMemberSite1.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(12px);/* padding-top: 20px; */
        /* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.nav-c .ctgr03 {
	background: url(/excludes/images/nav/sp-icon-dduetMemberSite2.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(12px);
}
.nav-c .ctgr04 {
	background: url(/excludes/images/nav/sp-icon-forBussines.png) no-repeat;
	background-size: 29px 22.5px;
	background-position: calc(0px) calc(12px);
}
.nav-c .ctgr05 {
	background: url(/excludes/images/nav/sp-icon-infoEnterprise.png) no-repeat;
	background-size: 31.5px 24.5px;
	background-position: calc(0px) calc(12px);
}
.nav-c .ctgr06 {
	background: url(/excludes/images/nav/sp-icon-shopList.png) no-repeat;
	background-size: 31px 25.5px;
	background-position: calc(0px) calc(12px);
}
.nav-c .nav-ctgr-ul {
	/* padding: 22px 0px 22px 55px; */
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 15px;
}
.plusMinus ~ .ctgy-c {
	padding-bottom: 10px;
	max-height: 1000px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.plusMinus.plus ~ .ctgy-c {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	opacity: 0;
}
.nav-c .entryBtnA {
	width: 100%;
}
.mmbrSts-jnrl .nav-c .entryBtnA,
.mmbrSts-org .nav-c .entryBtnA,
.mmbrSts-pre .nav-c .entryBtnA,
.mmbrSts-org_pre .nav-c .entryBtnA,
.mmbrSts-hataraki .nav-c .entryBtnA,
.mmbrSts-jigyo .nav-c .entryBtnA,
.mmbrSts-biz .nav-c .entryBtnA,
.mmbrSts-biz_pre .nav-c .entryBtnA{
	display: none;
}
.nav-c .entryBtnA img {
	width: 100%;
}
.nav-c .entryBtnA a {
	display: block;
}
.nav-c .loginBtn,
.nav-c .registerBtn {
	width: 220px;
	margin: auto;
	margin-bottom: 15px;
}
a.nav-gtgr-li-lbl,
a.nav-gtgr-li-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: normal;/* display: none; */
}
.nav-gtgr-li-lbl .onhover {
	display: none;
}
.nav-gtgr-li-lbl:hover .default {
	display: none;
}
.nav-gtgr-li-lbl:hover .onhover {
	display: block;
	color: #D71C58;
}
.nav-gtgr-li {
	display: block;
}
.nav-gtgr-li-lbl {
	/* padding-left: 55px; */
	display: block;
	padding: 15px 10px 15px 50px;
	box-sizing: border-box;
}
.li0100 {
	background: url(/excludes/images/nav/sp-icon-home02.png) no-repeat;
	background-size: 24px 24px;
	background-position: calc(10px) calc(13px);/* display: none; */
}
.li0101 {
	background: url(/excludes/images/nav/sp-icon-localCampaign.png) no-repeat;
	background-size: 21px 20.5px;
	background-position: calc(10px) calc(15px);
}
.li0102 {
	background: url(/excludes/images/nav/sp-icon-homeItem.png) no-repeat;
	background-size: 22px 23px;
	background-position: calc(10px) calc(13px);
}
.li0103 {
	background: url(/excludes/images/nav/sp-icon-housecleanning.png) no-repeat;
	background-size: 27px 18.5px;
	background-position: calc(8px) calc(15px);
}
.li0104 {
	background: url(/excludes/images/nav/sp-icon-housework.png) no-repeat;
	background-size: 27.5px 22px;
	background-position: calc(5px) calc(12px);
}
.li0105 {
	background: url(/excludes/images/nav/sp-icon-extermination.png) no-repeat;
	background-size: 17.5px 22px;
	background-position: calc(10px) calc(12px);
}
.li0106 {
	background: url(/excludes/images/nav/sp-icon-careGarden.png) no-repeat;
	background-size: 23.5px 23.5px;
	background-position: calc(10px) calc(12px);
}
.li0107 {
	background: url(/excludes/images/nav/sp-txt-seniorOther_1.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(10px) calc(12px);
}
.li0108 {
	background: url(/excludes/images/nav/sp-icon-homeRepair.png) no-repeat;
	background-size: 23px 23px;
	background-position: calc(10px) calc(12px);
}
.li0200 {
	background: url(/excludes/images/nav/sp-icon-koetasu.png) no-repeat;
	background-size: 27px 23.5px;
	background-position: calc(12px) calc(12px);
}
.li0201 {
	background: url(/excludes/images/nav/sp-icon-lifeInfo.png) no-repeat;
	background-size: 26px 18px;
	background-position: calc(12px) calc(12px);
}
.li0202 {
	background: url(/excludes/images/nav/sp-icon-duskinmarket.png) no-repeat;
	background-size: 24px 17px;
	background-position: calc(12px) calc(15px);
}
.li0203 {
	background: url(/excludes/images/nav/sp-icon-recomendShopNavi.png) no-repeat;
	background-size: 26.5px 17px;
	background-position: calc(12px) calc(16px);
}
.li0204 {
	background: url(/excludes/images/nav/sp-icon-dduetMemberPrivilege.png) no-repeat;
	background-size: 23.5px 15.5px;
	background-position: calc(12px) calc(17px);
}
.li0205 {
	background: url(/excludes/images/nav/sp-icon-jobNavi.png) no-repeat;
	background-size: 23.5px 20.5px;
	background-position: calc(12px) calc(12px);
}
.li0206 {
	background: url(/excludes/images/nav/sp-icon-coinMoal.png) no-repeat;
	background-size: 22px 23.5px;
	background-position: calc(12px) calc(13px);
}
.li0207 {
	background: url(/excludes/images/nav/sp-icon-present.png) no-repeat;
	background-size: 24.5px 22.4px;
	background-position: calc(14px) calc(11px);
}
.li0208 {
	background: url(/excludes/images/nav/sp-icon-info.png) no-repeat;
	background-size: 26px 17px;
	background-position: calc(14px) calc(24px);
}
.li0209 {
	background: url(/excludes/images/nav/sp-icon-dduethome.png) no-repeat;
	background-size: 26px 20px;
	background-position: calc(14px) calc(12px);
}
.exLink {
	background: #D6D4CE;
	padding: 18px;
	font-size: 13px;
	margin: 0px 10px 20px;
}
.exLink-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink-lbl,
a.exLink-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.arrow-f-r {
	position: relative;
}
.arrow-f-r:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 12px;
	left: 0px;
	/* z-index: 100000000000000000000000000000; */
        /* transform: translateY(-50%); */
	background: url(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

header ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.headerA {
	border-top: 2px solid #990000;
	background: #fff;
}
.headerA.status_jnrl,
.headerA.status_biz {
	border-top: 2px solid #E74F80;
}
.headerA.status_org,
.headerA.status_org_pre,
.headerA.status_hataraki {
	border-top: 2px solid #425877;
}
.headerA.status_pre,
.headerA.status_jigyo,
.headerA.status_biz_pre {
	border-top: 2px solid #A57936;
}
 @media only screen and (max-width: 768px) {
.headerA{
	width: 100vw;
	/*padding-right: 17px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	z-index: 10000;
}
.headerA-inner {
	position: relative;
	display: -ms-flexbox;
	/*ie10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	/*ie10*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 71px;
}
.headerA-inner img {
	width: 100%;
}
.headerA-inner .menuBtn {
	width: 27px;
	padding: 20px 10px 22px;/* background: #e5e3dc; */
}
.clone-headerA .menuBtn {
	background: #e5e3dc;
	display: none;
}
.headerA-inner .logoA {
	position: absolute;
	top: 18px;
	left: 52px;
}
.headerA-inner .logoA a {
	display: block;
}
.headerA-inner .logoA img {
	width: 64px;
}
.headerA-inner .logo_pre img,
.headerA-inner .logo_org_pre img {
	width: 50px;
	position: absolute;
	top: 10px;
	left: 70px;
}
.header-info-ul {
	display: -ms-flexbox;
	/*ie10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	/*ie10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	/* background: #ff0; */
	width: 55%;
	margin-top: 17px;
}
.header-info-ul.preHeadSp{
	width: 50%;
}
.header-info-ul br {
	display: none;
}
.headerA.status_pre .header-info-ul,
.headerA.status_org_pre .header-info-ul {
	margin-top: 12px;
}
.header-info-li {
	/*width: 47px;*/
	font-size: 8px;
	padding: 0 3px;
	text-align: center;
	line-height: 1.2;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	flex:1;
	max-width: 55px;
}
.header-info-li br{
	display: block;
}
.header-info-li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 8px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 27px;
/*	width: 110%;*/
}
.header-info-li:before {
	content: '';
	display: block;
	/* width: 10.5px; */
        /* height: 20.5px; */
        /* margin: 7px auto 0; */
        /* padding: 0px 0 8px; */
	margin: 2.5px auto;/* background-size: 100%; */
}
.header-info-li.icon-favorite,
.header-info-li.icon-login,
.header-info-li.icon-newmember {
	flex: 1.5;
}
.header-info-li.icon-cart,
.header-info-li.icon-search.sp {
	flex: 1;
}

.mmbrSts-jnrl ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-org ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-hataraki ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-jigyo ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-biz ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-biz_pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-jnrl .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-org .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-pre .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-org_pre .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-hataraki .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-newmember {
	display: none;
}
.header-searchA {
	width: 100%;
}
.header-info-li.icon-login:before {
	background: url(/excludes/images/nav/sp-icon-login01.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 10px;
	height: 21px;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-jnrl .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-pre .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-org ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-org .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-org_pre .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-hataraki ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-hataraki .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-login:before
 {
	background: url(/excludes/images/nav/sp-icon-logout.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 22px;	
}
.header-info-li.icon-newmember:before {
	background: url(/excludes/images/nav/sp-icon-newM.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 21px;
	height: 21px;
}
/*.mmbrSts-jnrl ~ .headerA .header-info-li.icon-newmember:before {
       background: url(/excludes/images/nav/sp-icon-login02.png) no-repeat;
       background-size: 100%;
}*/
.header-info-li.icon-cart:before {
	background: url(/excludes/images/nav/sp-icon-cart.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 23px;
	height: 21px;
}
.header-info-li.icon-favorite:before {
	background: url(/excludes/images/nav/sp-icon-favorite.png) no-repeat 0 1px;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 16px;
	height: 21px;
}
.header-info-ul .header-info-li.icon-favorite .fvButton{
	border: none;
	background-color: transparent;
	font-size: 8px;
	margin: -24px 0 0;
	padding: 25px 0 0;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 12px;
	width: 110%;
}
.header-info-li.icon-search:before {
	background: url(/excludes/images/nav/sp-icon-search.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 19px;
	height: 21px;
}
.header-searchA {
	background: #efefef;
	padding: 10px;
	box-sizing: border-box;
	/*    display: none;*/
	display: block;
}
.header-searchA .input_search {
	position: relative;
}
.header-searchA .searchArea {
	width: 100%;
	height: 45px;
	font-size: 14px;
	padding: 10px 47px 10px 10px;
	margin: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: block;
	text-align: left;
	box-sizing: border-box;
}
.header-searchA .search_btn {
	width: 47px;
	font-size: 15px;
	background: #e8e8e8;
	height: 43px;
	color: #333333;
	border: none;
	border-radius: 0 4px 4px 0;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0;
}
.header-searchA .search_info {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}
.menu1 .on-off {
	display: none;
}
.header-searchA {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}
.header-searchA.actSearchA {
	padding: 10px;
	max-height: 100px;
	overflow: visible;
}
}
 @media only screen and (max-width: 375px) {
.headerA{
	padding-right: 0;
}
 }

 @media only screen and (max-width: 320px) {
.header-info-ul.preHeadSp {
	width: 45%;
}
}

/*@media only screen and (max-width: 768px) */

@media print, screen and (min-width: 769px) {
.headerA-inner {
	display: -ms-flexbox;
	/*ie10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	/*ie10*/
	-webkit-justify-content: space-between;
	/* justify-content: space-between; */
	-ms-flex-item-align: start;
	/*ie10*/
        /* -webkit-align-self: flex-start; */
        /* align-self: flex-start; */
	width: 980px;
	margin: auto;
	padding-top: 32px;
	min-height: 100px;
	box-sizing: border-box;
}
.headerA-inner img {
	width: 100%;
	height: auto;
}
.headerA-inner .menuBtn .blink{
	-webkit-animation:blink 0.6s ease-in-out infinite alternate;
    -moz-animation:blink 0.6s ease-in-out infinite alternate;
    animation:blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.headerA-inner .menuBtn {
	/*width: 24px;
        height: 24px;*/
	width: 34px;
}
.headerA-inner .menuBtn:hover {
	cursor: pointer;
	opacity: .7;
}
.headerA-inner .menuBtn.passive {
	visibility: hidden;
	pointer-events: none;
}
.headerA-inner .logoA {
	width: 109px;
	margin-top: -15px;
	position: relative;
}
.headerA-inner .logoA .logoA-link{
	padding: 0;
}
.headerA-inner .logoA .logoJP{
	padding: 15px 0 0 0;
	display: block;
}
.headerA-inner .logo_pre {
	width: 110px;
	position: absolute;
	top: 16px;
	left: 120px;
}
.headerA-inner .logo_org_pre {
	width: 130px;
	position: absolute;
	top: 5px;
	left: 135px;
	text-align: left;
}
.headerA-inner .logo_org_pre img:nth-child(2) {
	width: 70px;
}
.header-info-ul {
	width: 360px;
	font-size: 12px;
	text-align: right;
	position: relative;
	right: -100px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-searchA {
	width: 375px;
	padding-left: 100px;
}
.header-info-li {
	/*padding: 3px;*/
	display: inline-block;
	margin-left: 27px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
.header-info-li:not(.info-li-name):not(.info-li-logout):before {
	background: url(/excludes/images/nav/pc-icon-arrow-r-990000.png);
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 40%;
	left: -14px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 46;
}
.header-info-li a {
	color: #000;
}
.header-info-li a:hover {
	opacity: .7;
}
.info-li-name {
	display: none;
}
.info-li-name.mmbrSts-jnrl,
.info-li-name.mmbrSts-org,
.info-li-name.mmbrSts-pre,
.info-li-name.mmbrSts-org_pre,
.info-li-name.mmbrSts-hataraki,
.info-li-name.mmbrSts-jigyo,
.info-li-name.mmbrSts-biz,
.info-li-name.mmbrSts-biz_pre {
	display: inline-block;
}
.icon-login.mmbrSts-jnrl,
.icon-login.mmbrSts-org,
.icon-login.mmbrSts-pre,
.icon-login.mmbrSts-org_pre,
.icon-login.mmbrSts-hataraki,
.icon-login.mmbrSts-jigyo,
.icon-login.mmbrSts-biz,
.icon-login.mmbrSts-biz_pre {
	display: none;
	color: #fff;
}
.icon-newmember.mmbrSts-jnrl,
.icon-newmember.mmbrSts-org,
.icon-newmember.mmbrSts-pre,
.icon-newmember.mmbrSts-org_pre,
.icon-newmember.mmbrSts-hataraki,
.icon-newmember.mmbrSts-jigyo,
.icon-newmember.mmbrSts-biz,
.icon-newmember.mmbrSts-biz_pre{
	display: none;
}
.header-info-li.icon-cart {
	margin-left: 45px;
	margin-top: 0;
}
.header-info-ul .header-info-li.icon-cart:before {
	background: url(/excludes/images/nav/sp-icon-cart.png)no-repeat;
	content: '';
	display: block;
	width: 23px;
	height: 18px;
	position: absolute;
	top: 5px;
	left: -22px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 46;
	background-size: auto 100%;
}
.header-info-li.icon-favorite {
	margin-top: 0;
}
.header-info-ul .header-info-li.icon-favorite:before {
	background: url(/excludes/images/nav/ico-favorite.png)no-repeat;
	content: '';
	display: block;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 6px;
	left: -19px;
	transform: translateY(-50%);
	z-index: 46;
	background-size: auto 100%;
}
_:-ms-lang(x), .header-info-ul .header-info-li.icon-favorite:before {
	top:3px;
}
_:-ms-lang(x), .header-info-ul .header-info-li.icon-favorite a{
		display: inline-block;
		margin-top: -2px;
}
.header-info-ul .header-info-li.icon-favorite .fvButton{
	border: none;
	background-color: transparent;
	font-size: 12px;
	margin: -2px 0 0;
	padding: 0;
	cursor: pointer;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.header-info-ul .header-info-li.icon-favorite .fvButton:hover{
	opacity	:0.7;
}
.header-searchA {
	/* background: #efefef; */
        /* padding: 10px; */
	box-sizing: border-box;
	/*    display: none;*/
	display: block;
	margin-top: -10px;
}
.header-searchA .input_search {
	position: relative;
}
.header-searchA .searchArea {
	width: 100%;
	height: 45px;
	font-size: 18px;
	padding: 8px 47px 8px 10px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #000;
	display: block;
	text-align: left;
	box-sizing: border-box;
	margin: 0;
}
.header-searchA .search_btn {
	width: 62px;
	font-size: 15px;
	background: #990000;
	height: 45px;
	color: #fff;
	border-radius: 0 4px 4px 0;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	/* border-top-right-radius: 4px; */
	/* border-bottom-right-radius: 4px; */
	border-style: none;
	-webkit-appearance: none;
}
.status_jnrl .header-searchA .search_btn,
.status_biz .header-searchA .search_btn {
	background: #eb5081;
}
.status_org .header-searchA .search_btn,
.status_org_pre .header-searchA .search_btn,
.status_hataraki .header-searchA .search_btn {
	background: #425877;
}
.status_pre .header-searchA .search_btn,
.status_jigyo .header-searchA .search_btn,
.status_biz_pre .header-searchA .search_btn {
	background: #A57936;
}
.header-searchA .search_btn:hover {
	cursor: pointer;
	opacity: .7;
}
.header-searchA .search_info {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
}
.headerA-inner .btnclose {
	display: none;
}
.clone-headerA .btnclose {
	display: block;
}
}
.headerA-inner .orgLink {
	width: 154px;
	position: absolute;
	left: 140px;
	top: 10px;
	z-index: 1;
}
.headerA-inner .orgLink a:hover {
	opacity: .95;
}
 @media only screen and (max-width: 768px) {
.mmbrSts-org .orgLink {
	display: none;
}
.org_wrap a {
	display: block;
	margin: 10px 0 5px;
}
.mnb-org {
	margin: 0 0 5px !important;
	border: 4px solid #415778;
	text-align: center;
	color: #415778;
}
/*.mdl-open .org_wrap {
	display: none;
}*/
.mmbrSts-org .mnb-org,
.mmbrSts-org_pre .mnb-org,
.mmbrSts-hataraki .mnb-org {
	margin: 10px 2% 5px;
	border: 4px solid #415778;
	text-align: center;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	display: block;
}
.mnb-org dt {
	padding: 4px 0 5px;
}
.mnb-org dt img {
	width: 137px;
}
.mnb-org dd {
	padding: 3px 0;
	background: #415778;
}
.mnb-org dd img {
	width: 112px;
}
.headerA-inner .logoA .logoJP{
	padding: 9px 0 0 0;
}
}

/*navの時にマスクをする対応*/
@media only screen and (max-width: 768px) {
.clone-headerA {
	width: 100%;
	background: #e5e3dc;
	position: relative;
}
.clone-headerA .logoA,
.clone-headerA .header-info-ul {
	display: none;
}
}

/*-----------------------------------------
	レスポンシブフッター
-----------------------------------------*/
#FooterArea a:hover img{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#FooterArea .navi{
	padding: 15px 0;
	text-align: right;
	background: #dddddd;
	border-bottom: 1px solid #999999;
}
#FooterArea #ftnav {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 400px;
	font-size: 0;
	margin-bottom: -12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#FooterArea #ftnav li {
	display: inline-block;
	font-size: 12px;	
	padding: 0 0 0 10px;
	margin: 0 30px 12px 0;
	background: url(/excludes/images/p/common02/arrow03.png) no-repeat left center;
	line-height: 1.1em;
}
#FooterArea #ftnav li a{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
#FooterArea #ftnav li a:hover{
	color: rgba(0,0,0,0.6);
}
#FooterArea .bottom{
	width: 980px;
	margin: 0 auto;
	padding: 24px 0 56px 0;
	position: relative;
}
#FooterArea .bottom .web{
	position: absolute;
	top: 22px;
	/* right: 339px; */
	right:500px
}
#FooterArea .bottom .ai{
	position: absolute;
	top: 22px;
	right:250px
}
#FooterArea .bottom ul{
	position: absolute;
	top: 22px;
	right: 0;
}
#FooterArea .bottom ul li{
	margin-bottom: 11px;
}
#FooterArea .bottom ul li:last-child{
	margin-bottom: 0;
}
#FooterArea .bottom ul li a{
	/* pointer-events: none; */
	pointer-events: auto;
}
#FooterArea .bottom ul li img{
	vertical-align: bottom;
}
#FooterArea .bottom .logo{
	margin-bottom: 15px;
}
#FooterArea .bottom .copyright{
	width: auto;
	height: auto;
	font-size: 10px;
}
#FooterArea .bottom .copyright span{
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
#FooterArea #fnav0,
#FooterArea #gfnav,
#FooterArea #fnav2,
#FooterArea #fnav3,
#FooterArea #fnav4,
#FooterArea .pagetop{
	display: none;
}
@media only screen and (max-width: 768px) {
#FooterArea{
	width: 100vw;
	/*padding-right: 17px;*/
	border-top: none;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#FooterArea a{
	text-decoration: none;
}
#FooterArea a img {
    margin-left: 5px;
    vertical-align: middle;
}
#FooterArea h4 {
	padding: 5px 0 3px 23px;
	background-color: #CDA661;
	font-family: monospace;
	font-size: 15px;
	line-height: 16px;
	color: #FFF;
}

#FooterArea #ftnav,
#page-top{
	display: none!important;
}

#FooterArea #fnav0,
#FooterArea #fnav2,
#FooterArea #fnav3,
#FooterArea .pagetop{
	display: block;
}
#FooterArea #ftnav,
#FooterArea .navi,
#FooterArea .navi ul,
#FooterArea .bottom{
	width: auto;
}
#FooterArea .navi{
	padding: 0;
	text-align: left;
	border-bottom: none;
	margin: 20px 0 0 0;
}
#FooterArea .navi ul{
margin:0;
padding-bottom:0;
border-bottom:none;
}

#FooterArea .navi li {
	text-align:left;
	margin: 0;
}
#FooterArea .navi li img{
	opacity: 1.0;
}
#FooterArea .navi li a.opened img{
	opacity:0.7;
}
#gfnav {
	display: none;
}
#fnav0 {
	background-color: #E85282;
}
#fnav1 {
	padding: 0 10px;
	background-color: #FFD2E0;
}
#fnav2 {
	padding: 0 10px !important;
	background-color: #f1f1f1;
}
#fnav3 {
	padding: 0 10px !important;
	background-color: #dddddd;
}
#fnav5 {
	background-color: #FFF1D8;
}
#fnav0 li a {
	padding: 19px 20px 19px 23px;
	font-size: 15px;
	line-height: 16px;
	color: #FFF;
	display: block;
	/* margin: 0; */
}
#fnav1 li a {
	border-bottom: 1px dotted #FFF;
	background: url(/excludes/images/sp/common02/arrow_footer.png) no-repeat 95% center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	color: #535353;
}
#fnav2 li a,
#fnav3 li a {
	border-bottom: 1px dotted #CCC;
	background: url(/excludes/images/sp/common02/arrow_footer.png) no-repeat 95% center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;	
	color: #535353;
}
#fnav5 li{
	padding: 0 10px;
	border-bottom: 1px solid #CDA661;	
}
#fnav5 li a {
	background: url(/excludes/images/sp/common02/arrow_footer_pre.png) no-repeat 95% center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;	
	color: #535353;
}
#fnav1 li a,
#fnav2 li a,
#fnav3 li a,
#fnav5 li a {
	padding: 19px 25px 19px 13px;
	font-size: 15px;
	line-height: 16px;
	display: block;
}
#fnav1 li:last-child a,
#fnav2 li:last-child a,
#fnav3 li:last-child a{
	border-bottom: none;
}
#fnav0 li a img {
	width: 18px;
	height: 18px;
	float: right;
}
.pagetop {
	background-color: #e85282;
}
.pagetop a {
	padding: 8px 0;
	font-size: 13px;
	line-height: 14px;
	color: #FFF !important;
	text-align: center;
	display: block;
}
.pagetop a span {
	vertical-align: middle;
}
#FooterArea .bottom{
	padding: 17px 10px 25px;
}
/*#FooterArea .bottom .web{
	display: block;
	position: static;
	border: 2px solid #e85282;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 17px;
}
#FooterArea .bottom .web a{
	display: block;
	background: url(/excludes/images/sp/common02/arrow_footer.png) no-repeat 15px center;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;	
}
#FooterArea .bottom .web img{
	height: 76px;
	width: auto;
	margin: 0;
}*/
#FooterArea .bottom .web{
    display: block;
    position: static;
    /* border: 2px solid #006dc7; */
    border: 2px solid #fb618f;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .web a{
    display: block;
    /* background: url(/excludes/images/sp/common02/arrow_footer_web.png) no-repeat 15px center; */
    background: url(/excludes/images/sp/common02/arrow_footer_dduet.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .web img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom .ai{
    display: block;
    position: static;
    border: 2px solid #006dc7;
    /* border: 2px solid #fb618f; */
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .ai a{
    display: block;
    background: url(/excludes/images/sp/common02/arrow_footer_web.png) no-repeat 15px center;
    /* background: url(/excludes/images/sp/common02/arrow_footer_dduet.png) no-repeat 15px center; */
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .ai img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom .service{
    display: block;
    position: static;
    border: 2px solid #9e0001;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .service a{
    display: block;
    background: url(/excludes/images/sp/common02/arrow_footer_jp.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .service img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom .dduet{
    display: block;
    position: static;
    /* border: 2px solid #fb618f; */
    border: 2px solid #006dc7;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .dduet a{
    display: block;
    /* background: url(/excludes/images/sp/common02/arrow_footer_dduet.png) no-repeat 15px center; */
    background: url(/excludes/images/sp/common02/arrow_footer_web.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .dduet img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom ul{
	position: static;
	height: auto;
	overflow: hidden;
}
#FooterArea .bottom ul li{
	float: left;
	width: 50%;
	padding: 0 5px 0 0;
	margin: 0!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#FooterArea .bottom ul li a{
	display: block;
	background: #f1f1f1;
	text-align: center;
	border-radius: 5px;
}
#FooterArea .bottom ul li:last-child{
	padding: 0 0 0 5px;
}
#FooterArea .bottom ul li a{
	pointer-events: auto;
}
#FooterArea .bottom ul li img{
	height: 85px;
	width: auto;
}
#FooterArea .bottom .logo{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
#FooterArea .bottom .logo img{
	height: 22px;
	width: auto;
}
#FooterArea .bottom .copyright{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#FooterArea .bottom .copyright span{
	display: block;
	font-size: 10px;
}

}
 @media only screen and (max-width: 375px) {
#FooterArea{
	padding-right: 0;
}
}

/*----------------------------------------
	JP側のフッターを読み込んだときの競合を解消
----------------------------------------*/
#headerSp, #footerSp, .sp_mainTtl, .sp_only {
    display: none;
}
#footerWrapper{
	margin-top: 50px;
}
#footer .mainContents{
	padding-top: 0;
	background: none;
}
#footer a:link {
	text-decoration:none;
	color: #333;
}
#footer a:visited {
    text-decoration:none;
	color: #333;
}
#footer a:hover {
    text-decoration:underline;
	color: #23c3d6;
}
@media screen and (max-width: 768px){
	#headerSp, #footerSp, .sp_mainTtl, .sp_only {
		display: block;
	}
	#headerWrapper,#footerWrapper,#footerBottom,#breadcrumbs,.pc_only,#sidebar{
	    display: none;
	}
	#footerSp{
		margin-top: 30px;
	}
}


/* 2017.09.15 */
.cpdiff{
	padding: 0 0 0 3px !important;
}

@media only screen and (max-width: 768px){
	.cpdiff{
		font-size:14px;
	}
	.navscrl{
		box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
	}
	.mdl-open .navscrl{
		box-shadow: none;
	}
	#MB{
		padding-top:81px;
	}
	#MB.hoheader{
		padding-top:147px;
	}
}

@media print, screen and (min-width: 769px) {
p.arrmnBtn {
    position: absolute;
    background:url(/excludes/images/_shared/header/arrmnbtn.png) no-repeat;
    width:980px;
    height:144px;
    top: 0;
    left: -40px;
    right: 0;
    z-index: 1000;
    margin:0 auto;
    display:none;
}
}
@media print, screen and (min-width: 1549px){
p.arrmnBtn {
    visibility: hidden;
    pointer-events: none;
}
}
@media print, screen and (max-width: 768px) {
p.arrmnBtn {
    position: absolute;
    background: url(/excludes/images/_shared/header/arrmnbtn.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 10;
    background-size: 145px;
    top: 3px;
    display:none;
}
}

