@charset "UTF-8";

/* ----------------------------------------------------------------------------------
黒崎真音 特集 3回目
---------------------------------------------------------------------------------- */



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

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

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

.bold {
	font-weight: bold;
}

.gray {
	color: #666;
}

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

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

#sp-header h2 { /* ヘッダ：タイトル */
	width: 844px;
	height: 180px;
	position: absolute;
	left: 86px;
	top: 19px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/kurosakimaon03/header-title.png) no-repeat left top;
	z-index: 0;
}

#sp-header p.sp-header-label { /* ヘッダ：リード */
	width: 350px;
	height: 17px;
	position: absolute;
	left: 88px;
	top: 214px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/kurosakimaon03/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: #ecf1f9;
	margin: 0 0 20px 0;
	padding: 8px;

	background-image: linear-gradient(bottom, rgb(231,237,246) 0%, rgb(238,242,248) 100%);
	background-image: -o-linear-gradient(bottom, rgb(231,237,246) 0%, rgb(238,242,2483) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(231,237,246) 0%, rgb(238,242,2483) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(231,237,246) 0%, rgb(238,242,2483) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(231,237,246) 0%, rgb(238,242,2483) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(231,237,246)),
		color-stop(1, rgb(238,242,2483))
	);

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:inset 1px 1px 4px #cfd8e4;
	-moz-box-shadow:inset 1px 1px 4px #cfd8e4;
	-webkit-box-shadow:inset 1px 1px 4px #cfd8e4;
	border: 1px solid;
	border-color: #cfd8e4 #cfd8e4 #cfd8e4 #cfd8e4;
}

/* 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;
	background: 
}

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

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

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

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

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

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

.sp-tab li a:hover {
	background: #fff none;
	color: #3b82dc;
}

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

.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;
}



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

.sp-sideblock {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f0f2f6 url(https://ogre.natalie.mu/media/pp/static/music/kurosakimaon03/side_bg.png) no-repeat left top;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:inset 1px 1px 3px #ccd4e3;
	-moz-box-shadow:inset 1px 1px 3px #ccd4e3;
	-webkit-box-shadow:inset 1px 1px 3px #ccd4e3;
}

dl.sp-item,
dl.sp-item dt,
dl.sp-item dd {
	display: block;
	margin: 0;
	padding: 0;
}

dl.sp-item {
	width: 280px;
	margin: 0 0 10px;
	position: relative;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/music/kurosakimaon03/item-border.png) repeat-x bottom;
}

dl.sp-item dt,
dl.sp-item dd {
	position: absolute;
	background: transparent no-repeat left top;
}

dl.sp-item dt a,
dl.sp-item dd a {
	position: absolute;
	display: block;
}

dl.sp-item dt span,
dl.sp-item dd span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}

.sp-song-list {
	margin: 0;
}

.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 p {
	font-size: 80%; line-height: 140%; color: #333;
	margin: 0 0 0.2em 0;
	padding: 0;
}

.sp-song-list ol,
.sp-song-list ul {
	padding: 0;
	margin: 0 0 0.8em 0;
}

.sp-song-list ol.sp-item01-list2,
.sp-song-list ul.sp-item01-list2 {
	padding: 0;
	margin: 0;
}

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

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

.sp-song-list ol li .notes {
	color:#54859a;
	font-size: 100%;
}

/* 商品1 */

#sp-item01 dl {
	height: 271px;
}

#sp-item01 dt {
	width:  280px;
	height: 68px;
	left: 0;
	top: 0;
	background: url(https://ogre.natalie.mu/media/pp/static/music/kurosakimaon03/item01-title.png) no-repeat left top;
}

#sp-item01 dd.sp-item01-1 a {
	width: 145px;
	height: 181px;
	left: 0;
	top: 78px;
	background: url(https://ogre.natalie.mu/media/pp/static/music/kurosakimaon03/item01-1-amazon.jpg) no-repeat left top;
}

#sp-item01 dd.sp-item01-2 a {
	width: 125px;
	height: 181px;
	left: 155px;
	top: 78px;
	background: url(https://ogre.natalie.mu/media/pp/static/music/kurosakimaon03/item01-2-amazon.jpg) no-repeat left top;
}



/* プロフィール */

.sp-profile {
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
}

.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 p {
	margin-bottom: 1em;
	font-size: 80%; line-height: 140%; color: #333;
}

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

.sp-profile ul 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/kurosakimaon03/link-arrow.png);
	margin: 0 0 0.5em 16px ;
}



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

#sp-left {
}

#sp-left h2 {
	margin-bottom: 20px;
}

#sp-left .p-group h3,
#sp-left .int-group h3 {
	position: relative;
	margin: 0 0 20px 0; padding: 0.2em 0 2px 0;
	border-bottom: 3px solid #708ec2;
	text-align: left;
	font-weight: bold; font-size: 100%; line-height: 130%;
	color: #708ec2;
	height: 100%;
}

ul.linkBtn {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.linkBtn li {
	padding-right: 20px;
	list-style: none;
	float: left;
}
ul.linkBtn li.right {
	padding-right: 0!important;
}

#sp-left .p-group h3 span,
#sp-left .int-group h3 span {
	font-weight: normal; font-size: 75%;
}

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

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

/*インタビューイ*/

#sp-left .int-group p.sp-int {
	color: #7e878a;
}

#sp-left .int-group .sp-ryo {
	color: #d84f25;
}
#sp-left .int-group .sp-tetsu {
	color: #5784c0;
}
#sp-left .int-group .sp-masahiro {
	color: #b8a069;
}

#sp-left .int-group span span {
	font-size: 90%;
}

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

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

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

#sp-left div.sp-center-image {
	clear: both;
	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 {
	padding: 3px;
	border: 1px solid #ccc;
}

#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 {
	padding: 3px;
	border: 1px solid #df3188;
}

.profile-photo {
    float: right;
    padding: 0 0 0 10px;
}



/*ツアー情報*/

#sp-left .tour-list {
	margin: -10px 0 30px 0; padding: 0;
}

#sp-left .tour-list li {
	font-size: 90%; line-height: 140%; color: #222;
	padding: 8px 10px;
	margin: 0;
	list-style: none;
}

#sp-left .tour-list li.bgcolor {
	background: #eaeaea;
}


/* 本文中動画 */
.movie-group{
	padding: 0;
	margin-bottom:40px;
	background:#000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
