@charset "utf-8";
/*
 WEBinsource ページ全体に影響するCSSはこちらに記載してください。
*/
/* CSS Document */
html {
	font-size: 14px;
}
* {
	font-family: '游ゴシック', 'メイリオ', sans-serif;
	font-weight: 500;
}
a {
	font-weight: 700;
}
body {
	font-family: 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}

*[disabled] i:active {
	color: inherit !important;
	cursor: default !important;
}
/*-- input --*/
input[type="checkbox"] {
	margin-right: 3px;
	width: auto;
	transform: scale(1.3);
	-moz-transform: scale(1.3, 1.3);
}
td > input[type="checkbox"], 
td *:not(.d-flex, .d-inline-flex) input[type="checkbox"] {
	margin-top: 3px;
}
input[type="radio"] {
 	width: 1rem;
 	transform: scale(1.3);
	-moz-transform: scale( 1.3 , 1.3 );
}