@charset "UTF-8";
@import url("all.css");
@font-face {
    font-family: disks;
    src: url("./fonts/disks.ttf");
}

* {margin: 0; padding: 0;
      font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    /*color: #404040;*/
    font-size: 14px;
    word-break: break-all;


}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}


img,h1,p,table{
    padding: 0;
    margin: 0;
}



body    {
    margin:0;
    padding:0;
    min-width: 700px;
    background: rgba(246, 246, 246, 0.74) !important;
}
a{
    text-decoration: none;
    color: #00008B;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/*
=========================
=========================
=========================
*/
.p10{font-size:10px;} .p11{font-size:11px;} .p12{font-size:12px;} .p13{font-size:13px;} .p14{font-size:14px;} .p15{font-size:15px;} .p16{font-size:16px;} .p17{font-size:17px;} .p18{font-size:18px;} .p19{font-size:19px;} .p20{font-size:20px;} .p21{font-size:21px;} .p22{font-size:22px;} .p23{font-size:23px;} .p24{font-size:24px;} .p25{font-size:25px;} .p26{font-size:26px;} .p27{font-size:27px;} .p28{font-size:28px;} .p29{font-size:29px;} .p30{font-size:30px;} .p31{font-size:31px;} .p32{font-size:33px;} .p34{font-size:34px;} .p35{font-size:35px;} .p36{font-size:36px;} .p37{font-size:37px;}

.float_left{
    float: left;
}
.float_right{
    float: right;
}
.text_center{
    text-align: left;
}
.clr{
    clear: both;
}

.disk-font{
    font-family:'disks';
}

.gosic{
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.mincho{
    font-family:'Hiragino Mincho ProN', serif;
}


h2{
    font-size: 14px !important;
}
.bgcolor1{
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px rgba(204, 204, 204, 0.4);
    border-top: solid 1px rgba(204, 204, 204, 0.4);
}

.bgcolor2{
    background: #f3f2ee;
}
.padding1{
    padding: 5px 10px;
}
.right_button_panel{
    float: right;
    font-weight: 300;
}


.box_border1{



}
#content_h2{
    padding: 6px;
    padding-left: 15px;
    text-shadow: 0 1px 0px #FFF;
    font-size: 14px;
    font-weight: 700;

}

#content_h3,.content_h3{

    color: #5a5a5a;

}
#content_h4{
    padding: 3px 3px 3px 5px;
    padding-left: 10px;
    text-shadow: 1px 0px 0px #43413b;
    color: #fbfbfb;
    background: #807a74;
    font-size: 12px;
    border-bottom: solid 1px #a0a0a0;
}
.border_top1{
    border-top: solid 1px #CCC;
}
.w10{
    width: 100%;
}
.w2{
    width: 19%;

}
.w5{
    width: 49%;

}
.w6{
    width: 59%;
}
.w4{
    width: 39%;
}
.w3{
    width: 29%;
}
.w7{
    width: 69%;
}
.w8{
    width: 79%;
}
.w1{
    width: 9%
}
.w9{
    width: 89%;
}
.mt10{
    margin-top: 10px;
}

/*
=========================
===========icon==============
=========================
*/
.fa{
    margin-right: 5px;
}
.fa-cube{
    color: #FFF;
}
.fa-bookmark{
    color: #e86161;
}
.box_shadow{
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.63);
}
/*
=========================
===========header==============
=========================
*/

header{
    background: #fff;
    margin-bottom: 15px;
    border-top: solid 5px #003389;
    padding: 6px;
    padding-top: 10px;
    line-height: 30px;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.63);
    min-height: 1px; /*IE6、7対策*/
}
header:after { /*floatの解除、ここがポイント*/
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

* html header {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}

.header_right{
    float:right;
    padding-top: 10px;
}
.header_right input[type="search"]{

     width: 200px;
    height: 28px;
    background: url(images/qrlogo.png) no-repeat 8px 4px;
    background-color: #f2f2f2;
    border-radius: 0px;
    border: solid 1px #ccc;
    padding: 2px 2px 2px 26px;
}

h1{
    color: rgba(255, 255, 255, 0.73);
    margin-left: 0px;
    font-size: 16px;
    float: left;
    margin-right: 70px;
    font-weight: 200;
    padding-top: 6px;
}
h1 a{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.73);
}
.log_form{
    float: right;
    z-index: 999;
    background-image: url(images/qrlogo.png);
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-position: 3% center;
    padding-top: 2px;
}

.log_form .log_search{
    padding-left: 25px;
    border: none;
    width: 250px;
    font-size: 14px;
}

.log_search{

  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}


h4{
    font-size: 15px;
    color: #494949;
    line-height: 20px;
    font-weight: 800;
    margin-top: 10px;

}



header ul{
    list-style: none;
    margin-left: 30px;
    padding-top: 7px;

}
header li a{
    float: left;
    color: rgba(255, 255, 255, 0.73);
    margin-right: 20px;
    font-size: 13px;

}
header li a:hover{
    color: #FFF;
}
/*
=========================
===========search_box==============
=========================
*/

.search_box{
    word-break: 100%;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.63);
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}

.search_box ul{
    list-style: none;
    padding: 5px 0;
}
.margin-bottom1{
    margin-bottom: 10px;
}
.search_box li{
    display: block;
    float: left;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2em;

    padding: 0 20px;

}
select{



}
.search_box li:first-child{
    padding-left: 0;
}
.submit{
border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px 70px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    margin-bottom: 6px;
    margin-top: 10px;
    cursor: pointer;
 }



/*
=========================
===========search_box==============
=========================
*/

input[type="search"]{
    padding: 0 5px;
    margin-right: 10px;

}

input.text_long{

}
input.text_s{
    width: 120px;
    padding: 1px;
    font-size: 12px;
    border-radius: 3px;
}

input.text_middle{
    width: 170px;
    padding: 1px;
    font-size: 12px;
    border-radius: 3px;
}
.search_box{

}

.search_box ul{
    list-style: none;
    padding: 5px 0;
}
.margin-bottom1{
    margin-bottom: 10px;
}
.search_box li{
    display: block;
    float: left;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2em;

    padding: 0 20px;

}

select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-size: 12px;
    padding: 2px 25px 2px 5px;
    border: solid 1px #CCC;
    min-width: 40px;
    background:#fff ;
    background-size: 9px;
    background-position: 91% center;
    font-weight: 300;
    margin-bottom: 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

.search_box li:first-child{
    padding-left: 0;
}

.textarea1{
    width: 96%;
    height: 180px;
    font-size: 12px;
    vertical-align: top;
    border:none;
    background: #f2f2f2;
    padding: 1% 2%;
    min-width: 96%;
}
.textarea2{
    width: 90%;
    border: solid 1px #ccc;
    height: 100px;
    padding: 5px;
    float: right;

}

