@charset "utf-8";

/* 
 * diff CSS
 * ---------------------------------------------
 * オーバーライド用CSS
 */

.pc-hidden {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .pc-hidden {
    display: block !important;
  }
  .sp-hidden {
    display: none !important;
  }
}

.widget.twoPieces {
  padding: 0;
  background-color: transparent;
}

.widget.twoPieces > .widget {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
}
.widget.twoPieces > .widget:before {
  content: none;
}

/*===================================
  menu
=====================================*/

.menu li li li,
.menu > li:nth-last-of-type(1) li {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
.menu li li li:hover,
.menu > li:nth-last-of-type(1) li:hover {
  opacity: 1;
}
.menu li li li:after,
.menu > li:nth-last-of-type(1) li:after {
  display: none;
}

/*=====================*/

.menu li.link {
  position: relative;
}
.menu li.link:after,
.menu li li.link:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 30%;
  right: 17px;
  content: "▶︎";
  color: #000;
  font-size: 12px;
  vertical-align: middle;
}
.menu li.link:hover,
.menu li li.link:hover {
  opacity: 0.7;
}

.menu li.link a {
  display: block;
  padding: 9px 30px 9px 38px;
  font-size: 14px;
  font-weight: normal;
  background-color: #434343;
  border-bottom: solid 1px #363636;
}

/*===================================
  headLine
=====================================*/

.headLine {
  margin-bottom: 30px;
}

.headLine ul {
  width: 100%;
}
.headLine ul.antenna ,
.headLine ul.friend {
  display: inline-block;
  width: 300px;
}

/*===================================
  pager
=====================================*/

.pagerText {
  margin-top: 40px;
  text-align: center;
}
.pagerText + .pager {
  margin-top: 20px;
}

.pager .disabled {
  visibility: hidden;
}

/*===================================
    side complianceList 追従
=====================================*/

.complianceList li {
  overflow: hidden;
}
.complianceList li p {
  width: 100%;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}

/*===================================
  single
=====================================*/

/*  title_list
---------------------------------*/

.titleList span,
.titleList a {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 40px;
  background: #f2f2f2;
}
.titleList span {
  font-weight: bold;
  border-left: solid 5px #434343;
}
.titleList > span {
  font-size: 18px;
}
.titleList .children {
  padding-left: 10px;
}

/*  animation_season
---------------------------------*/

.animationSeasonList dl .group dd,
.animationSeasonList .cmtBox .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.animationSeasonList > ul > li > span,
.animationSeasonList dl dt,
.animationSeasonList dl > .group,
.animationSeasonList .cmtBox,
.animationSeasonList .time {
  margin-bottom: 10px;
}

.titleList + .animationSeasonList {
  margin-top: 50px;
}

.animationSeasonList > ul > li > span {
  font-weight: bold;
  border-left: solid 5px #434343;
}

.animationSeasonList > ul > li > span,
.animationSeasonList dl dt {
  display: block;
  padding-left: 10px;
  line-height: 40px;
  background: #f2f2f2;
}

.animationSeasonList dl > .group {
  font-size: 0;
}
.animationSeasonList dl .group dd {
  overflow: hidden;
  height: 200px;
  font-size: medium;
}
.animationSeasonList dl .group dd.img {
  width: 20%;
}
.animationSeasonList dl .group dd.img img {
  width: 100%;
}

.scrollBox {
  padding-left: 15px;
  width: 40%;
  box-sizing: border-box;
}
.scrollBox .dataBox .title {
  margin: 0 0 5px 5px;
  padding: 0;
  font-weight: bold;
  background: transparent;
}
.scrollBox .dataBox .content {
  overflow: scroll;
  padding: 10px;
  height: 130px;
}

.animationSeasonList .cmtBox {
  margin-top: 1em;
}
.animationSeasonList .cmtBox .title {
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.animationSeasonList .cmtBox .title span {
  padding: 0 5px;
  background: #fff;
}

.animationSeasonList .time {
  font-size: small;
  color: #a0a0a0;
}

/*  quest
---------------------------------*/

.post + .quest dt {
  padding-left: 0;
}
.post + .quest dd {
  margin-bottom: 24px;
}

/*  アンケート（結果）
---------------------------------*/

@media screen and (max-width: 660px) {
  #barchart > div {
    zoom: 0.439;
  }
}

#piechart > div > div:first-child,
#piechart > div > div:first-child > div > svg {
  width: 100% !important;
}

