#body{
    line-height: 1.8em;
}
#title{
    position: relative;
    height: 90px;
    margin: 0 0 40px 0;
    background: url("../images/title_pix.png") no-repeat 0 0;
}
.title img{
    margin: 0 0 0 30px;
    position: absolute;
    bottom: 0;
}

#mailForm{
    font-size: 13px;
    position: fixed;
    right: 0px;
    top: 0px;
    width:350px;
    background: #eee;
    height: 65px;
    z-index: 99999;
    -webkit-border-radius: 3px; /* Safari,Chrome */
    -moz-border-radius: 0pt 0pt 0px 3px;
    border-radius: 0pt 0pt 0px 3px;
    behavior: url(static/css/PIE.htc);
}
#mailForm .txt{
    margin: 6px 0 0 15px;
    color: #FF3B32;
}
#txtInput{
    float: right;
    padding: 6px 5px 10px 15px;
}
#txtInput input{
    width: 200px;
}
#submitBtn{
    float: right;
    padding: 6px 30px 10px 15px;
}
.txtInputArea{
    border:1px solid #777;
    padding: 5px;
    color: #333333;
    background: #fff;
    border-radius: 2px;

    /* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px #fff;

    /* Firefox */
    background: -moz-linear-gradient(top, #eee, #fff);
    -moz-border-radius: 2px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    zoom: 1;
    behavior: url(static/css/PIE.htc);

}
.submit{
    font-weight: bold;
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 3px;

    /* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#FF3B32), to(#FF5C43));
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;

    /* Firefox */
    background: -moz-linear-gradient(top, #FF3B32, #FF5C43);
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF3B32,endColorstr=#FF5C43);
    zoom: 1;
    behavior: url(static/css/PIE.htc);

}

#top {
    position: relative;
    background: none repeat scroll 0% 0% #FFFFFF; padding:0;
    height: 1040px;
}
#shares{
    position: absolute;
    height: 30px;
    width: 160px;
    right: 360px;
    top: -30px;
    z-index: 9999;
    padding: 8px 0 0 0;
    /*display: none;*/
}
#twitter{
    width: 70px;
    float: right;
}
#facebook{width: 76px; float: right; margin: 0 5px 0 0}
#axies{
    position: absolute;
    right: 50%;
    top: 50px;
    width: 928px;
    height: 1022px;
    margin: 0 -540px 0 0;
    background: url('../images/axies.png') no-repeat ;
    z-index: 0;
}
#mainLogo{
    position: absolute;
    right: 50%;
    top: 120px;
    width: 300px;
    height: 199px;
    margin: 0 230px 0 0;
    z-index: 10;
    filter: alpha(opacity=0);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=0)";  /* ie 8 */
    opacity: 0;
    /*background: url('top_mainLogo.png') no-repeat ;*/
}
#mainLogo img{
    width: 300px;
    height: 199px;
}
#mainImg{
    position: absolute;
    left: 50%;
    top: 100px;
    width: 540px;
    height: 300px;
    margin: 0 0 0 -180px;
    filter: alpha(opacity=0);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=0)";  /* ie 8 */
    opacity: 0;
}
#mainImg .logos{margin: 30px 0 0 30px;}
#message{
    position: absolute;
    left: 50%;
    top: 450px;
    width: 950px;
    height: 430px;
    margin: 0 0 0 -460px;
    background-color: #EEEEEF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 30px 0 0 0;
    filter: alpha(opacity=0);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=0)";  /* ie 8 */
    opacity: 0;
    behavior: url(static/css/PIE.htc);
}
#message a{
    color: #FF3B32;
    text-decoration: underline;
}

