/*****************************/
/* tedukuri default settings */
/*****************************/
#tedukuri * {
  box-sizing: border-box;
}

#tedukuri .pbNestedWrapper {
  overflow: visible;
}

#tedukuri-kvArea {
  background: url(/library/anshin/kodomo/tedukuri/common/img/tedukuri-kv-bg.png) no-repeat;
  background-size: cover;
  height: 404px;
  margin-bottom: 70px;
  width: 100%;
}

#tedukuri-kv-titleimg {
  display: inline;
  margin: 30px 0 72px 60px;
}

#tedukuri-kv-txt {
  color: #eb6900;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0; /* reset */
  line-height: 1.7;
  margin-top: 0; /* reset */
  padding-left: 35px;
  padding-right: 50px;
  text-align: justify;
}

#tedukuri-listArea {
  margin: 0 auto 70px;
  width: 660px;
}

.tedukuri-item + .tedukuri-item {
  border-top: 1px dashed #d1d1d1;
}

.tedukuri-link {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;
  text-decoration: none;
}

.tedukuri-link:hover {
  cursor: pointer;
  opacity: .75;
  text-decoration: underline;
}

.tedukuri-link:hover .tedukuri-title,
.tedukuri-link:hover .tedukuri-belong,
.tedukuri-link:hover .tedukuri-name {
  color: #009944;
}

.tedukuri-imgArea {
  text-align: center;
  width: 200px;
}

.tedukuri-descArea {
/*  width: 410px;*/
  width: 420px;
}

.tedukuri-vol {
  background: #5b982b;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 0; /* reset */
  text-align: center;
  width: 85px;
}

.tedukuri-title {
/*  font-size: 1.7rem;*/
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0; /* reset */
}

.tedukuri-belong,
.tedukuri-name {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0; /* reset */
}

.tedukuri-belong {
  margin-bottom: 10px;
}

.tedukuri-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}


/*** added on 19-08-01 ***/
.tedukuri-contents-summer #tedukuri-kvArea {
  background: url(/library/anshin/kodomo/tedukuri/common/img/special/tedukuri-summer-kv-bg.png) no-repeat;
  background-size: cover;
}

.tedukuri-contents-summer #tedukuri-kv-txt {
  color: #1e64c8;
}

.tedukuri-item-withedit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;  
}

ol.tedukuri-edit-list {
  display: flex;
  margin-top: 10px;
}

.tedukuri-edit-item a:link {
  color: #644817;
  text-decoration: underline;  
}

.tedukuri-edit-item a:hover {
  text-decoration: none;
  opacity: .8;
}

.tedukuri-edit-link {
  font-size: 1.6rem;
  line-height: 1;
}

.tedukuri-edit-link::before {
  background: url(/library/common/images/common_icn_001.gif) no-repeat;
  content: '';
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  transform: translateY(-2px);
  width: 8px;
}

.tedukuri-edit-item + .tedukuri-edit-item {
    margin-left: 45px;
}