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

#contents .box_info_area{
	display: table;
    background: linear-gradient(#e2eaef, #f3f3f3);
    background-color: #e2eaef\9;
    border-radius: 5px;
    padding: 1.5em;
	margin-bottom: 3em;
}

#contents .box_info_area img {
    vertical-align: text-top;
    margin-right: 0.5em;
}

#contents .box_info_area ul.disc{
	margin-left: 2.5em;
	margin-top: 1em;
	padding-top: 0;
}

#contents .box_info_area ul.disc li{
	margin-bottom: 2em;
	margin-left: 0;
}

#contents .box_info_area ul.disc li a.textLink{
	display: inline-block;
	margin-top: 5px;
}

#detailArea {
	display: none;
}

#select_container {
	margin-bottom: 3em;
}

#select_container .select_area {
	padding: 1em;
	box-sizing: border-box;
	border: 4px solid #A7A7A7;
	margin-left: 1em;
	margin-bottom:2em;
}
#select_container .select_area .select_model {
	display: table-cell;
	vertical-align: top;
	width: 76%;
}
#select_container .select_area .select_model label {
	display: block;
}

#select_container .select_area .select_model #switch_model,
#select_container .select_area .select_model #model_list {
	min-height: 2.5em;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

#select_container .select_area .select_model h2 {
	font-size: 1em;
	border: none;
}
#select_container .select_area .select_img {
	display: table-cell;
	margin: 1em;
	height: auto;
}

#select_container .select_area .select_img img{
	max-height: 120px;
}

#model_list {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #2f353d;
	min-height: 2.5em;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

#model_list:active,
#model_list:focus{
	outline: thin dotted;
}

#select_container .select_model p{
	margin-left: 0;
}

#switch_model{
	border: 2px solid #ccc;
}

#switch_model:active,
#switch_model:focus,
#switch_model:hover{
	outline: none;
	opacity: 0.7;
}
#switch_model:focus-visible{
	outline: thin dotted;
}

#detailArea {
	margin-left: 0.5em;
}

#detailArea a.dlBtn{
	display: block;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 5px 10px;
    width: 40%;
    margin-top: 10px;
    margin-bottom: 12px;
	text-decoration: none;
	color: #000;
}

#detailArea a.dlBtn:hover,
#detailArea a.dlBtn:active,
#detailArea a.dlBtn:focus{
	opacity: 0.7;
}
#detailArea a.dlBtn:focus-visible{
	outline: thin dotted;
}

#detailArea a.dlBtn span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	padding: 0 0 0 15px;
	background-position: 0 6px;
}

#detailArea dl dt{
	margin-bottom: 1em;
}

#detailArea dl dd{
	margin-left: 1em;
	margin-bottom: 10px;
}

#contents h2.title {
    border-bottom: #000 solid 1px;
    font-size: 1.231em;
    margin-top: 20px;
    padding-left: 13px;
}

#contents .notice{
	margin-left: 1em;
}

#contents .annotation{
	padding-left: 1em;
	text-indent: -1em;
}

#contents p &gt; a.textLink{
	display: inline-block;
	margin: 4px 0 0 4px;
}

#contents p.annotation &gt; a.textLink{
	text-indent: 0;
}

#detailArea dl &gt; dd &gt; span.annotation{
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}


@media screen and (max-width: 768px) {
	
	#contents .box_info_area {
		padding: 10px;
	}
	#contents .box_info_area ul.disc{
		margin-left: 2em;
	}

	#select_container .select_area {
		padding: 1em;
		box-sizing: border-box;
		border: 4px solid #A7A7A7;
		margin-left: 0;
	}
	
	#detailArea {
		margin-left: 0;
	}

	#contents .notice{
		margin-left: 0;
	}

	#select_container .select_area .select_model {
		display: block;
		width: auto;
	}
	#model_list {
		width: 100%;
	}
	
	#switch_model {
		width: 100%;
	}
	
	#select_container .select_area .select_img {
		display: block;
	}
	#select_container .select_area .select_img img{
		max-height: 182px;
	}
	
	#detailArea a.dlBtn {
		width: 92%;
	}

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