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

/*===========================================
	tabswitch.css
=============================================*/

#show_hide{
    margin-bottom: 3em;
}
#contents div.tabArea {
	margin-left: 0;
	margin-top: 3em;
}

#contents div.tabArea ul{
	list-style:none;
	margin-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    text-align: center;
    font-weight: bold;
}

.OpentabArea :not(:last-of-type) {
	margin-right: 5px;
}

#contents section#show_hide .tabArea ul.indexTab {
	margin: 0 ;
	padding: 0;
}

/* �����@#show_hide �����@*/
#contents section#show_hide .tabArea ul.indexTab li{
	margin-left: 0;
	margin-bottom: 0!important;
	flex: 1;
	background-color: #eee;
	border-radius: 8px 8px 0 0;
	display: block;
	border: 1px solid #ccc;
    cursor: pointer;
}

#contents section#show_hide .tabArea ul.indexTab li.active{
	background-color: #fff;
	border-bottom: none;
}

#contents section#show_hide .tabArea ul.indexTab li:focus-visible{
    outline: thin dotted;
}

#contents section#show_hide .tabArea ul.indexTab li h2{
    padding: 1em 0.5em 1em;
    font-size: 1.4em;
}

#contents section#show_hide .tabArea ul.indexTab li h2:focus{
	outline: none;
}
#contents section#show_hide .tabArea ul.indexTab li h2:focus-visible{
	outline: thin dotted;
}

#contents section#show_hide .openArea {
	display: none;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}


@media (max-width: 640px){
	#contents section#show_hide .tabArea ul.indexTab li{
		padding: 8px 0;
        justify-content: center;
	}

	#contents section#show_hide .openArea img.mq_img{
		max-width: 550px;
		width: 100% !important;
		height: auto;
	}
	#contents section#show_hide .tabArea ul.indexTab li h2 {
		font-size: 1em;
        padding: 0;
	}
	#contents section#show_hide .tabArea ul.indexTab li img {
		margin-right: 5px;
		margin-left: 5px;
	}
	#contents div.openArea {
		padding: 10px;
	}
}


@media (max-width: 480px){
	#contents section#show_hide .tabArea ul.indexTab li{
		text-align: center;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* �����@#show_hide ���� */

</pre></body></html>