@charset "utf-8";

/*--------------------------------------
 * Universal selector
 * ---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*--------------------------------------
 * Structure Module
 * ---------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ","Meiryo","ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	line-height: 1.6;
	color: #000;
	background: #fff;
}

section,
article,
aside,
nav,
hgroup,
header,
footer {
	display: block;
}

/*--------------------------------------
 * Text Module
 * ---------------------------------------*/
p,
pre,
address,
cite {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	zoom: normal;
}

br {
	letter-spacing: 0;
}

/*--------------------------------------
 * Image Module
 * ---------------------------------------*/
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

/*--------------------------------------
 * Table Module
 * ---------------------------------------*/
table{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
	

/*--------------------------------------
 * Hypertext Module
 * ---------------------------------------*/
a,
a:link,
a:visited {
	text-decoration: underline;
	color: #777;
	overflow: hidden;
	outline: none;
}

a:active,
a:hover,
a:focus {
	color: #ccc;
}

/*--------------------------------------
 * ライン
 * ---------------------------------------*/

hr {
	display:none;
	clear:both;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

#wrapper {
	text-align: left;
	min-width: 980px;
	background: url(../images/common/header/bg.gif) repeat-x;
}

#container {
	margin: 0px auto;
	width: 960px;
}

/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/
#top {
	margin: 0px auto 0px;
	position: relative;
	overflow: hidden;
	width: 960px;
}

#speedGlobalheader {
	padding-top: 16px;
	width: 960px;
	height: 109px !important;
}

/*SNS*/
.sns-link {
	padding: 5px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 5;
	width: 160px;
	height: 25px;
	background: #000;
}

.sns-link li {
	padding-left: 4px;
	float: left;
}

.sns-link .twitter {
}

/*スライド*/
.bx-wrapper {
	width: 960px;
	height: 410px;
}

#slider {
	height: 410px;
}

#sliderSelect {
	padding-top: 1px;
	display: table;
	width: 800px;
	height: 30px;
}

#sliderSelect li {
	padding-right: 1px;
	display: table-cell;
	vertical-align: middle;
}

/* アーティスト : 5 */
#sliderSelect li {
	width: 20%;
}

/* アーティスト : 6 */
#sliderSelect li {
	width: 16.666%;
}


#sliderSelect a {
	padding-top: 10px;
	display: block;
	width: 100%;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background: #000;
	color: #fff !important;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
}

/* アーティスト : 5 */
#sliderSelect li {
	width: 20%;
}
#sliderSelect a:hover {
	color: #ddd !important;
}

#sliderSelect a.pager-active {
	color: #ffdb4d !important;
	background: url(../images/home/slide/arrow.gif) no-repeat center 0px #000;
}

#sliderSelect a.pager-link {
	display: none;
}

#slider li {
}

#searchSetMobile {
	display: none;
}




/*--------------------------------------
 * ナビゲーション
 * ---------------------------------------*/
#globalNav {
	
}


/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
h2 {
	margin: 0px auto 0px;
	padding-top: 27px;
	overflow: hidden;
	background: url(../images/home/title.gif) no-repeat;
	height: 0;
}

#primary {
	margin-top: 35px;
	padding-right: 26px;
	float: left;
	width: 528px;
}

/* NEWS */
#news {
	padding: 11px 0px 7px;
	border-top: solid 15px #005bac;
	border-bottom: solid 1px #005bac;
}

#news h2 {
	margin: 0px auto 7px;
	background-position: center 0px;
	border-bottom: solid 1px #005bac;
}

#feed {
	padding-right: 8px;
}

.entry {
	margin-bottom: 6px;
	padding-top: 8px;
	background: url(../images/home/news/line.gif) no-repeat;
	}

time {
	margin-right: 5px;
	padding: 2px 0px;
	text-align: center;
	float: left;
	width: 69px;
	font-size: 10px;
	line-height: 1.2;
	}

.entry a {
	color: #000;
	text-decoration: none;
	}

.entry a:hover {
	text-decoration: underline;
	}

.entry h3 {
	padding: 0px 0px 0px 9px;
	float: left;
	font-weight: bold;
	line-height: 1.4;
	border-left: solid 4px #efeff3;
	}

