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

/*
	================================================================================================
		009
	================================================================================================
*/


#contents .model {
	width: 90%;
	border: 2px solid #d2d2d2;
	margin: 0 auto;
	padding: 1em;
}
#contents .section_other div.pct img {
	margin: 15px 0 5px 15px;
}

#contents ul.link_other {
	margin-left: 43em;
}

.guide_banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}	
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

#contents ul.link_other {
	margin-left: 0;
}
#contents dl dt {
	margin-left: 0;
}
#contents dl dd {
	margin-left: 1em;
}
#contents ul, #contents ol {
  margin: 0 0 1em 0.5em;
}
}</pre></body></html>