#appTopwrap {
    background: url(../images/xperia-companion_bg.jpg)no-repeat 50% 21%;
}
#main .fixprod .fixcontent .prodTab li.tabname_b a span {
    padding: 8px 0 8px 0;
}
#main .xc_content .section {
    position: relative;
    display: block;
    overflow: hidden;
}
#main .xc_content .xc_con {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
#main .xc_content .section h3 {
    font-size: 40px;
    line-height: 200%;
    margin-bottom: 20px;
    font-weight: lighter;
}
#main .xc_content .section h4 {
    font-size: 30px;
    line-height: 200%;
    padding-bottom: 10px;
    font-weight: lighter;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
}
#main .xc_content .section p {
    font-size: 20px;
    margin-bottom: 30px;
}
#main .xc_content .section ul {
    width: 640px;
    margin: 10px auto 40px;
}
#main .xc_content .section ul li {
    line-height: 200%;
    text-align: left;
}
#main .xc_content .section ul.list1 li{
    list-style: outside decimal;
}
#main .xc_content .section ul.list2 li{
    list-style: outside disc;
}




.ienav{
    max-width: 640px;
    margin: 30px auto;
}
.ienav .iemenu{
}
.iemenu li{
    float: left;
    width: 300px;
    text-align: center;
}
.iemenu li a{
    color: #000;
    padding: 28px;

}
.menubtn{
    border: solid;
    border-color: #ccc;
    border-width: 1px;
    background-color: #fff;
}
.menubtn .on{
    font-size: 18px;
    color: #fff;
    background-color: #466ecb;
}
.menubtn .off{
    font-size: 18px;
}
.iewarp{
    clear: both;
}
.xctitle {
    margin: 0 auto;
}

@media screen and (max-width:1024px){
    .mobile-download-detail {
        margin: 5px 0 5px 10px !important;
    }
    .ienav .iemenu {
        width: 768px;
    }
    .iemenu li {
        width: 255px;
    }
    .menubtn .on {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    
    .ienav .iemenu {
        width: 640px;
    }
    .iemenu li {
        width: 210px;
    }
    .menubtn .on {
        font-size: 11px;
    }
    .menubtn .off {
        font-size: 11px;
    }
    .iemenu li a {
    padding: 20px;
    }
    
}
@media screen and (max-width:640px) {
    .ienav {
        background-color: #666;;
    }
    .ienav .iemenu {
        width: auto;
    }
    .iemenu li {
        width: 100%;
        border-bottom: 1px solid #aaa;
    }
    .menubtn .on {
        font-size: 18px;
    }
    .menubtn .off {
        font-size: 18px;
    }
    #main .xc_content .section ul {
        width: 400px;
    }


}

