@charset "UTF-8";

/* ----------------------------------------------------------------------------------
週刊少年サンデー 特集
---------------------------------------------------------------------------------- */



/* 共通
---------------------------------------------------------------------------------- */

div#powerpush-area {
  width: 950px;
  margin: 0;
  background: #fff url(../../../images/comic/ja/sp-sunday/body-bg.png) repeat-y left top;
}

div#powerpush-area div.block-end {
  position: relative;
  width: 900px;
  height: 1px;
  background: #fff none;
}

.notes {
  font-size: smaller; font-style: normal; font-weight: normal;
}


/* ヘッダー
---------------------------------------------------------------------------------- */

#sp-header {
  position: relative;
  width: 950px; height: 370px; margin: 0;
  background: #fff url(../../../images/comic/ja/sp-sunday/header-bg.jpg) no-repeat left top;
}

#sp-header h2 {
  width: 625px; height: 214px;
  position: absolute;
  left: 306px; top: 18px;
  background: transparent url(../../../images/comic/ja/sp-sunday/header-title.png) no-repeat left top;
}

#sp-header.sp-index p.sp-header-label {
  display: block;
  width: 311px; height: 41px;
  position: absolute;
  left: 319px; top: 239px;
  background: transparent url(../../../images/comic/ja/sp-sunday/header-p.png) no-repeat left top;
}

#sp-header h2 span,
#sp-header p.sp-header-label span {
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
}



/* ナビゲーション
---------------------------------------------------------------------------------- */

.sp-navigation {
  width: 627px;
  height: 30px;
  background: transparent none no-repeat top left;
  margin: 5px 0 20px 1px;
  padding: 0;
}

.sp-footer-navigation {
  clear: both;
  width: 627px;
  height: 30px;
  background: transparent none no-repeat top left;
  margin: 0 0 5px 1px;
  padding: 0;
}

ul.sp-tab {
  position: relative;
  margin: 0 0 0 175px; /* タブの数に合わせて左マージンを調整 */
  padding: 0;
}

ul.sp-tab li { position: absolute; font-size: 0px; line-height: 0px; list-style-type: none; }
ul.sp-tab li a { display: block; background-position: 0px 0px; }
ul.sp-tab li span {
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  text-indent: -9999px;
}

/* 1 */
ul.sp-tab li.sp-tab-1 { left: 80px; top: 4px; width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat 0px -44px; }
ul.sp-tab li.sp-tab-1 a { width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat 0px 0px; }
ul.sp-tab li.sp-tab-1 a:hover { background-position: 0px -22px; }

/* 2 */
ul.sp-tab li.sp-tab-2 { left: 120px; top: 4px; width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -40px -44px; }
ul.sp-tab li.sp-tab-2 a { width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -40px 0px; }
ul.sp-tab li.sp-tab-2 a:hover { background-position: -40px -22px; }

/* 3 */
ul.sp-tab li.sp-tab-3 { left: 160px; top: 4px; width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -80px -44px; }
ul.sp-tab li.sp-tab-3 a { width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -80px 0px; }
ul.sp-tab li.sp-tab-3 a:hover { background-position: -80px -22px; }

/* 4 */
ul.sp-tab li.sp-tab-4 { left: 200px; top: 4px; width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -120px -44px; }
ul.sp-tab li.sp-tab-4 a { width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -120px 0px; }
ul.sp-tab li.sp-tab-4 a:hover { background-position: -120px -22px; }

/* 5 */
ul.sp-tab li.sp-tab-5 { left: 240px; top: 4px; width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -160px -44px; }
ul.sp-tab li.sp-tab-5 a { width: 35px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -160px 0px; }
ul.sp-tab li.sp-tab-5 a:hover { background-position: -160px -22px; }

/* prev */
ul.sp-tab li.sp-tab-prev { left: 0px; top: 4px; width: 75px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -320px -44px; }
ul.sp-tab li.sp-tab-prev a { width: 75px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -320px 0px; }
ul.sp-tab li.sp-tab-prev a:hover { background-position: -320px -22px; }

