@import url(http://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

html{
    height:100%;
}
body {
	font-size:13px;
    *font-size:small;
    *font:x-small;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
    height:100%;
	line-height:150%;
}

/*
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:none;
}
a {
	color:#F06;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#F39;
	text-decoration:none;
}

.br_sp {
	display: block;
}
.br_pc {
	display: none;
}

#page_container {
    height:100%;
	min-height:100%;
	background-color:#000;
}
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%;
	background-image: none;
	background-repeat:repeat-x;
	background-position:center bottom;
	-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);
}
#headerBody {
	margin:0px auto;
	position:relative;
	height:135px;
}
#headerBody h1 {
	height:50px;
	position:absolute;
	top:-20px;
	left:-60px;
}
#headerBody #mob_navigation {
	position:absolute;
	top:80px;
	left:5px;
}
#headerBody #mob_navigation p {
	width:180px;
	height:20px;
	overflow:hidden;
}
#headerBody #mob_navigation li {
	width:120px;
	height:30px;
	float:left;
	margin-top:5px;
	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 {
	display:none;
	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 {
	display:none;
	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 {
	display:none;
	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 {
	display:none;
	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 {
	display:none;
}
/*
sp_navigation
*/
#sp_navigation {
	text-align:left;
	width:100%;
	margin-bottom:0px;
	background-color:#222;
}
#sp_navigation ul {
	color:#999;
	margin:0px auto;
}
#sp_navigation li {
	width:50%;
	float:left;
	border-top:1px solid #333;
}
#sp_navigation li a {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	padding:5px;;
	display:block;
	border-bottom:2px solid #000;
	background-color:#000;
}
#sp_navigation li a:hover {
	color:F06;
	background-color:#333;
}
#top #sp_navigation li#sp_nav00 a {
	border-bottom:2px solid #F06;
}
#profile #sp_navigation li#sp_nav01 a {
	border-bottom:2px solid #F06;
}
#discography #sp_navigation li#sp_nav02 a {
	border-bottom:2px solid #F06;
}
#info #sp_navigation li#sp_nav03 a {
	border-bottom:2px solid #F06;
}
#sns #sp_navigation li#sp_nav04 a {
	border-bottom:2px solid #F06;
}
#link #sp_navigation li#sp_nav05 a {
	border-bottom:2px solid #F06;
}

/*#sp_navigation {
	text-align:left;
	width:100%;
	background-image: url(../images/bg_sp_nav.jpg);
	background-repeat:repeat;
	background-position:center 0px;
	margin-bottom:0px;
}
#sp_navigation ul {
	color:#999;
	margin:0px auto;
}
#sp_navigation li {
	width:160px;
	float:left;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#sp_navigation li a {
	display:block;
}
#sp_navigation li#sp_nav00 {
	background-image: url(../images/nav/sp_nav_top_active.jpg);
}
#sp_navigation li#sp_nav01 {
	background-image: url(../images/nav/sp_nav_profile_active.jpg);
}
#sp_navigation li#sp_nav02 {
	background-image: url(../images/nav/sp_nav_disco_active.jpg);
}
#sp_navigation li#sp_nav03 {
	background-image: url(../images/nav/sp_nav_info_active.jpg);
}
#sp_navigation li#sp_nav04 {
	background-image: url(../images/nav/sp_nav_sns_active.jpg);
}
#sp_avigation li#sp_nav05 {
	background-image: url(../images/nav/sp_nav_link_active.jpg);
}*/


/*
#contentsArea
*/
#contentsArea {
	clear:both;
	margin:0px auto;
}
#contentsArea {
	width:100%;
}
#top #contentsArea {
	width:100%;
	min-width:320px;
	background-image: url(../images/bg_main8.jpg);
	background-repeat:repeat-x;
	background-position:center 40px;
	background-size:contain;
	background-color:#000;
}
#contentsArea #contentsBody {
	margin:0px auto;
}

