@charset "UTF-8";
/*
|
|　PCスマホ共通
|
*/
.hidLink{ pointer-events:none; }


/*
|
|	PC
|
*/
@media screen and (min-width: 950px) {
	.hidPc,#menu_button,.fbArea{ display:none; }
}





/*
|
|	タブレット、スマホ
|
*/
@media print, screen and (max-width: 949px) {
	.dispSp{ display:block!important; }
	.hidSp,.hd-icon01,.ft-compLogo,.nfuArea-tit-en,.fbArea-tit-en,.footer-menu-pc,.l-cntMenu,.complist-tbl tr:first-child,td.complist-tbl-ctch,td.complist-tbl-dtl,.cnt-info br,.l-cntBdyTit img,.tpIcon01,.l-cntBdy br,.koifrm{ display:none; }
}
