@charset "UTF-8";
@import 'http://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400';
@import 'http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700';
@import url('https://fonts.googleapis.com/css?family=Cardo');

html{
    height:100%;
}
body {
	width:100%;
	min-width: 960px;
	color:#333;
	font-size:13px;
    *font-size:small;
    *font:x-small;
	font-family: Roboto, SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック JP Regular', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
}
body#top {
}

/*
reset
*/
html {overflow-y: scroll; height:100%;}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit; font:100%;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

img { 
	vertical-align:bottom;
	margin: 0; 
	border:0;
}
a {
	color:#F06;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#F39;
	text-decoration:none;
}

.br_sp {
	display: none;
}
.br_pc {
	display: block;
}

#page_container {
    height:100%;
	min-height:100%;
	background-color:#000;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
#top #page_container {
	background-color:#000;
	background-image: none;
}
body > #page_container {
    height:auto;
}
#contents_container {
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:center top;
	min-height:280px;
}

/*
Header
*/
#headerArea {
	width:100%;
	height:160px;
	margin-bottom:40px;
	background-image: url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:center 0px;
	-moz-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.5);
}
#top #headerArea {
	width:100%;
	height:110px;
	margin-bottom:0px;
	background-image: url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:center 0px;
	position:relative;
	z-index:10;
}
#headerBody {
	width:960px;
	height:120px;
	margin:0px auto;
	position:relative;
}
#headerBody h1 {
	position:absolute;
	top:0px;
	left:-40px;
}
#headerBody #mob_navigation {
	width:360px;
	height:70px;
	position:absolute;
	top:50px;
	left:240px;
}
#top #headerBody #mob_navigation {
	width:360px;
	height:70px;
	position:absolute;
	top:30px;
	left:240px;
}
#headerBody #mob_navigation p {
	margin:0px;
}
#headerBody #mob_navigation ul {
	margin-top:10px;
}
#headerBody #mob_navigation li {
	width:120px;
	height:40px;
	float:left;
	background-repeat:no-repeat;
	background-position:center 0px;
}
/*
#headerBody #mob_navigation li#mob_nav01 {
	background-image: url(../images/nav/mob_nav01_active.png);
}
#headerBody #mob_navigation li#mob_nav02 {
	background-image: url(../images/nav/mob_nav02_active.png);
}
#headerBody #mob_navigation li#mob_nav03 {
	background-image: url(../images/nav/mob_nav03_active.png);
}
*/

#headerBody #youtube {
	width:170px;
	height:25px;
	position:absolute;
	top:15px;
	left:590px;
	background-image: url(../images/youtube_ch_over.gif);
	background-repeat:no-repeat;
	background-position:center 0px;
}
#headerBody #da_app {
	width:170px;
	height:40px;
	position:absolute;
	top:45px;
	left:590px;
	background-image: url(../images/da_app_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#headerBody #da_app p {
	position:absolute;
	top:0px;
	left:25px;
}
#headerBody #da_app a {
	width:72px;
	height:16px;
	display:block;
	margin:0px;
}
#headerBody a#da_app_iphone {
	position:absolute;
	top:18px;
	left:25px;
}
#headerBody a#da_app_android {
	position:absolute;
	top:18px;
	left:97px;
}
#headerBody #facebook {
	width:90px;
	height:90px;
	position:absolute;
	top:10px;
	right:100px;
	background-image: url(../images/facebook_over.gif);
	background-repeat:no-repeat;
	background-position:center 0px;
}
#headerBody #newsletter {
	width:90px;
	height:90px;
	position:absolute;
	top:10px;
	right:10px;
	background-image: url(../images/newsletter_over.png);
	background-repeat:no-repeat;
	background-position:center 0px;
}