/*
=========================
===========form==============
=========================
*/
.text_long{
    width: 270px;
    padding: 0 5px;
    margin-right: 10px;

}

.text_middle{
    width: 100px;

}
.select1{
    font-size: 13px;

}

#main_content{
    min-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;

}


.radio_btn input {
    display: none;
}
.radio_btn label{
    display: block;
    float: left;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 7px 10px 6px;
    background: #bdc3c7;
    color: #869198;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.radio_btn label:first-of-type{
    border-radius: 3px 0 0 3px;
}
.radio_btn label:last-of-type{
    border-radius: 0 3px 3px 0;
}
.radio_btn input[type="radio"]:checked + .switch-on {
    background-color: #6CB6E2;
    color: #fff;
}
.radio_btn input[type="radio"]:checked + .switch-off {
    background-color: #e67168;
    color: #fff;
}

.submit2,.submit_return{
    border: solid 1px #ccc;
    width: 250px;
    padding: 4px 0 3px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    transition-duration:0.1s;

 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
 letter-spacing: 0.2em;
 font-weight: bold;
 color: #595959;
text-shadow: 0 1px #FFF;
}

.btn_search {
    border: solid 1px #ccc;
    width: 200px;
    padding: 4px 0 3px;
    /*font-size: 12px;*/
    /*border-radius: 3px;*/
    text-align: center;
    transition-duration:0.1s;

     background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
     background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
     letter-spacing: 0.2em;
     /*font-weight: bold;*/
     color: #595959;
     text-shadow: 0 1px #FFF;
    font-size: 14px;
    font-weight: normal;
}

/*.btn_search:hover {*/
     /*background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));*/
     /*background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);*/
     /*background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);*/
     /*background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);*/
     /*background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);*/
     /*background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);*/
     /*box-shadow: 0 1px 3px rgba(204, 204, 204, 0.82);*/
     /*cursor: pointer;*/
/*}*/

.btn_search:hover {
    background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
    cursor: pointer;
    text-shadow: 0 1px #FFF;
}

.submit2:hover,.submit_return:hover{
background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.82);
    cursor: pointer;
}

.submit3{
    border: solid 1px #ccc;
    width: auto;
    padding: 4px 0 10px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    transition-duration:0.1s;

 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
 letter-spacing: 0.2em;
 font-weight: bold;
 color: #595959;
text-shadow: 0 1px #FFF;
}

.submit3:hover{
background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.82);
    cursor: pointer;
}

/*
=========================
===========main_content==============
=========================
*/

#wrapper{
    table-layout:fixed;
    border-collapse: collapse;
    border-color: #fff;
     width: 100%;
     min-width: 1160px;
}
#wrapper tr,#wrapper td{
    border-color: #fff;

}
#wrapper td{
         vertical-align: top;

}


#center_content{
    /* overflow: scroll; */
    overflow: visible;
    padding: 20px;
}

#center_content_header{
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 3px;
}
#center_content_header h2{
    text-shadow: 0 1px #FFF;
    font-size: 15px;
    font-weight: 700;
}
.section    {
    position: relative;
    padding: 0;
    height: 100% ;
    padding-bottom: 10px;
}

#section_content2{
overflow-y: auto;
background: #FFF;

}


.center_content_header_right{
    float: right;
    font-weight: normal;
}

/*.center_content_header_right ul li{*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D *!*/
/*background: #ffffff; !* Old browsers *!*/
/*background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); !* IE6-9 *!*/
/*}*/
.center_content_header_right ul li{

}
.edit_btn li{
    display: block;
    font-size: 14px;
    float: left;
    color: #000000;
    margin-right: 6px;
    padding: 3px 8px;
/*  text-shadow: 0 1px #FFF;*/
    border: solid 1px #CCC;
    border-radius: 3px;
    margin-top: -6px;
    margin-bottom: 2px;
    transition-duration:0.1s;
        background: #B0C4DE;
}
.edit_btn li:hover{

border: solid 1px #000000;
}
.edit_btn li a{
    color: #404040;
}

.delete_btn li{
    display: block;
    font-size: 14px;
    float: left;
    color: #000000;
    margin-right: 6px;
    padding: 3px 8px;
/*  text-shadow: 0 1px #FFF;*/
    border: solid 1px #CCC;
    border-radius: 3px;
    margin-top: -6px;
    margin-bottom: 2px;
    transition-duration:0.1s;
        background: #DC143C;
}
.delete_btn li:hover{
background: #FF0000;
border: solid 1px #000000;
}
.delete_btn li a{
    color: #ffffff;
}

.top_btn{

}


.btn2{
    display: inline;
    font-size: 12px;

    padding: 2px 2px 1px 5px;
    text-shadow: 0 1px #FFF;


    background-color: #f5f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);

    border: solid 1px #CCC;
    border-radius: 3px;


    transition-duration:0.1s;

}
.btn2:disabled{
    cursor: initial;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
.btn2:hover{
    background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
.top_btn li{
    display: block;
    font-size: 14px;
    float: left;
    margin-right: 6px;
    padding: 3px 8px;
    text-shadow: 0 1px #FFF;
    /*
    background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
    */
    border: solid 1px #CCC;
    border-radius: 3px;
    margin-top: -6px;
    margin-bottom: 2px;
    transition-duration:0.1s;
        background: #ebe7e1;
}

.top_btn li:hover{
background: #d4cdc1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,f7f7f7+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #f7f7f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5e5e5 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}
.top_btn li a{
    color: #404040;
}

.btn3{
    display: block;
    font-size: 12px;
    float: right;
    padding: 3px 8px;
    text-shadow: 0 1px #FFF;
    border: solid 1px #CCC;
    border-radius: 3px;
    margin-bottom: 2px;
    transition-duration:0.1s;
    background: #ebe7e1;
}
.btn3:hover{
    background: #d4cdc1;
    border: solid 1px #898c84;
}

.btn4{
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    text-shadow: 0 1px #FFF;
    border: solid 1px #CCC;
    border-radius: 3px;
    margin-bottom: 2px;
    transition-duration:0.1s;
    background: #ebe7e1;
}
.btn4:hover{
    background: #d4cdc1;
    border: solid 1px #898c84;
}





.section_content2_in{
    height: 200px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}
    .section_content2_in_left{
        float: left;
        width: 50%;
        border-right: solid 1px #CCC ;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 200px;
        overflow: hidden;

    }
    .section_content2_in_right{
        float: right;
        width: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 200px;
        overflow: hidden;
        border-left: solid 1px #FFF ;

    }
#section_content2_in_ul{
    padding: 0 2px;
    padding-top: 7px;
    overflow: scroll;
    height: 170px;
}
#section_content2_in_ul li{
    font-size: 13px;
    list-style: none;
    padding: 3px 10px 2px;
    display: block;
}

#section_content2_in_ul li:nth-child(2n-1){
    background: rgba(236, 236, 236, 0.75)
}



