@charset "utf-8";
/*** PROFILE YAMITSUKI ***/
#ttl_page{
    padding-bottom:10px;
}
#profile_data{
    width:680px;
    padding:10px;
    box-sizing:border-box;
}
#profile_frame{
    width:660px;
    box-sizing:border-box;

    margin:0 auto;
}
#profile_l{
    display:table-cell;
    padding:10px;
    vertical-align:top;
}
#ph_big{
    width:320px;
    text-align:left;
}
#ph_small{
    width:320px;
    display:table;
}
#profile_l #ph_small li{
    display:table-cell;
    padding:0 1px;
}
#profile_r{
    display:table-cell;
    padding:10px 10px 10px 0;
    vertical-align:top;
}
/*** twitter ***/
.twitter_box_girl{
    border:1px solid #555;
    box-sizing:border-box;
    width:320px;
    height:480px;
    margin-top:10px;
}
.twitter_ttl_girl{
    display:table;
    width:320px;
    height:50px;
}
.twitter_ttl_l_girl, .twitter_ttl_c_girl, .twitter_ttl_r_girl{
    display:table-cell;
    vertical-align:middle;
}
.twitter_ttl_l_girl img, .twitter_ttl_r_girl img{
    vertical-align:middle;
}
.twitter_ttl_c_girl{
    width:240px;
    line-height:50px;
    text-align:center;
}
.twitter_ttl_c_girl h3{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size:28px;
    color: #f5bc4d;
} 
/*** オプション ***/
.tit_option{
    border-radius:20px;
    background:#ec1551;
    width:400px;
    padding:10px 0;
    text-align:center;
    color:#FFF;
    font-size:120%;
    margin-bottom:10px;
    background-position:left;
}
.option_contents{
    width:400px;
}
.option_contents ul{
    display:table;
    width:100%;
}
.option_contents ul li{
    border:1px solid #dcdcdc;
    box-sizing:border-box;
}
.option_contents ul li.ohead{
    padding:5px 0;
    text-align:center;
    color:#FFF;
    width:100%;
    background:#d35e79;
    font-size:130%;
    font-weight:600;
    clear:both;
}
.option_contents ul li.oltxt{
    width:50%;
    float:left;
    padding:5px 0 5px 5px;
    font-size:120%;
    background:#f5f5f5;
}
.option_contents ul li.ortxt{
    width:50%;
    float:left;
    padding:5px 0;
    font-size:120%;
    text-align:center;
    background:#FFF;
}
/*** 名前 アイコン ***/
#profile_r #ni_area{
    width:100%;
}
#ni_area .n_area{
    color:#3f2100;
    line-height:1.5;
    padding:10px 0 10px 0;
}
#ni_area .n_area h3 {
    font-size: 24px;
    color: #f5bc4d;
}
#shop_ico_ul{
    display:table;
}
.shop_ico_li{
    display:table-cell;
    padding-right:4px;
}
/*** 質疑応答 ***/
#profile_r_data{
    width:310px;
    padding-bottom:20px;
}
#profile_r_data_ul{
    width:100%;
    border:1px solid #CCC;
    box-sizing:border-box;
    border-bottom:0;
}
#profile_r_data_ul li{
    display:table;
    width:100%;
    font-size:14px;
    border-bottom:1px solid #CCC;
}
.r_data_l, .r_data_r{
    display:table-cell;
    padding:4px;
    box-sizing:border-box;
}
.r_data_l {
    width: 30%;
    border-right: 1px solid #CCC;
    background: #FDF1C1;
}
.r_data_r{
    width:70%;
}
#comment_txt{
    width:100%;
    border:1px solid #CCC;
    box-sizing:border-box;
    font-size:14px;
}
#comment_txt li.manager {
    padding: 10px 0;
    text-align: center;
    background: #FDF1C1;
}
#comment_txt li.manager_txt{
    border-top:1px solid #CCC;
    padding:10px;
}
/*** 出勤 ***/
.ttl_week{
    width:100%;
    border-radius:20px;
    font-size:14px;
    text-align:center;
    padding:10px 0;
    font-weight:600;
    border:1px solid #CCC;
    box-sizing:border-box;
    margin:20px auto 10px auto;
        background: #FDF1C1
}
#week_list{
    width:100%;
}
#week_list li{
    width:100%;
    display:table;
    border-bottom:1px solid #dcdcdc;
    box-sizing:border-box;
    font-size:14px;
}
#week_list li .pday{
    width:30%;
    padding:10px 0;
    display:table-cell;
    text-align:center;
    background:#f5f5f5;
    border-right:1px solid #dcdcdc;
}
#week_list li .pday span.blue{
    color:#0000ff;
}
#week_list li .pday span.red{
    color:#ff0000;
}
#week_list li .ptime{
    width:40%;
    padding:10px 0;
    display:table-cell;
    text-align:center;
    color:#f5bc4d;
    background:#FDF1C1;
}
#week_list li .proom{
    width:30%;
    padding:10px 0;
    display:table-cell;
    text-align:center;
    background:#f5f5f5;
    border-right:1px solid #dcdcdc;
}
div#v_ttl {
    background: #f5bc4d;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
}


.v_contents {
    box-sizing: border-box;
    padding: 12px 8px;
    border-bottom: 1px dashed #ccc;
}

.v_txt {
    font-size: 14px;
    margin: 10px 0;
}
.v_link {
    text-align: center;
    margin-top: 20px;
}
.v_name_box {
    text-align: right;
    font-size: 14px;
}
.v_link a {
    background: #f5bc4d;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 20px;
}
.v_box {
    max-height: 350px;
    height: 100%;
    overflow: auto;
}

#voice {
    margin: 20px 0;
}
.v_box_none {
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
}

#cast_ul{
    display:table;
    font-size:0;
    width:660px;
    margin:0 auto;
}
.cast_li{
    display:inline-block;
    width:200px;
    padding:0 0 15px 15px;
    text-align:center;
    vertical-align:top;
}
.cast_li a:hover{
    text-decoration:none;
}
.cast_li figure .cast_ph{
    position:relative;
}
.cast_new {
    position: absolute;
    bottom: 1px;
    left: 7px;
}
.cast_li figure figcaption{
    padding-top:10px;
    font-size:12px;
    color:#111;
}
.cast_name{
    font-weight:bold;
    color:#f5bc4d;
    line-height:1.5;
    font-size:14px;
}
.cast_size{
    line-height:1.5;
}
.cast_today{
    font-size:14px;
    font-weight:bold;
}
.skill_icon_area{
    display:table;
    width:70%;
    margin:0 auto;
}
.skillicon{
    display:table-cell;
}
.sch_ttl {
    text-align: center;
}
#cast_div {
    margin-top: 12px;
}
.menes_repo {
    position: relative;
    margin-top: 10px;
    background: #2ab5d3;
    padding: 4px;
    box-sizing: border-box;
    height: 100px;
}
.menes_repo a {
    color: #FFF;
}
.menes_repo img {
    position: absolute;
    right: 0;
}
.mensbz {
    text-align: center;
    margin-top: 10px;
}

.eslove {
    text-align: center;
    margin-top: 10px;
}
.eslove img{
    width: 98%;
}