@import url(https://fonts.googleapis.com/css?family=Monda);
@import url(https://fonts.googleapis.com/css?family=Cookie);
/* line 5, ../sass/example.scss */
.voice_list {
  margin-bottom: 5em;
}
/* line 7, ../sass/example.scss */
.voice_list h3 {
  padding: 0 0 0.5em 0;
}

/* line 11, ../sass/example.scss */
.voice_list .box {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0.5em;
  padding: 1em 0;
  clear: both;
  overflow: hidden;
}
/* line 17, ../sass/example.scss */
.voice_list .box .pic {
  float: left;
  width: 30%;
}
/* line 21, ../sass/example.scss */
.voice_list .box h4 {
  margin: 0.5em 0;
  display: inline-block;
  width: 70%;
  padding-left: 15px;
}
/* line 27, ../sass/example.scss */
.voice_list .box .detail {
  display: inline-block;
  width: 69%;
  vertical-align: top;
  margin: 0 0 1em 0;
  padding-left: 15px;
}
/* line 33, ../sass/example.scss */
.voice_list .box .detail span {
  display: block;
  font-size: 90%;
  line-height: 1.5em;
  color: #8c8c8c;
}
/* line 39, ../sass/example.scss */
.voice_list .box .detail span.company {
  margin-top: 0em;
}
/* line 42, ../sass/example.scss */
.voice_list .box .detail .btn {
  font-size: 90%;
  margin-top: 1em;
  padding-right: 3em;
  padding-left: 3em;
  float: right;
}

/* line 53, ../sass/example.scss */
.side_ranking {
  background: #f6f6f6;
  margin-top: 2em;
  margin-bottom: 5em;
}
/* line 57, ../sass/example.scss */
.side_ranking h3 {
  font-size: 135%;
  text-align: center;
}
/* line 60, ../sass/example.scss */
.side_ranking h3 small {
  display: block;
  padding: 0.5em 0;
  font-size: 70%;
}
/* line 66, ../sass/example.scss */
.side_ranking .box {
  background: #fff;
  padding: 1em;
  margin-top: 3px;
  position: relative;
}
/* line 72, ../sass/example.scss */
.side_ranking h4 {
  font-size: 95%;
  margin-bottom: 0.3em;
}
/* line 75, ../sass/example.scss */
.side_ranking h4 a {
  color: #3d3d3d;
}
/* line 79, ../sass/example.scss */
.side_ranking .count {
  top: 0;
  left: 0;
  font-size: 130%;
  width: 50px;
  height: 50px;
  padding: 12px 0px;
  line-height: 1;
}
/* line 87, ../sass/example.scss */
.side_ranking .count small {
  font-weight: normal;
}
/* line 91, ../sass/example.scss */
.side_ranking .company {
  font-size: 86%;
  line-height: 1.5em;
  color: #8c8c8c;
}
/* line 96, ../sass/example.scss */
.side_ranking a.btn {
  width: 100%;
  margin: 1em 0;
  background: #fff;
}
/* line 100, ../sass/example.scss */
.side_ranking a.btn:hover {
  background: #fb7b15;
  color: #fff;
}

/* line 109, ../sass/example.scss */
.release_list table {
  margin-left: -5%;
  margin-top: 3em;
  width: 103%;
}
/* line 113, ../sass/example.scss */
.release_list table tr {
  width: 45.5%;
  margin-left: 4%;
  display: inline-block;
  border-bottom: 1px solid #e4e4e4;
  padding: 1em 0;
}
/* line 120, ../sass/example.scss */
.release_list table td {
  font-size: 116%;
}
/* line 123, ../sass/example.scss */
.release_list table th, .release_list table td {
  border: 0;
}
/* line 126, ../sass/example.scss */
.release_list table thead tr {
  border-top: 1px solid #e4e4e4;
  background: #f6f6f6;
  padding: 0.3em 0;
}
/* line 130, ../sass/example.scss */
.release_list table thead tr th, .release_list table thead tr td {
  text-align: center !important;
  font-size: 116%;
}
/* line 134, ../sass/example.scss */
.release_list table thead tr td {
  width: 180px;
}
/* line 139, ../sass/example.scss */
.release_list table th {
  width: 150px;
}
/* line 141, ../sass/example.scss */
.release_list table th img {
  margin-right: 0.7em;
  margin-left: 0.7em;
}

/* line 151, ../sass/example.scss */
.comp_data h4, .latest h4 {
  border-top: 4px solid #e4e4e4;
  padding-top: 1em;
  margin-top: 4em;
}

/* line 158, ../sass/example.scss */
body.example_voice_article .latest {
  position: relative;
  padding-bottom: 20px;
}
/* line 161, ../sass/example.scss */
body.example_voice_article .latest .more {
  position: absolute;
  right: 0;
  top: 20px;
}
/* line 166, ../sass/example.scss */
body.example_voice_article .latest .box {
  clear: both;
  margin: 2em 0 3em 0;
}
/* line 169, ../sass/example.scss */
body.example_voice_article .latest .box a {
  color: #3d3d3d;
}
/* line 172, ../sass/example.scss */
body.example_voice_article .latest .box .pic img {
  float: left;
  max-width: 165px;
  max-height: 120px;
  margin-right: 1em;
}
/* line 178, ../sass/example.scss */
body.example_voice_article .latest .box .date {
  font-size: 90%;
  color: #8c8c8c;
}

/* line 186, ../sass/example.scss */
body.example_voice_article .btm {
  padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  /* line 191, ../sass/example.scss */
  .release_list {
    padding-bottom: 6em;
  }
  /* line 193, ../sass/example.scss */
  .release_list table, .release_list table tr {
    width: 100% !important;
    margin-left: 0;
    display: inline-table;
  }
  /* line 197, ../sass/example.scss */
  .release_list table th, .release_list table td, .release_list table tr th, .release_list table tr td {
    padding: 1em;
  }
  /* line 200, ../sass/example.scss */
  .release_list table th, .release_list table tr th {
    width: 35%;
  }
  /* line 203, ../sass/example.scss */
  .release_list table td, .release_list table tr td {
    width: 65%;
  }
  /* line 206, ../sass/example.scss */
  .release_list table thead tr:nth-child(1), .release_list table tr thead tr:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 215, ../sass/example.scss */
  .side_ranking {
    text-align: center;
    border: 10px solid #f6f6f6;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
  /* line 220, ../sass/example.scss */
  .side_ranking .count {
    top: 3px;
    left: 5px;
  }
  /* line 224, ../sass/example.scss */
  .side_ranking .box {
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  /* line 232, ../sass/example.scss */
  .voice_list .box h4 {
    margin-top: 0;
  }

  /* line 237, ../sass/example.scss */
  body.example_release .release_list img {
    width: 20px;
    height: auto;
  }
  /* line 241, ../sass/example.scss */
  body.example_release .release_list td {
    font-size: 100%;
  }
  /* line 244, ../sass/example.scss */
  body.example_release .release_list th {
    min-width: 130px;
  }
  /* line 247, ../sass/example.scss */
  body.example_release .release_list th, body.example_release .release_list td {
    padding: 1em 0;
  }

  /* line 253, ../sass/example.scss */
  body.example_voice_article .latest .box {
    margin-bottom: 1em;
  }
  /* line 256, ../sass/example.scss */
  body.example_voice_article .latest .pic {
    max-width: 20%;
  }
  /* line 258, ../sass/example.scss */
  body.example_voice_article .latest .pic img {
    max-width: 100% !important;
    margin-bottom: 1em;
    margin-right: 0em !important;
  }
  /* line 264, ../sass/example.scss */
  body.example_voice_article .latest .title, body.example_voice_article .latest .date {
    padding-left: 23%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 271, ../sass/example.scss */
  body.example_voice_article .latest .more {
    font-size: 80%;
  }

  /* line 275, ../sass/example.scss */
  body.example_voice .box h4 {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.pressnew {
  padding: 10px 0 40px 0;
}
.pressnew .list {
  clear:both;
  padding: 10px 0;
}

.pic-outside {
  float: left;
  position: relative;
}

.pressnew .list .pic {
  width: 165px;
  height: 120px;
  float: none;
  display: table-cell;
  border: solid 1px #F3F3F3;
  text-align: center;
  vertical-align: middle;
}

.pressnew .list .listtxt {
  overflow: hidden;
  padding-left: 10px;
}
.list a {
  color: #555;
}

.pressnew .list .publisher {
  font-size: 11px;
  color: #949494;
  margin: 0 0 0 5px;
  line-height: 1.4em;
}