#section_content2_in_ul p{
    display: inline-block;
/*    background: #e83737;
    color: #fff;*/
    padding: 0px 14px;
    text-align: center;
    border-radius: 3px;
    width: 86px;
    margin: 0;
    white-space: nowrap;
}
.new{
    background: #e83737;
    color: #fff;
}

#section_content_in{
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.63);
}
.over_content.detail {
    border-bottom: solid 2px #DCDDDD;
    padding-bottom: 5px;
}



/*===================
    tab
======================*/
 #tabnavi{
    background:rgba(222, 218, 209, 0.51);
    border-top: solid 1px #ccc;

}

#tabnavi li{
    float: left;

    list-style: none;

}

#tabnavi li a{
    display:inline-block;
    color:rgba(151, 151, 151, 0.75);

    text-decoration:none;
    padding:9px 30px 5px;
    background:rgba(222, 218, 209, 0.51);
        border-right: solid 1px #a1a1a1;
    border-left: solid 1px #FFF;
    transition-duration:0.1s;


}
#tabnavi li a:first-child{
    border-left: none;
}


#tabnavi li a:hover,
#tabnavi li a.active{
    color:#525252;
    background:#ccc6b8;
    text-shadow: 0 1px #fff;
    font-weight: bold;
    border-bottom: solid 1px #b2b2b2;

}
#tabcontent{
    padding: 8px;
}

.student_info{
    padding-top: 20px;
    padding-bottom: 25px;
}


/*===================

    tab2
======================*/
ul#tabchange {
    width: 100%; /**/
    zoom: 1; /*forIE6,7*/
    background:rgba(222, 218, 209, 0.51);
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
ul#tabchange:after {
    content: "";
    display: block;
    clear: both;
}
ul#tabchange li {

    float: left;
    text-align: center;
    list-style: none;
}
ul#tabchange li a { /* */
    display:inline-block;
    color:rgba(51, 51, 51, 0.75);
    text-decoration:none;
    padding:9px 30px 5px;
    background:rgba(222, 218, 209, 0.51);
    border-right: solid 1px #a1a1a1;
    transition-duration:0.5s;
}
ul#tabchange li a:hover { /* */
    border-right: 1px solid #666;
}
ul#tabchange li a.activeBox { /* */
    color:#525252;
    background:#ccc6b8;
    text-shadow: 0 1px #fff;
    font-weight: bold;
    border-bottom: solid 1px #b2b2b2;
}
ul#tabchange li a.activeBox:hover { /* */

}
div#tabchangeContents {
    width: 100%; /* */
    position: relative;
}
div#tabchangeContents h4{
    margin-bottom: 10px;
    border-left: solid 9px #000;
    padding-left: 10px;
}
div#tabchangeContents div.tabchangeBox { /* */
    width: 96%; /* */
    background: #FFF;

    overflow:scroll;
    padding: 2%;
}
div#tabchangeContents div.tabchangeBox p {
    /*color: #fff;*/color: #000;
}
div#tabchangeContents .tab2_p1{
        font-size: 32px;
        font-weight: bold;
        float: right;
        margin-top: 5px;

    }
div#tabchangeContents .tab2_s1{
        font-size: 15px;
        font-weight: 300;
        margin-right: 10px;
        margin-left: 10px;


    }


/*===================


======================*/




#left_content{
  width: 237px;
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  padding: 10px 0 20px;



}
.p_date{
    font-weight: bold;
}
.totag1{
    font-size: 10px;
    background: #e86161;
    display: inline;
    color: #FFF;
    border-radius: 2px;
    padding: 2px 3px;
}


#left_content_box1{
        padding: 15px;

}
.left_box1{
    margin-bottom: 10px;
    padding: 10px;
}
.p_date{
}

#left_content_ul{
    list-style: none;

}

#left_content_ul li:hover{

}

.cal_img{
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-top: 10px;
}



/*
=========================
===========right_content==============
=========================
*/




#right_content{
    background: #f1efeb;
    width: 25%;
    padding-top: 20px;
}
#right_content_box{
    padding: 10px;
    background: #FFF;
    height: 440px;
}
    .news_box{
        background: #FFF;
        padding:10px 10px;
        box-shadow: 0 1px 2px rgba(204, 204, 204, 0.64);
        margin-bottom: 15px;
    }
    .news_box_date{
        margin-bottom: 4px;
        color: #797979;
        border-bottom: solid 1px #CCC;
        padding-bottom: 4px;
        margin-bottom: 7px;
    }
    #right_content .news_box .news_from{
        font-weight: bold;
        color: #898c84;
        margin-bottom: 6px;

    }


    /*
        date
    */
    .news_box .date_box{
        width: 45px;
        font-size: 14px;
        background: #FFF;
        box-shadow: 0 1px 1px #a5a5a5;
        float: left;
        margin-right: 3px;
        text-align: center;
    }
    .date_box_month{
        background: #e86161;
        color: #FFF;
        padding: 2px 0 1px;
        font-size: 14px;
        font-weight: bold;
    }
    .date_box_date{
        color: #333333;
        padding: 2px 0 1px;
        font-size: 14px;
        font-weight: bold;
    }

    .news_box_right{
        float: right;
        width: 152px;
    }
    .news_box_right_top{
        font-weight: bold;
        color: #898c84;
        margin-bottom: 6px;
        border-bottom: solid 1px #CCC;
        padding-bottom: 4px;

    }


/*
=========================
===========table==============
=========================
*/

.table1 {
border-collapse: collapse;
border-top: solid 4px #DCDDDD;
border-bottom: solid 2px #DCDDDD;
margin-bottom: 10px;
width: 100% !important;
}

.table-no-bottom {
    border-bottom: none;
}

.table1 th, .table1 td{

}
.table1 th.error_row, .table1 td.error_row{
border: none;
}
.table1 th{
    /*text-align: center;*/
    padding: 15px 5px 5px !important;
    color: #63738c;
    border-bottom: solid 2px #DCDDDD;
}
.table1 td{
    padding: 8px 0 6px;
    /*text-align:center;*/
    vertical-align: middle;

}
.table1 tr:nth-child(even){
    background: rgba(99, 115, 140, 0.09)
}

/*
=========================
===========table_list ==============
=========================
*/
.table_list {
border-collapse: collapse;
border-top: solid 4px #DCDDDD;
border-bottom: solid 2px #DCDDDD;
margin-bottom: 10px;
width: 100%;
}