@media screen and (max-width: 660px) {
  #piechart > div {
    zoom: 0.5;
  }
}

/*  ネットの反応
---------------------------------*/

.reactionList p {
  overflow: visible;
}

/*  cmtSec
---------------------------------*/

.cmtSec .reply {
  text-align: right;
}
.cmtSec .edit-link {
  display: block;
  text-align: right;
}

.cmtSec #respond {
  float: left;
  width: 300px;
}
.cmtSec #respond + .widget {
  float: right;
}

/*===================================
  page
=====================================*/

/*  about
---------------------------------*/

#page-about .post ul,
#page-about .post ul li {
  list-style: outside disc;
}
#page-about .post ul {
  margin: 0 0 1.8em 40px;
  line-height: 1.6;
}
#page-about .post ul li {
  margin-bottom: 0.4em;
}

.post .formList {
  margin: 0 20px;
}
.post .formList dt {
  width: 140px;
  height: 42px;
  line-height: 42px;
}
.post .formList dd {
  margin: -40px 0 14px 140px;
}
.post .formList dd input,
.post .formList textarea ,
.post .formList select {
  border: none;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  box-sizing: border-box;
}

.post .formList dd input,
.post .formList select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.post .formList textarea {
  width: 100%;
  height: 125px;
}
.post .formList dd.btns {
  margin: 10px 0 0 0;
}

/*===================================
  category
=====================================*/

.imgBox ul {
  width: 999999px;
}
.imgBox li:last-child {
  margin-right: 0;
}

/*===================================
  footer  
=====================================*/

.keyWord dd:last-child:after {
  content: none;
}

/*===================================
  コメント開閉ボタン
=====================================*/

#Comment .btn {
  float: right;
  display: inline-block;
  padding: 10px;
  border-radius: 15px;
  background: #cccccc;
  cursor: pointer;
}
#Comment .btn:hover {
  opacity: 0.7;
}

/*===================================
  rss-image.php
=====================================*/

.rss-image-posts li {
  position: relative;
}
.rss-image-posts li a {
  display: block;
  height: 100%;
  background: #ececec;
}
.rss-image-posts li a img {
  display: block;
  margin: 0 auto;
}
.rss-image-posts li a div {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  box-sizing: border-box;
}
.rss-image-posts li a div p {
  overflow: hidden;
  height: 42px;
}
.rss-image-posts li.pickup a div {
  font-size: 14px;
}
.rss-image-posts li.pickup a div p {
  height: 58px;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/

@media screen and (max-width: 660px) {
  
  /*===================================
    headLine
  =====================================*/
  
  .headLine {
    margin-bottom: 20px;
  }
  
  .headLine .headLineList {
    overflow: auto;
  }
  .headLine ul,
  .headLine ul.antenna,
  .headLine ul.friend {
    width: auto;
    height: auto;
  }
  
  .postList p,
  .postList.larg p {
    height: auto;
  }
  
  /*===================================
    pager
  =====================================*/
  
  .pagerText {
    margin-top: 30px;
    font-size: 12px;
  }
  .pagerText + .pager {
    margin-top: 10px;
  }
  
  .pager {
    padding: 0;
  }
  .pager li {
    letter-spacing: -0.1em;
  }
  .pager a,
  .pager li.prv a,
  .pager li.nxt a {
    padding: 7px 4px 6px 3px;
  }
  
  /*===================================
    single
  =====================================*/
  
  /*  cmtSec
  ---------------------------------*/
  
  .cmtSec #respond {
    float: none;
    width: auto;
  }
  .cmtSec #respond + .widget {
    float: none;
  }
  
  /*  animation_season
  ---------------------------------*/
  
  .animationSeasonList dl .group dd {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .animationSeasonList dl .group dd.img {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .scrollBox {
    padding-left: 0;
  }
  .scrollBox .dataBox .content {
    overflow: visible;
    height: auto;
  }
  
  /*===================================
    page
  =====================================*/
  
  /*  about
  ---------------------------------*/
  
  .post .formList {
    margin: 0;
  }
  .post .formList dt {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .post .formList dd {
    margin: 0 0 15px 0;
  }
  .post .formList dd input,
  .post .formList select {
    height: 30px;
    line-height: 30px;
  }
  .post .formList textarea {
    height: 96px;
  }
  .post .formList dd.btns {
    margin: 7px 0 0 0;
  }
  
}
