@charset "utf-8";

/* TOP
---------------------------------------------------------- */
#top {
	padding: 20px 0 0 0;
	}

/* slider */
#top #slider {
	width: 868px;
	border: 1px solid #dcdcdc;
	margin: 0 0 40px 5px;
	top: 0;
	left: 0;
	position: relative;
	overflow: hidden;
	}

#top #slider .player {
	width: 658px;
	height: 358px;
	display: none;
	background-color: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC171c61,endColorstr=#CC171c61); 
	top: 0;
	left: 0;
	position: absolute;
	padding: 15px 105px;
	z-index: 20;
	}

#top #slider .loading {
	width: 31px;
	height: 31px;
	top: 178px;
	left: 418px;
	position: absolute;
	}

#top #slider #images {
	width: 868px;
	height: 388px;
	overflow: hidden;
	}

#top #slider #images ul li {
	width: 868px;
	height: 388px;
	display: block;
	float: left;
	position: relative;
	}

#top #slider #images ul li img {
	width: 868px;
	height: 388px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	}

#top #slider #images ul li a {
	width: 140px;
	color: #fff;
	text-decoration: none;
	background: #1e1e1e;
	margin: 5px 0 0 0;
	padding: 5px 15px;
	display: block;
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	bottom: 20px;
	right: 0;
	position: absolute;
	z-index: 20;
	}

#top #slider #images ul li a.white {
	color: #1e1e1e;
	background: #fff;
	}

#top #slider #images ul li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}

#top #slider #control {
	width: 868px;
	text-align: center;
	background-color: #1e1e1e;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	z-index: 10;
	}

#top #slider #control #thumbs {
	display: inline-block;
	}

#top #slider #control #thumbs img {
	width: 70px;
	border: 2px solid #dcdcdc;
	padding: 1px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin: 2.5px 5px;
	cursor: pointer;
	}

#top #slider #control #thumbs img:hover {
	border: 2px solid #bea339;
	padding: 1px;
	filter: alpha(opacity=90);
	opacity: 0.4;
	}

#top #slider #control #thumbs .active img {
	border: 2px solid #bea339;
	}

#top #slider #prev {
	width: 13px;
	height: 30px;
	bottom: 15px;
	left: 20px;
	background: url(../img/index/btn_prev.png) center top no-repeat;
	position: absolute;
	outline: none;
	display: block;
	z-index: 20;
	}

#top #slider #next {
	width: 13px;
	height: 30px;
	bottom: 15px;
	right: 20px;
	background: url(../img/index/btn_next.png) center top no-repeat;
	position: absolute;
	outline: none;
	display: block;
	z-index: 20;
	}

/* section */
#top section {
	width: 880px;
	margin: 0 0 40px 0;
	}

#top section .title {
	margin: 0 5px;
	}

#top section .title h1 {
	float: left;
	}

#top section .title a {
	border: medium none transparent;
	margin: 4px 0 0 0;
	float: right;
	}

#top section .title a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}

#top section ul li {
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 10px 5px 0 5px;
	}

#top section ul li a {
	color: #1e1e1e;
	text-decoration: none;
	display: block;
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: block;
	}

#top section ul li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}

#top section ul li img {
	width: 208px;
	float: left;
	}

#top section ul li .box {
	width: 630px;
	padding: 15px;
	float: left;
	}

#top section ul li span.image {
	text-align: center;
	margin: 10px 10px 0 10px;
	display: block;
	}

#top section ul li span.date {
	width: 70px;
	font-size: 10px;
	color: #fff;
	line-height: 10px;
	text-align: center;
	background: #1e1e1e;
	padding: 3px 0;
	display: block;
	}

#top section ul li span.name {
	font-weight:bold;
	margin: 5px 0;
	display: block;
	}

#top section ul li span.text {
	line-height: 18px;
	display: block;
	overflow: hidden;
	}

#top section#onair .title {
	margin-bottom: 10px;
	}

#top section#onair h2 {
	font-size: 14px;
	border-bottom: 1px solid #1e1e1e;
	margin: 0 5px;
	}

