@charset "utf-8";
/*初期化
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
	width: 100%;
	min-width: 950px;
	-webkit-text-size-adjust: 100%;
}
ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
}
ol {
	margin: 0 0 10px 30px;
}
hr {
	border: 0;
	border-bottom: 1px solid #999;
	margin: 20px 0;
}
img {
	vertical-align: top;
	border: 0;
	font-size: 1px;
	line-height: 1px;
}
/*リンク
----------------------------------------*/
a img {
	transition: color 0.3s, opacity 0.3s, background 0.3s, border 0.3s;
	-webkit-transition: color 0.3s, opacity 0.3s, background 0.3s, border 0.3s;
}
a:link {
	color: #265AB2;
}
a:visited {
	color: #666;
}
a:active {
	color: #6633AA;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
/*---- 個別設定 ----*/
.org01 a:link {
	color: #1F5B1A;
}
.org02 a:link {
	color: #592685;
}
.org03 a:link {
	color: #9D4E00;
}
.org04 a:link {
	color: #90293C;
}
.org05 a:link {
	color: #90293C;
}
.guide-org01 a:link {
	color: #1F5B1A !important;
}
.guide-org02 a:link {
	color: #592685 !important;
}
.guide-org03 a:link {
	color: #9D4E00 !important;
}
.guide_org04 a:link {
	color: #90293C !important;
}
.guide_org05 a:link {
	color: #90293C !important;
}
.guide-intro a:link {
	color: #265AB2 !important;
}
/*ClearFix
----------------------------------------*/
.clear:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	zoom: 1;
} /* ie6,ie7 */
.hidden {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
/*コンテンツボックス
----------------------------------------*/
#all {
	background: url(../imgs/base/bg_all.gif) #f3f3f3;
}
/*共通*/
#headercontainer header, #maincontainer, #footercontainer #footerlink ul, #footercontainer #sitemap-inner, #copyright small {
	width: 950px;
	margin: 0 auto;
}
/*ヘッダー
----------------------------------------*/
#headercontainer {
	background: url(../imgs/base/bg_header.png) repeat-x top;
	padding: 16px 0 6px;
	height: 84px;
}
/*ロゴ*/
#logo {
	width: 568px;
	height: 67px;
	float: left;
	margin: 0 0 0;
}
/*----- ヘッダーボックス -----*/
#headerbox {
	width: 288px;
	float: left;
	margin-top: 15px;
}
/*文字サイズ*/
#fontsize {
	width: 128px;
	position: relative;
	background: url(../imgs/base/bg_fontsize.png) repeat-x top #EFEFEF;
	margin-top: 4px;
	padding: 3px 6px;
}
#fontsize dt {
	float: left;
	margin: 4px 7px 0 5px;
	font-size: 11px;
	line-height: 11px;
}
#fontsize dd {
	display: inline;
}
/*文字サイズアイコン*/
#fontsize ul {
	display: inline;
	float: left;
	margin: 0;
}
#fontsize li {
	float: left;
}
#fontsize li a {
	color: #666;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: #FFF;
	padding: 3px;
	margin: 0 1px;
	font-size: 12px;
	line-height: 12px;
}
#fontsize #fs3 {
}
#fontsize #fs2 {
}
#fontsize #fs1 {
}
.font-normal #fontsize #fs3, .font-large #fontsize #fs2, .font-superlarge #fontsize #fs1, #fontsize li a:hover {
	background: #265BB3;
	color: #FFF;
}
.noscript {
	position: absolute;
	top: 0;
	left: 0;
	color: #FF0000;
	font-size: 11px;
	line-height: 1.1em;
	height: 27px;
	overflow: hidden;
	background-image: url(../imgs/base/bg_koshi.gif);
}
/*文字サイズ調整*/
.font-superlarge {
	font-size: 110%;
	line-height: 1.4em;
}
.font-large {
	font-size: 100%;
	line-height: 1.5em;
}
.font-normal {
	font-size: 90%;
	line-height: 1.5em;
}
/* ヘッダーリンク */
#headerlink {
	margin: 10px 0 0 28px;
}
#headerlink li {
}
#headerlink li a {
	display: block;
	float: left;
	background: url(../imgs/common/ic_linklist_s.png) no-repeat 0 0.2em;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 12px;
	margin: 0 0 10px;
}
#headerlink li a:hover {
	background-position: 1px 0.2em;
	text-decoration: underline;
}
/*グローバルナビゲーション
----------------------------------------*/
#globalnavi {
	padding: 9px 0 15px;
}
#globalnavi ul {
	margin: 0;
	position: relative;
}
#globalnavi li {
	display: inline;
}
#globalnavi li a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../imgs/base/new_nv_sprite.png);
	background-repeat: no-repeat;
	height: 46px;
	-webkit-transition: none;
	transition: none;
}
#globalnavi li.nv1 a {
	background-position: 0 0;
	width: 190px;
}
#globalnavi li.nv2 a {
	background-position: -190px 0;
	width: 190px;
}
#globalnavi li.nv3 a {
	background-position: -380px 0;
	width: 190px;
}
#globalnavi li.nv4 a {
	background-position: -570px 0;
	width: 190px;
}
#globalnavi li.nv5 a {
	background-position: -760px 0;
	width: 190px;
}
/*#globalnavi li.nv6 a {
	background-position: -792px 0;
	width: 158px;
}*/
/*マウスON*/
#globalnavi li.nv1 a:hover, #globalnavi #on1 li.nv1 a {
	background-position: 0 -46px;
}
#globalnavi li.nv2 a:hover, #globalnavi #on2 li.nv2 a {
	background-position: -190px -46px;
}
#globalnavi li.nv3 a:hover, #globalnavi #on3 li.nv3 a {
	background-position: -380px -46px;
}
#globalnavi li.nv4 a:hover, #globalnavi #on4 li.nv4 a {
	background-position: -570px -46px;
}
#globalnavi li.nv5 a:hover, #globalnavi #on5 li.nv5 a {
	background-position: -760px -46px;
}
/*#globalnavi li.nv6 a:hover, #globalnavi #on6 li.nv6 a {
	background-position: -792px -46px;
}*/
/*----- 扉ページ・メガドロップダウンメニュー -----*/
/*メガドロップダウンメニュー*/
.guide {
	display: none;
}
.guide-arrow {
	position: absolute;
	top: 46px;
	left: 0;
	background-image: url(../imgs/base/ic_droparrow.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 15px;
	z-index: 199;
}
.guide-inner {
	position: absolute;
	top: 60px;
	left: 0;
	width: 928px;
	background: #FFF;
	box-shadow: 0 0 4px #555;
	border: 1px solid #cbcbcb;
	padding: 20px 10px 0;
	z-index: 99;
	filter: alpha(opacity=95); /* IE7以下用 */
	-ms-filter: “alpha(opacity=95)”; /* IE8用 */
	opacity: 0.95; /* Firefox 1.5以上, Opera, Safari用 */
}
/*----- 各説明文 -----*/
/*無効化*/
#globalnavi ul li .guide a {
	text-indent: 0;
	height: auto;
	background: none;
	width: 100%;
}
/*共通*/
.guide-box:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.guide-box {
 /zoom:1;
} /* ie6,ie7 */
.guide-box {
	float: left;
	width: 288px;
	margin: 0 10px 20px;
}
.guide-box img {
	float: left;
}
.guide-box a {
	text-decoration: none;
}
.guide-box dl {
	float: right;
	width: 170px;
}
.guide-box a dl dt {
	border-left: 3px solid #265bb3;
	padding: 0 0 0 13px;
	font-size: 105%;
	font-weight: bold;
}
.guide-box a:hover dl dt {
	text-decoration: underline;
}
.guide-box a dd {
	font-size: 90%;
	line-height: 1.5em;
	padding: 5px 0 10px 0;
	color: #333;
}
.org01 a dl dt {
	border-left: 3px solid #1F5B1A;
	padding: 0 0 0 13px;
	font-size: 105%;
	font-weight: bold;
}
.org02 a dl dt {
	border-left: 3px solid #592685;
	padding: 0 0 0 13px;
	font-size: 105%;
	font-weight: bold;
}
.org03 a dl dt {
	border-left: 3px solid #9D4E00;
	padding: 0 0 0 13px;
	font-size: 105%;
	font-weight: bold;
}
.org04 a dl dt {
	border-left: 3px solid #90293C;
	padding: 0 0 0 13px;
	font-size: 105%;
	font-weight: bold;
}
.org05 a dl dt {
	border-left: 3px solid #90293C;
	padding: 0 0 0 13px;
	font-size: 105%;
	font-weight: bold;
}
.intro a dl dt {
	border-left: 3px solid #265AB2;
	padding: 0 0 0 13px;
	font-size: 105%;
	font-weight: bold;
}
.guide-org01 a dl dt {
	border-left: 3px solid #1F5B1A;
}
.guide-org02 a dl dt {
	border-left: 3px solid #592685;
}
.guide-org03 a dl dt {
	border-left: 3px solid #9D4E00;
}
.guide_org04 a dl dt {
	border-left: 3px solid #90293C;
}
.guide_org05 a dl dt {
	border-left: 3px solid #90293C;
}
.guide-intro a dl dt {
	border-left: 3px solid #265AB2;
}
/*扉ページ*/
#top-list .guide-box {
	width: 314px;
}
#top-list .guide-box dl {
	width: 196px;
}
/*----- 矢印位置指定 -----*/
#globalnavi ul li.nv1 .guide-arrow {
	background-position: 65px bottom;
}
#globalnavi ul li.nv2 .guide-arrow {
	background-position: 227px bottom;
}
#globalnavi ul li.nv3 .guide-arrow {
	background-position: 385px bottom;
}
#globalnavi ul li.nv4 .guide-arrow {
	background-position: 544px bottom;
}
#globalnavi ul li.nv5 .guide-arrow {
	background-position: 703px bottom;
}
/*メインコンテンツ
----------------------------------------*/
#maincontents {
	float: left;
	margin: 15px 0 40px;
	width: 700px;
	background: url(../imgs/base/bg_maincontents.png) no-repeat bottom;
	padding-bottom: 35px;
}
#maincontents:not(:has(+#subcontents)){
	width:100%;
    background-size: contain;
    padding-bottom: 47px;
}
#maincontents:not(:has(+#subcontents)) h1{
	background:url(../imgs/kasou/bg_h1.png) no-repeat,linear-gradient(0deg, rgba(211, 224, 243, 1),rgb(233,240,250) 52%,rgb(233,240,250) 31%, rgba(255, 255, 255, 1));
}
/*右コンテンツ
----------------------------------------*/
#subcontents {
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 220px;
	/* background: url(../imgs/base/bg_subcontents.png) no-repeat bottom;
	padding-bottom: 25px; */
}
/*#subcontents-inner {
	background: #ffffff;
	padding: 10px;
}*/
/*----- 検索 -----*/
#sitesearch {
	line-height: 1px;
	list-style: none;
	border-bottom: 1px dotted #93add9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#sitesearch dt {
	display: none;
}
#sitesearch dd {
	float: left;
	display: inline;
	font-size: 1px;
	line-height: 1px;
}
#sitesearch input#words {
	margin: 0;
	width: 172px;
	height: 21px;
	overflow: hidden;
	background: #FFF;
	border: none;
	color: #495142;
	font-size: 12px;
	padding: 2px;
}
#sitesearch input.text {
	color: #333333!important;
}
#sitesearch input#go {
	display: block;
}
/*----- バナー -----*/
.bn-list {
	padding: 0 0 0;
	margin: 0;
	border-bottom: 1px dotted #93add9;
}
.bn-list li {
	margin-bottom: 10px;
}
/*----- バナー -----*/
#bnr-list {
	clear: both;
	margin: 10px 0 0;
}
#bnr-list li {
	margin-bottom: 10px;
}

