@charset "UTF-8";

/* ----------------------------------------------------------------------------------
 ヒロト（ザ・クロマニヨンズ）×ROY（THE BAWDIES） 特集
---------------------------------------------------------------------------------- */



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

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

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


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

.top {
	position: relative;
	width: 950px;
	height: 520px!important;
	margin: 0 0 20px 0;
	background: #fff url(../../../images/music/ja/sp-hiroto_roy/header-bg.jpg) no-repeat left top!important;
}

.top h2 { /* ヘッダ：タイトル */
	width: 880px!important;
	height: 172px!important;
	position: absolute;
	left: 34px!important;
	top: 5px!important;
	background: transparent url(../../../images/music/ja/sp-hiroto_roy/header-title.png) no-repeat left top!important;
	z-index: 0;
}

.top p.sp-header-label { /* ヘッダ：リード */
	width: 253px;
	height: 44px;
	position: absolute;
	left: 35px;
	top: 177px;
	background: transparent url(../../../images/music/ja/sp-hiroto_roy/header-p.png) no-repeat left top!important;
}

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

#sp-header {
	position: relative;
	width: 950px;
	height: 380px;
	margin: 0 0 20px 0;
	background: #fff url(../../../images/music/ja/sp-hiroto_roy/header-bg2.jpg) no-repeat left top;
}

#sp-header h2 { /* ヘッダ：タイトル */
	width: 880px;
	height: 172px;
	position: absolute;
	left: 34px;
	top: 5px;
	background: transparent url(../../../images/music/ja/sp-hiroto_roy/header-title2.png) no-repeat left top;
	z-index: 0;
}

#sp-header p.sp-header-label { /* ヘッダ：リード */
	width: 253px;
	height: 44px;
	position: absolute;
	left: 35px;
	top: 177px;
	background: transparent url(../../../images/music/ja/sp-hiroto_roy/header-p2.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: #c9bc9d url(../../../images/music/ja/sp-hiroto_roy/bgPager.png) repeat 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 #c2ab91;
	-moz-box-shadow:inset 1px 1px 4px #c2ab91;
	-webkit-box-shadow:inset 1px 1px 4px #c2ab91;
	border: 1px solid;
	border-color: #c2ab91 #c2ab91 #c2ab91 #c2ab91;
}

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

.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: #ebe4da url(../../../images/music/ja/sp-hiroto_roy/bgSide.png) no-repeat left top;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:inset 1px 1px 4px #ccbaa8;
	-moz-box-shadow:inset 1px 1px 4px #ccbaa8;
	-webkit-box-shadow:inset 1px 1px 4px #ccbaa8;
}

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(../../../images/music/ja/sp-hiroto_roy/item-border.png) no-repeat left bottom;
}

dl.none {
	background: none;
}


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 {
	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: #875631;
}
.sp-song-list h6 {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-weight: bold; font-size: 80%;
	line-height: 140%;
	color: #333;
}

.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: 262px;
}

#sp-item01 dt {
	width:  281px;
	height: 64px;
	left: 0;
	top: 0;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item01-title.png);
}


#sp-item01 dd.sp-item01-0 {
	width: 135px;
	height: 135px;
	left: 0;
	top: 73px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item01-jkt.png);
}

#sp-item01 dd.sp-item01-0 a {
	width: 135px;
	height: 135px;
}

#sp-item01 dd.sp-item01-1 {
	width: 135px;
	height: 56px;
	right: 0;
	top: 73px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item01-amazon1.png);
}

#sp-item01 dd.sp-item01-1 a {
	width: 135px;
	height: 56px;
}

#sp-item01 dd.sp-item01-2 {
	width: 134px;
	height: 56px;
	right: 0;
	top: 148px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item01-amazon2.png);
}

#sp-item01 dd.sp-item01-2 a {
	width: 134px;
	height: 56px;
}

#sp-item01 dd.sp-item01-3 {
	width: 209px;
	height: 31px;
	left: 0px;
	top: 218px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item01-amazon3.png);
}


/* 商品2 */

#sp-item02 dl {
	height: 278px;
}

#sp-item02 dt {
	width:  280px;
	height: 71px;
	left: 0;
	top: 0;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item02-title.png);
}

#sp-item02 dd.sp-item02-0 {
	width:  135px;
	height: 136px;
	left: 0;
	top: 79px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item02-jkt.png);
}
#sp-item02 dd.sp-item02-0 a {
	width:  135px;
	height: 136px;
}

#sp-item02 dd.sp-item02-1 {
	width:  135px;
	height: 56px;
	right: 0px;
	top: 85px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item02-amazon1.png);
}
#sp-item02 dd.sp-item02-1 a {
	width:  135px;
	height: 56px;
}

#sp-item02 dd.sp-item02-2 {
	width:  134px;
	height: 56px;
	right: 0px;
	top: 155px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item02-amazon2.png);
}
#sp-item02 dd.sp-item02-2 a {
	width:  134px;
	height: 56px;
}

#sp-item02 dd.sp-item02-3 {
	width:  167px;
	height: 40px;
	left: 0;
	top: 227px;
	background-image: url(../../../images/music/ja/sp-hiroto_roy/item02-amazon3.png);
}
#sp-item02 dd.sp-item02-3 a {
	width:  167px;
	height: 40px;
}



/* プロフィール */

.sp-profile,
#sp-tv,
#sp-live {
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
}

.sp-profile h5,
#sp-live 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-live h5 {
	color: #3591ca;
}

#sp-live h6,
#sp-tv h6 {
	margin: 5px 0 10px 0;
	color: #3591ca;
	font-size: 80%;
	font-weight: bold;
}

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

.sp-profile ul,
#sp-live 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(../../../images/music/ja/sp-hiroto_roy/link-arrow.png);
	margin: 0 0 0.5em 16px ;
}
#sp-live ul li {
	position: relative;
	font-size: 80%; line-height: 140%; color: #333;
	list-style: none;
	margin: 0 0 0.5em 0 ;
}



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

#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 #983f42;
	text-align: left;
	font-weight: bold; font-size: 100%; line-height: 130%;
	color: #983f42;
	height: 100%;
}

#sp-left .int-group h3 span.red {
	color: #bd3c3c;
	font-size: 100%;
	font-weight: bold;
}

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 .hiroto {
	color: #1d6699;
}
#sp-left .int-group .roy {
	color: #de7a18;
}

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

#sp-left .int-group ul {
	padding: 0;
}
#sp-left .int-group ul li {
	padding: 10px 10px;
	background: #f5f5f5;
	list-style: none;
	font-size: 90%;
	line-height: 130%;
}
#sp-left .int-group ul li.bg {
	background: #fff;
}

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

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

#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 {
	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;
}

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

/* ライブ情報 */
#sp-left .int-group ul {
	padding: 0;
}
#sp-left .int-group ul li {
	padding: 10px 10px;
	background: #f5f5f5;
	list-style: none;
	font-size: 90%;
	line-height: 130%;
}
#sp-left .int-group ul li.bg {
	background: #fff;
}

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