/*
navigation
*/
#navigation {
	text-align:left;
	width:100%;
	height:40px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat:repeat-x;
	background-position:center 0px;
}
#navigation ul {
	color:#999;
	width:960px;
	margin:0px auto;
}
#navigation li {
	width:120px;
	float:left;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#navigation li a {
	display:block;
}
#navigation li#nav00 {
	background-image: url(../images/nav/nav_top_active.jpg);
	width:240px;
}
#navigation li#nav01 {
	background-image: url(../images/nav/nav_profile_active.jpg);
}
#navigation li#nav02 {
	background-image: url(../images/nav/nav_disco_active.jpg);
}
#navigation li#nav03 {
	background-image: url(../images/nav/nav_info_active.jpg);
}
#navigation li#nav04 {
	background-image: url(../images/nav/nav_sns_active.jpg);
}
#navigation li#nav05 {
	background-image: url(../images/nav/nav_link_active.jpg);
}

/*
sp_navigation
*/
#sp_navigation {
	display:none;
}
/*
#contentsArea
*/
#contentsArea {
	width:1000px;
	margin:0px auto;
}
#top #contentsArea {
	width:100%;
	max-width:1200px;
	min-width:768px;
	background-image: url(../images/bg_main8.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-size:contain;
	background-color:#000;
	/*background-color:#1d191a;*/
}
#contentsBody {
	width:100%;
	max-width:1200px;
	min-width:768px;
	margin:0px auto;
}
#top #contentsArea #contentsBody {
	position:relative;
	z-index:0;
}

#top #main_vid {
}

#top #whatsnew {
	font-size:85%;
	width: 885px;
	position:absolute;
	top:10px;
	left: 0;
	right: 0;
	margin: auto;
	background:rgb(238,238,238);
	background:rgba(255,255,255,0.7);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	padding: 4px 5px 2px 70px;
	background-image: url(../images/whatsnew.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#top #feed_ticker {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#top #feed_ticker a {
	color:#333;
}
#top #feed_ticker a:hover {
	color:#F39;
}

#top #feed_ticker ul {
	width: 100%;
	position: relative;
}

#top #feed_ticker ul li {
	width: 100%;
	display: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}


#top #lead {
	color:#fff;
	text-align:center;
	width: 100%;
	margin:0px auto 0px;
}
#top #lead h2 {
	color:#fff;
	font-size:32px;
	font-weight:500;
	width:100%;
	margin:0px auto 60px;
	padding-top:600px;
	text-shadow: 0px 1px 3px #000;
}
#top #lead h2 span {
	font-size:20px;
	font-weight:300;
	margin:0px auto 0px;
}
#top #lead h2 .main_title {
	font-size:120%;
	font-weight:500;
	margin:0px auto 0px;
}
#top #lead p {
	font-size:18px;
	margin:10px auto 10px;
	text-shadow: 0px 1px 3px #000;
}
#top #lead p span {
	font-size:32px;
	margin:0px auto 0px;
}
#top .main {
	float:none;
	padding-top:0px;
	padding:20px 10px;
	background: rgba(0,0,0,0.5)
}
#top .sub {
	width:320px;
	float:right;
}

#top .release {
	padding:0px 0px 20px 0px;
	margin:0px auto 0px auto;
}

/*
リリース共通
*/
#top .lead {
	margin: 0px 0px 0px 0px;
}

#top .main h2 {
	margin:20px 40px 20px 0px;
}

#top .release .artwork {
	float:left;
	width:240px;
	margin: 0px 0px 10px 0px;
}
#top .artwork img {
	width:240px!important;
	height:auto;
}
#top .prime .artwork {
	float:left;
	width:300px!important;
	margin: 0px 0px 10px 0px;
}
#top .prime .artwork_2 {
	float:left;
	width:530px;
	margin: 0px 0px 10px 0px;
}
#top .prime .artwork_2 p {
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
	margin: 5px 0px 10px 0px;
}
#top .prime .artwork_21 {
	float:left;
	width:255px;
	margin: 0px 10px 0px 0px;
}
#top .prime .artwork_22 {
	float:left;
	width:255px;
	margin: 0px 0px 0px 0px;
}
#top .prime .artwork img {
	width:300px!important;
	height:auto;
}
#top .prime .artwork_2 img {
	width:255px!important;
	height:auto;
	margin-right: 10px;
}
#top .release .data {
	width:730px;
	float:left;
	margin: 10px 0px 0px 30px;
}
#top .prime .data {
	width:600px!important;
}
#top .prime .data_2 {
	width:450px!important;
	float:left;
	margin: 10px 0px 0px 10px;
}
#top ul.spec li {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    list-style: disc;
    margin: 5px 20px 5px 20px;
}
#top .release .data2 {
	clear:both;
	padding:10px;
	margin: 10px 10px 10px 10px;
}
#top .release .data_feat {
	clear:both;
	padding:10px;
	margin: 10px 0px 20px 0px;
	border:4px solid #a32326;
	background-color:#000;
}
#top .release .data_feat li {
	color:#fff;
	font-size: 12px;
	line-height: 150%;
	list-style: disc;
	margin: 5px 0px 5px 25px;
}