.bn-list a img {
	width: 200px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#bnr-list li a:hover img {
	filter: alpha(opacity=92); /* IE7以下用 */
	-ms-filter: “alpha(opacity=92)”; /* IE8用 */
	opacity: 0.92; /* Firefox 1.5以上, Opera, Safari用 */
}
/*フッター
----------------------------------------*/
#footercontainer {
	clear: both;
}
#footercontainer footer {
}
/*フッターリンク*/
#footerlink {
	border-top: 3px solid #E3ECF9;
	background: url(../imgs/base/bg_footerlink.png) repeat-x top #265BB3;
	padding: 10px 0;
}
#footerlink ul {
	margin: 0;
}
#footerlink ul li {
	display: inline;
}
#footerlink ul li a {
	display: block;
	float: left;
	background-image: url(../imgs/base/ic_footer_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 11px;
	margin: 0 19px 0 0;
	font-size: 85%;
}
#footerlink ul li a:hover {
	text-decoration: underline;
}
/*----- フッターサイトマップ -----*/
#sitemap {
	background: url(../imgs/base/bg_sitemap.png) no-repeat top #E3ECF9;
	border-bottom: 1px solid #B8CBE9;
}
#sitemap-inner {
	padding: 25px 0;
}
.sitemap-box {
	float: left;
	width: 143px;
	border-right: 1px solid #b8cbe9;
	padding: 0 10px;
	min-height: 50px;
}
#sitemap-inner a {
	color: #265BB3;
	text-decoration: none;
}
#sitemap-inner dl {
}
#sitemap-inner dl dt a, #sitemap-inner p a {
	display: block;
	background: url(../imgs/common/ic_linklist.gif) no-repeat 0 0.1em;
	font-size: 105%;
	font-weight: bold;
	padding: 0 0 1px 25px;
	margin-bottom: 8px;
}
#sitemap-inner dl dt a:hover, #sitemap-inner p a:hover {
	background-position: 1px 0.1em;
	color: #333;
}
#sitemap-inner dl dd a {
	display: block;
	background: url(../imgs/base/ic_sitemap_dd.gif) no-repeat 15px 0.2em;
	font-size: 85%;
	line-height: 1.1em;
	padding: 0 0 1px 25px;
	margin-bottom: 8px;
}
#sitemap-inner dl dd a:hover {
	background-position: 16px 0.2em;
	color: #333;
}
#sitemap-inner ul {
	float: left;
	margin: 0 0 0 20px;
}
#sitemap-inner ul li a {
	display: block;
	background: url(../imgs/base/ic_sitemap_dd.gif) no-repeat 0 0.2em;
	font-size: 85%;
	line-height: 1.1em;
	padding: 0 0 1px 10px;
	margin-bottom: 8px;
}
#sitemap-inner ul li a:hover {
	background-position: 1px 0.2em;
}
/*コピーライト*/
#copyright {
	background: #FFF;
}
#copyright small {
	display: block;
	padding: 14px 0;
	font-size: 85%;
	text-align: right;
	color: #2659B2;
}
/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 5%;
	z-index: 1000;
}
#pagetop a {
	display: block;
	width: 62px;
	height: 62px;
	text-indent: -9999px;
	font-size: 1px;
	background: url(../imgs/base/bg_pagetop.png) no-repeat;
	overflow: hidden;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