/* next */
ul.sp-tab li.sp-tab-next { left: 200px; top: 4px; width: 75px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -400px -44px; }
ul.sp-tab li.sp-tab-next a { width: 75px; height: 22px; background: transparent url(../../../images/comic/ja/sp-sunday/tab.png) no-repeat -400px 0px; }
ul.sp-tab li.sp-tab-next a:hover { background-position: -400px -22px; }

.sp-bookmarks {
  padding-right: 15px; text-align: right;
}



/* メイン記事レイアウト
---------------------------------------------------------------------------------- */

#sp-left  {
  width: 629px;
  float: left;
  text-align: left;
  margin: 0;
  padding: 1px 0 0 0;
}

#sp-right {
  width: 320px;
  float: right;
  text-align: left;
  margin: 0;
  padding: 0;
}



/* サイドバー
---------------------------------------------------------------------------------- */

.sp-right-block {
  position: relative;
  left: -1px;
  width: 320px;
  padding: 0 0 0 0;
  overflow: hidden;
  background: transparent url(../../../images/comic/ja/sp-sunday/right-bg.jpg) no-repeat top left;
}

.sp-right-block .sp-item-block { /* 右ブロックのスタイル */
  position: relative;
  background: #eae5c4 url(../../../images/comic/ja/sp-sunday/side-block-bg.png) no-repeat top left;
  border: 1px solid #fff;
  margin: 10px 20px 20px 20px;
  padding: 0;
  _zoom: 1;
}

.sp-right-block #sp-item01 { /* 商品情報背景 */
  margin-top: 0;
  line-height: 0;
  background: #eae5c4 url(../../../images/comic/ja/sp-sunday/item01-bg.png) repeat-x top left;
}

.sp-right-block #sp-item01 .sp-item-info { /* 商品情報高さ */
  height: 172px;
}

.sp-right-block #sp-item01 .sp-item-info h4 { /* 商品タイトルの座標 */
  margin: 0; padding: 0;
  position: absolute;
  left: 9px; top: 56px;
}

.sp-right-block .sp-item-info ul.sp-item-buy {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 278px;
}

.sp-right-block .sp-item-info ul.sp-item-buy li {
  margin: 0; padding: 0;
  list-style-type: none;
  line-height: 0;
}

.sp-right-block #sp-item01 .sp-item-info .sp-item-cover { /* 書影の座標 */
  position: absolute;
  left: 154px; top: 9px;
}

.sp-right-block #sp-item01 .sp-item-info .sp-item-amazon1 { /* Amazonボタンの座標 */
  position: absolute;
  left: 9px; top: 151px;
}

.sp-right-block #sp-item01 .sp-item-summary { /* ラインナップ */
  margin: 10px;
  padding: 10px;
  background-color: #faf6e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.sp-right-block #sp-item01 .sp-item-summary p {
  margin: 0 0 0.5em 0;
}

.sp-right-block h5 { /* 右ブロック小見出し */
  margin: 0 0 5px 0;
  font-weight: bold; font-size: 80%; line-height: 140%; color: #222;
  height: 100%;
}

.sp-right-block p {
  font-size: 80%; line-height: 150%; color: #222;
  margin: 0 0 1em 0;
}

.sp-right-block #sp-side-profile {
  padding: 10px;
}

.sp-right-block #sp-side-profile p {
  font-size: 80%;
}

.sp-right-block #sp-side-profile .profile-photo {
  float: right; padding: 0 0 0 10px;
}