.entry p {
	margin: 0px 0px 0px 74px;
	padding: 0px 0px 0px 9px;
	clear: both;
	border-left: solid 4px #efeff3;
	}

/*ScrollBar Module*/
.scroll-pane {
	overflow: auto;
	width: 528px;
	max-height: 295px;
}

.scroll-pane .jspVerticalBar {
	width: 8px;
}

.scroll-pane .jspTrack {
	background: #ebebf0;
}

.scroll-pane .jspDrag {
	background: #5d6976;
}

/* NEW RELEASE */
#newRelease {
	margin-top: 40px;
	padding: 11px 0px 18px;
	position: relative;
	clear: both;
	border-top: solid 15px #005bac;
	border-bottom: solid 1px #005bac;
}

#newRelease h2 {
	background-position: center -27px;
	border-bottom: solid 1px #005bac;
}

#productList {
	overflow: hidden;
}

.product {
	padding: 18px 0px 22px;
	width: 255px;
	float: left;
}

.heightLine-3 {
	padding: 18px 0px 0px;
}

#productList .even {
	padding-right: 18px;
}

.jacket {
	float: left;
	width: 94px;
	background: #fff;
}

.jacket a {
	padding: 1px;
	width: 90px;
	display: block;
	border: solid 1px #999999;
}

.jacket a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border: solid 1px #93ccff;
}

.product .media,
.product .artist,
.product .productTitle,
.product .releaseDate {
	padding: 0px 0px 0px 0px;
	float: right;
	width: 152px;
}

.product .media {
	padding: 0px 0px 3px 0px;
	font-size: 10px;
	line-height: 1.2;
	border-bottom: solid 3px #edeeee;
}

.product .artist {
	padding: 2px 0px 0px;
}

.product .artist a {
	padding: 2px 0px 2px;
	display: block;
	font-weight: bold;
	color: #007ceb;
	text-decoration: none;
}

.product .artist a:hover {
	color: #93ccff;
}

.productTitle h4 {
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: solid 3px #edeeee;
}

.productTitle h4 span {
	display: block;
	font-size: 10px;
}

.product .releaseDate {
	padding-top: 7px;
	line-height: 1.2;
}

#newRelease .more {
	position: absolute;
	top: 6px;
	right: 0px;
	width: 62px;
}

#newRelease .more a {
	padding-top: 27px;
	display: block;
	width: 62px;
	height: 0;
	background: url(../images/home/more.gif) no-repeat;
}

#newRelease .more a:hover {
	background-position: 0px -27px;
}

#primary .line {
	display: none;
}


/* twitter */
#speedTweet {
	margin-top: 40px;
	clear: both;
	position: relative;
	width: 528px;
	height: 79px;
	background: #fff;
}
	
#speedTweet dl {
	padding-left: 84px;
}

#speedTweet dt {
	position: absolute;
	top: 0px;
	left: 0px;
}

#speedTweet dt a {
	padding-top: 79px;
	display: block;
	overflow: hidden;
	width: 101px;
	height: 0;
	background: url(../images/home/twitter/title.png) no-repeat;
}
	
#speedTweet dt a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#speedTweet dd {
	width: 444px;
	height: 79px;
	background: #f5fbfd;
}

#twitter_update_list {
}

#twitter_update_list a {
	display: block;
	position: absolute;
	right: 6px;
	bottom: 4px;
	line-height: 1.2;
	text-decoration: none;
}

#twitter_update_list span {
	padding: 6px 14px 6px  18px;
	overflow: hidden;
	display: block;
	text-align: left;
	line-height: 1.5;
	height: 67px;
}

#twitter_update_list span a {
	margin: 0;
	position: static;
	display: inline;
	font-size: 10px;
	line-height: 1.5;
	text-decoration: underline;
	background: none;
}

/*--------------------------------------
サブコンテンツ
---------------------------------------*/
#secondary {
	margin-top: 35px;
	padding-right: 26px;
	float: left;
	width: 190px;
}

/* ARTIST LIST */
#artistList {
	padding-top: 11px;
	border-top: solid 15px #bfc0c0;
}

#artistList h2 {
	background-position: center -54px;
	border-bottom: solid 1px #bfc0c0;
}

#artistList ul {
}

#artistList ul li {
}

