@charset "UTF-8";
/*!
加藤歯科医院向けニューズレターCSS
ver0.1 2015/02/08/
*/
/*============================================================
* $CONTENTS
* コンテンツの基本指定
============================================================*/
/*-------------------------
コンテンツ全体
-------------------------*/
h4 {
  margin-top: 40px;
  padding: 5px;
  background: #FCECC7;
  font-weight: bold;
}

.newsletter_list {
  margin-top: 20px;
}
.newsletter_list > li {
  display: table;
  width: 100%;
  margin-top: .8rem;
  padding-top: .8rem;
  padding-left: 16px;
  background: url(/images/list_arrow02.png) left 1.8rem no-repeat;
  background-size: auto .5rem;
  border-top: #a7a7a7 dotted 1px;
}
.newsletter_list > li:first-child {
  margin-top: 0;
  padding-top: 0;
  background-position: left 1rem;
  border-top: none;
}
.newsletter_list > li p {
  font-size: 85%;
}
.newsletter_list > li a.newsletter_list-title {
  display: inline-block;
  color: #895f22;
}
.newsletter_list > li a.newsletter_list-title:hover {
  color: #dabf99;
}
.newsletter_list > li span.pdf {
  display: inline-block;
  color: #565656;
}
.newsletter_list > li span.pdf img {
  width: 24px;
  margin-left: 12px;
}

/*見出しエリア　左側*/
.newsletter_item-main {
  display: table-cell;
  width: 60%;
}

/*PDFリンクエリア　右側*/
.newsletter_item-link {
  display: table-cell;
}

/*各号のコンテンツ*/
.newsletter_list-contents {
  margin-top: 20px;
}

.contents_list-head {
  cursor: pointer;
}

.contents_list-head:after {
  content: "[開]";
  margin-left: .5rem;
}

.contents_list-head.accordion-close:after {
  content: "[閉]";
}

.contents_list {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.newsletter_item-thumb {
  width: 100px;
}
.newsletter_item-thumb img {
  width: 100%;
}

.remarks {
  margin-top: 40px;
}
.remarks img {
  width: 1.2rem;
  margin-left: 3px;
  margin-right: 2px;
  vertical-align: text-bottom;
}

#mainContents h2.newsletterTop_header {
  position: static;
  margin: 0;
  width: 920px;
  padding: 0;
  background: none;
  color: #fff;
}

#mainContents h2.newsletterTop_header:before {
  position: static;
  display: inline;
  background: none;
}

/*-------------------------
ニューズレター詳細
-------------------------*/
.sectionHeader {
  width: 920px;
  display: table-cell;
  text-align: center;
  layout-grid-line: 200px;
}
.sectionHeader img {
  margin-top: 30px;
}

.backToList {
  text-align: right;
  margin-top: 30px;
}

.column .columnSection {
  margin-top: 1rem;
}
.column .columnSection h4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: bold;
}
.column .columnSection ol {
  margin-top: .5rem;
}
.column .columnSection li {
  list-style-type: decimal;
  list-style-position: inside;
}

/*============================================================
* $
* Media Query
============================================================*/
@media only screen and (max-width: 640px) {
  #mainContents h2.newsletterTop_header {
    width: 100%;
  }
  #mainContents h2.newsletterTop_header img {
    width: 100%;
  }

  .newsletter_list li {
    display: block;
    font-size: .9rem;
    background-position: left 1.25rem;
  }
  .newsletter_list li:first-child {
    background-position: left .45rem;
  }
  .newsletter_list li a.newsletter_list-title {
    width: 100%;
  }
  .newsletter_list li span.pdf {
    display: block;
    float: none;
    margin-top: .5rem;
    padding-right: 0;
    color: #565656;
    text-align: right;
  }
  .newsletter_list li span.pdf img {
    width: 1.5rem !important;
    margin-left: 0;
  }

  /*見出しエリア　左側*/
  .newsletter_item-main {
    display: block;
    width: 100%;
  }

  /*PDFリンクエリア　右側*/
  .newsletter_item-link {
    display: block;
  }

  /*各号のコンテンツ*/
  .newsletter_item-thumb {
    display: none;
  }

  div.remarks {
    display: none;
  }
}
