@charset "utf-8";


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン①
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

	/*通期・四半期★タブ背景色*/
	.com_menu01.pulldownTrue#listQHidden .tabSP .tabA,
    .com_menu01.pulldownTrue#listAHidden .tabSP .tabQ{
        background: #224392;
		border-bottom: 3px #224392 solid;
    }



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ボタン
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	.com_button .link {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex:1;
		margin-right: 3px;
		margin-bottom: 3px;
		padding: 8px 0;
		font-size: 13px;
		color: #000000;
		text-align: center;
		background: #ffffff;
		text-decoration: none;
		border: 1px solid #d8d8d8;
	}
	.com_button a:nth-child(2n) {
		margin-right: 3px;
	}
/*
	.com_button .link {
		flex: none;
		width: 49%;
		width:calc(50% - 1.5px);
		width:-webkit-calc(50% - 1.5px);
		width:-moz-calc(50% - 1.5px);
	}
	.com_button a:nth-child(2n) {
		margin-right: 0px;
	}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	所有者別分布状況 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	#circleG1 {
		float: none;
		width: 100%;
	}
	.circleHanrei {
		display: none;
	}