#ribbon{
    position: absolute;
    display: none;
}
#messageFlag{
    position: absolute;
    left: 50%;
    top: 420px;
    width: 282px;
    height: 44px;
    margin: 0 0 0 -420px;
    -ms-filter: "alpha( opacity=0 )";
    filter: alpha( opacity=0 );
    opacity: 0;
}
#testimonials{
    position: absolute;
    left: 50%;
    top: 930px;
    width: 525px;
    height: 48px;
    margin: 0 0 0 -460px;
    -ms-filter: "alpha( opacity=0 )";
    filter: alpha( opacity=0 );
    opacity: 0;
}
.logo-huge { display: block; margin: 0pt auto 10%; max-width: 74.8em; min-height: 52.5em; -moz-transition: opacity 2s ease 0s; opacity: 1; }
.logo-huge img { display: none; height: auto; width: 100%; }
.coming-soon { color: #000000; font-size: 1.8em; letter-spacing: 0.2em; line-height: 1.333em; margin: 0pt auto; padding: 10% 0pt 40%; position: relative; text-align: center; max-width: 41.556em; }
.coming-soon p { position: relative; }
.coming-soon img { display: block; left: 0pt; height: auto; position: absolute; top: 0pt; width: 100%; }


#newsFeed{
    height: 290px;
    width: 100%;
    background-color: #000;
    background: url("../images/top/newsfeed_bg.png") repeat 0 0;
}
/*#newsFeed .lc_wrap{height: 100px;}*/
#newsFeed .ti{
    height: 38px;
    margin-bottom: 12px;
    width: 100%;
}
#newsFeed .ti a{
    display: block;
    height: 38px;
    background: url("../images/dashboard/nf_title.png") no-repeat 0 0;
}
#newsFeed .ti a:hover{background: url("../images/dashboard/nf_title_on.png") no-repeat 0 0;}
.caroufredsel_wrapper{
    /*left: 42px!important;*/
    overflow: hidden;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
#feeds_wrap{
    /*position: relative;
    height: 210px;
    width: 995px;*/
    position: absolute;
    height: 210px;
    width: 912px;
    top:50px;
    left: 42px;
    overflow: hidden;
}
#feeds_controll_prev{
    position: absolute;
    top:50px;
    left: 0;
}
#feeds_controll_next{
    position: absolute;
    top:50px;
    right: 0;
}
.feed_pre_nex_btn{
    width: 41px;
    height: 210px;
    display: block;
    float: left;
}
.prev{margin-right:2px; background: url("../images/common/feed_pre.jpg") no-repeat 0 0;}
.prev:hover{background: url("../images/common/feed_pre_on.jpg") no-repeat 0 0;}
.next{background: url("../images/common/feed_nex.jpg") no-repeat 0 0;}
.next:hover{background: url("../images/common/feed_nex_on.jpg") no-repeat 0 0;}
#feeds{
    position: absolute;
    height: 210px;
}
.feed{
    float: left;
    width: 151px;
    height: 210px;
    margin-right: 1px;
    /*background-color: #323232;*/
    background: url("../images/top/nf_bg.png") repeat 0 0;
}
.feed.last{
    margin-right: 0;
}
.feed_top{
    height: 180px;
    border-bottom: dotted 1px #666;

}
.feed_title{
    height: 36px;
    padding: 4px 5px;
    overflow: hidden;
}
.feed_title a{
    display: block;
    height: 36px;
}
.feed_top a{color: #fff;}
.feed_top a:hover{color: #ff3b32;}
.feed_title_noImg{
    height: 172px;
    padding: 4px 10px;
    overflow: hidden;
}
.feed_title_noImg a{display: block;}
.feed_title_noImg .desc{
    font-size: 11px;
    color: #bbb;
}
.feed_bottom{
    height: 30px;
    font-size: 11px;
}
.feed_bottom_L{
    float: left;
    height: 30px;
}
.feed_bottom_L img{
    float: left;
    height: 4px;
    width: 18px;
}
.fb_cate{
    margin:  8px 0 0 5px;
}
.feed_bottom_R{
    float: right;
    height: 30px;
    margin:  8px 5px 0 0;
    color: #bbb;
    font-size: 0.8em;
}

.lc_wrap{
    position: relative;
    margin: 0 auto;
    line-height: 1.6em;
    width: 995px;
    height: 280px;
}

#artist_voices{
    background-color: #555;
    padding: 30px 0 0;

}
.voice_artist_big{
    width: 640px;
    float: left;
}
.voice_artist{
    width: 320px;
    float: left;
}
#voice .ti{ margin-bottom: 10px;}
.voice_artist_video{
    color: #fff;
    margin-bottom: 10px;
    z-index: 0;
}
.voice_artist_name{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.voice_artist_prof{
    font-size: 12px;
}
.voice_artist a, .voice_artist_big a{
    color: #FF3B32;
    font-weight: bold;
}
.voice_artist a:hover{ text-decoration: underline;}

.ti{
    position: relative;
    height: 48px;
}
.ti_inner{
    position: absolute;
    right: 50%;
    margin-right: 290px;
}

#artist {position: relative; background-color: #fc4d35;}
#artistMainImg{
    position: absolute;
    width: 156px;
    height: 96px;
    top: 14px;
    right: 0px;
}
.content{font-size:16px; color: #FFF; line-height: 1.6em;}
.content.forArtist{margin-top: 60px;}
.con2{margin: 30px 0 0 0; line-height: 1.6em; }
.con2 .content div{line-height: 1.6em;}
.ilust{width: 995px; height: 340px;}
.col{
    width: 290px;
    height: 220px;
    margin: 0;
}
.col_cont{
    width: 290px;
    height: 100px;
    margin-bottom: 10px;
}
.col_cont.feature{
	width:240px;
	float:left;
	margin-right: 10px;
}
.col_cont.feature:last-child{
	margin-right: 0;
}
.col_cont_right{
    width: 290px;
    height: 40px;
    margin-top: 30px;
    text-align: right;
    margin-right: 10px;
}
.col_cont.result{height: 70px;}
.col_cont.result2{height: 30px; text-align: right; font-size: 11px; margin-top: 8px;}
.col_cont .title{
    background: url("../images/red_circle.gif") #ffffff no-repeat 6px 9px;
    color: #FF3B32;
    width: 290px;
    /*height: 28px;*/
    margin: 0 0 10px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    position:relative;
    behavior: url(static/css/PIE.htc);
}
.col_cont .feature{
	width: 240px;
}
.col_cont .title2{
    background: url("../images/white_circle.gif") no-repeat 6px 9px;
    border: solid 1px #ffffff;
    color: #fff;
    width: 290px;
    height: 28px;
    margin: 0 0 10px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    position:relative;
    behavior: url(static/css/PIE.htc);
}
.col_cont .txt{width: 290px; font-size: 13px; color: #fff;}
.col_cont .feature{width:240px;}
.col_cont .txt li{ margin-left:1em;}
.col_cont .txt li ol{ margin-left:1em; padding-left:0;}
.col_cont .txt li li{ margin-left:0;}
.con2 .content .cols .dividerH{
    float: left;
    width: 1;
    height: 220px;
    margin: 0 10px 0;
    border-right: dotted 1px #eeeeee;
}
#feature_forArtist{
	width: 995px;
	height: 100px;
	display: block;
}


#siter {position: relative; background-color: #fc7167; }
.tc_tcj{
    background-color: #FFF;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding: 15px 0;
}
.tc_tcj_logos {text-align: center;}
.tc_tcj_txt{
    color: #666;
    margin: 20px 0 0;
    padding: 0 20px;
}

#label {position: relative; background: #fd9189; }
.con1 .mainImg{
    margin: 0 auto;
    width: 858px;
}
.con1 .mainImg div{
    margin: 0 15px;
    float: left;
}
.con1 .mainImg div:hover{background-color: #fc7167;}
.con1 .contact{
    margin: 60px auto 15px;
    width: 525px;
    text-align: center;
}
.con1 .contact p{text-align: center;margin: 0 0 20px 0;}



#sns { background: #dddddd; }

#twitterTL,
.query {
    font-size: 13px;
    color: #333;
    width: 455px;
    /*height: 100px;*/
    float: right;
}
.tweet_list {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #ffffff;
    position:relative;
    behavior: url(static/css/PIE.htc);
}
.tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5em;
    list-style-type: none;
}
.tweet_list li a {color: #FF3B32;}
.tweet_list .tweet_even {background-color: #f0f0f0;}
.tweet_list .tweet_avatar {padding-right: .5em; float: left;}
.tweet_list .tweet_avatar img {vertical-align: middle;}
.tweet_list .tweet_time a{color: #999;}


#sns_others{
    background: #fdd5cd;
}



#right{
    position: absolute;
    top: 571px;
    left: 50%;
    margin-left: 157px;
    width: 340px;
    background-color: #FFFFFF;
    background: url("../images/top/right_bottom_shadow.png") repeat 0 0;
    background-position: bottom;
    padding-bottom: 43px;
    font-size: 13px;
    color: #666;
}
#right a.redhover{
    color: #333;
    text-decoration: underline;
}
#right a.redhover:hover{color: #FF3B32;}
#rightInner{
    background: url("../images/top/right_bg.png") repeat 0 0;
}

.socia_colum{
    background-color: white;
    margin-bottom: 40px;
    margin-top: 60px;
    width: 350px;
    height:596px;
    float: left;
}
.socia_colum2{
    background-color: white;
    margin-bottom: 40px;
    margin-top: 60px;
    width: 230px;
    height:596px;
    float: left;
}
.fbConnectWidgetTopmost{
    border: none!important;
}

#twitter_follow_wrapper{
    position: relative;
    z-index: 10;
}
#twitter_follow{
    position: absolute;
    top: 16px;
    right: 8px;
}

#twitter_plugin{
    background-color: white;
    height: 600px;
}
#right .twtr-widget {font-size: 13px!important; margin-bottom: 40px;}
#right .twtr-widget p {line-height: 1.6!important;}
#right .twtr-timeline {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}
/*#recruite_wrapper{ background-color: #f8f8f8; }*/
#recruite{ padding: 0 10px 40px; }
#recruite a{
    color: #333;
    text-decoration: underline;
}
.rec_img {
    text-align: center;
}
#rec_desc{
    font-size: 18px;
    line-height: 1.6em;
    color: #FF3B32;
    font-weight: bold;
    margin: 25px 0;
    text-align: center;
}
#rec_txts{color:#666; padding: 0 10px 0 10px;}
#rec_txts img{margin-right: 10px; margin-bottom: 10px; }
