@charset "UTF-8";

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  display: inline-block;
  min-height: 16px;
  padding-left: 22px;
  background-image: url("/_common/images/icons/default.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc, .iconDocx {
  background-image: url("/_common/images/icons/doc.png");
}
.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}
.iconJpg, .iconJpe, .iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("/_common/images/icons/pdf.png");
}
.iconPng {
  background-image: url("/_common/images/icons/png.png");
}
.iconPpt, .iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}
.iconXls, .iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp1 .thumb ~ h2, .temp1 .thumb ~ h3, .temp1 .thumb ~ h4,
.temp2 .thumb ~ h2, .temp2 .thumb ~ h3, .temp2 .thumb ~ h4 {
  overflow: hidden;
}
.temp3,
.temp4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.temp3.left,
.temp4.left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}
table.temp5,
table.temp6 {
  margin-bottom: 30px;
}
.temp5 caption,
.temp6 caption {
  text-align: center;
}
.temp5 th, .temp5 td,
.temp6 th, .temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .temp1 .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .temp2 .thumb {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .temp3,
  .temp4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .temp3 dl,
  .temp4 dl {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  table.temp5,
  table.temp6 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* adobeReader download
----------------------------------------------- */
.temp7 {
  margin: 0 0 20px;
}
.adobeReader, .temp7 {
  clear: both;
  padding: 15px 20px 15px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../img/article/adobe_bn.jpg") 20px center / 150px auto no-repeat;
}
.adobeReader p, .temp7 p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .temp7 {
    margin: 0 0 10px;
  }
  .adobeReader, .temp7 {
    padding: 10px 10px 10px 90px;
    background-position: 10px center;
    background-size: 70px auto;
    font-size: 0.6rem;
  }
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc > * {
  margin-bottom: 40px;
}
.contentGpArticleDoc .date {
  text-align: right;
}
.contentGpArticleDoc .date p {
  margin-bottom: 0;
}
