@charset "UTF-8";

/* TOP 見出し */
div#midashi {margin: 0 auto; visibility: visible; overflow: hidden;}
div#tabs {margin:10px auto;  visibility: visible; overflow: hidden;z-index: 1000; width:660px; height: 265px;}
.mark {
  margin-left: -10px;
}


.leftoshirase {
  width: 95%;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
  clear:both;
}

.oshirase {
  font-weight: bold;
  color: #000000;
  margin-top: 2px;
  font-size: 12px;
}

.oshirase a{
  text-decoration: none;
}

.leftimenuimg {
  width: 66px;
  float: left;
}

.lleftmaintex {
  font-size: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
}

.listleft {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.prwaku{
  margin:30px 0px;
}


/* TOP ノジマノート */

 .nojima-note ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding:20px;
}

 .nojima-note ul li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

 .nojima-note ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    text-decoration:none;
    color:#777;
}

 .nojima-note ul li a:hover{
    text-decoration:underline !important;
    color:#182d7c;
}
 

 .nojima-note ul li a .photo {
  position: relative;
  width: 180px;
}

 .nojima-note ul li a .photo img {
  width: 100%;
  height: auto;
}

 .nojima-note ul li a .photo span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #E50019;
  overflow: hidden;
}

 .nojima-note ul li a .text {
  display: block;
  width: calc(100% - 200px);
}

 .nojima-note ul li a .text .date {
  display: block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #777;
}

 .nojima-note ul li a .text h3 {
  margin: 3px 0;
  font-weight: bold;
}


/* TOP ノジマ特集 */

 .nojima-tokushu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding:20px;
}

 .nojima-tokushu ul li {
  width: calc(25% - 10px);
  margin-bottom: 20px;
}



 .nojima-tokushu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    text-decoration:none;
    color:#777;
}

 .nojima-tokushu ul li a:hover{
    text-decoration:underline !important;
    color:#182d7c;
}
 

 .nojima-tokushu ul li a .photo {
  position: relative;
}

 .nojima-tokushu ul li a .photo img {
  width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  /* IEのときだけ調整 */
 .nojima-tokushu ul li a .photo img {
   width:18% !important;
  }
}

 .nojima-tokushu ul li a .photo span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #E50019;
  overflow: hidden;
}

 .nojima-tokushu ul li a .text {
  display: block;
}

 .nojima-tokushu ul li a .text .date {
  display: block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #777;
}

 .nojima-tokushu ul li a .text h3 {
  margin: 3px 0;
  font-weight: bold;
}