.sp-right-block ul.sp-link-list {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.sp-right-block ul.sp-link-list li {
  position: relative;
  font-size: 80%; line-height: 140%; color: #222;
  list-style-position: outside;
  list-style-image: url(../../../images/comic/ja/sp-sunday/side-link-head.png);
  margin: 0 10px 0.5em 20px ;
}

.sp-right-block ul li a:link,    .sp-right-block ol li a:link,
.sp-right-block ul li a:visited, .sp-right-block ol li a:visited {
  color: #255a8f;
}

.sp-right-block ul li a:hover, .sp-right-block ol li a:hover {
  color: #457aaf;
}


/* 記事本文
---------------------------------------------------------------------------------- */

div#sp-left { background: #fff url(../../../images/comic/ja/sp-sunday/left-bg.png) no-repeat top right; }

#sp-left .p-group h3, #sp-left .int-group h3 { /* 本文見出しスタイル */
  position: relative;
  margin: 0 20px 10px 20px; padding: 0 0 2px 0;
  border-bottom: 4px solid #969278;
  text-align: left;
  font-weight: normal; font-size: 100%; line-height: 140%; color: #969278;
  height: 100%;
}
#sp-left .p-group h3.intro, #sp-left .int-group h3.intro { /* 本文見出しスタイル */
  padding: 0; border: none;
}
#sp-left .p-group h4, #sp-left .int-group h4 { /* 本文見出しスタイル */
  margin: 0 20px 10px 20px; padding: 0;
}

#sp-left .p-group {
	overflow: hidden; zoom: 1;
}

#sp-left .p-group p {
  font-size: 90%; line-height: 140%; color: #222;
  margin: 0 20px 1.2em 20px;
}

#sp-left .int-group p {
  font-size: 90%; line-height: 140%; color: #222;
  margin: 0 20px 1.2em 20px;
}

#sp-left .int-group p.int {
  color: #5c6168;
}

#sp-left .p-group, #sp-left .int-group {
  clear: right;
  margin-bottom: 3em;
}

#sp-left .p-group p.writer {
  font-size: smaller; text-align: right;
}

/*インタビューイ*/

#sp-left .int-group .sp-fukushima { color: #369; }
#sp-left .int-group .sp-mori { color: #f24a9d; }
#sp-left .int-group .sp-irie { color: #e77800; }
#sp-left .int-group .sp-all { color: #666; }


#sp-left p.sp-next {
  position: relative;
  margin: 10px 20px; padding: 6px 10px 4px 10px;
  background: #f3f3f3 none;
  border: 1px solid #d8d8d8;
  color: #555;
  font-size: 90%;
  height: 100%;
}

#sp-left div.sp-right-image {
  position: relative;
  float: right;
  margin-bottom: 10px;
  padding: 0 20px 0 10px;
}

#sp-left div.sp-left-image {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding: 0 10px 0 20px;
}

#sp-left div.sp-center-image {
  text-align: center;
  margin: 0 0 1.5em 0;
}
#sp-left div.sp-center-image a {
	margin: 0 5px;
}

#sp-left p a:link,
#sp-left p a:visited,
#sp-left p a:hover {
  text-decoration: underline;
}

#sp-left .serial {
  margin: 0 20px 10px 20px;
  padding: 10px 10px 0 10px;
  background: #fef4cc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#sp-left .serial:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

#sp-left .serial .img-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#sp-left .serial .img-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

#sp-left .serial h3 {
  margin-bottom: 10px;
}

#sp-left .serial p {
  font-size: 80%;
  margin-bottom: 10px;
}

#sp-left .serial p.caution {
  color: #726c4b;
  font-size: 70%;
}

#sp-left .comment {
  width: 505px;
  clear: both;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-left: 84px;
  line-height: 150%;
  font-size: 80%;
  background: url(../../../images/comic/ja/sp-sunday/comment.png) no-repeat top left;
}


#sp-left .sp-arakawa div.sp-left-image {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding: 0 20px 0 20px;
}

#sp-left .sp-arakawa p.arakawa_read {
  text-align: center;
}

#sp-left .lineup-title {
  margin-left: 20px;
  margin-bottom: 20px;
}