#top .video {
	padding:0px 0px 0px 0px;
	margin:10px 0px 20px;
	text-align:center;
}
#top .video h2 {
	margin:20px 0px 20px;
}
#top .video iframe {
	margin:0px 0px 0px 0px;
}

#top .release p {
	color:#ccc;
	font-size:93%;
	margin: 10px 5px 5px 7px;
}
#top .release p .subtitle {
	color:#eee;
	font-weight:bold;
}


#top .data img {
	margin:0px;
	vertical-align:bottom;
}

#top .dloadBtn {
	color:#ccc;
	font-size:77%;
	width:85px;
	height:22px;
	display:block;
	margin:10px 0px 0px 15px;
	background:#F06;
}
#top .dloadBtn:hover {
	color:#fff;
	display:block;
	background:#FFF;
}
#top .dloadBtn2 {
	color:#ccc;
	font-size:77%;
	width:58px;
	height:14px;
	display:inline-block;
	margin:0px 0px 2px 10px;
	padding:0px;
	border:0px;
	background:#666;
	line-height:0px;
	vertical-align:bottom;
}
#top .dloadBtn2:hover {
	color:#fff;
	background:#FFF;
}
#top .playBtn {
	color:#ccc;
	font-size:77%;
	width:14px;
	height:14px;
	display:inline-block;
	margin:0px 5px 2px 0px;
	padding:0px;
	border:0px;
	background:#F06;
	line-height:0px;
	vertical-align:bottom;
}
#top .playBtn:hover {
	color:#fff;
	background:#FFF;
}
#top .no_sample {
	color:#ccc;
	font-size:77%;
	width:14px;
	height:14px;
	display:inline-block;
	margin:0px 5px 2px 0px;
	padding:0px;
	border:0px;
	background:#333;
	line-height:0px;
	vertical-align:bottom;
}

#top .dload {
	clear:both;
	margin-top:0px;
}
#top .dload li {
	height:40px;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#top .dload li.dload_itune {
	background-image: url(../images/dload_itune_over.gif);
}
#top .dload li.dload_mora {
	background-image: url(../images/dload_mora_over.gif);
}
#top .dload li.dload_reco {
	background-image: url(../images/dload_reco_over.gif);
}

#top .dload2 li a {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	padding:5px 5px;
	margin-right:10px;
	border:1px solid #666;
	text-align:center;
	width:80px;
	float:left;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#top .dload2 li.itunes a {
	font-size:12px;
	background-color: #111111;
}
#top .dload2 li.mora a {
	font-size:12px;
	background-color: #0a376c;
}
#top .dload2 li.reco a {
	font-size:12px;
	background-color: #e3006c;
}

#top .dload2 li.itunes a:hover {
	background-color: #383838;
}
#top .dload2 li.mora a:hover {
	background-color: #30619a;
}
#top .dload2 li.reco a:hover {
	background-color: #d14688;
}


#top .sample_play {
	width:20px;
	height:20px;
}
#top .sample_play a {
	width:20px;
	height:20px;
	display:block;
	text-indent:-9000px;
	background-image: url(../images/sample_play.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#top .sample_play a:hover {
	background-position:0px -20px;
}

#top .release h4 {
	color:#fff;
	font-size:93%;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin: 10px 5px 5px 5px;
}
#top .release h5 {
	color:#ccc;
	font-size:93%;
	line-height:200%;
	font-weight:normal;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	margin: 10px 5px 5px 5px;
}
#top .release .data2 p {
	color:#fff;
	font-size:85%;
	margin: 5px 5px 5px 5px;
}

