body, html {height: 100%; background-color: #000;}
a {color: inherit; text-decoration: none;}
#contents{position: relative;}
.wave_bg{ background: url("../images/artist/wave_bg.jpg") repeat; }

#bg_world{
    position: fixed;
    z-index: 0;
    display: block;
}
#artist_bg{
    display: none;
}



/*------------------------------------------ COMMON #artist_id_left*/
#container {
    background-image: none;
    background-color: black;
}
#container #header {
    position: relative;
    z-index: 0;
    display: none;
}
#container #headerInner {
    height: 40px;
}
#container #headerLogo {
    padding: 5px 0 0;
}
#container #dashBoard {
    padding: 50px 0 110px;
    position: relative;
    z-index: 1;
}
#container #footer {
    position: relative;
    z-index: 1;
}
#ai_info, #ai_bestseller, #ai_videos, #ai_banner{
    margin-bottom: 50px!important;
}
.artist_id_left_title{
    padding: 10px 0 10px 18px;
    width: 268px;
}
#copyRights {
    height: 28px;
    width: 100%;
    color: #888;
    background-color: #000;
    text-align: center;
    line-height: 28px;
    font-size: 11px;
    padding: 0;
}




#header_about {
    position: absolute;
    top: -70px;
    right: 0px;
    z-index: 3000;
    color: #666;
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
}

#artist_header_logo {
    position: absolute;
    top: -42px;
    left: 0px;
    z-index: 3000;
}



#h_about {
    font-style: italic;
    float: left;
    width: 75px;
    margin: 0 auto;
    position: relative;
    line-height:1;
    text-align: right;
    font-weight: bold;
}
#h_about .ddTitle{
    color: #555555; display: block;
    background:url(../images/lp/down_arrow.png) no-repeat 100% 0;
    padding-right: 17px;
}
#h_about .ddTitle.hover{
    color: #ff3b32;
    background:url(../images/lp/down_arrow_on.png) no-repeat 100% 0;
    text-decoration: none;
}
#h_about li { list-style: none; float: left; position: relative; }
#h_about ul {
    display: none;
    position: absolute;
    top: 19px;
    left: -52px;
    width: 140px;
}
* html #h_about ul { line-height: 0; }
#h_about ul li { float: none;}
#h_about ul a {
    text-align: center;
    font-size: 0.8em;
    display: block;
    width: 140px;
    background:#ff3b32;
    padding: 10px 0;
    color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    zoom: 1;
    line-height: 1;
}
#h_about ul .last{ border-top: 1px dotted #FFF;}
#h_about ul a.hover {
    color: #ffffff;
    background: #444;
    text-decoration: none;
}



#lang_btns{
    position: absolute;
    top: -35px;
    right: 0px;
    display: block;
}
.lang_btns_ja, .lang_btns_en {
    float: left;
    height: 18px;
    width: 50px;
    text-align: center;
    padding: 0 4px;
    line-height: 18px;
    font-size: 9px;
    font-weight: bold;
    background-color: white;
    text-align: center;
    margin-left: 2px;
    color: black;
    -webkit-border-radius:1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* IE 8以下 */
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    -moz-opacity: .4; /* Firefox 1.5以下, Netscape */
}
/*.lang_btns_ja:hover, .lang_btns_en:hover {
    opacity: 1;
    filter: alpha(opacity=100); *//* IE 8以下 *//*
    -ms-filter: "alpha(opacity=100)"; *//* IE 8 *//*
    -moz-opacity: 1; *//* Firefox 1.5以下, Netscape *//*
}*/
.lang_btns_ja a, .lang_btns_en a {
    display: block;
    color: #666;
}
.lang_btns_ja a:hover, .lang_btns_en a:hover {
    display: block;
    color: #000;
    text-decoration: none;
}












#artist_header_img {
    width: 995px;
}
#artist_header_img_blank{
    height: 20px;
    width: 995px;
}