/*新着情報リスト
----------------------------------------*/
#news-list article {
	border-bottom: 1px dotted #A4A4A4;
	clear: both;
	display: table;
	width: 100%;
	padding: 13px 0 13px;
}
#news-list article a:hover {
	background: #edf2f8;
}
#news-list article, #news-list article a {
	display: block;
	width: 100%;
	text-decoration: none;
}
/* 201611 注目情報追加 */
#news-list time, #news-list .cat-topics, #news-list .cat-event, #news-list .cat-pickup {
	display: block;
	display: table-cell;
	vertical-align: top;
}
#news-list time {
	padding: 0 13px 0 5px;
	text-align: center;
	width: 120px;
	font-size: 14px;
}
#news-list a time {
	color: #333;
}
.cat-topics, .cat-event, .cat-pickup {
	padding: 0 5px;
	width: 70px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	margin: 0;
}
.cat-topics {
	background: #448211;
}
.cat-event {
	background: #CC6600;
}
/* 201611 注目情報追加 */
.cat-pickup {
	background: #B1265E;
}
.news-title {
	margin: 0;
	padding: 5px 5px 0;
}
/*スマホ表示用
----------------------------------------*/
#sp-menu, #sp-menu-ic {
	display: none;
}
@media screen and (max-width: 950px) {
body {
	min-width: auto;
}
/*共通*/
#headercontainer header, #maincontainer, #footercontainer #footerlink ul, #footercontainer #sitemap-inner, #copyright small {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#sitesearch {
	padding-left: 3.5%;
}
/*ロゴ*/
#logo {
	width: 45%;
	margin-left: 10px;
}
#logo img {
	max-width: 100%;
}
/*----- ヘッダーボックス -----*/
header > div {
	position: absolute;
	top: 10px;
	right: 0;
	width: 10%;
}
header > div >img {
	max-width: 100%;
}
#headerbox {
	display: none;
}
#sp-menu-ic {
	display: block;
}
#headercontainer {
	overflow: hidden;
	padding: 16px 0 0px;
}
/*----- グローバルメニュー -----*/
#globalnavi {
	display: none;
}
/*----- メインビジュアル -----*/
#mainvisual img {
	max-width: 100%;
}
/*----- メインコンテンツ・サブコンテンツ -----*/
#maincontainer {
	clear: both;
}
#maincontents img {
	max-width: 100%;
	height: auto;
}
#maincontents, #subcontents {
	float: none;
	width: 100%;
	background: none;
}
#subcontents-inner > form {
}
#subcontents-inner > p, .bn-gakunai li, #bnr-list li {
	display: inline-block;
	width: 32%;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}