#top .release .tracklist {
	clear:both;
	margin: 10px 0px 10px 0px;
}
#top .release .tracklist table {
	color:#fff;
	font-family:serif;
	font-weight:bold;
	font-size:85%;
	float:left;
	margin: 0px 0px 0px 10px;
	border-spacing:0px;
}
#top .release .tracklist td {
	padding:2px 2px 2px 2px;
	border:0px;
	border-collapse: separate;
	border-spacing:0px;
	vertical-align:top;
}
#top .release .tracklist td.icon {
	padding:2px 0px 2px 0px;
}
#top .release .tracklist td.track_num {
	vertical-align:top;
}
#top .release .tracklist td.track_note {
	font-weight:normal;
}
#top .release .tracklist ul {
	color:#fff;
	font-family:serif;
	font-size:85%;
	clear:both;
	padding:10px 5px;
	margin: 10px 10px 10px 0px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#top p.more {
	text-align:right;
}

#top .shop {
	font-size:100%;
	margin: 5px 5px 5px 5px;
	padding:5px 0px;
}
#top .shop h3 {
	font-size:100%;
	margin: 0px 5px 0px 5px;
	padding:2px 0px;
	border:none;
}
#top ul.shop {
	clear:both;
	border-top:1px solid #333;
	margin: 10px 10px 10px 0px;
}
#top .shop li.media {
	color:#ccc;
	font-size:77%;
	text-align:center;
	line-height:200%;
	float:left;
	width:60px !important;
	margin-left:5px;
	background:#333;
}
#top .shop li {
	color:#ccc;
	font-weight:bold;
	font-size:77%;
	text-align:center;
	line-height:200%;
	float:left;
	width:105px;
	margin-left:5px;
	background:#666;
}

#top .shop li a {
	color:#fff;
	display:block;
	background:#333;
}
#top .shop li a:hover {
	color:#fff;
	display:block;
	background:#F06;
}

#top a.btn {
	color:#fff;
	display:block;
	background:#333;
	padding: 2px 5px;
	margin: 10px 0px;
	display: inline-block;
}
#top a.btn:hover {
	color:#fff;
	background:#F06;
}


#top #album,
#top #tour {
	color:#333;
	font-family:serif;
	width:320px;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:20px;
	background-image: url(../release/VICL-36856/sp_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	float:right;
}
#top #tour {
	margin-top:-30px;
}
#top #album h3,
#top #tour h3 {
	color:#333;
	font-size:93%;
	font-weight:bold;
	border-bottom:1px solid #666;
	margin: 0px 5px 0px 5px;
}
#top #album p,
#top #tour p {
	font-size:93%;
	line-height:140%;
	margin: 3px 5px 0px 5px;
	padding:2px 5px;
	border-top:1px solid #999;
}
#top #album p#note,
#top #tour p#note {
	font-size:85%;
	text-align:center;
	margin: 5px 5px 5px 5px;
	padding:5px 0px;
	background-color:#333;
}

#top .banner a {
	margin: 20px 0px 20px 10px;
}


/*
リリース個別
*/
#top #VIZL-1357 .artwork img {
	border: 1px solid #666;
}
#top #VICL-64800 .data {
	padding-top:0px;
}
#top #VIZL-1117 .data {
}
#top #VIZL-1117 ul.spec li {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    list-style: disc;
	margin: 5px 20px 5px 20px;
}
#top #VIXL-135 .data {
	width:480px;
}

#top #mixitup .data {
}

#top #VICL-37229 ul.spec li {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    list-style: disc;
	margin: 5px 20px 5px 20px;
}
#top #VICL-37229 .artwork img {
	width:240px;
}

