@charset "UTF-8";
/*---------------------------------

base

---------------------------------*/

.nav-bg a,
.headerA a {
	text-decoration: none;
  color: #D71C58;
}
.headerA .search_info a:hover {
  color: #ff6600;
}
.header-searchA .searchArea {
  outline: 0;
}


/*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: 667px) */

.nav-bg .sp,
.headerA .sp,
.FooterArea .sp {
	display: none !important;
}
/*@media print, screen and (min-width: 668px) */


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

　共通メニュー基盤 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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: 4000;
	transform: translate(-100%, 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;
}

.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-open .nav-bg-inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.info-na-grp {
  color: #fff;
}

.mmbrSts-biz .info-cpA,
.mmbrSts-biz .update,
.mmbrSts-biz .info-mA,
.mmbrSts-biz_pre .info-cpA,
.mmbrSts-biz_pre .update,
.mmbrSts-biz_pre .info-mA {
  display: none;
}
.mmbrSts-biz .nav-c .ctgr02 .li0204,
.mmbrSts-biz_pre .nav-c .ctgr02 .li0204 {
  display: none;
}

.mmbrSts-biz .info-na,
.mmbrSts-biz_pre .info-na {
  border-bottom: none;
  padding: 0;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*@media only screen and (max-width: 667px) */

.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("../images/sp-bk-premium0.png")no-repeat center 0%;
	display: block;
}
.m-info {
	color: #FFF;
	padding: 25px 20px 30px;
	display: none;
}
.info-na {
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	text-align: center;
}
.mmbrSts-pre .info-na,
.mmbrSts-jigyo .info-na,
.mmbrSts-biz_pre .info-na {
	background: url("../images/sp-bk-premium.png")no-repeat center 0%;
	background-size: 223px auto;
}
.mmbrSts-org_pre .info-na {
	background: url("../images/sp-bk-org-premium.png")no-repeat center 0%;
	background-size: 223px auto;
}
.info-na-name {
	font-size: 18px;
	margin-bottom: 8px;
}
.info-cpA {
	/* border-bottom: solid 1px #fff; */
	padding: 16px 23px 10px;
	text-align: left;
}
.info-cpA a:hover {
	opacity: .7;
}
.info-cpA .info-cp-coin {
	display: block;
	color: #fff;
}
.info-cpA .info-cp-point {
	display: block;
	color: #fff;
}
.update {
	margin-bottom: 20px;
}
.update .btn02 {
	width: 221px;
	margin: 0 auto 10px;
	display: block;
}
.update .btn02 img {
	width: 100%;
}
.info-cpA .fs {
	font-size: 24px;
}
.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;
}
.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: 13px;
	padding: 10px 26px 10px;
	color: #fff;
	text-align: left;/* font-size: 13px; */
}
.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;
}
.exLink1-lbl:hover {
	text-decoration: underline;
}
.cpdiff{
	padding: 0 0 0 3px !important;
}
.arrow-f-r {
	position: relative;
}
.exLink1 .arrow-f-r:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 12px;
	left: 0px;
	background: url("../images/sp-icon-arrow-r-fff.png") no-repeat;
	background-size: 75%;
}
.plsLink a,
.logout a {
	display: block;
}
.logout a {
	margin: auto;
	width: 220px;
}
.plsLink .bnr01 {
	display: none;
}
.mmbrSts-org .plsLink .bnr01,
.mmbrSts-org_pre .plsLink .bnr01,
.mmbrSts-hataraki .plsLink .bnr01 {
	width: 222px;
	margin: 0 auto 10px;
	display: block;
}
.plsLink .bnr01 img {
	width: 100%;
}
.logout .btn01 {
	width: 223px;
	margin: 0 auto 10px;
	display: block;
}
.logout .btn01 img {
	width: 100%;
}