#top #whatsnew {
	font-size:85%;
	width: 100%;
	background-color:rgba(255,255,255,1);
	background-image: url(../images/whatsnew.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 20px 0px 2px 0px;
	border-bottom:1px solid #666;
}
#top #feed_ticker {
	text-align: left;
	position: relative;
	overflow: hidden;
	margin:0px 2px;
}
#top #feed_ticker a {
	color:#666;
}
#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 {
	width:100%;
	text-align:center
}
#top #lead h2 {
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height: 150%;
	width:100%;
	margin:0px auto 60px;
	padding-top:600px;
	text-shadow: 0px 1px 3px #000;
}
#top #lead h2 span {
	font-size:80%;
	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-family:Roboto;
	color:#fff;
	font-size:16px;
	line-height:20px;
	margin:0px auto 20px;
}
#top #lead p span {
	font-family:Roboto;
	color:#fff;
	font-size:20px;
	line-height:20px;
}
#top .main {
	width:100%;
	float:none;
	padding-top:40px;
	background-color: #000;
}
#top .sub {
	width:320px;
	float:right;
}


#top .release {
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
}

#top .release {
	color:#fff;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	background-color:#000;
}
#top h2 {
	text-align:center;
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
#top .data img {
	margin:0px;
	vertical-align:bottom;
}

#top .release .lead {
	margin: 0px 0px 0px 0px;
}
#top .release .artwork {
	margin: 10px 0px 0px 0px;
	text-align:center;
}
#top .release .artwork img {
	margin: 10px auto;
	border:1px solid #333;
}
#top .prime .artwork_2 {
	margin: 40px 0px 0px 0px;
	text-align:center;
}
#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 {
	margin: 10px 0px 10px 0px;
	text-align:center;
}
#top .prime .artwork_22 {
	margin: 10px 0px 10px 0px;
	text-align:center;
}
#top .prime .artwork_2 img {
}
#top .release .data {
	width:320px;
	margin: 10px 0px 10px 0px;
	position:relative;
}
#top .release .data img.title {
	width:100%;
	max-width:300px;
}
#top .release .data_2 img.title {
	width:100%;
	max-width:300px;
}
#top .release .data p,
#top .release .data_2 p{
	color:#fff;
	font-size:93%;
	line-height:150%;
	margin: 10px 5px 10px 5px;
	padding:5px 0px 5px 5px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#top .release .title {
	margin: 10px 0px 10px 0px;
}
#top .release p .subtitle {
	color:#eee;
	font-weight:bold;
}
#top .release .data2 {
	clear:both;
	padding:10px;
	margin:10px;
	background-color:#000;
}
#top .release .data_feat {
	clear:both;
	padding:10px;
	margin:10px;
	border:4px solid #a32326;
	background-color:#000;
}
#top .release .data2 h4 {
	color:#fff;
	font-size:93%;
	font-weight:bold;
	border-bottom:1px solid #666;
	margin: 5px 5px 5px 5px;
}
#top .release .data2 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,
#top .release .data_feat p, {
	color:#fff;
	font-size:93%;
	line-height:150%!important;
	margin: 5px 5px 10px 5px;
}

#top .dload {
	clear:both;
	margin-top:5px;
	margin-left:0px;
}
#top .dload li {
	height:40px;
	float:left;
	margin-right:5px;
	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 {
	height:30px;
	margin: 10px 0px 0px 10px!important;
}
#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 .release. .tracklist {
	margin: 10px 0px 10px 10px;;
}
#top .release .tracklist table {
	color:#fff;
	font-weight:bold;
	font-size:85%;
	float:none;
	width:100%;
	margin: 10px 10px 0px 10px;;
}
#top .release .tracklist ul {
	color:#fff;
	font-size:85%;
	clear:both;
	padding:10px 5px;
	margin: 10px 10px 10px 0px;;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#top .dloadBtn {
	color:#ccc;
	font-size:77%;
	width:85px;
	height:22px;
	display:block;
	margin:0px 0px 0px 10px;
	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 .release {
	padding:0px 0px 0px 0px;
	margin-top:0px;
}
#top .release .lead {
	margin: 0px 0px 0px 0px;
}
#top .release .artwork {
	margin: 10px 0px 0px 0px;
	text-align:center;
}
#top .release .artwork img {
	width:94%;
	margin: 10px auto;
	border:1px solid #333;
}
#top .release .data {
	width-width:320px;
	width:100%;
	margin: 10px 0px 10px 0px;
	position:relative;
}
#top .release .data p {
	margin: 5px 5px 5px 5px;
}
#top .release .data2 {
	clear:both;
}
#top .release .data2 h4 {
	color:#fff;
	font-size:93%;
	font-weight:bold;
	border-bottom:1px solid #666;
	margin: 5px 5px 5px 5px;
}
#top .release .data2 p {
	color:#fff;
	font-size:85%;
	margin: 10px 5px 5px 5px;
}

