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

/*
==================================================
	support audio helpguide css index.css
==================================================
*/

.no-js #contents .select_series{
	display: none;
}
#contents .lead{
	display: table;
	margin: 0 1em 1.25em;
}
#contents .lead .lead_cell{
	display: table-cell;
	vertical-align: middle;
}
#contents .lead img{
	display: table-cell;
}
#contents .lead .lead_cell p:last-child{
	margin-bottom: 0;
}

#contents .select_area{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	margin: 1em 1em 2em;
}

#contents .select_area form{
	width: 50%;
}

#contents .select_area select{
	margin-bottom: 5px;
	border: 1px solid #999;
	height: 2.5em;
	width: 100%;
}

#contents .select_area .select_img{
	margin-left: 3em;
    width: 50%;
}

#contents .select_area .select_img img{
	height: 120px;
    width: 162px;
    background-size: 162px 120px;
}

#contents .select_area .btn{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	margin: 0.5em 0;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 0.7em 1em;
    display: block;
	width: 100%;
	text-align: left;
}

#contents p a.btn{
	display: block;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 0.7em 1em;
    color: #000;
	margin: 0.5em 0 3em;
	width: 14em;
}

#contents p a.btn span.textLink,
#contents a.btn span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
    padding-left: 1em;
    background-position: 0 6px;
}

#contents .btn:hover,
#contents .btn:focus{
	text-decoration: none;
	color: #000;
	opacity: 0.7;
}

#contents p.annotation {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2em;
}

#contents p.annotation &gt; a.textLink {
	display: inline-block;
	padding: 5px 0 0 24px;
	margin: 0;
}

@media (max-width: 640px){
	#contents .select_area{
		display: block;
	}
	
	#contents .select_area form{
		width: auto;
	}
	
	#contents .select_area .select_img{
		margin: 2em auto;
		width: auto;
		text-align: center;
	}
	#contents .select_area .select_img img{
		max-width: 100%;
		height: auto;
	}
}

/* ������*/
#contents .box {
    border: 1px solid #959595;
    margin: 0 0 2em 1em;
    padding: 0.5em;
}

#contents .box .search_box_form {
    padding: 0.3em 0 0.3em 1em;
}

#contents .search-title {
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: 1em;
    margin-right: 1em !important;
}

#contents .box .search_box_form input.search-text01 {
    min-width: 200px;
    width: 30%;
}

#contents .box .search_box_form input.search-text01 {
    border: 1px solid #adadaf;
    height: 1.6em;
    vertical-align: middle;
}

#contents .box .search_box_form input.search-img {
    margin-left: 0.5em;
    vertical-align: middle;
}

#contents select.gray {
    border: 1px solid #adadaf;
    height: 1.7em;
    vertical-align: middle;
}

#contents .select_series_model{
	width: 50%;
}

#contents .getURL{
	color: black;
	text-decoration: none;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	#contents .select_series_model{
		width: auto;
	}
	
	#contents .box {
		margin: 0 0 2em 0.3em;
	}
	
	#contents .box .search_box_form {
		padding: 0.3em 0 0.3em 0;
	}
}</pre></body></html>