.table_list th, .table_list td{

}
.table_list th.error_row, .table_list td.error_row{
border: none;
}
.table_list th{
    /*text-align: center;*/
    padding: 15px 5px 5px !important;
    color: #63738c;
    border-bottom: solid 2px #DCDDDD;
}
.table_list td{
    padding: 8px 10px 6px;
    /*text-align:center;*/
    vertical-align: middle;
}
.table_list tr:nth-child(even){
    background: rgba(99, 115, 140, 0.09)
}


.content_header table{
    border-collapse: collapse;
    margin-bottom: 10px;
}
.content_header table td{

    text-align: left;
}





#table1{
    width: 100%;
    margin: 0 auto;
 border-collapse: collapse;
    border-top: solid 1px #FFF;

}

#table1 th{
    font-size: 12px;
    font-weight: 300;
    padding: 8px;
    padding-top: 20px;
    padding-bottom: 3px;
    border-bottom: solid 1px #CCC;
    text-align: left;
    background: #ebe7e1;
    border-right: solid 1px #CCC;

}
#table1 td{
    padding: 7px 5px ;
    border-right: solid 1px rgba(215, 215, 215, 0.27);
    border-bottom: solid 1px #CCC;

}
#table1 tr:nth-child(2n-1){
    background: rgba(236, 236, 236, 0.75)
}

#table1 td p{
    font-size: 22px;
    float: left;
    color: #FFF;
    background: #eb9b0f;
    padding: 3px;
    line-height: 1.1em;
    margin-right: 12px;
    margin-top: 4px;
    border-radius: 3px;
}
#table1 td.text_center,#table1 th.text_center{
    text-align: center;
}
#table1 ul{
    list-style: none;
}

#table1 li{
    line-height: 1.2em;
    font-size: 12px;
    padding: 0;

}


/*-----------------------------------
    .table2
-------------------------------------*/

.table2{
    width: 100%;
    margin-bottom: 5px;
}
.table2 th{
    background: #62728C;
    color: #fff;
    padding: 8px 0 6px;
}
.table2 td{
    border-bottom: solid 1px #ccc;
    padding: 3px 0;
}
.table2 select{
    width: 80% !important;
}

/*-----------------------------------
    .table3
-------------------------------------*/
.btn5{
    float: left;
    width: 200px;
    border: solid 1px #000;
    background: #fff;
    padding: 3px;
}
.table3{
    width: 43.5%;
    float: right;
    border-collapse: collapse;

}
.table3 th,.table3 td{
    border-bottom: solid 1px #ccc;

}
.table3 th{
    background: #62728C;
    color: #fff;
    padding: 3px;
}

.table3 td{
    background: #fff;
    color: #fff;
    padding: 3px;
    text-align: right;
    /*Toran change text to black*/
    color: #000000;
    /*color: #363636;*/
}
.table3 td div{
    font-size: 17px;
}
.table2 th{
    background: #62728C;
    color: #fff;
    padding: 8px 0 6px;
}
.table2 td{
    border-bottom: solid 1px #ccc;
    padding: 3px 0;
}

.table4{
    width: 100%;

}


.discount_box{
    margin: 0;
    padding: 0;

    padding: 4px 10px 4px !important;
    margin-bottom: 5px;
}


/*-----------------------------------
    #table3
-------------------------------------*/

#table3{
    width: 50%;
 border-collapse: collapse;

    border: solid 1px rgba(204, 204, 204, 0.5);

}
#table3 td{
    border: solid 1px rgba(204, 204, 204, 0.5);
    padding: 2px 10px;
border-left: solid 4px #483E31;
}

#table3 .t3td1{
    background: #F2F2F2;

}

#table3_2{
    width: 50%;
    border-collapse: collapse;
    margin-bottom: 10px;
    border: solid 1px rgba(204, 204, 204, 0.5);

}
#table3_2 td{
    border: solid 1px rgba(204, 204, 204, 0.5);
    padding: 3px 10px 2px;
    vertical-align: middle;

}

#table3_2 .t3_2td1{
    background: #F2F2F2;
    padding: 5px 10px 2px;
    border-left: solid 4px #483E31;
}
#table3_2 .t3_2td2{
    background: #F2F2F2;
    font-weight: bold;
    color: #919191;
    border-left: solid 4px #483E31;
    padding-left: 20px;
}
#table3_2 .t3_2td3{
    text-align: right;

}

#table3_2 .t3_2td4{
    background: #F2F2F2;
    text-align:left;
    font-weight: bold;
    color: #919191;
    border-left: solid 4px #483E31;
}
#table3_2 .t3_2td5{

}


/*-----------------------------------
	table start + close date
-------------------------------------*/

#tb_start_close_date{
    width: 50%;
    border-collapse: collapse;
    margin-bottom: 10px;
    border: solid 1px rgba(204, 204, 204, 0.5);

}
#tb_start_close_date td{
    border: solid 1px rgba(204, 204, 204, 0.5);
    padding: 3px 10px 2px;
    vertical-align: middle;

}

#tb_start_close_date .t3_2td1{
    background: #F2F2F2;
    padding: 5px 10px 2px;
    border-left: solid 4px #483E31;
}
#tb_start_close_date .t3_2td2{
    background: #F2F2F2;
    font-weight: bold;
    color: #919191;
    border-left: solid 4px #483E31;
    padding-left: 20px;
}
#tb_start_close_date .t3_2td3{
    text-align: right;

}

#tb_start_close_date .t3_2td4{
    background: #F2F2F2;
    text-align:left;
    font-weight: bold;
    color: #919191;
    border-left: solid 4px #483E31;
}


/*-----------------------------------
    table4
-------------------------------------*/
#section_content1{
    padding:20px;
    box-shadow: 0 0 3px #ccc;
    padding-bottom:30px;
    background: #fff;

}
#section_content1 h4{
    font-size: 18px;
    background: #f2f2f2;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#section_content1 p{

}

.form1_text{
    background: #f2f2f2;
    border: none;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 4px;
    width: 97%;
}
    .form_sub_p{
        padding: 3px 0;
        font-weight: bold;
        color: #898c84;
        margin-bottom: 10px;
    }


#section_content1 h4{
    color: #505050;
    margin-bottom: 8px;

}
#inputActive{

}
#inputBase table{

    border-collapse: collapse;
    vertical-align: middle;

}
#inputBase table td{
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #CCC;
    padding-top: 20px;
}
#inputAdd{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    padding: 4px 8px 3px;
    font-size: 12px;
    border-radius: 5px;
    border: solid 1px #ccc;

}

/*-----------------------------------
    table5
-------------------------------------*/

