@charset "utf-8";
/*--------------------------------------------------------------------------------
*
*   2016
*   Keaki Mori Official Website
*
*   profile.css
*
--------------------------------------------------------------------------------*/
#main_visual{
    background-image:url(../images/profile/pic_profile_mainvisual.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bfa07a;
    line-height: 0;
}

#main_visual p{
    opacity: 0;
}

#contents h2{
    padding-top: 110px;
}

#page_profile{
    color: #705333;
}

#profile_btm_visual{
    margin: -50px 0 0 0;
    background-image:url(../images/profile/pic_btm_visual.jpg);
    background-repeat: no-repeat;
    background-position: center;
    line-height: 0;
}

#profile_btm_visual p{
    opacity: 0;
}

#page_profile .profile_nav{
    width: 1080px;
    margin: 0 auto 50px auto;
    text-align: center;
}

#page_profile .profile_nav ul{
    min-width: 1120px;
    overflow: hidden;
    letter-spacing: -.40em;
    text-align: center;
    position: relative;
    left: -29px;
}

#page_profile .profile_nav li{
    width: 200px;
    margin: 0 0 0 21px;
    background-repeat: no-repeat;
    display: inline-block;
    letter-spacing: normal;
}

#page_profile .profile_nav li.current a{
    cursor: default;
}

#page_profile .profile_nav li.nav_takarazuka{ background-image:url(../images/profile/btn_profile_takarazuka_on.png);}
#page_profile .profile_nav li.nav_stage{ background-image:url(../images/profile/btn_profile_stage_on.png);}
#page_profile .profile_nav li.nav_drama{ background-image:url(../images/profile/btn_profile_drama_on.png);}
#page_profile .profile_nav li.nav_tv{ background-image:url(../images/profile/btn_profile_tv_on.png);}
#page_profile .profile_nav li.nav_others{ background-image:url(../images/profile/btn_profile_others_on.png);}

#page_profile .profile_nav li img{
    transition: opacity .1s ease;
}

#page_profile .profile_nav li.current img,
#page_profile .profile_nav li:hover img{
    opacity: 0;
}


#profile_content{
    width: 1080px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#profile_content .bio_table{
    height: 0;
    overflow: hidden;
}

#profile_content h3{
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: bold;
}

#profile_content ul{
    width: 100%;
    margin: 0 0 100px 0;
    font-size: 16px;
    line-height: 1.666em;
    overflow: hidden;
}

#profile_content ul.tv{
    margin: 0 0 60px 0;
}

#profile_content li{
    width: 100%;
    padding: 15px 0;
    display: table;
    text-align: left;
    border-bottom: 1px dashed #e1ceb3;
}

#profile_content li h4{
    min-width: 75px;
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
}

#profile_content li .desc{
    width: 100%;
    display: table-cell;
    vertical-align: top;
}


#profile_content #others li{
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
}

#profile_content #others h3{
    margin: 0 0 30px 0;
}

#profile_content #others .desc{
    font-size: 18px;
    line-height: 1.666em;
}