/*------------------------------------------ left */
#artist_id_left {
    float: left;
    width: 300px;
}
#ai_avatar{
    height: 50px;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
}
#ai_avatar_holder  {
    margin: 0 auto;
    background-color: #222;
    padding: 6px;
    position: absolute;
    margin-top: 20px;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #EEE 0%, #FFF 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #EEE 0%, #FFF 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #EEE 0%, #FFF 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(1, #FFF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #EEE 0%, #FFF 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #EEE 0%, #FFF 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0px 0.5px 3px #BBB;
    -moz-box-shadow: inset 0px 0.5px 3px #BBB; /* Firefox */
    -webkit-box-shadow: inset 0px 0.5px 3px #BBB;  ; /* Chrome, Safari */
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#BBB, direction=0, strength=1, enabled=true);
}
#ai_avatar_holder img {background-color: #fff;}
#ai_info{
    width: 265px;
    margin: 20px auto 0;
}
#ai_info li{
    min-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f8f8f8;
    margin-bottom: 3px;
    padding: 8px;
    line-height: 20px;
}
#ai_info_label {
    color: #aaa;
    font-size: 11px;
}
.ai_info_title, .ai_info_divid, .ai_info_txt {
    float: left;
}
.ai_info_title {
    width: 64px;
    color: #888;
    font-size: 11px;
}
.ai_info_divid {
    width: 10px;
    color: #888;
    font-size: 11px;
}
.ai_info_txt {
    width: 170px;
    color: #555;
    font-size: 11px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.ai_info_txt.member{
    font-weight: normal;
    overflow:auto;
    white-space:normal;
}
.ai_info_txt.sns {
    height: 30px;
}
li.ai_info_sns a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    vertical-align: middle;
}
a.ai_info_site{ background: url("../images/artist/sns_other_icons.png") no-repeat -69px 0; }
a.ai_info_site:hover{ background: url("../images/artist/sns_other_icons.png") no-repeat -69px -30px; }

a.ai_info_blog{ background: url("../images/artist/sns_other_icons.png") no-repeat -102px 0; }
a.ai_info_blog:hover{ background: url("../images/artist/sns_other_icons.png") no-repeat -102px -30px; }

a.ai_info_fb{ background: url("../images/artist/sns_other_icons.png") no-repeat 0 0; }
a.ai_info_fb:hover{ background: url("../images/artist/sns_other_icons.png") no-repeat 0 -30px; }

a.ai_info_tw{ background: url("../images/artist/sns_other_icons.png") no-repeat -36px 0; }
a.ai_info_tw:hover{ background: url("../images/artist/sns_other_icons.png") no-repeat -36px -30px; }

a.ai_info_yt{ background: url("../images/artist/sns_other_icons.png") no-repeat -136px 0; }
a.ai_info_yt:hover{ background: url("../images/artist/sns_other_icons.png") no-repeat -136px -30px; }


#ai_bestsellers {
    width: 280px;
}
#ai_sellers{
    padding-left: 15px;
}
#ai_sellers li{
    height: 50px;
    width: 268px;
    margin: 6px 0;
}
.ai_sellers_cover, .ai_sellers_txt, .ai_sellers_play {
    float: left;
}
.ai_sellers_cover {
    margin-right: 6px;
}
.ai_sellers_txt {
    margin-right: 6px;
    width: 180px;
}
.ai_sellers_track {
    font-weight: bold;
}
.ai_sellers_release {
    font-size: 0.9em;
}
.ai_sellers_track, .ai_sellers_release {
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    color: #555;
}
.ai_sellers_release{
    font-weight: normal;
    color: #999;
}
.recommend_release:hover {
    text-decoration: none;
    color: #111;
}
.ai_sellers_play {
    width: 26px;
    height: 50px;
    cursor: pointer;
}
.ai_sellers_play.waiting {
    background: url("../images/artist/detail_play_btn.png") no-repeat 0px 12px;
}
.ai_sellers_play.waiting:hover {
    background: url("../images/artist/detail_play_btn.png") no-repeat -26px 12px;
}
.ai_sellers_play.playing {
    background: url("../images/artist/detail_stop_btn_on.png") no-repeat 0px 12px;
}


#ai_banner{
    margin: 0px 0px 0px 15px;
}


.ai_video {
    margin: 6px 0px 6px 15px;
}




/*------------------------------------------ right */
#artist_id_right {
    color: #222;
    float: left;
    width: 683px;
    margin-top: 20px;
    padding-left: 10px;
    position: relative;
}
#artist_id_right a{ text-decoration: none!important;}
#ai_name {
    font-size: 30px;
    min-height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-style: oblique;
    margin-bottom: 20px;
    width: 550px;
    text-shadow: 2px 2px 1px #EEE;
}
#ai_name span{
    padding-right: 10px;
    line-height: 1.3em;
    padding-left: 10px;
}
#ai_desc{
    width: 660px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 23px;
    color: #555;

    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
#ai_copyright{
    margin-top: 50px;
    width: 660px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 15px;
    color: #aaa;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
#shares{
    width: 635px!important;
    margin: 20px 0 30px  10px!important;
}



