/*プロフィール*/

.SNS dd{
    margin: 0;
}

.main_profile{
    
    width: 890px;
    
    
}

.title_profile{
    text-align: center;
}

.title_profile img{
     width: 250px;   
    
    
}




/*====メインの名前=====*/
.name{
    text-align: left;
}

.name img{
    width: 280px;
    border-left: 10px solid #191970;
    padding-bottom: 2px;
    margin-bottom: 10px;
}




/*.profile_name{margin: 0;
    text-align: center;
    /*margin-bottom: 30px;*/
    /*font-size: 30px;
    
    
    
}*/

/*.profile_name p{
    padding-top: 10px;
    font-size: 20px; /*アルファベット表記の文字サイズ*/
}*/

/*p.name{
    margin: 0 ;
    padding: 0;
    font-size: 40px;
    
}*/



/*.profile_name ruby{
    /*display: table-cell;  /*ルビをテキストの下に*/

}*/

.profile_name rt{ /*ルビ*/
    margin-top: -0.4em;  /*テキストとの行間*/
}

.profile_name ruby rb{ /*名前(漢字)の文字サイズ*/
     
}

/*=====profile部分=======*/

.talent_profile{  /*宣材写真・プロフィール部分　*/
    /*background: #f5f5f5;*/
    display: flex; /*画像と文字　横並び*/
    
    padding-right: 10px;
    font-size: 0;
    
    
    
    
}

.artist_photo img{ /*宣材写真部分*/
    width: 300px;
    padding-right: 13px;
    
    
    
}


.profile_table{
    
}


.profile_table tr{ /*プロフィール内容全体*/
    height: 1.8em;
    font-size: 18px;
    border-bottom: dotted 2px #666666;
    
    
        
}

.profile_table th{　/*プロフィール項目*/
    white-space: nowrap; /*セル内の改行禁止*/
    text-align-last: justify; /*文字均等・Chrom*/
    text-justify: inter-ideograph; /*IE Egh*/
    font-size: 18px;
    width: 160px;
    vertical-align: bottom;
    
    
}

.profile_table td{
    width: 450px;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap; /*セル内の改行禁止*/
    font-size: 18px;
    padding-left: 1em;
    padding-bottom: 0;
    padding-top: 0;
}

/*======経歴=====*/
.profile_keireki{
    
    padding-top: 10px;
    padding-left: 10px;
    /*background-color: aliceblue;*/
    height: 900px;
    
    
}

.profile_keireki h2{
    padding-top: 5px;
    border-left: solid 10px #191970;
    margin-left: 0;
    padding-bottom: 5px;
    color: #000;
    font-size: 30px;
    padding-left: 10px;
    
}
    
.keireki_naiyou{
    line-height: 1.5em;
    text-align: left;
    
        
    
}  

.keireki_naiyou tr,td{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.keireki_naiyou td{
    border-bottom: dotted 1px ;
    padding-left:1em;
	text-indent:-1em;
    
    
}

.keireki_naiyou td.last{
    /*padding-bottom: 10px;*/
    /*border-bottom: none;*/
    
}

.br-pc{
    display: inline;
}

.br-sp{
    display: none;
}


@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS（スマホ用） */
    
    
    .container{
        overflow: hidden;
        height: auto;
        
    }
    
    .header{
        margin-bottom: 0;
    }
    
    .main_profile{
        max-width: 100%;
        height: auto;
        
        margin: 0 auto;
    }
    
    
    .profile_title{
        margin: auto;
        
    }
    
    
    .profile_title .title_profile img{
        width: 200px;
        
        
        
    }
    
    /*====メインの名前=====*/
    
   
    .profile_name{
        
        text-align: center;
    }
    
    .name .sp-img{
        border: none;
        margin: auto
        
        
    }
    
    
    
    
    
    
    
    
    
    
    /*.profile_name{
        text-align: center;
       
    }*/
    
    /*.profile_name img{
        margin: auto
    }*/
    
    /*=====profile部分=======*/
    
    .talent_profile{ /*宣材写真・プロフィール部分　*/
        display: block; /*横並び解除*/
        
        
    }
    
    .artist_photo{
        text-align: center;
    }
    
    .artist_photo img{
        width: 200px;
        
        
    }
    
    
    
    .profile_table tr{
        
        
        
    }
    
    .profile_table th{ /*プロフィール項目*/
        width: 100px;
        font-size: 10px;
        white-space: nowrap; /*セル内の改行禁止*/
        text-align: right;
    }
    
    .profile_table td{ /*プロフィール項目の詳細*/
        padding-bottom: 0;
        vertical-align: bottom;
        white-space: nowrap; /*セル内の改行禁止*/
        font-size: 12px;
    }
    
    .profile_table{
                
        margin-right: 10px;
        margin-left: 20px;
    }
    
    /*======経歴=====*/
    .profile_keireki{
        /*line-height: 0.5em;*/
        padding-top: 40px;
        padding-bottom: 40px;
        
    }
    
    .keireki_naiyou{
        line-height: 1.5em;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 10px;
        
        
        
    }
    
    
    .keireki_naiyou td{
        padding-left:1em;
	text-indent:-1em;
        
    }
    
    .keireki_naiyou td.last{
    border-bottom: 1px solid;
    padding-bottom: 10px;
        
    
    
    
}
    
    .br-pc{
        display: none;
    }
    
    .br-sp{
        display: inline;
    }
    
    
    
}
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