#top section#onair ul li {
	width: 210px;
	border: none;
	background: none;
	text-align: center;
	margin: 10px 5px 0 5px;
	float: left;
	}

#top section#onair .box {
	margin-bottom: 15px;
	}

#top section#onair .box:last-child {
	margin-bottom: 20px;
	}

#top section#onair ul li img {
	width: 210px;
	}

#top section#onair ul li a {
	display: block;
	}

#top section#releaseTop ul li {
	width: 208px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 10px 5px 0 5px;
	float: left;
	}

#top section#releaseTop ul li a {
	color: #1e1e1e;
	text-decoration: none;
	display: block;
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding: 10px;
	display: block;
	}

#top section#releaseTop ul li span.image {
	width: 150px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	}

#top section#releaseTop ul li span.date {
	width: 70px;
	font-size: 10px;
	color: #fff;
	line-height: 10px;
	text-align: center;
	background: #1e1e1e;
	margin: 10px 0 0 0;
	padding: 3px 0;
	display: block;
	}

#top section#releaseTop ul li span.name {
	font-weight:bold;
	margin: 5px 0;
	display: block;
	}

#top section#releaseTop ul li span.text {
	display: block;
	overflow: hidden;
	}



/* 作品一覧
---------------------------------------------------------- */
#special {
	width: 880px;
	padding: 0 0 40px 0;
	}

#special h1 {
	width: 870px;
	border-bottom: 3px solid #1e1e1e;
	margin: 0 5px 20px 5px;
	padding: 0 0 10px 0;
	}

#special .box {
	margin-bottom: 50px;
	}

#special section#library .box {
	margin-bottom: 30px;
	}

#special section ul {
	margin: 0 0 30px 0;
	}

#special section ul li {
	font-size: 10px;
	text-align: center;
	margin: 10px 5px 0 5px;
	float: left;
	}

#special section ul li a {
	display: block;
	}

#special section h1 {
	width: 870px;
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: 1px solid #1e1e1e;
	margin: 0 5px;
	padding: 0 0 5px 0;
	}

#special section h2 {
	width: 870px;
	font-size: 16px;
	letter-spacing: 5px;
	margin: 10px 5px 0 5px;
	}

#special section table {
	margin: 0 0 10px 0;
	}

#special section table:last-child {
	margin: 0;
	}

#special section table td {
	width: 160px;
	background: #1e1e1e;
	padding: 5px;
	}

#special section table td a {
	color: #fff;
	padding: 5px;
	}

#special section table td.enpty {
	background: none;
	}


/* アーティスト一覧
---------------------------------------------------------- */
#artist {
	width: 880px;
	padding: 0 0 40px 0;
	}

#artist h1 {
	width: 870px;
	border-bottom: 3px solid #1e1e1e;
	margin: 0 5px 20px 5px;
	padding: 0 0 10px 0;
	}

#artist h2 {
	width: 870px;
	margin: 0 5px 15px 5px;
	}

#artist ul {
	margin: 0 0 30px 0;
	}

#artist ul li {
	font-size: 10px;
	text-align: center;
	margin: 0 5px 10px 5px;
	float: left;
	}

#artist ul li a {
	display: block;
	}

#artist #more p#btn {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	background: url(../img/artist/ico_down.png) left center no-repeat;
	margin: 0 5px;
	padding: 10px 0 10px 30px;
	display: block;
	cursor: pointer;
	}

#artist #more p#btn.close {
	background: url(../img/artist/ico_up.png) left center no-repeat;
	}

#artist #more h2 {
	font-size: 16px;
	margin: 10px 5px 0 5px;
	}

#artist #more table{
	margin: 5px 0 0 0;
	}

#artist #more table td {
	width: 160px;
	background: #1e1e1e;
	padding: 5px;
	}

#artist #more table td.enpty {
	background: none;
	}

#artist #more table td a {
	color: #fff;
	padding: 5px;
	}



/* ニュース
---------------------------------------------------------- */
#news {
	width: 880px;
	padding: 0 0 40px 0;
	}

#news #title {
	width: 870px;
	border-bottom: 3px solid #1e1e1e;
	margin: 0 5px 10px 5px;
	padding: 0 0 10px 0;
	}

