diff --git a/webroot/css/style.css b/webroot/css/style.css index 8c021656..8d6c40a4 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -612,6 +612,15 @@ ul.nav-pills { } } +/* 未ログイン時はシステムヘッダーを非表示にする +---------------------------------------------------------------------*/ +header.nc-system-header-nologgedin { + display: none; +} +body.body-nologgedin { + padding-top: 0; +} + /** * 印刷用 */