#top .video {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}
#top .video h2 {
	text-align:center;
}
#top .video iframe {
    max-width: 100%;
    width: 100%;
}

#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 #sample1 {
	display:none;
}
#top #sample1_sp {
	position:absolute;
	top:77px;
	left:48px;
}

#top #lyric {
	position:absolute;
	top:0px;
	right:10px;
	color:#333;
	width:60px;
	height:60px;
}

#top #album,
#top #tour {
	color:#333;
	font-family:serif;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:10px;
	background-image: url(../release/VICL-36856/sp_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:100%;
	min-width:320px;
}
#top #album {
	margin-top:40px;
}
#top #album h3,
#top #tour h3 {
	color:#333;
	font-size:93%;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #666;
	margin: 0px 5px 0px 5px;
}
#top #album p,
#top #tour p {
	font-size:93%;
	line-height:140%;
	text-align:left;
	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 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 {
	margin: 0px 0px 0px 5px;
}
#top .shop li.media {
	color:#ccc;
	font-size:77%;
	text-align:center;
	line-height:200%;
	width:45px !important;
	margin-right:1px;
	background:#333;
}
#top .shop li {
	color:#ccc;
	font-size:77%;
	text-align:center;
	line-height:200%;
	float:left;
	width:65px;
	margin-right:1px;
	background:#666;
}

#top .shop li a {
	color:#fff;
	display:block;
	background:#333;
}
#top .shop li a:hover {
	color:#fff;
	display:block;
	background:#F06;
}

#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);
}

#top #VICL-37229 img {
	width:auto;
	max-width:100%;
}

#top #VICL-37133 img {
	width:auto;
	max-width:100%;
}
#top #VICL-37133 h4 {
	margin: 10px 0px 10px 0px!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;
	margin: 10px 0px 0px 0px;
}
#top #VICL-37133 .dload_link p {
	font-size:12px;
	color:#fff;
	margin: 2px 10px 2px 5px;
	display:block;
	width:100%;
}
#top #VICL-37133 .dload_link a {
	font-size:12px;
	color:#fff;
	text-align:center;
	padding:2px 0px;
	display:block;
	background-color:#333333;
	width:100%;
}
#top #VICL-37133 .dload_link a:hover {
	color:#fff;
	background-color:#666;
}


#top #VICL-64331 img {
	width:auto;
	max-width:100%;
}
#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.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-64331 .tracklist {
	margin: 10px 0px 0px 0px!important;
}
#top #VICL-64331 .tracklist table {
	margin: 0px 0px 0px 0px!important;
}
#top #VICL-64331 .tracklist .track_num {
	width:30px;
}
#top #VICL-64331 .tracklist .track_name {
	width:auto;
}

#top #VICL-37063 img {
	width:auto;
	max-width:100%;
}
#top #VICL-37063 .note {
	margin: 0px 0px 10px 0px!important;
}
#top #VICL-37063 .note img {
	margin: 0px 10px 0px 0px!important;
}
#top ul.spec {
	clear:both;
	margin: 10px 10px 0px 25px;
}
#top ul.spec li {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	list-style:disc;
}


#top #swallow_dive img {
	width:auto;
	max-width:100%;
}