#top #VICL-37133 .artwork {
	border:1px solid #666;
	margin: 10px 20px 10px 0px;
}
#top #VICL-37133 .data {
	float:left;
	width:auto;
	height:auto;
	margin: 10px 0px 10px 0px!important;
}
#top #VICL-37133 h4 {
	margin: 10px 0px 10px 10px!important;
}
#top #VICL-37133 ul.spec {
	clear:both;
	margin: 10px 10px 0px 25px;
}
#top #VICL-37133 ul.spec li {
	color:#d65e39;
	font-size:14px;
	font-weight:bold;
	list-style:disc;
}
#top #VICL-37133 .dload_link {
	color:#fff;
	background-color:#d65e39;
}
#top #VICL-37133 .dload_link p {
	font-size:12px;
	color:#fff;
	margin: 2px 10px 2px 5px;
	display:inline-block;
	float:left;
}
#top #VICL-37133 .dload_link a {
	font-size:12px;
	color:#fff;
	padding:2px 50px;
	display:inline-block;
	background-color:#333333;
	float:right;
}
#top #VICL-37133 .dload_link a:hover {
	color:#fff;
	background-color:#666;
}



#top #prom_night .artwork {
	border:1px solid #666;
	margin: 10px 20px 20px 0px;
}
#top #prom_night .dload2 {
	height:30px;
	margin: 20px 0px 0px 0px!important;
}

#top #VICL-64331 {
}
#top #VICL-64331 .artwork {
	margin: 10px 20px 20px 0px;
}
#top #VICL-64331 .data {
	float:left;
	width:auto;
	height:300px;
	margin: 0px 0px 0px 0px!important;
}
#top #VICL-64331 .note {
	margin: 0px 0px 10px 0px!important;
}
#top #VICL-64331 .note img {
	margin: 0px 10px 0px 0px!important;
}
#top #VICL-64331 ul.shop {
	clear:both;
	border-top:none;
	margin: 0px 10px 0px 0px;
}

#top #VICL-64331 ul.spec {
	clear:both;
	margin: 10px 10px 0px 25px;
}
#top #VICL-64331 ul.spec li {
	color:#e05d5d;
	font-size:14px;
	font-weight:bold;
	list-style:disc;
}



#top #VICL-37063 {
}
#top #VICL-37063 .artwork {
	margin: 10px 20px 20px 0px;
}
#top #VICL-37063 .data {
	float:left;
	width:auto;
	height:240px;
	margin: 10px 0px 0px 0px!important;
}
#top #VICL-37063 .note {
	margin: 0px 0px 10px 0px!important;
}
#top #VICL-37063 .note img {
	margin: 0px 10px 0px 0px!important;
}
#top #VICL-37063 ul.shop {
	clear:both;
	border-top:none;
	margin: 0px 10px 0px 0px;
}
#top #VICL-37063 ul.spec {
	clear:both;
	margin: 10px 10px 0px 25px;
}
#top #VICL-37063 ul.spec li {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	list-style:disc;
}

#top #swallow_dive {
}
#top #swallow_dive .artwork {
	margin: 10px 20px 20px 0px;
}
#top #swallow_dive .data {
	float:left;
	width:auto;
	height:240px;
	margin: 10px 0px 0px 0px!important;
}
#top #TRMIX-1 ul.shop {
	clear:both;
	border-top:none;
	margin: 0px 10px 0px 0px;
}
#top #swallow_dive .dload2 {
	height:30px;
	margin: 20px 0px 0px 0px!important;
}
#top #swallow_dive .dload2 li a {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	padding:5px 5px;
	margin-right:10px;
	border:1px solid #666;
	text-align:center;
	width:80px;
	float:left;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#top #swallow_dive .dload2 li.itunes a {
	font-size:12px;
	background-color: #111111;
}
#top #swallow_dive .dload2 li.mora a {
	font-size:12px;
	background-color: #0a376c;
}
#top #swallow_dive .dload2 li.reco a {
	font-size:12px;
	background-color: #e3006c;
}

#top #swallow_dive .dload2 li.itunes a:hover {
	background-color: #383838;
}
#top #swallow_dive .dload2 li.mora a:hover {
	background-color: #30619a;
}
#top #swallow_dive .dload2 li.reco a:hover {
	background-color: #d14688;
}

