<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 */

/*===========================================
	lamp_status css
=============================================*/
#contents section{
	margin: 2em 0 3em;
}

#contents .select_flex{
	display: flex;
	width: 90%;
	margin-top: 2em;
	margin-left: 1em;
}

#contents .select_flex .slc_fade{
	max-width: 700px;
	width: 100%;
}

#contents .select_flex .select{
	width: 65%;
	max-width: 450px;
}

#contents button{
	display: inline-block;
	padding: 0.7em 1em;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	box-sizing: border-box;
}

#contents .slc_fade label{
	display: block;
	margin-bottom: 1em;
}

#contents .select {
	border: 1px solid #999;
	border-radius: 5px;
	padding: 0.5em;
}

#contents button:hover{
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	opacity: 0.6;
}

#contents table.tbl_charge{
	width: 90%;
	text-align: center;
	margin: 3em auto 0;
	border: 1px solid #eee;
}

#contents table thead th{
	border: 1px solid #ccc;
	padding: 10px 0;
}

#contents table thead th:first-child{
	width: 50%;
}
#contents table tbody th,
#contents table tbody td{
	border: 1px solid #ccc;
	padding: 0 10px;
}

#contents table tbody th{
	font-weight: normal;
}
#contents table tbody th figure img{
	display: block;
	margin: 0 auto;
}
#contents table tbody th figure img:not(.s_img){
	max-width: 280px;
	width: 100%;
	height: auto;
}

#contents table td figure figcaption{
	margin: 0;
	font-size: 0.929rem;
	text-align: center;
}

#contents table td figure .flex{
	justify-content: space-around;
	margin-bottom: 5px;
} 

#contents table td figure .flex img{
	width: 180px!important;
}

#contents .pd1em{
	padding: 1em;
}

/*** fade処理 ***/
#contents .box_hide {
	display: none;
	margin-top: 2em;
}
#contents .initial {
	display:block;
}

@media (max-width: 800px){
	#contents .select_flex{
		flex-direction: column-reverse;
		width: 100%;
		margin: 0 auto;
	}
	#contents .select_flex .pct{
		text-align: center;
	}
	#contents .select_flex .select{
		margin-bottom: 1em;
		width: 100%;
		max-width: 100%;
	}
	#contents button{
		width: 100%;
	}
	#contents table.tbl_charge{
		width: 100%;
	}
}


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