@charset "utf-8";

/* ------------------------------------- 
 *  style css (共通タグ呼び出し)
 * ------------------------------------- */
@import url(../../css/style.css);
@import url(../../css/stylem.css);

/* ------------------------------------- 
 *
 *  ハイライト css
 *
 * ------------------------------------- */

/* topics css -------------------------- */

.digests-wrapper {
  display: block;
  width:700px;
  overflow: hidden;
  margin: 20px 43px 10px 43px;
}
.digests-body-block{
  display: block;
  float: left;
  width:296px;
  padding: 6px 25px 20px 25px;
}

.digests-body-title{
  display: block;
  float: left;
  width:290px;
  height:26px;
  vertical-align:bottom;
  color: darkgreen;
  font-weight: bold;
  background:#f0f0f0;
}

.digests-body-main{
  display: block;
  float: left;
}
.digests-body-main iframe{
  width:290px;
  height:163px;
}
.digests-body-main img{
  width:290px;
  height:163px;
}
.digests-body-main:hover img {
    opacity: 0.6;
}
.digests-body-link{
  display: block;
  float: left;
  width:290px;
  text-align: right;
  font-size: 0.8em;
}
.digests-body-descr{
  display: block;
  float: left;
  width:290px;
  /*height:40px;*/
}

@media print, screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .digests-wrapper {
    width: 100%;
  margin: 6px auto 20px auto;
  }
  .digests-body-block{
    margin: 6px auto 20px auto;
  }
  .digests-body-title{
    height:auto;
  }
/*
.digests-body-link{
    width: 100%;
}
.digests-body-descr{
    width: 100%;
}
*/
}