#top #swallow_dive .dload2 {
	height:30px;
	margin: 10px 0px 0px 10px!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 .shop li.tsutaya a {
	color:#FFF200;
	font-size:12px;
	padding:5px 10px;
	background:#004098;
	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);
	width:160px;
}
#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);
}


#contentsArea #subtitleArea {
	padding-top:10px;
	margin-top:0px;
	position:relative;
}
#contentsArea #subtitleArea h2  {
	text-align:left;
	margin:0px 0px 10px 5px;
}
#contentsArea #subtitleArea .sub_nav {
	position:absolute;
	top:10px;
	right:10px;
}
.sub_nav {
	clear:both;
	margin:5px 2px 5px 2px;
}
.sub_nav li {
	color:#999;
	font-family: sans-serif;
	font-size:77%;
	float:left;
	margin-right:2px;
}
.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;
	clear:both;
}
#discography .itemUnit {
	clear:both;
	margin:0px 2px 10px 2px;
}
#discography .itemUnit .image {
	float:left;
	width:85px;
	margin:0px 0px 0px 0px;
}
#discography .itemUnit .image img {
	width:80px;
}
#discography .itemUnit .data {
	width:230px;
	float:left;
	margin:0px 0px 0px 0px;
}
#discography .itemUnit .item_title {
	color:#333;
	font-size:85%;
	line-height:150%;
	font-weight:bold;
}
#discography .itemUnit .item_data {
	color:#333;
	font-size:85%;
	font-weight:noraml;
	line-height:150%;
}

/*
#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;
	clear:both;
}
.typeBody .itemBody {
	margin:0px 8px 20px 0px;
}
#info h4 {
	font-size:93%;
	font-weight:bold;
	line-height:150%;
	padding-left:5px;
	margin:5px 5px 5px 5px;
	border-left:5px solid #ccc;
}
#info .new h4 {
	font-size:93%;
	font-weight:bold;
	line-height:150%;
	padding-left:35px;
	background-image: url(../images/h4_new.png);
	background-repeat:repeat-y;
	background-position:0px center;
}
#info .itemBody p {
	font-size:85%;
	font-weight:noraml;
	line-height:150%;
	padding-left:5px;
	margin:0px 5px 5px 5px;
}
#info p.data {
	padding-left:5px;
}
ul.sns {
	padding-top:5px;
	margin:0px 0px 5px 5px;
	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 {
	text-align:center;
	margin:0px 0px 10px 0px;
}
#profile .photo img {
	width:320px;
}
#profile .text {
}
#profile .text p {
	color:#333;
	font-size:85%;
	line-height:150%;
	padding-left:5px;
	margin:0px 5px 5px 5px;
}

/*
#Link
*/
#link {
}
#link #contentsArea {
	padding-bottom:40px;
}
#link dl {
	margin:0px 20px 0px 5px;
}
#link dt {
	color:#333;
	font-size:93%;
	line-height:150%;
	font-weight:bold;
	clear:both;
	margin:0px 0px 5px 0px;
	padding-left:5px;
	border-left:5px solid #ccc;
}
#link dd {
	font-size:85%;
	line-height:150%;
	font-family:Helvetica, Arial, sans-serif;
	margin:0px 0px 5px 0px;
}
#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;
	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;
	margin:0px 0px 5px 0px;
}
#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:150%;
	margin:0px 5px 20px 5px;
}
#fbArea {
	color:#333;
	line-height:150%;
	margin:0px 5px 20px 5px;
}

/*
to page top
*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 0px;
	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);
}
#top #footerArea {
	background-color:#000;
	-moz-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.0);
	-o-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.0);
	-ms-box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.0);
}
#footerBody {
	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;
}

/*
*/
#navigation,
#sp_navigation,
#contentsArea,
.itemUnit,
.itemsBody,
dl,
ul.sns,
#bannerArea ul,
.clearfix { /zoom : 1; }
#sp_navigation:after,
#navigation:after,
#contentsArea:after,
.itemUnit:after,
.itemsBody:after,
dl:after,
ul.sns:after,
#bannerArea ul:after,
.clearfix:after { content : ''; display : block; clear : both; height:0; }