@charset "utf-8"; 

#Info-bk{
    width : inherit;
    overflow-x : auto;
    margin-bottom : 20px;
    clear : both;
    overflow : hidden;
}

.Info-title{
    color : #1f308f;
/*  color : white;*/
    padding-top : 5px;
    padding-left : 15px;
    padding-bottom : 2px;
    padding-right : 15px;
    font-size : 20px;
  /*border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #1f308f;*/
    border-bottom-width : 3px;
    border-bottom-style : solid;
    border-bottom-color : #1f308f;
    font-style : italic;
    line-height : 20px;
/*  width : 600;*/
}

.Info-content-bk{
    height : 250px;
    overflow-y : auto;
    border-width : 1px 1px;border-style : solid solid;border-color : gray gray;
    margin-top : 5px;
/*  width : 600;*/
    width : auto;
    background-color : white;
}
.Info-content{
    width : 600;
/*  width : auto;*/
    font-size : 14px;
    overflow-y : auto;
    border-collapse : collapse;
    table-layout : fixed;
    border-spacing : -2px -2px;
    background-color : #ebebeb;
}
.Info-content th{
    border-bottom-width : 1px;
    border-bottom-style : dotted;
    vertical-align : top;
    text-align : center;
    width : 150px;
    padding-top : 5px;
    padding-bottom : 5px;
    background-color : transparent;
    font-size : 14px;
    font-weight : normal;
}
.Info-content td{
    vertical-align : middle;
    text-align : left;
    border-bottom-width : 1px;
    border-bottom-style : dotted;
    padding-top : 5px;
    padding-bottom : 5px;
    background-color : transparent;
    width : 750px;
    font-size : 12px;
}
.Info-content tr{
    background-color : #f7f7f7;
    border-width : 0px;
    width : auto;
}
.Info-content a{
    background-color : transparent;
}
