@charset "utf-8";
/*------------------------------------------------------------------
 =経営情報　共通CSS
------------------------------------------------------------------*/
 @media screen and (max-width: 640px){
	 #financial #contentsWrap #side #sideNavi li.financial {
}
.tableFinancial {
	width: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
}


.sectionFinancial {
	width: 100%;
	margin-bottom: 30px;
	padding: 0px 0 0 0;
	text-align: center;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
}


.sectionFinancial .pLegend {
	padding: 0 15px 0 0;
	text-align: right;
	color: #555;
	font-size: 150%;
	font-weight: bold;
}
.sectionFinancial table {
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
.sectionFinancial table tr th {
	/*border-bottom: 1px solid #ddd;*/
	background-color: #0C4CA3;
	padding: 7px 15px;
	text-align: left;
	color: #fff;
}
.sectionFinancial th.r {
	text-align: right;
}
.sectionFinancial table tr td {
	width: 100%;
	padding: 7px 15px;
}
.sectionFinancial table tr.even td {
	background: #F1F8FE;
}

.sectionFinancial p {
	text-align: left;
	padding:2px 0 2px 0;
}

.sectionFinancial p.text_last {
	padding-top:15px;
}

#main .indent01 {
	padding: 0 0 0 2.5em;
}
#main .indent02 {
	padding: 0 0 0 3.5em;
}
#main .numeric {
	text-align: right;
  	padding-right:15px;
}
#financial #contentsWrap #main .financialHead1 {
	background-color: #f5f5f5;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 0;
}
#financial #contentsWrap #main .financialHead2 {
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 0;
}
#financial #contentsWrap #main .goukei {
	background-color: #DFECFA;
	font-weight: bold;
	border-top: 1px solid #ddd;
}

#financial #contentsWrap #main .bold {
	font-weight: bold;
}


h2 {
	text-align: left;
}
 }
 
 @media print, screen and (min-width: 640px){
	.tableFinancial-longCell {
		width: 60%;
	}
	 
#financial #contentsWrap #side #sideNavi li.financial {
	background: url(../../share/img/bg_side_navi_o.gif) no-repeat;
}

h2 {
	text-align: left;
}
#financial p.data {
	text-align: left;
	margin: 0;
	padding: 0;
}
.tableFinancial {
	width: 500px;
	padding-bottom: 20px;
}
.sectionFinancial {
	width: 640px;
	margin-bottom: 40px;
	padding: 0px 0 0 0;
	text-align: center;
}

.sectionFinancial .pLegend {
	padding: 0 15px 0 0;
	text-align: right;
	color: #555;
	font-size: 150%;
	font-weight: bold;
}
.sectionFinancial table {
	table-layout: fixed;
	margin: 0 auto;
	width: 440px;
	text-align: left;
}
.sectionFinancial table tr th {
	/*border-bottom: 1px solid #ddd;*/
	background-color: #0C4CA3;
	padding: 7px 15px;
	text-align: left;
	color: #fff;
}
.sectionFinancial th.r {
	text-align: right;
}
.sectionFinancial table tr td {
	padding: 7px 15px;
}
.sectionFinancial table tr.even td {
	background: #F1F8FE;
}

.sectionFinancial p {
	text-align: left;
	padding: 30px 0 60px 30px;
}
#main .indent01 {
	padding: 0 0 0 2.5em;
}
#main .indent02 {
	padding: 0 0 0 3.5em;
}
#main .numeric {
	text-align: right;
  	padding-right:15px;
}
#financial #contentsWrap #main .financialHead1 {
	background-color: #f5f5f5;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 0;
}
#financial #contentsWrap #main .financialHead2 {
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 0;
}

#financial #contentsWrap #main .goukei {
	background-color: #DFECFA;
	font-weight: bold;
	border-top: 1px solid #ddd;
}

#financial #contentsWrap #main .bold {
	font-weight: bold;
}

}