#top #TRMIX-1 {
}
#top #TRMIX-1 .artwork {
	margin: 10px 20px 20px 0px;
}
#top #TRMIX-1 .data {
	float:left;
	width:auto;
	height:240px;
	margin: 10px 0px 0px 0px!important;
}
#top #TRMIX-1 .data_feat {
	margin: 10px 0px 20px 0px;
}
#top #TRMIX-1 .data p .note {
	font-size:14px;
}

#top #TRMIX-1 .shop li.tsutaya a {
	color:#FFF200;
	font-size:12px;
	padding:5px 10px;
	background:#004098;
	width:160px;
	border:1px solid #FFF200;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#top #TRMIX-1 .shop li.tsutaya a span {
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	letter-spacing:0.1em;
}
#top #TRMIX-1 .shop li.tsutaya a:hover {
	color:#004098;
	background:#FFF200;
	border:1px solid #004098;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

#top #VICL-64098 {
}
#top #VICL-36856 {
	position:relative;
}
#top #sample1 {
	position:absolute;
	top:295px;
	left:305px;
}
#top #sample1_sp {
	display:none;
}
#top #VICL-36856 #lyric {
	position:absolute;
	top:120px;
	left:450px;
	color:#333;
	width:60px;
	height:60px;
}

#top #brightcove {
	position:absolute;
	bottom:20px;
	right:40px;
	padding:4px;	
	background-color:#000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}


#contentsArea #subtitleArea {
	margin-top:0px;
	position:relative;
}
#contentsArea #subtitleArea h2  {
	margin:20px 0px 15px 0px;
}
#contentsArea #subtitleArea .sub_nav {
	position:absolute;
	top:10px;
	right:10px;
}
.sub_nav {
	clear:both;
	float:right;
	margin:5px 20px 10px 0px;
}
.sub_nav li {
	color:#999;
	font-family: sans-serif;
	font-size:77%;
	float:left;
	margin-right:5px;
}
.sub_nav li a {
	color:#666;
	padding:4px 8px 2px 8px;
	display:block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
}
.sub_nav li a:hover {
	color:#F39;
	-moz-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-o-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-ms-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
}
.sub_nav li.last_li {
}

/*
#Discography
*/
#discography {
}
#discography .itemsBody {
	margin:0px 0px 20px 0px;
}
#discography #single,
#discography #album,
#discography #video-dvd,
#discography #analogue,
#discography #etc,
#discography #download {
}
#discography .itemsBody h3 {
	color:#333;
	font-family: sans-serif;
	float:left;
	width:224px;
	margin-left:8px;
	clear:both;
}
#discography .itemUnit {
	float:right;
	width:704px;
	margin:0px 8px 20px 0px;
}
#discography .itemUnit .image {
	float:left;
	width:96px;
	margin:0px 10px 0px 0px;
}
#discography .itemUnit .image img {
	width:80px;
}
#discography .itemUnit .data {
	float:left;
	margin:0px 10px 0px 0px;
}
#discography .itemUnit .item_title {
	color:#333;
	font-size:93%;
	line-height:200%;
	font-weight:bold;
}
#discography .itemUnit .item_data {
	color:#333;
	font-size:85%;
	font-weight:noraml;
	line-height:200%;
}

/*
#Information
*/
#info #contentsArea {
	padding-bottom:40px;
}
#info .itemBody a:hover {
	background-color:#fff;
}
.typeBody {
	color:#333;
	clear:both;
}
.typeBody h3 {
	color:#333;
	font-family: sans-serif;
	float:left;
	width:224px;
	margin-left:8px;
	clear:both;
}
.typeBody .itemBody {
	float:right;
	width:704px;
	margin:0px 8px 20px 0px;
}
#info h4 {
	font-size:93%;
	font-weight:bold;
	line-height:200%;
	padding-left:5px;
	margin:5px 0px 15px 0px;
	border-left:5px solid #ccc;
}
#info .new h4 {
	font-size:93%;
	font-weight:bold;
	line-height:200%;
	padding-left:32px;
	background-image: url(../images/h4_new.png);
	background-repeat:repeat-y;
	background-position:0px center;
}
#info .itemBody p {
	font-size:93%;
	font-weight:noraml;
	line-height:150%;
	padding-left:5px;
	margin:0px 0px 5px 7px;
}
#info p.data {
	padding-left:5px;
}
ul.sns {
	padding-top:5px;
	margin:0px 0px 5px 7px;
	border-top:1px solid #eee;
}
ul.sns li {
	float:left;
	margin-right:10px;
}
#info span.oa_dt {
	font-weight:noraml;
	line-height:150%;
}
#info span.on_sale_dt {
	font-size:85%;
	font-weight:bold;
	line-height:200%;
}

