@charset "utf-8";

/* 共通スタイル
----------------------------------------------------------- */
.contents_right {
  width: 770px;
  float: right;
}
.common_title {
  background: #00AAE6;;
}
.contents_right_co_title {
  padding: 10px 8px;
  text-align: left;
  font-weight: bold;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_right_co_title p {
  color: #FFFFFF;
}
.contents_nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contents_nav ul {
  width: 96%;
  margin: 0 auto;
  display: table;
}
.contents_nav a {
  display: table-cell;
  width: 33%;
  padding-right: 10px;
  text-align: center;
}
.contents_nav a:nth-of-type(2) {
  width: 34%;
  padding-right: 10px;
}
.contents_nav a:nth-last-child(1) {
  padding-right: 0;
}
.contents_nav a:hover {
  text-decoration: none;
}
.contents_nav a li {
  color: #333333;
  list-style: none;
  font-weight: bold;
  font-size: 14px;
  
  border: #CCCCCC solid 1px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  background: #FCFCFC;
}
.contents_nav a li:hover {
  background: #FFFFFF;
}
.contents_nav a.current li,
.contents_nav a.current li:hover {
  color: #FFFFFF;
  background: #FF8C2F;
}

/* pickup
----------------------------------------------------------- */
/* 作家紹介 */
.authorDetailBox {
  margin-top: 30px;
}
.authorDetailBox:nth-of-type(1) {
  margin-top: 20px;
}
.contents_update {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #FF0000;
  margin-top: 5px;
}
.authorDetail {
  margin: 20px auto 10px;
  position: relative;
}
.authorDetail .authorName {
  margin-bottom: 10px;
  background: #00AAE6;
  color: #FFFFFF;
  padding: 10px 2%;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.authorDetail .authorName span.ruby {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.authorDetail .relevanceLink {
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 10;
}
.authorDetail .relevanceLink a {
  margin-left: 10px;
}
.authorDetail .relevanceLink a img {
  width: 28px;
}
.authorDetail dl:nth-of-type(1) {
  width: 419px;
  padding-right: 20px;
}
.authorDetail dl {
  display: table-cell;
  width: 358px;
}
.authorDetail dl dt {
  background: #DFF1F9;
  padding: 8px 2%;
  color: #00AAE6;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.authorDetail dl dd {
  line-height: 1.5;
  margin: 10px 0;
}
.authorDetail .pict {
  width: 30%;
  max-width: 180px;
  display: table-cell;
  vertical-align: top;
}
.authorDetail .pict figure {
  border: #CCCCCC solid 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.authorDetail .pict figure img {
  width: 100%;
}
.authorDetail .detail {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.authorDetail .detail > figcaption {
    margin-top: 0px;
}
.authorDetail .detail > figcaption a {
  font-weight: bold;
  font-size: 16px;
  color: #0066FF;
}
.authorDetail .detail figcaption + p {
  margin-top: 5px;
}
.authorDetail .detail figcaption + p + p {
  margin-top: 5px;
  line-height: 1.5;
  height: 90px;
  height: -webkit-calc(5em * 1.5);
  height: calc(5em * 1.5);
  overflow: hidden;
}
.authorDetail .detail .star {
  margin:  2px 0 5px;
}
.authorDetail .detail .star span {
  margin-left: 10px;
  font-size: 12px;
}
.authorDetail .detail ul.action_btn {
  width: 100%;
  display: table;
  margin-top: 10px;
}
.authorDetail .detail ul.action_btn li {
  display: table-cell;
  width: 48%;
}
.authorDetail .detail ul.action_btn li:first-child {
  padding-right: 2%;
}
.authorDetail .detail ul.action_btn li:last-child {
  padding-left: 2%;
}
.authorDetail .detail ul.action_btn a {
  display: block;
  width: 100%;
  height: 34px;
  margin: 0 auto;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f6f6f6));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
  font-feature-settings: "palt";
}
.authorDetail .detail ul.action_btn a:hover {
  background: #fff;
}
.authorDetail .detail ul.action_btn li img {
  width: 94%;
}  
/* 作品一覧 */
.comicList ul {
  list-style: none;
}
.comicList {
  width: 96%;
  margin: 0 auto;
}
.comicList dl dt {
  background: #DFF1F9;
  padding: 8px 2%;
  color: #00AAE6;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.comicList dl dd {
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
}
.comicList dd ul.listbox {
  display: table;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comicList dd ul.listbox:nth-last-child(1) {
  margin-bottom: 0;
}
.comicList dd ul.listbox > li {
  width: 129px;
  display: table-cell;
  vertical-align: top;
}
.comicList .pict {
  width: 90%;
  height: 166px;
  display: table;
  margin: 0 auto;

  border: #CCCCCC solid 1px;
}
.comicList .pict figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.comicList .pict figure img {
  max-width: 100%;
  max-height: 166px;
}
.comicList .detail {
  width: 90%;
  display: table;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.comicList .detail > figcaption {
  margin-top: 5px;
  line-height: 1.2;
  text-align: center;
}
.comicList .detail > figcaption a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #0066FF;
  text-align: left;
  word-break: break-word;
}
.comicList .detail figcaption + p {
  margin-top: 5px;
  line-height: 1.2;
  height: 28px;
  overflow: hidden;
}
.comicList .detail ul.action_btn {
  width: 100%;
  display: table;
  height: 32px;
}
.comicList .detail ul.action_btn li {
  display: table-cell;
  width: 50%;
  padding-top: 5px;
}
.comicList .detail ul.action_btn a {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f6f6f6));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
  font-feature-settings: "palt";
}
.comicList .detail ul.action_btn a:hover {
  background: #fff;
}
.comicList .detail ul.action_btn li img {
  margin-top: 5px;
  width: 94%;
}