.btnA-btn {
	width: 100%;
	min-width: 100px;
	background: #fff;
	min-height: 23px;
	display: block;
	border-radius: 5px;
}
.mmbrSts-jnrl .btnA-btn,
.mmbrSts-biz .btnA-btn {
	background: url("../images/sp-icon-arrow-top-std.png") #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-pre .btnA-btn,
.mmbrSts-jigyo .btnA-btn,
.mmbrSts-biz_pre .btnA-btn {
	background: url("../images/sp-icon-arrow-top-prm.png") #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-org .btnA-btn,
.mmbrSts-org_pre .btnA-btn,
.mmbrSts-hataraki .btnA-btn {
	background: url("../images/sp-icon-arrow-top-org.png") #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-jnrl .info-mA.close .btnA-btn,
.mmbrSts-biz .info-mA.close .btnA-btn {
	background: url("../images/sp-icon-arrow-top-std-close.png") #fff no-repeat;
	background-position: center center;
}
.mmbrSts-pre .info-mA.close .btnA-btn,
.mmbrSts-jigyo .info-mA.close .btnA-btn,
.mmbrSts-biz_pre .info-mA.close .btnA-btn {
	background: url("../images/sp-icon-arrow-top-prm-close.png") #fff no-repeat;
	background-position: center center;
}
.mmbrSts-org .info-mA.close .btnA-btn,
.mmbrSts-org_pre .info-mA.close .btnA-btn,
.mmbrSts-hataraki .info-mA.close .btnA-btn {
	background: url("../images/sp-icon-arrow-top-org-close.png") #fff no-repeat;
	background-position: center center;
}


/*@media print,screen and (min-width: 668px)*/


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec01 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*@media only screen and (max-width: 667px) */

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);
	-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)
}
 100% {
 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;
}
.menuBtn.nav-op2 {
	/* display: none; */
	visibility: hidden;
	pointer-events: none;
}
.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)
}
.nav-bg-inner {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
}
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec02 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*@media only screen and (max-width: 667px) */

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.btnclose img {
	width: 100%;
}
.nav-c {
	/* width: 100%; */
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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-ctgr {
	border-bottom: #C9C9C9 solid 1px;
	/* padding-bottom: 14px; */
	display: block;
}
.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;
	letter-spacing: -1px;
}
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%);
	background-size: 75%;
	background: url("../images/sp-icon-minus.png") no-repeat;
	background-size: 90%;
}
.arrow-b-r {
	position: relative;
}
.plusMinus.plus:after {
	background: url("../images/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%);
	background: url("../images/sp-icon-arrow-r-gray.png") no-repeat;
	background-size: 75%;
}
/*.plusMinus.minus:after {
    background: url("../images/sp-icon-minus.png") no-repeat;
    background-size: 90%;
}
*/

.nav-c .closeItem{
font-size:0.9em;
}
.ctgy-ttl:not(.plus) .closeItem {
display: none;
}

.ctgr01 .ctgy-ttl img {
	width: 99px;
	height: 13.5px;
}
.ctgr02 .ctgy-ttl img {
	width: 123px;
	height: 13.5px;
}
.ctgr03 .ctgy-ttl img {
	width: 170px;
	height: 13.5px;
}
.ctgr04 .ctgy-ttl img {
	width: 56.5px;
	height: 13.5px;
}
.ctgr05 .ctgy-ttl img {
	width: 57px;
	height: 13.5px;
}
.ctgr06 .ctgy-ttl img {
	width: 57.5px;
	height: 13.5px;
}
.ctgr01 {
	background: url("../images/sp-icon-home.png") no-repeat;
	background-size: 31px 24px;
	background-position: calc(0px) calc(15px);/* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.ctgr02 {
	background: url("../images/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; */
}
.ctgr03 {
	background: url("../images/sp-icon-dduetMemberSite2.png") no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(12px);
}
.ctgr04 {
	background: url("../images/sp-icon-forBussines.png") no-repeat;
	background-size: 29px 22.5px;
	background-position: calc(0px) calc(12px);
}
.ctgr05 {
	background: url("../images/sp-icon-infoEnterprise.png") no-repeat;
	background-size: 31.5px 24.5px;
	background-position: calc(0px) calc(12px);
}
.ctgr06 {
	background: url("../images/sp-icon-shopList.png") no-repeat;
	background-size: 31px 25.5px;
	background-position: calc(0px) calc(12px);
}
.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;
}
.entryBtnA {
	width: 100%;
}
.mmbrSts-jnrl .entryBtnA,
.mmbrSts-org .entryBtnA,
.mmbrSts-pre .entryBtnA,
.mmbrSts-org_pre .entryBtnA,
.mmbrSts-hataraki .entryBtnA,
.mmbrSts-jigyo .entryBtnA,
.mmbrSts-biz .entryBtnA,
.mmbrSts-biz_pre .entryBtnA{
	display: none;
}
.entryBtnA img {
	width: 100%;
}
.entryBtnA a {
	display: block;
}
.loginBtn,
.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.li0100 {
	background: url("../images/sp-icon-home02.png") no-repeat;
	background-size: 24px 24px;
	background-position: calc(10px) calc(13px);/* display: none; */
}
.li0101 {
	background: url("../images/sp-icon-localCampaign.png") no-repeat;
	background-size: 21px 20.5px;
	background-position: calc(10px) calc(15px);
}
.li0102 {
	background: url("../images/sp-icon-homeItem.png") no-repeat;
	background-size: 22px 23px;
	background-position: calc(10px) calc(13px);
}
.li0103 {
	background: url("../images/sp-icon-housecleanning.png") no-repeat;
	background-size: 27px 18.5px;
	background-position: calc(8px) calc(15px);
}
.li0104 {
	background: url("../images/sp-icon-housework.png") no-repeat;
	background-size: 27.5px 22px;
	background-position: calc(5px) calc(12px);
}
.li0105 {
	background: url("../images/sp-icon-extermination.png") no-repeat;
	background-size: 17.5px 22px;
	background-position: calc(10px) calc(12px);
}
.li0106 {
	background: url("../images/sp-icon-careGarden.png") no-repeat;
	background-size: 23.5px 23.5px;
	background-position: calc(10px) calc(12px);
}
.li0107 {
	background: url("../images/sp-txt-seniorOther_1.png") no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(10px) calc(12px);
}
.li0108 {
	background: url("../images/sp-icon-homeRepair.png") no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(10px) calc(12px);
}
.li0200 {
	background: url("../images/sp-icon-koetasu.png") no-repeat;
	background-size: 27px 23.5px;
	background-position: calc(12px) calc(12px);
}
.li0201 {
	background: url("../images/sp-icon-lifeInfo.png") no-repeat;
	background-size: 26px 18px;
	background-position: calc(12px) calc(12px);
}
.li0202 {
	background: url("../images/sp-icon-duskinmarket.png") no-repeat;
	background-size: 24px 17px;
	background-position: calc(12px) calc(15px);
}
.li0203 {
	background: url("../images/sp-icon-recomendShopNavi.png") no-repeat;
	background-size: 26.5px 17px;
	background-position: calc(12px) calc(16px);
}
.li0204 {
	background: url("../images/sp-icon-dduetMemberPrivilege.png") no-repeat;
	background-size: 23.5px 15.5px;
	background-position: calc(12px) calc(17px);
}
.li0205 {
	background: url("../images/sp-icon-jobNavi.png") no-repeat;
	background-size: 23.5px 20.5px;
	background-position: calc(12px) calc(12px);
}
.li0206 {
	background: url("../images/sp-icon-coinMoal.png") no-repeat;
	background-size: 22px 23.5px;
	background-position: calc(12px) calc(13px);
}
.li0207 {
	background: url("../images/sp-icon-present.png") no-repeat;
	background-size: 24.5px 22.4px;
	background-position: calc(14px) calc(11px);
}
.li0208 {
	background: url("../images/sp-icon-info.png") no-repeat;
	background-size: 26px 17px;
	background-position: calc(14px) calc(24px);
}
.li0209 {
	background: url("../images/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("../images/sp-icon-arrow-r-gray.png") no-repeat;
	background-size: 75%;
}

a.pc_only{
  display: block;
}
a.sp_only{
  display: none;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

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

.orgLink,
.logo_pre,
.logo_org_pre,
.mnb-org{
  display: none;
}
.mmbrSts-org ~ .headerA .orgLink,
.mmbrSts-org ~ .headerA .mnb-org,
.mmbrSts-pre ~ .headerA .logo_pre,
.mmbrSts-biz_pre ~ .headerA .logo_pre,
.mmbrSts-jigyo ~ .headerA .logo_pre,
.mmbrSts-org_pre ~ .headerA .logo_org_pre,
.mmbrSts-org_pre ~ .headerA .mnb-org,
.mmbrSts-hataraki ~ .headerA .orgLink,
.mmbrSts-hataraki ~ .headerA .mnb-org {
  display: block;
}

/*@media only screen and (max-width: 667px) */

.headerA-inner {
	width: 956px;
	margin: auto;
	padding-top: 32px;
	min-height: 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.headerA-inner img {
	width: 100%;
	height: auto;
}
.menuBtn {
width: 114px;
    margin-top: -5px;
    float: left;
    margin-right: 26px;
}
.menuBtn:hover {
	cursor: pointer;
	opacity: .7;
}
.menuBtn.passive {
	visibility: hidden;
	pointer-events: none;
}
.logoA {
    width: 109px;
    margin-top: -25px;
    position: relative;
    float: left;
}
.logoA .logoA-link{
  padding: 15px 0 0 0;
}
.logo_pre {
	width: 110px;
	position: absolute;
	top: 16px;
	left: 120px;
}
.logo_org_pre {
	width: 130px;
	position: absolute;
	top: 5px;
	left: 135px;
	text-align: left;
}
.logo_org_pre a {
  display: block;
  font-size: 0;
}
.logo_org_pre img:nth-child(2) {
	width: 70px;
}
.header-info-ul {
	width: 360px;
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-searchA {
	float: right;
	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):before {
	background: url("../images/pc-icon-arrow-r-990000.png");
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 40%;
	left: -14px;
	transform: translateY(-50%);
	z-index: 46;
}
.beforeNone:before {
	background: none !important;
}
.info-li-logout {
	display: inline-block;
	margin-left: 27px;
}
.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-li.icon-cart:before {
	background: url("../images/sp-icon-cart.png")no-repeat;
	content: '';
	display: block;
	width: 23px;
	height: 18px;
	position: absolute;
	top: 5px;
	left: -22px;
	transform: translateY(-50%);
	z-index: 46;
	background-size: auto 100%;
}
.header-info-li.icon-favorite {
	margin-top: 0;
}
.header-info-li.icon-favorite:before {
	background: url("../images/ico-favorite.png")no-repeat;
	content: '';
	display: block;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 7px;
	left: -19px;
	transform: translateY(-50%);
	z-index: 46;
	background-size: auto 100%;
}
/*.status_org .header-info-ul {
	padding-left: 165px;
	padding-right: 10px;
	padding-top: 0;
}*/
.header-searchA {
	/* background: #efefef; */
        /* padding: 10px; */
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*    display: none;*/
	display: block;
	margin-top: -4px;
}
.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
}
.mmbrSts-jnrl ~ .headerA .header-searchA .search_btn,
.mmbrSts-biz ~ .headerA .header-searchA .search_btn {
	background: #eb5081;
}
.mmbrSts-org ~ .headerA .header-searchA .search_btn,
.mmbrSts-org_pre ~ .headerA .header-searchA .search_btn,
.mmbrSts-hataraki ~ .headerA .header-searchA .search_btn {
	background: #425877;
}
.mmbrSts-pre ~ .headerA .header-searchA .search_btn,
.mmbrSts-jigyo ~ .headerA .header-searchA .search_btn,
.mmbrSts-biz_pre ~ .headerA .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;
}
.btnclose {
	display: none;
}
.clone-headerA .btnclose {
	display: block;
}
.orgLink {
	width: 154px;
	position: absolute;
	left: 140px;
	top: 10px;
	z-index: 1;
}
.orgLink a:hover {
	opacity: .95;
}


/*-----------------------------------------
	レスポンシブフッター
-----------------------------------------*/
#footerBottom{
  background: #fff;
}
#footerBottom 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;
}
#footerBottom .navi{
	padding: 15px 0;
	text-align: right;
	background: #dddddd;
	border-bottom: 1px solid #999999;
}
#footerBottom #ftnav {
	padding: 0 0 0 30px;
	font-size: 0;
	margin-bottom: -12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footerBottom #ftnav li {
	display: inline-block;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0 30px 12px 0;
	background: url("../../images/ico.gif") no-repeat 0 5px;
	line-height: 1.1em;
}
#footerBottom #ftnav li a{
	font-weight: bold;
	color: rgba(0,0,0,1);
	text-decoration: none;
}
#footerBottom #ftnav li a:hover{
	color: rgba(0,0,0,0.6);
}
#footerBottom .bottom{
	width: 956px;
	margin: 0 auto;
	padding: 24px 0 56px 0;
	position: relative;
  text-align: left;
}
#footerBottom .bottom .chat{
	position: absolute;
	top: 22px;
	right: 480px;
}
#footerBottom .bottom .web{
	position: absolute;
	top: 22px;
	right: 280px;
}
#footerBottom .bottom ul{
	position: absolute;
	top: 45px;
	right: -25px;
}
#footerBottom .bottom ul li{
	margin-bottom: 11px;
}
#footerBottom .bottom ul li:last-child{
	margin-bottom: 0;
}
#footerBottom .bottom ul li img{
	vertical-align: bottom;
}
#footerBottom .bottom .logo{
	margin-bottom: 15px;
}
#footerBottom .bottom .copyright{
	width: auto;
	height: auto;
	font-size: 10px;
	font-weight: bold;
}
#footerBottom .bottom .copyright span{
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
#footerBottom #fnav0,
#footerBottom #gfnav,
#footerBottom #fnav2,
#footerBottom #fnav3,
#footerBottom #fnav4,
#footerBottom .pagetopBottom{
	display: none;
}

#footerBottom .navi ul {
    width: 956px;
    margin: 0 auto;
}