#table5{
    width: 100%;
    margin: 0 auto;
 border-collapse: collapse;
    border: solid 1px #CCC;
    margin-bottom: 30px;

}

#table5 th{
    font-size: 12px;
    font-weight: 300;
    padding: 8px;
    padding-top: 20px;
    padding-bottom: 3px;
    border-bottom: solid 1px #CCC;
    text-align: left;
    background: #ebe7e1;
    border-right: solid 1px #CCC;
    padding-left: 10px;

}
#table5 td{
    padding: 7px 5px ;
    border: solid 1px #CCC;
    padding-left: 10px;
    vertical-align: middle;
}
#table5 tr:nth-child(2n-1){
    background: rgba(236, 236, 236, 0.75)
}

/*-----------------------------------
    table6
-------------------------------------*/

#table6{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 30px;
        border-top: solid 3px #ccc;
        margin-top: 5px;

}

#table6 th{
    font-size: 12px;
    font-weight: 300;
    padding: 8px;
    padding-top: 20px;
    padding-bottom: 3px;
    border-bottom: solid 1px #CCC;
    text-align: left;
    padding-left: 10px;


}

#table6 tr:nth-child(even){
    background: rgba(99, 115, 140, 0.09);
}

#table6 .t6_td1{
    font-size: 14px;
    color: #646464;



}
#table6 .t6_td2{
        vertical-align: bottom;

}
#table6 td{
    padding: 7px 5px ;
    padding-left: 10px;
    vertical-align: middle;


    line-height: 25px;
}
#table6 .t6_td1_child{
    padding-left: 50px;
}

#section_content_in .section_content_in_p{
    margin-bottom: 30px;


}

.table5{
    width: 100%;

}

.weather_box{
    width: 100%;
    height: 119px;
    background:rgba(76, 69, 69, 0.29);
}
.box_p1{
    margin-bottom: 10px;
}

.img_center{
    display: block;
    margin: 20px auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~~~~~~~~~~~~~~   */
#tab-2{
    background: #CCC;
}

.tab2_header{
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 4px;
    margin-bottom: 20px;

}
.tab2_header_in{
    margin-bottom: 5px;
}
    .tab2_header_1{
        padding: 4px 0 3px;
        font-size: 15px;
        width: 300px;
        float: left;
        margin-right: 10px;;


    }
        .tab2_s3{
        font-size: 32px;
        font-weight: bold;
        margin-left: 10px;
        margin-right: 5px;

    }


     .tab2_header_2{
        font-size: 15px;
        padding: 4px 0 3px;
        background: #95C51B;
        color: #FFF;
        width: 100px;
        text-align: center;
        margin-bottom: 10px;
        float: left;
        margin-top: 10px;


    }
    .tab2_header_in .tab2_p1{
        font-size: 32px;
        font-weight: bold;
        float: right;
        margin-top: 5px;
        color: #000;
    }
    .tab2_s1{
        font-size: 15px;
        font-weight: 300;
        margin-right: 10px;
        margin-left: 10px;

    }

    .tab2_s2{
        font-size: 15px;
        font-weight: 300;

        margin-left: 10px;

    }




/*
=========================
===========student info page==============
=========================
*/



#section_content .student_kana{
    line-height: 1.2em;

}

#section_content .student_name{
    line-height: 1.2em;

}
#section_content .student_school{
    color: #9b9b9b;
    float: left;
    margin-right: 12px;
}
#section_content .student_grade{
    color: #9b9b9b;
    margin-bottom: 10px;
}
.margin-bottom10{
    margin-bottom: 10px;
}



/*
=========================
=========== info page==============
=========================
*/

.info_content{
    padding-bottom: 10px;
    padding-top: 10px;
}
#section_content .info_name{
    line-height: 1.2em;
    margin-bottom: 3px;

}
#section_content .info_info{
    color: #9b9b9b;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}

.info_info_1{
    float: left;
    margin-bottom: 4px;
}

#section_content .info_info_right{
    float: right;
    text-align: right;

}
#section_content .info_start_date p{
    color: #919191;
    text-align: right;
}

.s_color1{
    color: #a7a7a7;
}

/*
=========================
===========footer==============
=========================
*/

footer{
  clear: both;
  width: 100%;
  height: 20px;
  background: #443a36;
    text-align: center;
    padding: 3px;
    padding-top: 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.66);
    position: fixed;
    bottom: 0;
    z-index:9999;
}

/*Message*/
.message_area{
    padding-left:15px;
}
.info_message{
    color:blue;
}
.error_message{
    color:red;
}

.copyright{
    color: rgba(255, 255, 255, 0.73);
}

/* =================================
table sorter custom
===================================*/
table.tablesorter thead tr .header {
    /*background-position: center left;*/
    cursor: pointer;
    padding: 4px 0 4px 20px ;
}

table.tablesorter thead tr .header i {
    float: right;
}
/* =================================
menu
===================================*/

#left_content_ul{
    list-style: none;
}
#left_content_ul li{

}
#left_content_ul li:hover{

}


#left_content_ul h2{
    padding: 20px;
    padding-left: 15px;
    transition-duration:0.1s;
    width: 212px;
    cursor:pointer;
    font-weight: bold;
}
#left_content_ul h2 a{
    color: #62728C;
}
#left_content_ul h2:hover{

}


#left_content_ul ul li{
    list-style: none;
    padding: 10px;
    padding-left: 15px;
    text-align: left;
    position: relative;
    transition-duration:0.1s;
    width: 212px;
    color: #62728C;

}

#left_content_ul ul li:hover{

    background: none;
}


/*ログイン画面*/
#login_main{
    border-top: solid 5px #003389;

    padding-top: 40px;
}

.login_box{
    width: 320px;
    margin-top: 30px;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;

    padding: 50px 30px;
    box-shadow: 0 0px 3px rgba(64, 64, 64, 0.42);
}
.p_login{
    font-size: 26px;
    font-weight: 100;
    color: #595757;
}
.logo_login{
    margin-top: 20px;
    width:220px;
    margin-bottom: 20px;
}
.login_box .logo{
    width: 72%;
    margin-bottom: 27px;
}
.login_box input[type="text"]{
    border-bottom: none;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-radius: 3px 3px 0 0;
}

.login_box input[type="password"]{
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-radius: 0 0 3px 3px;
    margin-bottom: 20px;
}
.login_box input[type="text"],.login_box input[type="password"]{
    padding: 12px 3%;
    width: 90%;
}
.login_box .login_error{
    margin-bottom: 18px;
    font-size: 12px;
}
.login_box input[type="button"]{
    width: 96%;
    background: #036EB8;
    border: none;
    color: #fff !important;
    text-shadow: 0 -1px #000d36 !important;
    padding: 7px 0;
    font-size: 12px;

}
input[type="button"]{
    color: #434343 !important;

    text-shadow: 0 1px 0 #fff;
    font-size: 11px;

}