#news #title h1 {
	float: left;
	}

#news #title a {
	border: medium none transparent;
	float: right;
	}

#news #title a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}

#news ul#newsList li {
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 10px 5px 0 5px;
	float: left;
	}

#news ul#newsList li a {
	width: 870px;
	color: #1e1e1e;
	text-decoration: none;
	display: block;
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}

#news ul#newsList li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}

#news ul#newsList li img {
	width: 208px;
	float: left;
	}

#news ul#newsList li .box {
	width: 630px;
	padding: 15px;
	float: left;
	}

#news ul#newsList li .box span.date {
	width: 70px;
	font-size: 10px;
	color: #fff;
	line-height: 10px;
	text-align: center;
	background:#1e1e1e;
	padding: 3px 0;
	display: block;
	}

#news ul#newsList li .box span.name {
	font-weight:bold;
	margin: 5px 0;
	display: block;
	}

#news ul#newsList li .box span.text {
	display: block;
	overflow: hidden;
	}

#news #newsDetail {
	width: 810px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 20px 0 0 5px;
	padding: 29px;
	}

#news #newsDetail span.date {
	width: 90px;
	color: #fff;
	text-align: center;
	background:#1e1e1e;
	margin: 0 0 5px 0;
	display: block;
	}

#news #newsDetail h1 {
	font-size: 14px;
	border-bottom: 1px solid #1e1e1e;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	}

#news #newsDetail img.left {
	margin: 0 20px 0 0;
	float: left;
	}

#news #newsDetail .info {
	border-top: 1px solid #dcdcdc;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	}

#news ul#pager {
	width: 666px;
	margin:40px auto 0 auto;
	}

#news ul#pager li {
	width: 120px;
	color: #999;
	background: #444;
	float: left;
	margin: 0 50px;
	}

#news ul#pager li span {
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	}

#news ul#pager li a {
	color: #fff;
	background: #1e1e1e;
	text-align: center;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	}

#news ul#pager li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}



/* アーティスト情報
---------------------------------------------------------- */
#info {
	width: 880px;
	}

#info h1 {
	width: 870px;
	border-bottom: 3px solid #1e1e1e;
	margin: 0 5px 20px 5px;
	padding: 0 0 10px 0;
	}

#info h2 {
	width: 870px;
	margin: 0 5px;
	}

#info .select {
	margin: 0 auto 60px auto;
	}

#info .select ul {
	width: 880px;
	margin: 0 auto 15px auto;
	}

#info .select ul li {
	margin: 0 5px 10px 5px;
	float: left;
	}

#info .select ul li a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #bea339;
	padding: 5px 20px;
	display: inline-block;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	}

#info .select ul.sb li a {
	background: #23bec8;
	}

#info ul li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}

#info section {
	margin: 0 0 40px 0;
	}

#info section h1 {
	width: 870px;
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: 1px solid #1e1e1e;
	margin: 0 5px 10px 5px;
	padding: 0 0 5px 0;
	}

#info section h1 .link {
	margin: 5px 0 0 0;
	float: right;
	}

#info section h1 .link:hover {
	opacity: 0.7;
	}

#info section h2 {
	font-size: 14px;
	margin: 0 5px 5px 5px;
	padding: 0 0 0 15px;
	position: relative;
	}

#info section h2:before {
	content: "";
	width: 10px;
	height: 1px;
	background: #bea339;
	top: 50%;
	left: 0;
	position: absolute;
	}

#info section .box {
	background: #fff;
	border: 1px solid #dcdcdc;
	margin: 0 5px;
	padding: 15px;
	}

#info section .release dl {
	display: table;
	margin: 0 0 10px 0;
	}

#info section .release dl:last-child {
	margin: 0;
	}

#info section .release dl dt {
	display: table-cell;
	}

#info section .release dl dt time {
	width: 80px;
	color: #fff;
	text-align: center;
	background: #1e1e1e;
	padding: 0 10px;
	display: inline-block;
	}

#info section .release dl dd {
	padding: 0 0 0 15px;
	display: table-cell;
	}

