@charset "utf-8";
/* CSS Document */
/*MENU*/
/*2列用リンク*/
.menucover {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: row;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/*1列用リンク*/
.menucover2 {
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
/*1列用リンク*/
.menucover3 {
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
/*サイドカラム*/
.mleftbox {
	display: inline-block;
	order: 1;
	width: 49.5%;
	box-sizing: border-box;
	margin-right: 0.5%;
	display:flex;
	justify-content: center;
	flex-direction: column;
}
.mrightbox {
	display: inline-block;
	order: 2;
	width: 49.5%;
	box-sizing: border-box;
	margin-left: 0.5%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/* ▼画面サイズ（横幅）が960px以上の場合に適用 */
@media screen and (min-width: 960px) {
.mleftbox {
	width: 49%;
	margin-right: 1%;
}
.mrightbox {
	width: 49%;
	margin-left: 1%;
}
}

/*サイドカラムメニュー表示順*/
.forder1 {
	white-space: nowrap;
	overflow: hidden;
	order: 1;
}
.forder2 {
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	order: 2;
}
.forder3 {
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	order: 3;
}
.forder4 {
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	order: 4;
}
/*サイドカラム内でのリンク効果*/
a.wlink {
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 0px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position:relative
}
a.wlink:hover {
	border: 1.5px solid #00FFFF;
    color: #FFFFFF;
    background-color: #00FFFF;
}
a.wlink::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.wlink:hover::after {
	border-color: #FFFFFF;
}

/*ハンバーガーメニュー内でのリンク効果*/
a.mlink {
	white-space: nowrap;
	overflow: hidden;
	color: #0000FF;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	padding: 10px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position:relative
}
a.mlink:hover {
    color: #FF0000;
}
a.mlink::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.mlink:hover::after {
	border-color: #FF0000;
}
/*ハンバーガーメニュー内のリンク枠*/
.btop {
	list-style-type: none;
	list-style-position: inside;
	border-top: 1.5px solid #0000FF;
	border-right: 1.5px solid #0000FF;
	border-left: 1.5px solid #0000FF;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.bmiddle {
	list-style-type: none;
	list-style-position: inside;
	border-top: 1.5px solid #0000FF;
	border-right: 1.5px solid #0000FF;
	border-left: 1.5px solid #0000FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bbottom {
	list-style-type: none;
	list-style-position: inside;
	border: 1.5px solid #0000FF;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.ball {
	list-style-type: none;
	list-style-position: inside;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 五十音順リンク */
a.glink1 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 24.4%;
	margin-left: 0.4%;
	margin-right: 0%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.glink1:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.glink1::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.glink1:hover::after {
	border-color: #FFFFFF;
}
a.glink2 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 24.4%;
	margin-left: 0.4%;
	margin-right: 0.4%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.glink2:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.glink2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.glink2:hover::after {
	border-color: #FFFFFF;
}
a.glink3 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 24.4%;
	margin-left: 0.4%;
	margin-right: 0.4%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.glink3:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.glink3::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.glink3:hover::after {
	border-color: #FFFFFF;
}
a.glink4 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 24.4%;
	margin-left: 0.4%;
	margin-right: 0%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.glink4:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.glink4::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.glink4:hover::after {
	border-color: #FFFFFF;
}
/* ▼画面サイズ（横幅）が960px以上の場合に適用 */
@media screen and (min-width: 560px) {
a.glink1 {
	width: 12.2%;
	margin-left: 0.15%;
	margin-right: 0.15%;
	margin-bottom: 0px;
}
a.glink2 {
	width: 12.2%;
	margin-left: 0.15%;
	margin-right: 0.15%;
	margin-bottom: 0px;
}
a.glink3 {
	width: 12.2%;
	margin-left: 0.15%;
	margin-right: 0.15%;
	margin-bottom: 0px;
}
a.glink4 {
	width: 12.2%;
	margin-left: 0.15%;
	margin-right: 0.15%;
	margin-bottom: 0px;
}
}
