@charset "utf-8";
/* TOPページ */
#hdW {
  overflow: hidden;
  position: relative;
}


#hdW img.imgTop {
  top: 0;
  left: 0;
}


#hdW img.img2 {
  top: 0;
  position: absolute;  /*relative;*/
}

div.newsDigestO a {

  color:#000;
  text-decoration:none;
}

/* ヘッダ */
.nodisp {
  display:none;
}

/* 外部サイト */
.otherSite {
  overflow: auto;
  height: 500px;
}

.topInfo {
  height: 500px;
}

.otherSiteIndex {
  padding: 0px;
  margin-bottom: 0px;
  height: 430px;
  /* width: 256px; */
  width: 100%;
  overflow: auto;
  /* overflow: scroll; */
  /* display: inline-block; */
  display: block;
}

iframe.otherSiteFrame {
  border: none;
  display: block;
  /* overflow: auto; */
  width: 100%;
  /* width: 256px; */
  /* width: 240px; */
  /* height: 100%; */
  /* height: 430px; */
  height: 740px;
  margin-top: -310px;
}

/* サイドバー */
.sideBarSect {
  margin:10px;
}
.sideBarStr {
  text-align:left;
  margin-bottom:20px;
}

/* ニュース */
.newsOut {
  height: 500px;
  overflow: auto;
}

.topInfo div.newsDigestO:last-child {

  border-bottom-style: none;
}

.newsDigestO {
  text-align:left;
  border: 1px solid #0000ff;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background-color:#fff;
}

.newsDateTitle {
  margin-left:10px;
}

.newsString {
  padding-top:5px;
  border-top:1px solid #000;
  margin-left:10px;
  margin-right:10px;
  height:4em;
  overflow:hidden;
  width:auto;
}

/* 出勤予定 */
.tnOuter {
  width:110px;
  height:145px;
  overflow:hidden;
}

.worksList {
  margin-top:10px;
}

/* システム */
.systemVal {
  overflow:visible;
  height:auto;
  padding-bottom:10px;
}

/* 写メ日記 */
.pDiaryList {
  margin-top:10px;
}

/* 求人 */
.recruitVal {
  overflow:visible;
  height:auto;
  padding-bottom:10px;
}

/* 人妻たち */
.wivesList {
  overflow: auto;
  height:auto;
  max-height: 500px;
}

.newFaceMark {
  color: #ff0;
  background-color: #f00;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 4px;
  padding: 3px;
  padding-top: 4px;
}

.workerTN {
  width:120px;
  overflow:hidden;
}
.thumbnail .tnOuter {
  overflow:hidden;
}

.topAreaStr {
/*  color:#fff;*/
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
  padding:5px;
  border:1px solid #555;
  background-color:#fff;
}

/* 整列表示 */
#todaysWorksList {
  display: -webkit-flex; /* Safari */
  display: flex;

 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap:         wrap;

  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;


  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;

  -webkit-align-content: flex-start; /* Safari */
  align-content:         flex-start;

  margin-bottom:10px;
  overflow: hidden;
}


/* フッタ */
.footerCaution {
  margin-bottom: 10px;
  padding-bottom: 10px;

  border-bottom: 1px solid #ccc;
}

.topInfo {
  padding-bottom:10px;
  margin-bottom:15px;
  border:1px solid #555;
}

.topInfo h2 {
  font-size:20px;
  margin-top:5px;
  margin-bottom:0px;
}

.topInfoIN {
  margin-top:10px;
}


#sideBarBottom {
  margin-left:10px;
  margin-right:10px;
  padding-top:10px;
  border-top:1px solid #aaa;
/*  position: absolute;*/
  bottom: 0px;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  #sideBarBottom {
    position: static;
  }
}



#sideBarBottom a {
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
  display: inline-block;
}

.topPageLink {
  margin-bottom:20px;
}

#ninjaCounter {

  /*margin-top:10px;*/
  padding-top:10px;
  border-top:1px solid #aaa;
  text-align: center;
}

/* リンクの差分 */
.topLink {
 overflow: visible;
 height: auto;
}


iframe.otherSiteFrame {
  border: none;
  display: block;
  /* overflow: auto; */
  width: 100%;
  /* width: 256px; */
  /* width: 240px; */
  /* height: 100%; */
  /* height: 430px; */
  height: 740px;
  margin-top: -310px;
}
.otherSiteIndex {
  padding: 0px;
  margin-bottom: 0px;
  height: 430px;
  /* width: 256px; */
  width: 100%;
  overflow: auto;
  /* overflow: scroll; */
  /* display: inline-block; */
  display: block;
}


#wivesListI {

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: 10px;
  overflow: hidden;
}

#moreWives {
  position: absolute;
  /* top: 120px; */
  bottom: 8px;
  right: 15px;
}

#wivesListIList {
  margin-bottom: 35px;
  overflow: hidden;



}

/* 追加分 */
/* TOP_CSS_VAL_STR */