#subcontents-inner > p img, .bn-gakunai li img, #bnr-list li img {
	max-width: 100%;
}
/*----- フッター -----*/
#footerlink {
	padding: 10px;
}
.sitemap-box {
	width: 30%;
}
#sitemap-inner .sitemap-box:nth-of-type(3n) {
	border-right: none;
}
#copyright small {
	text-align: center;
}
#mobile-menu {
	color: #FFFFFF;
	display: table;
	width: 100%;
	text-align: center;
}
#mobile-menu #sp-menu-ic {
	background-position: 22% center;
	background-repeat: no-repeat;
	font-size: 120%;
	overflow: hidden;
	padding: 10px;
	background-color: #265bb3;
	vertical-align: middle;
}
#sp-menu {
	background: #fff;
	padding: 10px;
}
#sp-menu a {
	text-decoration: none;
	transition: background 0.3s linear;
}
#sp-gnav a {
	padding: 7px 10px 7px 32px;
	border-bottom: #ccc dashed 1px;
	display: block;
}
/*#sp-gnav a:hover {
	background-position: 14px 0.7em !important;
}*/
#sp-gnav li:first-child a {
	background: url(../imgs/common/ic_linklist.gif) no-repeat 10px 0.7em #fff;
}
#sp-gnav li:nth-child(2) a {
	background: url(../imgs/common/ic_linklist_green.gif) no-repeat 10px 0.7em #fff;
}
#sp-gnav li:nth-child(3) a {
	background: url(../imgs/common/ic_linklist_purple.gif) no-repeat 10px 0.7em #fff;
}
#sp-gnav li:nth-child(4) a {
	background: url(../imgs/common/ic_linklist_red.gif) no-repeat 10px 0.7em #fff;
}
#sp-gnav li:nth-child(5) a {
	background: url(../imgs/common/ic_linklist_yellow.gif) no-repeat 10px 0.7em #fff;
}
/*#sp-gnav li:nth-child(6) a {
	background: url(../imgs/common/ic_linklist_opera.gif) no-repeat 10px 0.7em #fff;
}*/
#sp-subnav {
	display: flex;
	padding: 10px 10px 0;
}
#sp-subnav li a {
	background-image: url(../imgs/common/ic_linklist_s.png)!important;
	background-repeat: no-repeat;
	background-position: 6px 0.55em;
	padding: 1px 0 1px 20px;
	margin-right: 10px;
	font-size: 0.8em;
}
#sp-subnav li a:hover {
	background-position: 10px 0.55em;
}
a:link {
	word-break: break-word;
}
}
@media screen and (max-width: 640px) {
#headercontainer {
	height: 50px;
	overflow: hidden;
}
#top-list .guide-box{
	width: 100%;
	float: none;
}
#top-list .guide-box dl{
	width: 55%;
	float: left;
	margin: 0 4%;
}
.sitemap-box {
	width: 49%;
	box-sizing: border-box;
}
#sitemap-inner .sitemap-box:nth-of-type(3n) {
	border-right: 1px solid #b8cbe9;
}
#sitemap-inner .sitemap-box:nth-of-type(2n) {
	border-right: none;
}
}

