<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
	詳細
-----------------------------------------------------------------------------------------------*/
#newsData{
	padding:0 0 10px;
	font-size:1.8rem;
	font-weight:bold;
}
.cateTag{
	padding:5px 20px;
	margin:0 10px 0 0;
	font-size:1.4rem;
	color:#FFFFFF;
	line-height:120%;
}


/*
	newsタブ
-----------------------------------------------------------------------------------------------*/
#newsTabArea{
	margin-top: 50px;
	position:relative;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 210px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	-webkit-background-clip: padding-box;
}
.dropdown-menu &gt; li &gt; a {
	display: block;
	padding:12px 0;
	clear: both;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	line-height: 1.42857143;
	background-color:rgba(216,247,245,0.95);
	border-top:1px solid #FFFFFF;
	white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #00C9C3;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #00C9C3;
	outline: 0;
}
.open &gt; .dropdown-menu {
	display: block;
}
.open &gt; a {
	outline: 0;
}
.newsTab {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.newsTab &gt; li {
	position: relative;
	display: block;
}
.newsTab &gt; li &gt; a {
	position: relative;
	display: block;
	padding: 12px 30px;
}
.newsTab &gt; li &gt; a:hover,
.newsTab &gt; li &gt; a:focus {
	text-decoration: none;
	background-color: #D8F7F5;
	border-bottom:1px solid #00C9C3;
}
.newsTab .open &gt; a,
.newsTab .open &gt; a:hover,
.newsTab .open &gt; a:focus {
	background-color: #D8F7F5;
	border-bottom: 1px solid #00C9C3;
}
.nav-tabs {
	border-bottom: 1px solid #00C9C3;
}
.nav-tabs &gt; li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
	font-size:1.6rem;
	font-weight:bold;
	line-height: 1.42857143;
	border: 1px solid transparent;
	transition:0.2s;
}
.nav-tabs &gt; li &gt; a:hover {
	border-bottom:1px solid #00C9C3;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
	font-size:1.6rem;
	font-weight:bold;
	cursor: default;
	background-color: #fff;
	border: 1px solid #00C9C3;
	border-bottom-color: transparent;
	transition:0.2s;
}
.tab-content &gt; .tab-pane {
	display: none;
	visibility: hidden;
}
.tab-content &gt; .active {
	display: block;
	visibility: visible;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.newsTab:before,
.newsTab:after{
	display: table;
	content: " ";
}

.newsTab:after {
	clear: both;
}


@media screen and (max-width:667px){
	/*
		詳細
	-----------------------------------------------------------------------------------------------*/
	#newsData{
		padding:0 0 5px;
		font-size:1.6rem;
	}
	.cateTag{
		font-size:1.2rem;
		line-height:120%;
	}
	
	
	/*
		newsタブ
	-----------------------------------------------------------------------------------------------*/
	#newsTabArea{
		margin-top: 35px;
	}
	.dropdown-menu {
		width: 115px;
	}
	.dropdown-menu &gt; li &gt; a {
		padding:8px 0;
		font-size:1.4rem;
	}
	.newsTab &gt; li &gt; a {
		padding: 10px 12px;
	}
	.nav-tabs &gt; li &gt; a {
		font-size:1.4rem;
	}
	.nav-tabs &gt; li.active &gt; a,
	.nav-tabs &gt; li.active &gt; a:hover,
	.nav-tabs &gt; li.active &gt; a:focus {
		font-size:1.4rem;
	}
}</pre></body></html>