@charset 'utf-8';
/*
**********************************************************************

* page.css

*********************************************************************
*/

/* =========================================================
pressArt
========================================================= */
.pressArt {
  margin-bottom: 30px;
  padding: 20px;
  border: 5px solid #a3d49a;
}
.pressArt .pressTit {
  margin-bottom: 20px;
  font-size: 270%;
  line-height: 1.3;
}
/*===================================================================
  infoBlock
===================================================================*/
.pressArt .infoBlock {
  margin-bottom: 30px;
}
.pressArt .infoBlock .writerIcon {
  float: left;
  width: 48px;
}
.pressArt .infoBlock .writerIcon img {
  width: 100%;
  height: auto;
}
.pressArt .infoBlock .infoBox {
  margin-left: 60px;
}
.pressArt .infoBlock .infoBox .date {
  font-weight: bold;
  font-size: 220%;
  line-height: 1.3;
}
.pressArt .infoBlock .infoBox .statusList {
  margin: 2px 0;
  font-size: 140%;
  line-height: 1.1;
}
.pressArt .infoBlock .infoBox .statusList dt {
  float: left;
  padding: 0 0 0 12px;
  border-left: 2px solid #d6d6d6;
}
.pressArt .infoBlock .infoBox .statusList dt:first-child {
  clear: none;
  padding: 0;
  border-left: 0;
}
.pressArt .infoBlock .infoBox .statusList dd {
  float: left;
  margin-right: 12px;
}
/*===================================================================
  pressBlock
===================================================================*/
.pressArt .pressBlock {
  margin-bottom: 20px;
}
.pressArt .pressBlock .txtBox {
  float: right;
  margin-left: 2.5%;
  width: 76%;
}
.pressArt .pressBlock .txtBox .txt {
  font-size: 140%;
  line-height: 1.8;
}
.pressArt .pressBlock .leadImg {
  float: left;
  width: 21.5%;
}
.pressArt .pressBlock .leadImg img {
  width: 100%;
  height: auto;
}
/*===================================================================
  mainPressSect
===================================================================*/
.pressArt .mainPressSect {
  margin-bottom: 30px;
  font-size: 140%;
}
.pressArt .mainPressSect h2 {
  position: relative;
  margin: 0 0 25px 0;
  padding: 12px 10px;
  border: 4px solid #a3d49a;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #444444;
  font-size: 140%;
  zoom: 1;
}
.pressArt .mainPressSect h2:before {
  position: absolute;
  bottom: -15px;
  left: 50px;
  display: block;
  width: 22px;
  height: 15px;
  background: url('/prx/000/https/taneppa.net/wp-content/themes/taneppa/common/images/icon_arrow_down02.gif') 5% 136% no-repeat;
  content: '';
}
.pressArt .mainPressSect h3 {
  padding-left: 10px;
  border-left: 8px solid #a3d49a;
  font-size: 120%;
}
.pressArt .mainPressSect ul {
}
.pressArt .mainPressSect ul li {
  padding: 0 0 0 15px;
  background: url('/prx/000/https/taneppa.net/wp-content/themes/taneppa/common/images/list.gif') 0 .3em no-repeat;
  font-size: 16px;
}
/*===================================================================
  name
==fbComments===============================================================*/
.pressArt .fbComments {
  width: 100%;
}
/*===================================================================
  relSect
===================================================================*/
.relSect {
  margin-bottom: 10px;
  padding: 20px;
  border: solid 5px #a9c6dc;
  text-align: left;
  font-size: 170%;
}
.relSect .sectTit {
  margin-bottom: 20px;
  color: #83b1ef;
  font-size: 140%;
  line-height: 1.2;
}
.relSect ul li {
  margin-bottom: 10px;
}
/*===================================================================
  bnrList
===================================================================*/
.pressArt .bnrList {
  padding: 0 75px;
}
.pressArt .bnrList li {
  padding: 0!important;
  background: none!important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .pressArt .bnrList {
    padding: 0;
  }
  .pressArt .bnrList li {
  }
}

