@charset"utf-8";
/*新キャバJoクライアント用*/
/* ============================役物================================*/



/* ------------------------------>テーブル系 */
.edit_table{
 border-collapse:collapse;
 width:99%;
 border:1px solid #1c1f87;
 margin-bottom:10px;
}
.edit_table td,th{
 width:99%;
 vertical-align:top;
 border:1px solid #1c1f87;
}
 
 
/* =========================================================================*/
/*                             各ページ指定部                                   */
/* =========================================================================*/

/* ---------------------------> index.php */
#login_table{
 margin:20vh auto 0vh auto;
 overflow:hidden;
}
#repass_table{
 margin:20vh auto 0vh auto;
 overflow:hidden;
}
table td,th{
 padding:6px;
}

table{
 font-size:80%;
 line-height:1.2em;
}

.edit_table{
 width:100%;
}

.prev_table{
 border-collapse:collapse;
 border:1px solid #ed86b3;
 width:100%;
 margin-bottom:10px;
}
.prev_table td,th{
 font-size:80%;
}
.prev_table th{
 text-align:left;
 background-color:#e85197;
 border:1px solid #ed86b3;
 vertical-align:top;
 color:#ffffff;
 background-color:#8c5ba2;
 }
.prev_table tr:nth-child(odd) td{
 background-color:#ffffff;
 border:1px solid #ed86b3;
 }
.prev_table tr:nth-child(even) td{
 background-color:#fbe5ef;
 border:1px solid #ed86b3;
 }


/* ---------------------------> blog_edit.php */
.emoji1{
 margin:10px;
}
#ph_paste{
 float:right;
}
#b_body{
 width:100%;
 height:30vh;
}
.b_title{
 font-weight:bold;
 font-size:120%;
 margin:20px 0px 20px 0px;
}
.b_body{
 text-align:left;
 line-height:1.4em;
 margin-bottom:20px;
}
.time_stanp{
 width:80%;
 font-size:80%;
 color:#717071;
 text-align:right;
 margin-bottom:20px;
}

#top_navi{
 width:100%;
 font-size:80%;
 line-height:1.4em;
 margin-bottom:10px;
}

/* ---------------------------> gal_ed0.php */
.gal_icon{
 width:60px;
 height:60px;
 display:block;
 float:left;
}
.left_specer01{
 height:16px;
}

/* =========================================================================*/
/*                               全体固定の指定部                               */
/* =========================================================================*/
header{
 width:100%;
 height:8.125vw;
 background:#855799 url('../images/static/ed_header.png');
 background-size:100%;
 background-position:left top;
 background-repeat:no-repeat;
 z-index:10;
 margin-bottom:10px;
}

#container{
 width:96vw;
 overflow:hidden;
 background:#ffffff;
 margin:0px auto;
}

#container #right_box{
 width:67vw;
 float:right;
 text-align:left;
 overflow:hidden;
 line-height:1.2em;
}
#container #left_box{
 border-top:1px dashed #057cc1;
 border-right:1px dashed #057cc1;
 width:26vw;
 float:left;
 font-size:80%;
 text-align:left;
 overflow:hidden;
}

body { 
 margin:0 auto;
 text-align:center;
 color:#333333;
 font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
 line-height:1em;
 background:#ffffff;
}
body a{color:#057cc1;}
body a:hover{color:#717071;text-decoration:none;}