/*------------------------------------------ discography*/
.release_detail, .release_detail2 {
    width: 642px;
    background-color: #f3f3f3;
    border: 1px #eee solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 14px;
    margin-bottom: 30px;
}
.rowWrap .release_detail2 {
    display: none;
    min-width: 642px;
    /*background-color: #FFF;*/
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}
.release_detail2_close {
    margin-top: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #aaa;
}
.release_detail2_close:hover {
    color: #222;
}
.detail_upside{
    margin-bottom: 20px;
}
.detail_cover {
    float: left;
    width: 318px;
    height: 318px;
}
.detail_info {
    float: left;
    width: 310px;
    margin-left: 12px;
}
.detail_info_2 {
    width: 650px;
}
.detail_title{
    color: #333;
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
    line-height: 33px;
}
.detail_info li {
    float: left;
}
.detail_spec {
    min-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #eee solid;
    background-color: #f8f8f8;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 8px 12px;
    line-height: 20px;
}
.detail_download {
}
.detail_download h2{
    margin-bottom: 6px;
    font-size: 14px;
    color: #666;
}
.detail_download_links {
    padding-left: 8px;
}
.detail_download_links a{
    padding-right: 4px;
}

.detail_spec_title, .detail_spec_divid, .detail_spec_txt {
    float: left;
}
.detail_spec_title {
    color: #888;
    font-size: 11px;
}
.detail_spec_divid {
    width: 10px;
    color: #888;
    font-size: 11px;
}
.detail_spec_txt {
    color: #555!important;
    font-size: 11px!important;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    margin: 0!important;
    max-width: 240px;
}

.detail_spec_txt.type_name {
    padding-left: 30px;
    background: url("../images/artist/ring_icon.png") no-repeat;
}
.detail_spec_txt.type_name.type_single {
    background: url("../images/artist/single_icon.png") no-repeat;
}
.detail_spec_txt.type_name.type_album {
    background: url("../images/artist/album_icon.png") no-repeat;
}
.detail_spec_txt.type_name.type_ringtone {
    background: url("../images/artist/ring_icon.png") no-repeat;
}


#releases {
    width: 672px;
}
.release{
    margin: 10px 2px 0 0px;
    float: left;
    width: 222px;
    position: relative;
}
.release .detail_info_2_wrap {
    display: none;
}
.detail_info_2_wrap {
    margin: 10px 0;
}
.release_wrap{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.release_wrap.waiting:hover{
    background: url("../images/common/bk_1px_a30.png") repeat;
}
.release_wrap.waiting:hover .release_type, .release_wrap.waiting:hover .release_date {
    color: #333;
}
.release_wrap.active{
    background: url("../images/common/bk_1px_a30.png") repeat;
}
.release_wrap.active:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 9px solid transparent;
    border-bottom-color: #F3F3F3;
    bottom: -1px;
    left: 50%;
    margin-left: -9px;
}
.release_wrap.active .release_type, .release_wrap.active .release_date {
    color: #333;
}
.release_wrap img, .release_title {
    display: block;
    width: 200px;
    margin: 0px auto;
}
.release_jacket{
    width: 200px;
    height: 200px;
    margin-bottom: 4px!important;
}
.release_title {
    font-size: 13px;
    font-weight: bold;
}
.release_date, .release_type {
    font-size: 12px;
    color: #aaa;
    margin-left: 12px;
}
.detail_info_ul_L{
    width: 380px;
    float: left;
    margin-right: 10px;
}
.detail_info_ul_R li{
    float: left;
}
.detail_info_ul_R li.detail_title{
    width: 380px;
    float: left;
    margin-right: 10px;
}
.detail_info_ul_R li.detail_label{
    max-width: 230px;
    float: right;
}
.detail_info_ul_R li.detail_label .detail_spec_txt{
    max-width: 190px;
    float: right;
}
.detail_track_list {
    margin-top: 30px;
    padding: 0 5px;
}
.detail_track{
    position: relative;
    padding: 5px 4px;
}
.detail_track:nth-child(odd){
    position: relative;
    padding: 5px 4px;
    background-color: #f8f8f8;
}
.detail_track.not_jasrac:hover{
    background-color: #fff;
    cursor: pointer;
}
.play_btn {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 2px;
    display: none;
}
.detail_track.waiting .play_btn {
    background: url("../images/artist/detail_play_btn.png") repeat;
}
.detail_track.playing .play_btn {
    background: url("../images/artist/detail_stop_btn_on.png") repeat;
}