/*----- 訪問者別メニュー -----*/
#visitornavi {
	width: 100%;
}

#visitornavi ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

#visitornavi ul li {
	width: calc(100% / 5);
}

#visitornavi ul li:first-child {
	margin-left: 0;
}

#visitornavi ul li a {
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
	background-color: #FFF;
	text-decoration: none;
	color: #2659B2;
	font-size: 95%;
	transition: .2s;
	box-sizing: border-box;
    border: 1px solid #1076BA;
	border-right: none;
	font-weight: 700;
}

#visitornavi ul li:last-child a {
	border-right: 1px solid #1076BA;
}

#visitornavi ul li a:hover,
#home #visitornavi ul li.home a {
	color: #fff;
    background-color: #1076BA;
}

#sp-gnav .sp-visitornav {
	position: relative;
}

#sp-gnav .sp-visitornav a {
	font-size: 90%;
	color: #000;
}

#sp-gnav .sp-visitornav::before {
	content: '>';
	display: inline-block;
	color: #f5610b;
	font-weight: bold;
    font-size: 80%;
    margin-right: 8px;
	position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
	transition: .3s;
}

#sp-gnav .sp-visitornav:hover::before {
	left: 16px;
}

@media screen and (max-width: 950px) {
	#visitornavi {
		display: none;
	}
}