#info section .live_event dl {
	margin: 0 5px 10px 5px;
	}

#info section .live_event dl:last-child {
	margin: 0 5px;
	}

#info section .live_event dl dt {
	color: #fff;
	background: #1e1e1e;
	padding: 5px 10px;
	}

#info section .live_event dl dd {
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 15px;
	}

#info section table {
	width: 870px;
	border-collapse: collapse;
	margin: 0 5px;
	}

#info section table tr th {
	color: #fff;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	background: #1e1e1e;
	padding: 5px 10px;
	}

#info section table tr td {
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 10px;
	}

#info section table .title a {
	color: #1e1e1e;
	}

#info section table .title img {
	vertical-align: middle;
	}

#info section table .text {
	width: 160px;
	}

#info section p.back {
	width: 870px;
	text-align: right;
	margin: 5px auto 0 auto;
	}



/* リリース情報
---------------------------------------------------------- */
#release {
	width: 880px;
	}

#release h1 {
	width: 870px;
	border-bottom: 3px solid #1e1e1e;
	margin: 0 5px 20px 5px;
	padding: 0 0 10px 0;
	}

#release ul#pager {
	width: 250px;
	line-height: 18px;
	margin: 0 auto 40px auto;
	display: table;
	}

#release ul#pager li {
	width: 30px;
	padding: 5px 0;
	display: table-cell;
	}

#release ul#pager li.center {
	width: 750px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	}

#release ul#pager li a {
	display: block;
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	}

#release ul#pager li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.4;
	}

#release section {
	margin: 0 0 40px 0;
	}

#release section h1 {
	width: 870px;
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: 1px solid #1e1e1e;
	margin: 0 5px;
	padding: 0 0 5px 0;
	}

#release section table {
	width: 870px;
	margin: 10px 5px 0 5px;
	}

#release section td.box {
	width: 398px;
	border: 1px solid #dcdcdc;
	background: #fff;
	vertical-align: top;
	padding: 15px;
	}

#release section td.box dl dt {
	width: 75px;
	text-align: center;
	margin: 0 15px 0 0;
	float: left;
	}

#release section td.box dl dd {
	width: 308px;
	float: left;
	}

#release section td.box dl dd a {
	font-size: 14px;
	color: #1e1e1e;
	margin: 0 0 5px 0;
	display: block;
	}

#release section td.box dl dd span {
	display: block;
	}



/* サイトマップ
---------------------------------------------------------- */
#sitemap {
	width: 880px;
	}

#sitemap h1 {
	width: 870px;
	border-bottom: 3px solid #1e1e1e;
	margin: 0 5px 30px 5px;
	padding: 0 0 7px 0;
	}

#sitemap ul {
	width: 870px;
	margin: 0 5px;
	}

#sitemap ul li {
	width: 180px;
	margin: 0 37px 40px 0;
	float: left;
	}

#sitemap ul li dl dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #1e1e1e;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#sitemap ul li dl dd {
	background: url(../img/sitemap/ico_right.png) left center no-repeat;
	margin: 5px 0 0 0 ;
	padding: 0 0 0 15px;
	}

#sitemap ul li dl dd a {
	color: #1e1e1e;
	text-decoration: none;
	}

#sitemap ul li dl dd a:hover {
	text-decoration: underline;
	}

#sitemap ul#link {
	margin: 50px 0 0 0;
	}



/* 検索結果
---------------------------------------------------------- */
#search {
	width: 880px;
	padding: 0 0 20px 0;
	}

#search h1 {
	width: 870px;
	border-bottom: 3px solid #1e1e1e;
	margin: 0 5px;
	padding: 0 0 7px 0;
	}

#search p {
	width: 848px;
	color: #fff;
	background: #8c8c8c;
	margin: 20px 5px;
	padding: 10px;
	}

#search .pageSelect {
	width: 870px;
	font-size: 14px;
	text-align: center;
	margin-left: 5px;
	}

#search ul {
	width: 870px;
	margin: 20px 5px;
	}

#search ul li {
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 15px;
	}

#search ul li:last-child {
	margin: 0;
	}

#search ul li span {
	display: block;
	}
