@charset "utf-8";

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン①
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
    /*通期・四半期★タブ背景色*/
	.com_menu01#listQHidden .tabPC a.tabA,
    .com_menu01#listAHidden .tabPC a.tabQ{
		background: #003087;
		border-bottom: 3px #003087 solid;
	}
	 /*メニュー項目★hover時文字色*/
	.com_menu01 .list a:hover{
        color: #666666;
	}
	 /*メニュー項目★選択時：背景色*/
    .com_menu01 .list a.naviCur{
        color: #000;
        border-bottom: 2px #002883 solid;
        background: #eee;
    }


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン①
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
    .com_menu02.pulldownFalse .list a.width50{
        width: 50%;
        width:calc(100%/2);
        width:-webkit-calc(100%/2);
        width:-moz-calc(100%/2);
    }
    .com_menu02.pulldownFalse .list a{
        border-bottom: 1px solid #d8d8d8;
    }
    /*選択状態*/
	.com_menu02.pulldownFalse .list a:hover{
        color: #666;/*★★★【個別css】★★★*/
    }
    .com_menu02.pulldownFalse .list a.naviCur{
        color: #000;
        border-bottom: 3px solid #002883;/*★★★【個別css】★★★*/
        background: #eee;
    }

    /*選択状態*/
    .com_menu02 .kikan a:hover,
	.com_menu02#listQHidden .kikan a.kikanA,
    .com_menu02#listAHidden .kikan a.kikanQ{
        color: #ffffff;                 /*★★★【個別css】★★★*/
        background: #003087;            /*★★★【個別css】★★★*/
        border: 1px solid #003087;      /*★★★【個別css】★★★*/
	}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ページタイトル①　タイトル文字左に縦線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	h2.comPageTitle1 {
		background: #F3F5F6;
		border-left: solid 5px #018a71;
	}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ページタイトル②　タイトル文字下に線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */	

	h2.comPageTitle2 {
		position: relative;
		margin:0 0 25px 0;
		font-size: 30px;	
	}
	h2.comPageTitle2::before {
		border-bottom: 1px solid #DDD;
	}
	h2.comPageTitle2::after {
		border-bottom: 1px solid #DDD;
	}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】パーツタイトル　サブタイトル	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */	
	.comSubTitle1 {
		margin-bottom: 0;
        padding: 0px 10px;
        font-size: 20px;
        text-align: left;
	}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	個別設定
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */	
/* ---------------------------------------------------------
	ハイライトページ
/* --------------------------------------------------------- */	

	/*--------------------------
　	　タイトル（セグメント情報）
	--------------------------*/

	.pageTitle1 {
		margin-bottom: 15px;
		padding: 10px 15px;
		font-size: 20px;
		color: #000000;
		font-weight:bold;
		text-align:left;
		border-left: solid 5px #018a71;
	}
	/*--------------------------
　	　タイトル（為替感応度）
	--------------------------*/
	.pageTitle2 {
		margin-top:30px;
		font-size: 14px;
		color: #000000;
		font-weight:bold;
		text-align:left;
	}
	
	/*--------------------------
　	　タイトル：売上高、営業利益
	--------------------------*/	
	.pageTitle3 {
		padding: 5px 10px;
        font-size: 15px;
		font-weight:bold;
		color: #ffffff;
		text-align:center;
		background: #018a71;
	}	
	/*--------------------------
　	　box設定：2グラフ横並び
	--------------------------*/
	.boxWrap{
		width:100%;
	}
	.boxLeft{
		float: left;
		width:49%;
	}
	.boxRight{
		float: right;
		width:49%;
	}
	.boxWrap::after{
		content:"";
		display:block;
		clear:both;
		overflow:hidden;
	}
	
	/*--------------------------
　	　box設定：3グラフ横並び
	--------------------------*/
	.box01, .box02, .box03{
		float: left;
        width: 32%;
        width:calc(100%/3);
        width:-webkit-calc(100%/3);
        width:-moz-calc(100%/3);
		border-right: 2px solid #fff;
	}
	.box01{
		border-left: 2px solid #fff;
	}
	/*--------------------------
　	　テーブル
	--------------------------*/
	.hi_tableWrap table{
		position: relative;
		width: 100%;
		color: #000000;
		font-size: 14px;
		text-align: right;
	}
	/* --------------
	 * td 全体設定
	 * -------------- */
	.hi_tableWrap table td{
		padding: 10px 6px;
		vertical-align: middle;
		line-height: 1.1;
		border-right: 1px solid #BABABA;
		border-bottom: 1px solid #BABABA;
	}
	/*td 幅設定*/
	.hi_tableWrap table td{width: 6%; min-width: 60px;}
			
	/*最初の列（左1列）*/
	.hi_tableWrap table tr td:first-child{
		padding: 10px 6px;
		text-align: left;
		border-right: 1px solid #BABABA;
	}	
	/*最初の行（1行目）*/
	.hi_tableWrap table tr:first-child td{
		color: #ffffff;
		background: #777777;
		line-height: 1.1;
		text-align: center;
	}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】説明文章
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	div.explanatoryText{
		padding:0 15px 20px 15px;
		text-align:left;
		font-size:14px;
		line-height:1.5;
		color:#000000;
	}
	div.explanatoryText::after{
		content:"";
		display:block;
		clear:both;
		overflow:hidden;
	}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	ハイライト
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	/*--------------------------
　	　【テーブル】サマリーテーブル
	--------------------------*/		
	.summaryWrap{
		width: 100%;
		margin:0 auto 30px auto;
		padding:25px 10px 45px 10px;
		background:#f3f3f3;
		border: 1px solid #E0E0E0;
	}	
	.summaryWrap table{
		margin:0 auto;
		width: 94%;
		color: #000000;
		text-align: right;
	}
	/* --------------
	 * td 全体設定
	 * -------------- */
	.summaryWrap table td{
		padding: 10px 6px;
		vertical-align: bottom;
		line-height: 1.1;
		border-bottom: 1px solid #BABABA;
	}
	.summaryWrap table tr:first-child td{
		vertical-align: bottom;
		line-height: 1.1;
		border-bottom: 1px solid #BABABA;
	}
	.summaryWrap table td.unit{
		font-size:14px;	
		text-align: left;
	}
	.summaryWrap table td.fontB{
		font-size:24px;
	}
	.summaryWrap table td.fontYOY{
		font-size:18px;		
		padding-right:5%;
		text-align:right;
	}
	.summaryWrap table td.YOYtitle{	
		font-size:14px;		
		padding-right:5%;
		text-align:right;
	}
	.summaryWrap table td.YOYtitle_EN{	
		font-size:14px;		
		padding-right:7%;
		text-align:right;
	}
	 /*td NOWRAP設定 */
	.summaryWrap table td{white-space: nowrap;}

	/*最初の列（左1列）*/
	.summaryWrap table tr td:first-child{
		width:20%;
		font-size:16px;
		text-align: left;
	}	
	/*--------------------------
　	　【テーブル】前期比
	--------------------------*/	
	/*タイトル：ハイライト_テーブル*/	
	.clTitle{
		font-size: 14px;
		text-align:right;
	}
	
	/*ハイライト_テーブル*/
	.yoyTableWrap table{
		position: relative;
		width: 100%;
		color: #000000;
		font-size: 14px;		
		line-height: 1.1;
		text-align: right;		
	}
	.yoyTableWrap table td{		
		width:50%;
		vertical-align: middle;
		padding: 8px 5px 8px 0;
		font-size: 16px;
		font-weight:bold;
		border-right: solid 1px #E0E0E0;
        border-bottom: solid 1px #E0E0E0;
	}

	.yoyTableWrap table tr:first-child td{
		border-top: solid 1px #E0E0E0;
	}
	.yoyTableWrap table tr td:first-child{
		border-left: solid 1px #E0E0E0;
	}

	.yoyTableWrap table td.head{
		padding: 8px 0;
		font-size: 13px;
		font-weight:normal;
		text-align:center;		
		background:#e9edf4;
	}
	.yoyTableWrap table td.title{		
		width:200px;
		padding: 8px 6px;
		font-size: 13px;		
		font-weight:normal;
		text-align:left;
		background:#e9edf4;
	}

	/*高さが違うテーブルの場合*/
	.tableHeight{
		height:110px;
	}
	/*入園者数の上の隙間*/
