@charset "UTF-8";
/* CSS Document */

/* フォーラム用 */
/* #global__pagetitle--twrap,
#global__function--wrap,
#global__search__pc,
#global__tablinknavigation--wrap,
#contents__business--spSite,
#global__footer--category {
	display: none !important; } */

.hide-forum {}

.show-forum { display: none; }


.btnOnlineContact a.show-restricted {
    pointer-events: none;
    filter:grayscale(100%);
    opacity: .6;
}
.btnOnlineContact p.show-restricted {
    text-align: center;
}
.btnOnlineContact p.show-restricted span {
    display: inline-block;
}
body.__eo-not-restricted .btnOnlineContact .show-restricted {
    display: none;
}
body.__eo-not-restricted .btnOnlineContact a.hide-restricted {
    display: block !important;
}