#topic_list{
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.63);
    padding: 10px;
    margin-bottom: 10px;
    color: #464646 !important;
}
#topic_list a{
        color: #464646;
}
#detail_search{

}

#detail_search table{
    border-collapse: collapse;
    width: 100%;
}
#detail_search table th,#detail_search table td{
    padding: 10px 10px;
    vertical-align: middle;

}
#detail_search table th{
    background: rgba(236, 236, 236, 0.75)
}
/*コンテンツ*/


#left_content{

 margin-right: 15px;
 width: 240px;
}
#c_content{
 float: left;
 min-width: 400px;
    width:940px;

}
.c_content__left{
    float: left;

}
.c_content_header_left p{
    font-size: 11px;
    color: #63738c;
}
.left_content{
    background: #fff;
}
.progress_ul{
    list-style: none;
    margin: 0 auto;
    display:inline-block;

}
#center_content_header h2{
    margin-right: 20px;
}
.progress_ul li{
    float: left;
    display: block;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin-bottom: 3px;
    text-align: center;
    border-radius: 5px;
    margin-right: 7px;
    border:1px solid #25729a; font-size:12px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    color: #fff;
}
.progress_ul a li{
    max-width: 85px;
    min-width: 75px;
}
.progress_ul .active{
    background: #22AC38 !important;
    color: #fff !important;
    font-weight: bold !important;

}
.progress_ul .fail_connect{
    background: #FFE699; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFE699 0%, #FFE699 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #FFE699 0%,#FFE699 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #FFE699 0%,#FFE699 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE699', endColorstr='#FFE699',GradientType=0 ); /* IE6-9 */
    color: #000000;
    font-weight: 500;
    border: solid 1px #ED7D31;
    text-shadow: none;

}
.progress_ul .no_active{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
color: #8d8d8d;
font-weight: 500;
border: solid 1px #aba5a5;
text-shadow: none;
}
.progress_ul .transfer_error{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
    background: #982b2b; /* Old browsers */
    background: -moz-linear-gradient(top,  #f92f2f  0%, #982b2b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f92f2f  0%,#982b2b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f92f2f  0%,#982b2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff89e5', endColorstr='#ff89e5',GradientType=0 ); /* IE6-9 */
    color: #fffef6;
    font-weight: 500;
    border: solid 1px #d42828;
    text-shadow: none;
    padding-right : 2px !important;
    padding-left : 2px !important;
}
.c_content_header_right{
    float: right;
}
.btn_ul{
    list-style: none;
}
.btn_ul li{
    float: left;
    display: block;
    font-size: 13px;
    padding: 5px 35px;
    margin-left: 15px;
    background: #ccc;
    color: #fff;
}
.btn_ul li{

}
.btn_ul li a{
    color: #fff;
}

.btn_ul .active1{
    background: #8FC31F;
}

.alart_box{
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

#c_content_main{
    background: #fff;
    padding: 10px 20px;
}

.btn_green{
    background: #8FC31F;
    border: none;
    color: #fff;
    width: 200px;
    padding: 4px 0;
    cursor: pointer;
}

/*!*input*!*/
/*#search_cond_clear,#search_condition_detail_btn,#search_cond_simple_clear,#search_condition_simple_btn{*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D *!*/
/*background: #eeeeee; !* Old browsers *!*/
/*background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); !* IE6-9 *!*/
    /*color: #4e4e4e;*/
    /*font-weight: 500;*/
    /*text-shadow: 0 1px 0 #fff;*/
    /*font-size: 12px;*/
/*}*/
/*input*/
#search_cond_clear,#search_condition_detail_btn,#search_cond_simple_clear,#search_condition_simple_btn{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    color: #4e4e4e;
    font-weight: 500;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
}


.grayout{
    padding: 10px 3%;
    background: #f2f2f2;
    /*Toran change text to black*/
    color: #000000;
    /*color: #989898;*/

}

.t2_text{
    border: none;
    width: 90%;

}

/*user page*/
.user_info_left{
    width: 490px;
    float: left;
    margin-right: 10px;

}
.user_info_right{
    width: 400px;
    float: left;
}
.ui_head{
    margin-bottom: 10px;
}
.ui_table1{
    border-collapse: collapse;
    width: 100%;

}
.ui_table1 tr,.ui_table1 td{
    border: solid 1px #ccc;
}
.ui_table1 td{

    padding: 3px;

}
.ut1_td1{
    background: #f2f2f2;
    font-size: 12px;
    text-align: center;
}
.ut1_td2{
    padding: 3px 10px;
    font-size: 14px;
    text-align: center;
}
.box{

    padding:10px 20px ;
    margin-bottom: 20px;
    background: #fff;

}

.student_img_box{
    width: 120px;

    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.student_img{
    width: 100%;
    margin-bottom: 8px;

}
.obi_color{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 3px rgba(119, 119, 119, 0.64);
}
.ui_table2{
    border: solid 1px #ccc;
    border-collapse: collapse;
    margin-bottom: 5px;


}
.ui_table2 th{
        border: solid 1px #ccc;
        padding:4px 10px;
        background: #f2f2f2;
        font-size: 12px;
        font-weight:500;
}
.ui_table2 td{
        border: solid 1px #ccc;
        padding:4px 10px;
    font-size: 14px;
}
.ut2_th1{
    min-width: 100px;
}
.ut2_th2{
    width: 70px;
}
.ut2_td1{
    width: 250px;
}
.ut2_th3{
    width: 120px;
}
.ut2_td3{
    width: 380px;
}
.ut2_td4{
    border-bottom: none !important;
}

h3{
    padding: 0px 0;
    padding: 2px 0;
    color: #63738c;
    margin-bottom: 5px;
    font-size: 15px;
}

.ul_table3{
        border: solid 1px #ccc;
    background: rgba(204, 204, 204, 0.27);
    padding: 10px;
    width: 100%;
}
.ul_table3 th{
    width: 100px;
    font-size: 12px;
}
.ul_table3 td{
    background: #fff;
    padding: 2px 10px;
    font-size: 12px;
}


.billing_top{
    margin-bottom:40px;
}



#acMenu dt{
    display:block;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }

button{
    font-size: 14px;
    padding: 6px 12px;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

select:disabled {
    background: #dddddd;
}

.course_fee_plan_seleted, .program_fee_plan_seleted {
    font-weight: bold;
}
/*Toran edit required class*/
.required,.aster {
    font-size: 12px;
    color: red;
}

.error-block {
    color: red;
    font-weight: 700;
}

/*==============================
Bulletin board - 掲示板
================================*/
div .bulletin_message_panel {
    border-style: solid;
    border-color: #808080;
    border-width: 1px;
    border-radius: 10px;
    padding: 0px;
    margin: 10px 0;
    overflow-x: hidden;
}

.bulletin_message_panel>div {
    padding: 10px;
    overflow-x: scroll;
}

.bulletin_message_panel>div::-webkit-scrollbar {
    height: 7px;
}

.bulletin_message_panel>div::-webkit-scrollbar-thumb {
    background: #8c8c8c;
}

.bulletin_message_panel>div::-webkit-scrollbar-track {
    background: #cccccc;
}

.form-group {
    width: 65%;

}
.text_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*==============================
HOME CENTER
================================*/
#home_center_content{
    padding-right: 10px;
    min-width: 700px;
    display: table-cell;
}
#home_center_content{
}

#home_center_content_header{
    padding-top: 0px;
    padding-bottom: 6px;
}
#home_center_content_header h2{
    text-shadow: 0 1px #FFF;
    font-size: 15px;
}
/*==============================
HOME RIGHT
================================*/
#home_right_content{
    width: 32%;
    display: table-cell;
}
#home_right_content_box{
    padding: 10px;
    background: #FFF;
    height: 440px;
}

/*=============================================================================
 full calendar
=============================================================================*/
/* イベント設定・文字サイズ */
.fc-title{
    font-size: 8pt;
}
.tooltip_event {
    width:auto;
    height:auto;
    position:absolute;
    z-index:10001;
    padding:10px 10px 10px 10px;
    line-height:120%;
    border-radius:5px;
    font-size: 8pt;
}
/* イベント設定*/

/*=======================================
会員情報
/*=======================================*/
#member_search_form th {
    width: 100px;
}

.text_left {
    text-align: left !important;
}

.ip_date_type {
    width: 90px;
}

.text_blue {
    color: #25729a;
}

.ime_active {
    ime-mode: active;
}

.ime_inactive {
    ime-mode: inactive;
}

.fixed_dialog {
    position: fixed;
}

.display_none {
    display: none;
}
.student_info_container input:read-only,
.student_info_container textarea:read-only,
.student_info_container select:disabled {
    background-color: rgb(235, 235, 228);
}

.edit_btn li a {
    cursor: pointer;
}

.participation_block  {
    margin-left: 25px;
    display: inline-block;
}

.participation_name {
    display: inline-block;
    width: 155px;
}

.participation_date {
    width: 130px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: smaller;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: smaller;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: smaller;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: smaller;
}

/*=======================================
案内メール
/*=======================================*/
.entry_confirm_button {
    width: 80px;
    text-shadow: none;
}
.entered {

   border:1px solid #8af630;
 background-color: #a5f861; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5f861), to(#5E7A46));
 background-image: -webkit-linear-gradient(top, #a5f861, #5E7A46);
 background-image: -moz-linear-gradient(top, #a5f861, #5E7A46);
 background-image: -ms-linear-gradient(top, #a5f861, #5E7A46);
 background-image: -o-linear-gradient(top, #a5f861, #5E7A46);
 background-image: linear-gradient(to bottom, #a5f861, #5E7A46);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5f861, endColorstr=#5E7A46);
}
.non_enter {
    border:1px solid #ff9913;
    background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
    background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
    background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
    background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
    background-image: -o-linear-gradient(top, #ffaf46, #e78404);
    background-image: linear-gradient(to bottom, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}
.enter {
 color: #ffffff;
 border:1px solid #7eb9d0;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

.waiting_join {
    color: #4444e4;
}
.text_right {
    text-align: right;
}

.group_header {
    border: 1px solid #4297d7;
    background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #fff;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}
/*=======================================
ラベル印刷
/*=======================================*/
div#member-area {
    width: 95%;
    overflow: auto;
}
div#member-area div {
    padding: 30px 5px 20px 0px;
}
div#member-area div label {
    margin-right: 50px;
}
table#list-memeber-label {
    width: auto;
}

.ul-column-title, .ul-column-title-view {
    width: 95%;
    height: 400px;
    overflow: auto;
    list-style-type: none;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.63);
}
.ul-column-title li, .ul-column-title-view li {
    display: inline-block;
    margin: 4px 7px;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(115,115,115, 0.63);
    background: #eff3f5;
    border-radius: 3px;
    font-weight: 700;
    width: 92%;
}

.ul-column-title li:hover {
    cursor:pointer;
    background: #29607c;
    color: #fff;
    opacity: 0.7;
}

.ul-column-title2{
    width: 95%;
    height: 400px;
    overflow: auto;
    list-style-type: none;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.63);
}
.ul-column-title2 li>.top {
    display: inline-block;
    margin: 4px 7px;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(115,115,115, 0.63);
    background: #eff3f5;
    border-radius: 3px;
    font-weight: 700;
    width: 92%;
}

.ul-column-title2 li>.top:hover {
    cursor:pointer;
    background: #29607c;
    color: #fff;
    opacity: 0.7;
}

#reference-menu .bot{
    display: none;
}
#filter-menu .bot {
    display: block;
    padding: 5px;
    margin: 4px 7px;
    border-bottom: 1px solid #C4C4C4;
    width: 92%;
}
a.ui-icon-close{
    transform: scale(1.3);
}
a.ui-icon-close:hover {
    /*box-shadow: 0 1px 4px rgba(115,115,115, 0.63);*/
    /*opacity: 0.6;*/
    /*transform: scale(1.5);*/
}
.btn-move-col {
    margin: auto;
    display: block;
}
.btn-move-col i {
    transform: scale(1.5);

}
.lb-holder {
    opacity: 0.5;
    color: #1d5b7b;
    cursor:pointer;
}

.lb-holder:hover {
    color: inherit;
}
/*=======================================
クラス管理
/*=======================================*/
tbody#class_fee_area tr {
    background: #f8f8f8;
    margin: 4px 7px;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(115,115,115, 0.63);
    /*background: #eff3f5;*/
    border-radius: 3px;
}
tbody#class_fee_area tr :hover {
    cursor: pointer;
}
/*====================================
Toran style for invoice
 */
.popup__list {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.wrapper-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: transparent;
    top: 0;
    display: none;
}

.wrapper-menu.open {
    display: block;
}

.dynamic_menu{
    overflow: hidden !important;
    top: -1em;
    left: 0;
    position: absolute;
    transition: all ease 0.15s;
    max-height: 100em;
    z-index: 9999;
}