/*	.tableHeightSpace{
		height:110px;
	}*/
		



/* --------------------------------------------------
 * 決算ハイライト
 * -------------------------------------------------- */

div.special{
	color:#333333;
	font-size: 16px;
	line-height:1.67;
	background:#FFF;
}

div.special span.secTxt,
div.special div.text-section ul li,
div.special div.text-section,
div.highlight-quoted-text p, div.text-section p{
	font-size:15px;
}	

/*説明文　セグメントタイトル下注釈*/		
.attTxt01 {
	margin:20px 0 0 0;
}
.attTxt01 ul li {
	font-size:14px;
	line-height:1.6;
	text-align:left;
	text-indent: -1em;
	padding-left: 1em;
}
.attTxt01::after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}


div.special table.highlight-summary td.ENtxt{
	font-size:13px;
	vertical-align:bottom;
}

.special div[id^="commonGraph"] {
    width: 100%;
    height: auto;
}

/*●ハイライトグラフ●*/
#uriagedaka_Highcharts,
#eigyourieki_Highcharts,
#junrieki_Highcharts
{
	height:300px;
}


.titleSub{
	padding-left:22px;
	font-size:16px;
	color:#444;
	font-weight:bold;
}
.hr{
	padding:5px 0;
	clear:both;
	margin:0 auto;
	border-top: 1px solid #999;
	width: 96%;
}
div.title2 h2{
	font-family: 'Noto Sans Japanese', 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	clear:both;
	color: #444;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 17px 0;
	border-bottom: 1px solid #DDD;
	font-size: 28px;
	font-weight: normal;
}
div.title3 h3 {
	font-family: 'Noto Sans Japanese', 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #444;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 8px;
	padding: 15px 0 15px 22px;
	border-left: 3px solid #999;
	font-size: 20px;
}
div.title4 h4 {
    position: relative;
    margin: 40px 0	18px 0;
    padding-left: 24px;
    font-size: 18px;
    font-family: 'Noto Sans Japanese', serif;
    text-align: left;
    color: #444444;
    line-height: 1.2;
}
div.title4 h4:before {
    content: "";
    position: absolute;
    top: 0.07em;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #999;
}

