﻿@charset "utf-8";


/*NEWFACE*/
#newface {
    padding-top: 10px;
    /*margin:0px;*/
}

    #newface .box {
        width: 870px;
        height: 295px;
        clear: both;
        margin: 10px auto 5px auto;
        background: url(/img/newface/bg_newface.jpg) no-repeat;
        position: relative;
    }

        #newface .box .txtbox {
            width: 630px;
            position: absolute;
            top: 120px;
            right: 10px;
            font-size: 14px;
            line-height: 120%;
            height: 210px;
            overflow: auto;
        }

        #newface .box .thumbox {
            /*float:left;*/
            width: 200px;
            position: absolute;
            top: 7px;
            left: 7px;
        }

        #newface .box p {
            text-align: right;
            font-size: 12px;
            line-height: 120%;
            position: absolute;
            top: 10px;
            right: 10px;
        }

        #newface .box h3 {
            font-size: 22px;
            width: 630px;
            right: 10px;
            top: 15px;
            height: 30px;
            color: #EB5785;
            position: absolute;
        }

    #newface .position {
        position: absolute;
        z-index: 100;
        top: 5px;
        left: 360px;
    }

.profData {
    display: block;
    text-align: left;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    position: absolute;
    top: 80px;
    left: 230px;
    width: 620px;
    font-size: 16px;
    font-weight: bold;
}

.typeIcon {
    display: block;
    text-align: left;
    padding-top: 5px;
    position: absolute;
    top: 50px;
    left: 230px;
    width: 620px;
    font-size: 16px;
}

ul.typeIcon li {
    font-size: 12px;
    display: inline-block;
    border: 1px solid #FFBB8E;
    font-weight: normal;
    padding: 3px;
    border-radius: 3px;
    margin-right: 2px;
}

img.jy_icon {
    position: absolute;
    top: 35px;
    left: 520px;
    width: 40px;
    z-index: 2;
}


/* ランク表示 文字サイズと位置調整 */
.rankBlock {
    position: absolute;
    top: 9px;
    left: 360px;
}

    .rankBlock span {
        font-size: 20px;
        display: inline-block;
        float: right;
        padding: 2px 10px;
        transform: rotate(-5deg);
        box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    }

        .rankBlock span:first-letter {
            font-size: 24px;
        }