.dynamic_menu_hide{
    padding: 0 !important;
    margin: 0;
    max-height: 0 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #000;
}
#section_content1 {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.panel-heading.panel-heading-invoice{
    padding: 5px 15px;
}
#wrapper .panel-heading-invoice td{
    vertical-align: middle;
}
.text_link{
    text-decoration: none;
}
.add-student{
    margin-bottom: 10px;
}
.broadcast_mail .box-display{
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.broadcast_mail #section_content1{
    margin-bottom: 15px;
}
input[type=search] {
    padding: 3px 8px 2px;
    margin-bottom: 5px;
}
.text_link.txt-red{
    color: red !important;
}

.ui-dialog{
    position: fixed;
    /*top:40% !important;*/
    transform: translate(-40%);
}

/*====================================
Vinh style for loading icon
 */
#vih-loading-icon {position: fixed; top: 0; right: 0; left: 0; bottom: 0; opacity: 0.5; background: black; display: none; z-index: 99999}
.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 46%;
    left: 46%;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.notice-box {
    text-align: center;
    float:right;
    display:block;
    margin-top:-25px;
}

.readonly-input {
    background: #dddddd12;
}

.editStyleDialogAdditional {
    position: fixed;
    top:30% !important;
    left: 50% !important;
    width: 80% !important;
    height: auto;
    transform: translate(-50%, -30%);
}

#custom_dialog_area{
    height: auto !important;
    width: 100%;
}

.checkbox_import_csv{
    width: 20px;
}

.bulletin_message_panel > ol{
    padding-left: 20px !important;
}
.bulletin_message_panel > ul{
    padding-left: 20px !important;
}
#section_content1{
    /*overflow-x: auto;*/
}
#section_content1::-webkit-scrollbar {
    /*height: 7px;*/
}
#section_content1::-webkit-scrollbar-thumb {
    /*background: #d3d3d3;*/
    /*border-radius: 5px;*/
}
#wrapper{
    width: 100%;
    min-width: 100% !important;
}
.table1 th:nth-child(1){
    min-width: 20px !important;
}

.table1 td:nth-child(1){
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.table1 td:nth-child(2){
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;

}.table1 td:nth-child(3){
     max-width: 300px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-line-clamp: 2;
 }
.table1 td:nth-child(4){
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table1 td:nth-child(5){
    max-width: 100px;
}
.table1 td:nth-child(6){
    min-width: 110px;
}

@media only screen and (max-width: 1200px) {
    .table1 th:nth-child(1){
        max-width: 100px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table1 td:nth-child(1){
        max-width:100px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .table1 td:nth-child(2){
        max-width: 100px;
        min-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;

    }.table1 td:nth-child(3){
         max-width: 200px;
         overflow: hidden;
         text-overflow: ellipsis;
         -webkit-line-clamp: 2;
     }
    .table1 td:nth-child(4){
        max-width: 100px;
        text-overflow: ellipsis;
    }
    .table1 td:nth-child(5){
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table1 td:nth-child(6){
        min-width: 110px;
    }
}
@media only screen and (max-width: 727px) {
    .table1 th:nth-child(1){
        max-width: 50px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table1 td:nth-child(1){
        max-width:50px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .table1 td:nth-child(2){
        max-width: 50px;
        min-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;

    }.table1 td:nth-child(3){
         max-width: 50px;
         overflow: hidden;
         text-overflow: ellipsis;
         -webkit-line-clamp: 2;
     }
    .table1 td:nth-child(4){
        max-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .table1 td:nth-child(5){
        max-width: 100px;
        min-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table1 td:nth-child(6){
        min-width: 110px;
    }
}

.input_member_type td:nth-child(5) input:nth-child(2){
    text-align: right;
    min-width: 120px;
}
.input_member_type td:nth-child(6) input:nth-child(2){
    text-align: right;
    min-width: 120px;
}
#section_content .info_info{
    max-width: 100%;
    /*word-break: break-all;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
#section_content .info_content ul {
    padding-left: 20px
}#section_content .info_content ol {
     padding-left: 20px
 }

 .button-center{
     line-height: 18px;
 }
 .i-center{
     line-height: 18px !important;
 }

.notification_url_callback_fail, .notification_url_callback_payment_fail {
    display: none;
    padding-top: 10px;
}

#dialogEditAdditional {
    height: 480px
}

#dialogEditAdditional div:first-child {
    height: 473px;
    overflow: auto;
}

@media screen and (min-width: 1024px) and (max-height: 1310px) {
    #dialogEditAdditional {
        height: 428px;
    }

    #dialogEditAdditional div:first-child {
        height: 418px;
        overflow: auto;
    }
}

.multiselect_additional_category ul {
    position: relative;
    line-height: inherit;
    margin: 0px;
}

.multiselect_additional_category ul li.dropdown_additional {
    display: block;
    padding: 5px;
    border: solid 1px #CCC;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    height: 27px;
    line-height: 14px;
    min-width: 115px;
    min-width: 115px;
    max-width: 170px;
}

.multiselect_additional_category li:hover {
    cursor: pointer;
}

.multiselect_additional_category ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 10000;
    width: 100%;
    list-style-type: none;
    height: 110px;
    overflow: auto;
    min-width: 115px;
    max-width: 170px;
}

.multiselect_additional_category ul li ul::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.multiselect_additional_category ul li ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

 /*Handle */
.multiselect_additional_category ul li ul::-webkit-scrollbar-thumb {
    background: #969090;;
    border-radius: 10px;
}

/* Handle on hover */
.multiselect_additional_category ul li ul::-webkit-scrollbar-thumb:hover {
    background-color: #3B3E44;
}
.multiselect_additional_category ul li .dropdown {
    top: 25px;
}

.multiselect_additional_category ul li .dropup {
    bottom: 25px;
}

.multiselect_additional_category ul li:hover > ul, .multiselect_additional_category ul li dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    transition-duration: 0.2s;
    border: 1px solid #CCC;
    border-top: 0px;
    margin-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.multiselect_additional_category ul li:hover > ul, .multiselect_additional_category ul li dropup:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    transition-duration: 0.2s;
    border: 1px solid #CCC;
    border-bottom: 0px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.multiselect_additional_category ul li ul li {
    clear: both;
    width: 100%;
    padding: 5px;
    background-color: #E9E9E9;
}

.valueChecked {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.multiselect_additional_category ul li ul li:hover {
    background-color: #87B6DA;
}

.multiselect_additional_category ul li ul li label {
    width: 100%;
    font-weight: normal;
}

.amount-search-member {
    list-style-type: none;
    display: inline-flex
}

.amount-search-member li:first-child {
    padding-right: 20px;
}

.btn-genarate-address {
    line-height: 14px;
    padding-top: 8px;
}

.ui-additional-category input[type='text'] {
    width: 100%;
    height: 2.2em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

.ui-additional-category select {
    width: 100%;
    height: 2.2em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

#zmmtg-root footer {
    padding-top: 0;
}
