@charset "UTF-8";

/* ----------------------------------------------------------------------------------
中田裕二 特集
---------------------------------------------------------------------------------- */



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

div#powerpush-area {
	width: 950px;
	margin: 0;
	background: #fff;
}

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


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

#sp-header {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0 0 20px 0;
	background: #fff url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/header-bg.jpg) no-repeat left top;
}

#sp-header h2 {
	width: 378px;
	height: 163px;
	position: absolute;
	left: 550px;
	top: 20px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/header-title.png) no-repeat left top;
}

#sp-header p.sp-header-label {
	width: 280px;
	height: 20px;
	position: absolute;
	left: 549px;
	top: 202px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/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: 110%;
}


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

.sp-navigation,
.sp-footer-navigation {
	background: #eee url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/navi_bg.png)  left top;
	margin: 0 0 20px 0;
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:inset 1px 1px 4px #b7b7b7;
	-moz-box-shadow:inset 1px 1px 4px #b7b7b7;
	-webkit-box-shadow:inset 1px 1px 4px #b7b7b7;
	border: 1px solid;
	border-color: #b7b7b7 #cdcdcd #cdcdcd #b7b7b7;
}

/* IE対応Hack */
:root *> .sp-navigation,
:root *> .sp-footer-navigation {
	border: 0;
}

.sp-footer-navigation {
	clear: both;
}

.sp-tab {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sp-tab li {
	display:inline;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	color: #222;
	line-height: 110%;
}

.sp-tab li span {
	padding: 4px 10px;
}

.sp-tab li a span {
	padding: 0;
}

.sp-tab li a {
	color: #c3383b;
	padding: 4px 10px;
	font-weight: normal;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sp-tab li.sp-tab-prev,
.sp-tab li.sp-tab-next {
	color: #b99c9c;
	font-weight: normal;
}

.sp-tab li.sp-tab-next {
	border-right: none;
}

.sp-tab li a:hover {
	color: #aaa;
	text-decoration:none;
	background: #ebebeb none;
}

.sp-link-next p {
	margin: 0 0 3em 0;
	font-size: 90%;
	line-height: 140%;
	text-align: center;
}

.sp-bookmarks {
	text-align: right;
}




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

#sp-left  {
	width: 590px;
	position: relative;
	left: 20px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

#sp-right {
	width: 300px;
	position: relative;
	left: -20px;
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
}



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

/* 商品1 */

#sp-item01 {
	width: 300px;
	margin: 0 0 20px 0;
}

#sp-item01 .sp-item-info {
	position: relative;
	width: 300px;
	height: 196px;
}

#sp-item01 h4 {
	position: absolute;
	display: block;
	left: 177px;
	top: 19px;
	width:  124px;
	height: 157px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/item01-ttl.png) no-repeat left top;
}

#sp-item01 .sp-item-list {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#sp-item01-1 a {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width:  157px;
	height: 176px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/item01-amazon1.jpg) no-repeat left top;
}

#sp-item01 h4 span,
#sp-item01 .sp-item-list a span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 110%;
}

/* 商品 共通 */

.sp-song-list {
	margin: 0;
	padding: 10px 10px 1px 10px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/side_bg.png) ;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.sp-song-list h5 {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 80%;
	line-height: 140%;
	color: #333;
}

.sp-song-list ol,
.sp-song-list ul {
	padding: 0 0 9px 0;
	margin: 0;
}

.sp-song-list ol li {
	font-size: 80%;
	line-height: 140%;
	color: #333;
	list-style: decimal outside;
	margin: 0 0 0.4em 2.2em;
	padding: 0;
}

.sp-song-list ul li {
	font-size: 80%;
	line-height: 140%;
	color: #333;
	list-style: circle outside;
	margin: 0 0 1em 2em;
	padding: 0 0 0 0.2em;
}

/* プロフィール */

#sp-profile {
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/side_bg.png) ;
}

#sp-profile h5 {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 80%;
	line-height: 140%;
	color: #333;
}

#sp-profile h5 span {
	font-size: 80%;
	font-weight: normal;
}

#sp-profile p {
	margin-bottom: 1em;
	font-size: 80%;
	line-height: 140%;
	color: #333;
}

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

ul.sp-link-list li {
	position: relative;
	font-size: 80%;
	line-height: 140%;
	color: #333;
	list-style-position: outside;
	list-style-image: url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/link-arrow.png);
	margin: 0 0 0.5em 16px ;
}


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

div#sp-left { }

#sp-left .p-group h3, #sp-left .int-group h3 { /* 本文見出しスタイル */
	position: relative;
	margin: 0 0px 10px 0px;
	padding: 0 0 15px 0;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/nakadayuji02/h3_bg.png) no-repeat left bottom;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	line-height: 140%;
	color: #be2424; font-weight:bold;
	height: 100%;
}

#sp-left .p-group {
}

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

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

#sp-left .int-group p span.speaker1{color: #c33;}
#sp-left .int-group p span.speaker2{color: #c33;}
#sp-left .int-group p span.speaker3{color: #c33;}
#sp-left .int-group p span.speaker4{color: #c33;}
#sp-left .int-group p.int {color: #7E878A;}

#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 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: 20px;
  padding: 0 0px 0 20px;
}

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

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

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

#sp-left div.sp-right-image a:link img,
#sp-left div.sp-right-image a:visited img,
#sp-left div.sp-left-image a:link img,
#sp-left div.sp-left-image a:visited img,
#sp-left div.sp-center-image a:link img,
#sp-left div.sp-center-image a:visited img {
	border: 1px solid #CCCCCC;
    padding: 3px;}

#sp-left div.sp-right-image a:hover img,
#sp-left div.sp-left-image a:hover img,
#sp-left div.sp-center-image a:hover img {
 	border: 1px solid #DF3188;
    padding: 3px;
}