﻿@charset "utf-8";

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン①
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

	.com_menu01 .list a{
		justify-content: center;
		text-align: center;
	}

    /*通期・四半期★タブ背景色*/
	.com_menu01#listQHidden .tabPC a.tabA,
    .com_menu01#listAHidden .tabPC a.tabQ{
		background: #0078A1	;
		border-bottom: 3px #0078A1 solid;
		color: #ffffff;
	}
	 /*メニュー項目★hover時文字色*/
	.com_menu01 .list a:hover{
        color: #666666;
	}
	 /*メニュー項目★選択時：背景色*/
    .com_menu01 .list a.naviCur{
        border-bottom: 2px #00BAB3 solid;
        background: #F0F5FA;
		color: #1F323B;
		font-weight: bold;
    }


    

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ページタイトル①　タイトル文字左に縦線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	h2.comPageTitle1 {
		background: #F0F5FA;
		border-left: solid 5px #0089B6;
		color: #1F323B;
		font-weight: bold;
	}


.comSpanWrap{
	background: none;
    margin-bottom: 20px;
}