span.secTxt{
	display:block;
	margin:0;
}

span.liTxt{
	display:block;
	text-align:left;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
span.liTxt:before{
	content: "●";
	color: #999;
	padding-right:8px;
}
.multiColumn1,
.multiColumn2{
    width: 100%;
	clear:both;
	margin-bottom:10px;
}

.multiColumn2 .column1{
	width:47%;
	float:left;
}
.multiColumn2 .column2 {
	width:47%;
	float:right;
}
.multiColumn2 .columnSeg {
	width:47%;
	float:right;
}
.multiColumn2 .column1 {
	margin-right:6%;
}
.multiColumn1:after,
.multiColumn2:after{
	content: " ";
    display: block;
    clear: both;
}
.multiColumn1:last-child,
.multiColumn2:last-child ,
.multiColumn1:last-child > div:last-child ,
.multiColumn2:last-child > div:last-child ,
.multiColumn1:last-child > div:last-child > div:last-child ,
.multiColumn2:last-child > div:last-child > div:last-child {
	margin-bottom: 0px;
}
#multiColumn1-6{
	margin-top:50px;
}
a.pageLink{
	display:inline-block;
	float:right;
	color:#0a5fbe;
	font-weight:normal;
}
a.pageLink span:before{	
	display: inline-block;
	padding-right:10px;
	width: 5px;
	height: 5px;
	content: url("../../image/8001/Premium_icom_arrow_ic10.png");
}
a.pageLinkTop{
	display:inline-block;
	padding-right:10px;
	color:#0a5fbe;
	font-weight:normal;
}
a.pageLinkTop span:before{	
	display: inline-block;
	padding-right:10px;
	width: 5px;
	height: 5px;
	content: url("../../image/8001/Premium_icom_arrow_ic10.png");
}


div.highlight-quoted-text {
	border: 1px solid #d4d8e0;
	background-color: #eef0f4;
	padding: 10px 24px;
	vertical-align: middle;
}

div.text-section {
	margin-bottom:20px;
	line-height: 1.8;
}
div.title2 h2,
div.title3 h3{
	text-align:left;
}
div.title2 h2 {
	clear:both;
}

div.highlight-quoted-text ul li ,
div.text-section ul li{
	list-style:none;
	padding-left:22px;
	position: relative;
}
div.highlight-quoted-text p ,
div.text-section p{
	display: block;
}
div.highlight-quoted-text > * ,
div.text-section > *{
	text-align: left;
}

div.highlight-quoted-text ul li:before ,
div.text-section ul li:before{
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #999;
}
div.title2 a.pageLink{
	font-size:14px;
	line-height: 28px;
}

/* ハイライト  */
table.highlight-summary {
	line-height: 1.1;
	margin: 16px 0 20px;
}
.type1Table td:nth-of-type(1) {
	padding-left:60px;
}
.type2Table td:nth-of-type(1) {
	padding-left:30px;
}
table.highlight-summary th {
	vertical-align: text-bottom;
	border-bottom: 1px solid #444444;
	padding: 17px 0px 5px;
}
table.highlight-summary th strong {
	font-weight: normal;
}
table.highlight-summary td {
	vertical-align: text-bottom;
	border-bottom: 1px solid #d4d8e0;
	padding: 17px 0px 5px;
}
.segList{
	margin-left:-5px;
	font-size:160%;
	color:#00c0f3;
}


/* 配当（メインナビゲーション） */
#toggle {
	display: none;
	background: #1073BB;
}
#contentsNavi {
	margin-bottom:10px;
	padding: 0;
	width: 100%;
	height: 40px;
	background: #eee;
}

ul#contentsmainNavi li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width:25%;
	height: 40px;
	list-style: none;
	text-align: left;
	background: #fff;
	border-bottom: 1px #fff solid;
	
}
ul#contentsmainNavi li a {
	display: block;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	font-size: 13px;
	line-height: 38px;	
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	text-shadow: 1px 1px 0px #fff;
	color: #333;
	background: #eee;
}
ul#contentsmainNavi li a:hover {
	color: #1073BB;
}
ul#contentsmainNavi li a.naviCur {
	display: block;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	white-space: nowrap;
	text-decoration: none;
	text-shadow: 1px 1px 0px #555;
	color: #fff;
	background-color: #1073BB;
	background-image: url("../../image/8001/Premium_icon_naviCur.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
ul#contentsmainNavi li.en a {
	font-size: 12px;
	line-height: 38px;
	white-space: nowrap;
}
ul#contentsmainNavi li.en a.naviCur {
	font-size: 12px;
	line-height: 38px;
	white-space: nowrap;
}