@media screen and (max-width: 770px) {
  .pressArt .infoBlock .infoBox .statusList {
    margin: 0;
    line-height: 1.4;
  }
  .pressArt .infoBlock .infoBox .statusList .spClear {
    clear: left;
    padding: 0;
    border-left: 0;
  }
}

@media screen and (max-width: 640px) {
  /* =========================================================
pressArt
========================================================= */
  .pressArt {
    padding: 10px;
  }
  .pressArt .pressTit {
    margin-bottom: 2%;
    font-size: 200%;
  }
  /*===================================================================
  infoBlock
===================================================================*/
  .pressArt .infoBlock .writerIcon {
    width: 68px;
  }
  .pressArt .infoBlock .infoBox {
    margin-left: 80px;
  }
  .pressArt .infoBlock .infoBox .statusList {
    float: left;
  }
  .pressArt .infoBlock .infoBox .statusList .statusRow {
    display: table;
    width: 100%;
    font-size: 140%;
  }
  .pressArt .infoBlock .infoBox .statusList dt {
    display: table-cell;
    float: none;
    padding: 0;
    width: 6em;
    border: 0;
  }
  .pressArt .infoBlock .infoBox .statusList dt.tagList {
    width: 3em;
  }
  .pressArt .infoBlock .infoBox .statusList dt:first-child {
  }
  .pressArt .infoBlock .infoBox .statusList dd {
    display: table-cell;
    float: none;
    text-align: left;
  }
  /*===================================================================
  pressBlock
===================================================================*/
  .pressArt .pressBlock .txtBox {
    width: 62.5%;
  }
  .pressArt .pressBlock .txtBox .txt {
    font-size: 160%;
  }
  .pressArt .pressBlock .leadImg {
    width: 35%;
  }
  /*===================================================================
  mainPressSect
===================================================================*/
  .pressArt .mainPressSect {
    font-size: 160%;
  }
  .pressArt .mainPressSect h2 {
    font-size: 130%;
  }
  /*===================================================================
  bnrList
===================================================================*/
  .pressArt .bnrList {
  }
  .pressArt .bnrList li {
  }
}
/* =========================================================
記事内のスタイルを定義
========================================================= */
.pressArt .mainPressSect p,
.pressArt .mainPressSect ul,
.pressArt .mainPressSect ol,
.pressArt .mainPressSect div {
  margin-top: 10px;
  margin-bottom: 20px;
}
.pressArt .mainPressSect ul ul,
.pressArt .mainPressSect ul ol,
.pressArt .mainPressSect ol ul,
.pressArt .mainPressSect ol ol {
  margin-bottom: 0;
}

.pressArt .mainPressSect h1,
.pressArt .mainPressSect h3,
.pressArt .mainPressSect h4,
.pressArt .mainPressSect h5,
.pressArt .mainPressSect h6 {
  margin-bottom: 20px;
}
.pressArt .mainPressSect h2 {
  margin-top: 50px;
}
.pressArt .mainPressSect h3 {
  margin-top: 40px;
}
.pressArt .mainPressSect strong {
  font-weight: bold;
}
.pressArt .mainPressSect li {
  margin-bottom: 5px;
}

.pressArt .mainPressSect ol {
  margin-left: 1.7em;
  list-style-type: decimal;
}

.pressArt .mainPressSect table,
.pressArt .mainPressSect tr,
.pressArt .mainPressSect td,
.pressArt .mainPressSect th {
  border: 2px solid #a2d598;
}

.pressArt .mainPressSect table {
  margin-bottom: 30px;
}

.pressArt .mainPressSect table td,
.pressArt .mainPressSect table th {
  padding: 10px;
  font-size: 16px;
}

.pressArt .mainPressSect table th {
  background: rgba(162, 213, 152, .6);
}

.pressArt .mainPressSect img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .pressArt .mainPressSect table td,
  .pressArt .mainPressSect table th {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  #Contents .syntaxhighlighter,
  #Contents .syntaxhighlighter div,
  #Contents .syntaxhighlighter code,
  #Contents .syntaxhighlighter table,
  #Contents .syntaxhighlighter table td,
  #Contents .syntaxhighlighter table tr,
  #Contents .syntaxhighlighter table tbody {
    font-size: .96em !important;
  }
}