.detail_track_num, .detail_track_title, .detail_track_artist, .detail_track_time {
    float: left;
}
.detail_track_num {
    color: #666;
    width: 5%;
    font-size: 10px;
}
.detail_track_title {
    width: 60%;
    font-size: 14px;
}
.detail_track_artist {
    width: 30%;
    font-size: 12px;
}
.detail_track_time {
    width: 5%;
    text-align: right;
}
.detail_track_num_label, .detail_track_num_label, .detail_track_title_label, .detail_track_artist_label, .detail_track_time_label {
    float: left;
    font-size: 14px;
}
.detail_track_num_label {width: 5%;}
.detail_track_title_label {width: 60%;}
.detail_track_artist_label {width: 30%;}
.detail_track_time_label {width: 5%; text-align: right;}
.about_preview{
    margin: 8px 0 0 41px;
    color: #888;
    cursor: pointer;
}
.about_preview:hover{
    color: #FF3b32;
}
.about_preview:hover .arrow-down{
    border-top: 6px solid #FF3b32;
}
.about_preview:hover .arrow-up{
    border-bottom: 6px solid #FF3b32;
}
.about_preview_txts{
    display: none;
}
.arrow-down, .arrow-up {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 4px solid rgba(200, 200, 200, 0);
    border-right: 4px solid rgba(200, 200, 200, 0);
    margin-left: 4px;
}
.arrow-down{
    border-top: 6px solid #aaa;
}
.arrow-up {
    border-bottom: 6px solid #aaa;
}
.release_desc_wrap {
    margin: 30px 10px 10px;
    display: block;
    min-width: 622px;
}
.release_desc {
    color: #444;
    line-height: 20px;
    max-height: 100px;
    overflow-y: hidden;
}
.release_desc_btn_wrap {
    margin-top: 10px;
    min-width: 622px;
    border-top: dotted 1px #ccc;
    height: 27px;
    overflow-y: hidden;
    display: none;
}
.release_desc_btn {
    color: #333;
    width: 100px;
    text-align: center;
    cursor: pointer;
    margin: -10px auto 0;
    font-size: 11px;
    text-decoration: none!important;
    font-family: Helvetica, Arial, sans serif;
    padding: 14px 8px 1px;
    opacity: 0.8;
    filter: alpha(opacity=80); /* IE 8以下 */
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    -moz-opacity: .8; /* Firefox 1.5以下, Netscape */
}
.release_desc_btn:active {
    opacity: 1;
}

/*-------------------------------------------------- upload MENU*/
#img_upload_btn {
    position: absolute;
    right: 6px;
    top: -10px;
    z-index: 1100;
}
.img_upload_menu_title_wrap {
    cursor: pointer;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("../images/common/submit_bg_pattern2_red.gif") repeat;
}
#img_upload_menu_title_wrap:hover #img_upload_menu_title {
    border: 1px solid #FF3B32;
    color: #FF3B32;
}
#img_upload_menu_title{
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    width: 100px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #AAA;
    color: #333;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
#img_upload_menu .sublist{
    background: #FF3B32;
    color: #fff;
    /*padding: 4px;*/
    text-align: center;
}
#img_upload_menu .sublist li{
    text-align: center;
    display: block;
    background: #FF3B32;
    color: white;
    zoom: 1;
    line-height: 1;
}
#img_upload_menu .sublist li:hover {
    color: #ffffff;
    background: #444;
}
#img_upload_menu .sublist li a{
    display: block;
    padding: 10px 0;
}


/*#img_upload_menu_title:hover {
    border: 1px solid #FF3B32;
    color: #FF3B32;
}*/
#menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 5px;
    width: 100px;
    height: 15px;
    border: solid 1px #ccc;
    font-weight: bold;
}
#menu li:hover {
    color: #fff;
    background: #333;
}
#menu li ul {
    display: none;
    position: absolute;
    top: 25px;
    left: -1px;
    padding: 5px;
    width: 100px;
    background: #eee;
    border: solid 1px #ccc;
}
#menu li ul li {
    margin: 0;
    padding: 0;
    width: 100px;
    border: none;
}
#menu li ul li a {
    display: inline-block;
    width: 100px;
    height: 15px;
}
#menu li ul li a:hover {
    background: #999;
    color: #fff;
}

#fb_comment_wrapper .fb_iframe_widget span {
  width: 270px !important;
}

#fb_comment_wrapper .fb_iframe_widget iframe {
  width: 270px !important;
}
