﻿@charset "utf-8";

/* ======================================================
 * index.css ***********************************************
 * Page Component 
 * ClearFix
====================================================== */

/* Page Parts
------------------------------------------------------ */
/*----- Page : /ir/ir_03/ir_03_01/ -----*/
/* performanceTab */
.performanceTab {
	margin-top: 50px;
}
.performanceTab .performanceTabList {
	float: left;
	font-size: 0;
}
.performanceTab .performanceTabList > li {
	display: inline-block;
	margin-right: 10px;
	border: #ccc solid 1px;
}
.performanceTab .performanceTabLink {
	display: block;
	text-decoration: none;
	padding: 6px 20px;
	color: #333;
	font-size: 14px;
}
.performanceTab .performanceTabList > li.isActive .performanceTabLink {
	background-color: #efefef;
}
.performanceTab .performanceTabPanel {
	display: none;
}
.performanceTab .performanceTabPanel.isActive {
	display: block;
}
/* performanceNavi */
.performanceNavi {
	font-size: 14px;
}
/* performancePrint */
.performancePrint {
	float: none;
	display: inline-block;
	padding-top: 5px;
}
.performancePrint .performancePrintLink {
	display: block;
	text-decoration: none;
	margin-right: 10px;
	padding: 5px 8px 4px 44px;
	color: #333;
	background: url("/ir/ir_03/ir_03_01/images/print.png") 10px center no-repeat;
}
@media screen and (max-width: 767.98px) {
	.performancePrint {
		display: none;
	}
}

/* performanceHeading03 */
.performanceHeading03 {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0.3rem 0 0 12px;
	font-size: 16px;
	font-weight: bold;
	color: #113388;
	border-left: 3px solid #113388;
	line-height: 1.25;
}
/* performanceTable */
.performanceTable {
	margin-bottom: 10px;
	padding: 15px 0 5px;
	overflow: auto;
	white-space: nowrap;
}
.performanceTable table {
	border: #ccc solid 1px;
	border-collapse: collapse;
}
.performanceTable table th {
	color: #333;
	border: #ccc solid 1px;
	background-color: #efefef;
	line-height: 1.3;
	font-size: 14px;
	font-weight: normal;
}
.performanceTable table thead th {
	text-align: center;
	padding: 8px 2px;
}
.performanceTable table thead th .yosou {
	display: block;
	font-weight: normal;
	font-size: 80%;
	color: #666;
}
.performanceTable table tbody th {
	text-align: left;
	width: 200px;
	min-width: 120px;
	padding: 5px;
}
.performanceTable table tbody th .digit {
	display: inline-block;
	font-weight: normal;
	font-size: 90%;
	margin-left: 7px;
	color: #666;
}
.performanceTable table tbody td {
	text-align: center;
	padding: 5px 2px;
	border: #ccc solid 1px;
	background-color: #fff;
	font-size: 14px;
}
.performanceTable table tbody td.yosou {
	background-color: #f9f9f9;
}


/* ClearFix
------------------------------------------------------ */
.performanceNavi:after {
	content: "";
	clear: both;
	display: table;
	display: block\9;
}