@charset "UTF-8";
/*------------------------------------------------------------
  記事ページ
------------------------------------------------------------*/
#conts .articleBox .aclTtl {
  margin: 0 10px 15px;
}

#conts .articleBox .aclTtl .tag {
  padding: 0 5px;
  background: #3E3A39;
  border-radius: 3px;
  font-size: 1.0rem;
  color: #FFF;
}

#conts .articleBox .aclTtl h1 {
  margin: 8px 0 5px;
  font-size: 1.7rem;
  color: #258CD8;
  line-height: 1.4;
}

#conts .articleBox .aclTtl time.date {
  display: block;
  font-size: 1.0rem;
  color: #3E3939;
  text-align: right;
}

#conts .articleBox figure.mainImg {
  margin: 0 10px 10px;
}

#conts .articleBox figure.mainImg img {
  width: 100%;
  height: auto;
}

#conts .articleBox .wysiwyg {
  padding: 0 10px;
  color: #333;
}

#conts .articleBox .wysiwyg img {
  max-width: 100%;
  height: auto!important;
}

#conts .articleBox .wysiwyg h2 {
  margin-bottom: 13px;
  padding: 10px 8px;
  background: #F9F9F9;
  border-top: 2px solid #3E3A39;
  border-bottom: 1px solid #D6D6D6;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #3E3939;
  position: relative;
  overflow: hidden;
}

#conts .articleBox .wysiwyg h2:before {
  content: "";
  width: 85px;
  height: 2px;
  background: #258CD8;
  position: absolute;
  top: -2px;
  left: 0;
}

#conts .articleBox .wysiwyg h3 {
  margin-bottom: 11px;
  padding: 0 0 0 6px;
  border-left: 3px solid #258CD8;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #333;
}

#conts .articleBox .wysiwyg h4 {
  margin-bottom: 6px;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #B9B9B9;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #333;
  overflow: hidden;
}

#conts .articleBox .wysiwyg h5 {
  font-size: 1.5rem;
}


#conts .articleBox .wysiwyg p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}

#conts .articleBox .wysiwyg p a.txtLink {
  padding: 0 0 0 7px;
  background: url(/img/pharmanews/common/icon/icon02.png) left 6px no-repeat;
  color: #258CD8;
}

#conts .articleBox .wysiwyg ul {
  margin-bottom: 20px;
  padding: 10px 14px;
  background: #F9F9F9;
}

#conts .articleBox .wysiwyg ul li {
  padding: 0 0 0 7px;
  background: url(/img/pharmanews/common/icon/icon03.png) left 10px no-repeat;
  font-size: 1.5rem;
  line-height: 1.8;
  overflow: hidden;
}

#conts .articleBox .wysiwyg .borderBox {
  margin-bottom: 20px;
  padding: 10px 13px;
  border: 1px solid #B9B9B9;
  overflow: hidden;
}

#conts .articleBox .wysiwyg .borderBox ul {
  margin-bottom: 0;
  padding: 0;
  background: none;
}

/*記事毎のINDEX*/
#conts .articleBox .wysiwyg .aclIndex {
  padding: 8px 10px;
  width: 93%;
  max-width: 100%;
  border: 1px solid #B9B9B9;
}

#conts .articleBox .wysiwyg .aclIndex .indexTtl {
  margin-bottom: 10px;
}

#conts .articleBox .wysiwyg .aclIndex .indexList {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}

#conts .articleBox .wysiwyg .aclIndex .indexList li {
  line-height: 1.4;
  font-size: 1.5rem;
}


/* 記事内table */
#conts .articleBox .wysiwyg table {
  width: 93%;
  max-width: 100%;
  border-collapse: collapse;
}

#conts .articleBox .wysiwyg table th,
#conts .articleBox .wysiwyg table td {
  padding: 7px 5px;
  border: 1px solid #B9B9B9;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  vertical-align: top;
}

#conts .articleBox .wysiwyg table th {
  background: #F9F9F9;
}

#conts .articleBox .wysiwyg table thead th {
  background: #D6D6D6;
}

.alignleft,
img.alignleft {
  display: inline;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
  width: 42%;
}

#conts .articleBox .wysiwyg .wp-caption {
  width: 100%!important;
  border: none;
  border-radius: 0;
  text-align: center;
}

#conts .articleBox .wysiwyg .wp-caption p.wp-caption-text {
  background: #f1f1f1;
  font-size: 1.4rem;
}

#conts .articleBox .wysiwyg img,
#conts .articleBox .wysiwyg .wp-caption img {
  width: 100%!important;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}


@media only screen and (max-width: 780px) {
  #conts .articleBox .wysiwyg table {
    width: 100%;
  }

  #conts .articleBox .wysiwyg .aclIndex .indexList li {
    font-size: 1.5rem;
  }

  #Singele_Newsplus #sideBar .about,
  #Singele_Newsplus #sideBar .popularityAcl {
    display: none;
  }
}



@media only screen and (min-width: 738px){
  #conts .articleBox .aclTtl {
    margin: 0 0 20px;
  }

  #conts .articleBox .aclTtl .tag {
    padding: 1px 5px 0;
    font-size: 1.3rem;
    font-weight: bold;
  }

  #conts .articleBox .aclTtl h1 {
    margin: 13px 0 5px;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: normal;
  }

  #conts .articleBox .aclTtl time.date .smt {
    display: none;
  }

  #conts .articleBox .aclTtl time.date {
    font-size: 1.2rem;
  }

  #conts .articleBox figure.mainImg {
  margin: 0 0 20px;
  }

  #conts .articleBox figure.mainImg img {
    display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  }

  #conts .articleBox .wysiwyg {
  padding: 0;
  }

  #conts .articleBox .wysiwyg h2 {
  margin-bottom: 15px;
  padding: 10px 15px 7px;
  font-size: 2.3rem;
  line-height: 1.3;
  }

  #conts .articleBox .wysiwyg h2:before {
  width: 150px;
  }

  #conts .articleBox .wysiwyg h3 {
  font-size: 2.1rem;
  }

  #conts .articleBox .wysiwyg p {
  font-size: 1.5rem;
  line-height: 1.7;
  }

  #conts .articleBox .wysiwyg ul {
  padding: 15px 20px;
  overflow: hidden;
  }

  #conts .articleBox .wysiwyg .borderBox {
  padding: 20px;
  overflow: hidden;
  }

  #conts .articleBox .wysiwyg table th,
  #conts .articleBox .wysiwyg table td {
  padding: 8px 10px;
    font-size: 1.5rem;
  }

  #conts .articleBox .wysiwyg .aclIndex {
  padding: 8px 10px;
  font-size: 1.5rem;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
  width: auto;
  }

  .alignleft,
  img.alignleft {
    margin-right: 24px;
  float: left;
  }

  .alignright,
  img.alignright {
    margin-left: 24px;
  float: right;
  }

  #conts .articleBox .wysiwyg .wp-caption {
  width: auto!important;
  }

  #conts .articleBox .wysiwyg img,
  #conts .articleBox .wysiwyg .wp-caption img {
  width: auto!important;
  }
}