#artistList ul li a {
	padding: 10px 3px 8px 15px;
	display: block;
	color: #657e95;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #efeff3;
	background: url(../images/home/artistlist/arrow.png) no-repeat 4px 14px;
}

#artistList ul li a:hover {
	color: #fff;
	background: url(../images/home/artistlist/arrow.png) no-repeat 4px -8px #93ccff;
}

#artistList ul li ul {
	padding: 0px 0px 20px;
}

.labelName {
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 10px;
	color: #bfc0c0;
	line-height: 1.2;
	display: block;
	border-bottom: solid 1px #bfc0c0;
}

#artistList ul li.more {
	margin-top: -1px;
	border-top: solid 1px #bfc0c0;
}

#artistList ul li.more a {
	padding: 0px;
	padding-top: 27px;
	float: right;
	display: block;
	border: none;
	width: 62px;
	height: 0;
	background: none;
	background: url(../images/home/more.gif) no-repeat;
}

#artistList ul li.more a:hover {
	background-position: 0px -27px;
}


/*--------------------------------------
サブコンテンツ
---------------------------------------*/
#tertiary {
	margin-top: 35px;
	float: left;
	width: 190px;
}

#liveEvent {
	padding: 4px 0px 19px;
	line-height: 1.3;
	font-size: 12px;
	color: #fff;
	border-top: solid 15px #bfc0c0;
}

#liveEvent h2 {
	margin: 0px auto 4px ;
	padding-top: 30px;
	width: 131px;
	background-position: center -81px;
}

#liveEvent li {
	margin-bottom: 6px;
}

.liveData {
}

.liveData h3 {
}


#liveEvent a {
	text-decoration: none;
}

a .liveData {
	padding: 0px 2px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(../images/home/live/bg_set_top.png) no-repeat #000;
	border-bottom: solid 2px #000;
}

.noData {
	padding: 0px 2px 0px;
	background: url(../images/home/live/bg_set_top.png) no-repeat -190px 0px #000;
	border-bottom: solid 2px #000;
}


.noData p {
	padding: 22px 0px 20px;
	text-align: center;
	background: none;
	border-bottom: solid 1px #626366;
}


a .liveData:hover {
	background: url(../images/home/live/bg_set_top.png) no-repeat #2f353c;
	border-bottom: solid 2px #2f353c;
}

a .arrow {
	padding: 0px 2px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(../images/home/live/bg_set_top.png) no-repeat -190px 0px #000;
	border-bottom: solid 2px #000;
}

a .arrow:hover {
	background: url(../images/home/live/bg_set_top.png) no-repeat -190px 0px #2f353c !important;
	border-bottom: solid 2px #2f353c;
}

a .liveData h3,
a .arrow h3 {
	padding: 18px 12px 8px;
	color: #fbd852;
	font-weight: bold;
	font-size: 12px;
}

#liveEvent li li.date {
	margin: 0px;
	padding: 16px 12px 8px;
	line-height: 1.4;
	background: url(../images/home/live/date.png) no-repeat 12px 0px;
}

#liveEvent li li.venue {
	margin: 0px;
	padding: 16px 12px 12px;
	line-height: 1.4;
	background: url(../images/home/live/venue.png) no-repeat 12px 0px;
	border-bottom: solid 1px #626366;
}

/*banner*/
#banner {
	padding: 11px 0px 0px;
	text-align: center;
	border-top: solid 1px #dedede;
}

#banner li {
	padding: 14px 0px 6px;
}
	
#banner a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#temporary {
	padding-bottom: 0px;
}

#banner .twitterLink li {
	padding: 0;
}

#speedLine {
	display: none;
}

/*--------------------------------------
上部へボタン
---------------------------------------*/

/*コンテンツ外ページの上部へボタン*/
.toTop {
	margin: 0px auto;
	padding: 40px 0px 0px 931px;
	clear: both;
	width: 29px;
	height: 29px;
}

.toTop a {
	padding-top: 29px;
	display: block;
	overflow: hidden;
	width: 29px;
	height: 0;
	background: url(../images/common/nav/totop.gif) no-repeat;
}
	
.toTop a:hover,
.toTop a:focus {
}

/*--------------------------------------
フッター
---------------------------------------*/

footer {
}