/*----- 訪問者別サイドメニュー -----*/
#visitor-control {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	width: calc(100% + 20px);
    transform: translate(-10px, -10px);
}

#visitor-control div {
	display: block;
	width: calc(50% - .5px);
	text-decoration: none;
	color: #1076BA;
	background-color: #d0e1ff;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 1rem;
	transition: .2s;
	cursor: pointer;
 }

 #visitor-control div:hover {
	 background-color: #1076BA;
	 color: #FFF;
 }

 #visitor-control div.on-switch {
	background-color: #1076BA;
	color: #fff;
}

#visitor-body div {
	display: none;
}

#visitor-body div.show {
	display: block;
}
#visitor-body-off{
	background-color: #fff;
	padding: 10px;
}
#visitor-body-on{
	background-color:#e3ecf9;
	padding: 10px;
}
#visitor-body-on p{
	color:#214e9b;
}
#subcontents-inner .bn-list{
	border-bottom: none!important
}


@media screen and (max-width: 950px) {
	#visitor-body-off .bn-list, #visitor-body-on .bn-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;	
	}

	#visitor-body-off .bn-list li, 
	#visitor-body-on .bn-list li {
		width: calc(100% / 3 - (20px / 3));
		text-align: center;
		margin-right: 10px;
	}

	#visitor-body-off .bn-list li:nth-child(3n),
	#visitor-body-on .bn-list li:nth-child(3n) {
		margin-right: 0;
	}

	#visitor-body-off .bn-list a img,
	#visitor-body-on .bn-list a img {
		max-width: 100%;
	}
}

@media screen and (max-width: 468px) {
	#visitor-body-off .bn-list, #visitor-body-on .bn-list {
		justify-content: space-between;
	}

	#visitor-body-off .bn-list li, #visitor-body-on .bn-list li {
		width: calc(50% - 5px);
	}

	#visitor-body-off .bn-list li:nth-child(2n), #visitor-body-on .bn-list li:nth-child(2n) {
		margin-right: 0;
	}
		#visitor-body-off .bn-list a img,
	#visitor-body-on .bn-list a img {
		max-width: 100%;
	}
	
}