h4{
	font-size: 20px;
}
section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFF;
}
.table-bordered > tbody > tr.grey-row > td {
    background-color: #f9f9f9;
}
#monthly-activity .table > tbody > tr > td {
	vertical-align:top;
}
#main{
	width:100%;
}
#content_header{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;	
}
#content_header h1{
    margin-left: 0px;
    font-weight: 300;
    font-size: 30px;
    color: #999999;
}
#more_required_links a{
	color: #A02200;	
}
#more_required_links a:hover{
	color: #660000;	
}
#more_required_links a img, .icon-sm {
    width: 75px;
}
.table_box {
    margin: 20px 0px;
    padding: 2px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    background-color: #F7F7F7;
    border-top: 1px solid #e8e8e8 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: inherit;
    box-sizing: border-box;
    border:1px solid #ddd;
}
.table> tbody > tr.huise{
    background-color: #f9f9f9;
}
/*注意*/
.notes {
    margin: 20px 1px 0;
    padding: 20px 30px;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
}
.notes h1, .notes h2, .notes h3, .notes h4, .notes h5, .notes h6, .notes p, .notes li {
    font-size: 11px;
    line-height: 1.8em;
    color: #666666;
}
li p{
    font-size:12px;
}
/*披露*/
section.disclosure h6{
	padding-left:25px;
}
/*披露*/