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

/*===========================================
	howto WF-L910 multi-connect.css
=============================================*/
#contents img.def{
    width: 75%;
}

@media screen and (max-width: 640px){
	#contents .stepArea .photo.img_500{
		max-width: 98%;
	}
}

/*** セレクトボックス ***/

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

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

#contents button{
	background: url(/support/share/images/bg_btnA.png) no-repeat scroll 0 52% transparent;
    background-color: #ffffff;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    padding: 0.7em 1em 0.7em 1.25em;
    transition: 0.2s ease-in 0s;
    min-width: 145px;
}

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

/*** fade処理 ***/
#contents section .detail-hide {
    display: none;
    margin-top: 2em;
	margin-left: 1em;
}

#contents section .initial {
    display:block;
}

@media (max-width: 640px){
	#contents img.def {
		width: 100%;
	}
	
	#contents .slc_fade{
		margin-left: 0;
	}
	
    #contents .select {
        width: 100%;
    }
	
	#contents button{
    	margin-top: 1em;
		display: block;
		width: 100%;
	}
	
	#contents section .detail-hide {
		margin-left: 0;
	}
}</pre></body></html>