@charset "UTF-8";
/* CSS Document */

article > h1 , .main > h1 {
  margin: 1em 0;
  font-size: 28px;
}
article > p , .main > p {
  /*margin: 0 10px 2em 70px;*/
  line-height: 1.75em;
}

/* topics */
.listPage .topics {
  padding: 0;
}
.listPage .news {
  margin: 2em 10px 2em 0;
}
.listPage .news li {
  margin-bottom: 0.5em;
}

/* pager */
.pager {
  text-align: center;
  font-size: 16px;
}
.pager a {
  margin: 0 10px;
}
.here {
  font-weight: bold;
  font-size: 20px;
  color: #c00;
}

/* 執筆者一覧 */
.gojuon {
  line-height: 30px;
}
.gojuon a {
  padding: 5px;
  background-color: #eee;
  margin-right: 5px;
}
.gojuon a:after {
  content: "...";
}

.personListPage ul {
  padding: 0;
}
.personListPage li {
  list-style: none;
  height: 110px;
  margin: 5px 10px;
  padding: 5px 10px 5px 120px;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: 108px 120px;
  border-radius: 3px;
  overflow: hidden;
}
.personListPage h2 {
  font-size: 16px;
  padding: 0;
  margin-bottom: 8px;
}
.profile p {
  margin-left: 0;
}

.profileData {
  background-repeat: no-repeat;
  background-size: 108px 112px;
  padding: 0 10px 50px 120px;
  min-height: 120px;
}
.profileData > h2, .categoryHead {
  padding: 20px 0 10px 0;
}
.profileData .kana {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 1em -0.5em;;
}

.listPage .topics li {
  position: relative;
  height: 140px;
  margin: 5px 10px;
  padding: 0px 5px 10px 0;
  background-repeat: no-repeat;
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
  list-style: none;
  width:auto;
}
.listPage .topicTheme {
  height: 20px;
  margin: 0;
  padding:5px 0 0 0;
  font-size: 12px;
}
.listPage .topics li a img {
    float: left;
    width: 200px;
    margin-right: 5px;
}
.listPage .topics h2 {
  font-size: 16px;
}
.listPage .topicPerson {
  font-size: 12px;
  font-weight: normal;
}
.listPage .topicSum {
  font-size: 12px;
}
.listPage .topicSocial {
  position: absolute;
  right: 0;
    bottom: 0;
  background-color: #eee;
  background-image: url(../images/btnFacebook.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px 0;
  height: 15px;
  margin: 10px 5px 5px 5px;
  padding: 1px 0 0 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  /* for ie8 */
  background-image: url(../images/facebook_ie.gif)\9;
}
.listPage .topics li {
  margin-left: 0;
  margin-right: 0;
}

/* 横一覧 */

.horizon .topics {
	padding:0;
}
.horizon .topics ul {
  padding: 0;
  /*float clear*/
  overflow: hidden;
    position: relative;
    zoom:1;
}
.horizon .topics li {
  position: relative;
  float: left;
  width: 49%;
  height: 280px;
  overflow: hidden;
  list-style: none;
  margin-right: 2%;
  margin-right: 2%\9;
  margin-bottom: 10px;
  background-color: #eee;
  background-position: 0 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-top: 2px solid #000;
}

.horizon .topics li figure {
	  position: relative;
	  width:304px;
	  height:150px;
	  margin:0;
	  padding:0;
}
.horizon .topics li figure img {
  width:100%;
  position:absolute;
  clip: rect(0px 304px 150px 0px);
  }


.horizon .topicTheme {
  height: 20px;
  padding: 1px 3px;
  overflow: hidden;
  font-size: 10px;
  margin-bottom:0;
}
.horizon .topics h2 {
  height: 110px;
  margin-bottom: 0;
  padding: 5px;
  background-color: #eee;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.horizon .topicPerson {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.horizon .topicSocial {
  position: absolute;
  right: 0;
    bottom: 0;
  background-color: #eee;
  background-image: url(../images/btnFacebook.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px 0;
  height: 15px;
  margin: 10px 5px 5px 5px;
  padding: 1px 0 0 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  /* for ie8 */
  background-image: url(../images/facebook_ie.gif)\9;
}


/* for PC */
/* topics */
.horizon .topics {
  width: 100%;
}
.horizon .topics li:nth-child(2n) {
  margin-right: 0;
}

/* ie用 */
.horizon .topics li  {
  margin-right: 6px\9;
}
.horizon .topics li:nth-child(2n) {
  margin-right: 0\9;
}
