<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hikone CCI theme
Theme URI:
Description: 蠖ｦ譬ｹ蝠�ｷ･莨夊ｭｰ謇逕ｨ繝��繝橸ｼ�PC��
Version: 1.0
Author: j_m
Author URI:
*/

@charset "UTF-8";

@media screen and (min-width:992px) {
	#header-hct-logo{
		max-height:80px;
	}
	#header-hcci-logo{
		max-height:58px;
	}

	/*繧｢繝ｳ繧ｫ繝ｼ菴咲ｽｮ隱ｿ謨ｴ*/
	.anchor-adjust{
		padding-top: 150px; /*荳翫↓菴咏區繧剃ｻ倥￠繧�*/
		margin-top: -150px; /*荳翫�菴咏區繧呈遠縺｡豸医☆*/
	}

	.bg-main-navi{
		background-color: #E4E4E4;
	}
	#menu .navbar-nav&gt;li:not(:last-child){
		border-right: 1px dashed #ccc;
	}

	#menu .dropdown-menu.depth_0 {
		width:100%;
	}

	#menu .navbar-nav .menu-item a{
		line-height: 2.5em;
	}
	
	#menu .navbar-nav .menu-item a::after{
		position: absolute;
		bottom: 8px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width:3px;
		color:#BF272D;
	}

	#menu .navbar-nav .menu-item a.active::after{
		color:#FFF;
	}

	#menu ul.dropdown-menu.depth_0:first-child	{
		margin-top: .8em;
	}
	#menu ul.dropdown-menu.depth_0::before, #menu ul.dropdown-menu.depth_0::after	{
		content: '';
		position: absolute;
		top: -.8em;
		left: 50%;
		transform: translateX(-50%);
		border-right: 8px solid transparent;
		border-bottom: solid 1em rgba(0, 0, 0, 0.176);
		border-left: 8px solid transparent;
	}

	#menu ul.dropdown-menu.depth_0::after	{
		top: calc( 4px - .8em );
		border-bottom: solid .8em #fff;
	}
}</pre></body></html>