@charset "UTF-8";

/********************************************

 財務情報（IR Information）

********************************************/
#financial {
	
}

#financial .ac {
    text-align: center;
	padding: 20px 0;
	background: #fff;
	border: 1px solid #eee;
}


#financial .block {
    padding-top: 20px;
}

#financial .sub_block {
    padding-top: 15px;
    margin-bottom: 30px;
}

#financial caption.unit {
    font-weight: normal;
    text-align: right;
    border: none;
}

#financial .pageup-noNavi {
    text-align: right;
    margin: 10px 0 0;
    padding: 0;
    font-size: 12px;
}

#financial table.note {
    margin-left: 10px;
    margin-top: 10px;
    width: 700px;
}
    #financial table.note td {        
        font-size: 80%;
    }    

#financial table.small {
    font-size: 94%;
}
    
#financial table.standard_ir {
    border: 0px;
    border: 1px solid #CDD5DD;
    width: 718px;
    empty-cells: show;
    margin-top: 25px;
}
#financial table.standard_ir th,
#financial table.standard_ir td {
	border: 0px;
	border-bottom: 1px solid #CDD5DD;
	border-right: 1px solid #CDD5DD;
	padding: 3px;
	font-size: 86%;
	vertical-align: top;
	background-color: #fff;
}
#financial table.standard_ir th {        
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	width: 2.5em;
	text-align: center;
}
#financial table.standard_ir th.consolidated {
	background-color: #0D3D90;
}
#financial table.standard_ir th.particular {
	background-color: #019093;
}
#financial table.standard_ir tr.sum td {
	background: #E4EAED;
}


#financial .financial_nav li {
    float: left;
    width: 240px;
	height:35px;
}    

#financial .sub_nav {
	display: block;
	width: 100%;
}
#financial .sub_nav li {
	float:left;
	width:220px;
	height:30px;
	display:block;
	font-size: 92%;
	background:url(../images/financial/finance_il_18.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
}


/*
 *  contents
 *---------------------------------------------------------- */


.clear {
	clear:both;
}
                              


