@charset "utf-8";

/* ------------------------------------------

ハウスダストの知識と対策ページ(common)

------------------------------------------ */
a.op:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#footerWrapper {
    margin: 0;
}

#housedust #container{
	text-align:left;
}

#wideView #wrapper {
    width: auto;
    margin: 0;
    text-align: left;
    background: url(/item/mop/housedust/images/bg-wrap.gif) 0 0 repeat;
}

.nav ul {
	width: 958px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 17px;
}
.nav ul li {
	float: left;
	list-style: none;
	margin: 0 17px 0 0;
}
.nav ul li.last {
	margin: 0;
}


.footWrap {
	border-top: 1px solid #ec5c7d;
	background: url(/item/mop/housedust/images/bg-foot.png) 50% 0 no-repeat;
}
.footWrap2 {
	background: url(/item/mop/housedust/images/bg-foot.png) 50% 100% no-repeat;
}
.foot {
	width: 960px;
	margin: 0 auto;
}
.foot p {
	padding: 50px 0 37px;
	text-align: center;
}
.foot p.pagetop {
	padding: 14px 0;
	margin: 0 8px 0 0;
	text-align: right;
}
.footWrap .nav {
	background: #fef8d8;
}
.pcOnly{display: block;}
.spOnly{display: none;}

@media only screen and (max-width: 667px) {
  .spOnly{display: block;}
  .pcOnly{display: none;}
  .pageTop {
    background: #ffc000;
	}
  #prdList .prdListTtl {
		border-left: 4px solid #a24500;
    background-color: #ffc000;
	}
  #wrapper img {
    width: 100%;
    height: auto;
  }

  .nav ul {
		width: auto;
		padding: 20px 10px 10px;
	}
	.nav ul li {
		margin: 0 0 5px;
		width: 49%;
	}
	.nav ul li:nth-child(even) {
		float: right;
	}

  #section p,
	#section dd {
		color: #333333 !important;
	}

  .footWrap2 {
    margin: 0 0 10px;
  }

  .foot {
  	width: auto;
  }

  .foot p.pagetop {
    width: 125px;
    margin: 0 auto;
  }
  
/* 20250321：組織員の表示調整 */
      .mmbrSts-org ~ .nav_global-search, .mmbrSts-org_pre ~ .nav_global-search, .mmbrSts-hataraki ~ .nav_global-search {
        top: 140px!important;
    }
}

/* 20250805：spパンくずリストの表示調整 */
@media only screen and (max-width: 667px) {
    .breadcrumbsArea .breadcrumbs ul {
        width: calc(100% - 60px)!important;
    }
}