body {
  overflow-y: scroll;
  width: calc(100vw - 15px);
}

.logo{
    margin: 6px 0px;
}

#footer{
    margin-top: 20px;
    padding-top: 16px;
    border-top: 2px solid #0e0d6a;
}

#footer .row > div{
    margin-bottom: 10px;
}


.footer_logo{
    display: table;
    width: 100%;
}

.footer_logo > div{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.borderList{
    margin-bottom: 20px;
    padding-left: 1em;
}

.borderList > div{
    padding: 6px;
    border-bottom: 1px #F1F0F6 solid;
}

.borderList > div > div{
    padding: 4px 0 2px 2em;
}

.tabArea{
    margin-top: 30px;
}

.tabArea > .tabHead{


    background-color: #F1EFF6;

    width: 210px;
    font-weight: bold;
    text-align: center;
    padding: 4px;

    border-top: 1px solid #F1F0F6;
    border-left: 1px solid #F1F0F6;
    border-right: 1px solid #F1F0F6;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.tabArea > .tabBody{

    border: 1px solid #F1F0F6;

    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}

.tabArea > .tabBody > div{
    display: table;
    width: 100%;
    height: 80px;
}

.tabArea > .tabBody > div > div{
    display: table-cell;
    text-align: center;
    padding: 6px;
    vertical-align: middle;
}

.tabArea > .tabBody > div > div.left,
.tabArea > .tabBody > div > div.right{
    width: 40%;
}

.tabArea > .tabBody > div > div.center{
    width: 20%;
}

.redFont{
    color: #ff0000;
}

.indent_1{
    text-indent: 1em;
}

.indent_4{
    text-indent: 4em;
}

table.fileListTable{}

table.fileListTable td.fileName{
    width: 40%;
}
table.fileListTable td.size{
    width: 10%;
    text-align: right;
}
table.fileListTable td.date{
    width: 30%;
    text-align: right;
}

.lineMiddle{
    display: table;
    width: 100%;
    height: 100%;
}

.lineMiddle > div{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.pIndent_1{
    padding-left: 1em;
}

.pIndent_2{
    padding-left: 2em;
}

.pIndent_3{
    padding-left: 3em;
}

.pIndent_4{
    padding-left: 4em;
}

.underFloatLeft > div{
    float: left;
    width: 50%;
}

.underFloatLeftNotWidth > div{
    float: left;
}

.padding10{
    padding: 10px;
}


.backShinseisho{
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("../img/icon/shinseisho.png")
}


.backShinseisho{
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("../img/icon/shinseisho.png")
}

.smallGroup{
    margin-top: 10px;
    padding: 6px;
    font-size: 110%;
    font-weight: bold;
    background-color: #F1EFF6;
    border-radius: 4px;
}

.hubi_jirei_table{
	color: #fff;
    background-color: #1a2f72;
    font-weight:bold;
    text-align:center;
}

.hubi_jirei_table_size{
	width:1200px;
	height:800px;
}

.hubi_jirei_table_size_2{
	width:1200px;
	height:200px;
}

.hubi_jirei_2_table_size{
	width:1200px;
	height:300px;
}