/*
#Profile
*/
#profile {
}
#profile #contentsArea {
	padding-bottom:40px;
}
#profile .photo {
	float:left;
	width:400px;
	margin:0px 0px 40px 5px;
}
#profile .text {
	float:right;
	width:480px;
	margin:10px 20px 40px 0px;
}
#profile .text p {
	color:#333;
	font-size:93%;
	line-height:200%;
	padding-left:5px;
	margin:0px 0px 5px 0px;
}

/*
#Link
*/
#link {
}
#link #contentsArea {
	padding-bottom:40px;
}
#link dl {
	margin:0px 20px 0px 5px;
}
#link dt {
	color:#333;
	font-size:93%;
	line-height:200%;
	font-weight:bold;
	clear:both;
	float:left;
	width:360px;
	margin:0px 0px 20px 5px;
	padding-left:5px;
	border-left:5px solid #ccc;
}
#link dd {
	font-size:85%;
	line-height:200%;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
	width:480px;
}
#link dd a {
	color:#666;
	display:block;
	padding:4px 8px 2px 20px;
	background-color:#fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	background-image: url(../link/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px center;
}
#link dd a:hover {
	color:#F39;
	-moz-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-o-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-ms-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
}

/*
#SNS
*/
#sns {
}
#sns #contentsArea {
	padding-bottom:40px;
}
#sns dl {
	margin:0px 0px 10px 0px;
}
#sns dt {
	color:#333;
	font-size:93%;
	line-height:200%;
	font-weight:bold;
	clear:both;
	float:left;
	width:90px;
	margin:0px 0px 0px 0px;
	padding-left:5px;
	border-left:5px solid #ccc;
}
#sns dd {
	font-size:85%;
	line-height:200%;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
	width:300px;
}
#sns dd a {
	color:#666;
	display:block;
	padding:2px 8px 0px 20px;
	background-color:#fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
	background-image: url(../link/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px center;
}
#sns dd a:hover {
	color:#F39;
	-moz-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-o-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
	-ms-box-shadow: 0px 0px 2px 1px rgba(255,0,0,0.2) inset;
}
#twArea h3,
#fbArea h3 {
	color:#333;
	font-size:93%;
	line-height:200%;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding-left:5px;
	border-left:5px solid #ccc;
}
#twArea {
	color:#333;
	line-height:200%;
	float:left;
	width:400px;
	margin:0px 0px 20px 40px;
}
#fbArea {
	color:#333;
	line-height:200%;
	float:right;
	width:400px;
	margin:0px 40px 20px 0px;
}

/*
to page top
*/
.pagetop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	display: none;
	width:40px;
	height:40px;
}

.pagetop:hover {
}

/*
#footerArea
*/
#footerArea {
	background-color:#000;
	-moz-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.5);
	position:relative;
	z-index:10;
}
#footerBody {
	width:960px;
	height:120px;
	margin:0px auto;
}
#copyright {
	color:#999;
	font-size:85%;
	line-height:200%;
	font-family:Helvetica, Arial, sans-serif;
	padding: 10px 0px 10px 5px;
}
#copyright a {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
#copyright a:hover {
	color:#F39;
}

/*
*/
#slideArea,
#contentsArea,
#contentsBody,
.itemsBody,
dl,
ul.sns,
#bannerArea ul,
.clearfix { /zoom : 1; }
#slideArea:after,
#contentsArea:after,
#contentsBody:after,
.itemsBody:after,
dl:after,
ul.sns:after,
#bannerArea ul:after,
.clearfix:after { content : ''; display : block; clear : both; height:0; }