@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* メニューのポインタを指マークに変更 
-------------------------------------------------*/

nav a:not([href]) {
	cursor:pointer;
}

figcaption.balloon__name {
    font-size: 9px !important;
}


/*事例４の再現答案用テーブル
-------------------------------------------------*/

/* 経営分析のテーブル */
.saigen4-tbl-01 tr td:nth-of-type(1){
	width: 6%;
	text-align:center;
}

.saigen4-tbl-01 tr td:nth-of-type(2){
	width: 47%;
}

/* その他のテーブル */

.saigen4-tbl-02 tr td:nth-of-type(1){
	width: 6%;
	text-align:center;
}

.saigen4-tbl-02-col1{
	width: 6%;
	text-align:center;
}


