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

/*===========================================
	最近のよくある質問
=============================================*/
#contents .section ul.bnr {
	margin-left: 0;
	margin-bottom: 0;
}
#contents .section ul.bnr li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}
#contents .section ul.bnr li.right {
	margin-left: 10px;
}
@media screen and (max-width: 640px) {
	#contents .section ul.bnr li.right {
		margin-left: 5px;
	}
}

#contents .section.inner ul.qa_link {
	margin-left: 5px;
}
#contents .section.inner ul.qa_link li {
	list-style-type: none;
    margin: 10px 0 0;
    padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
#contents .section.inner ul.qa_link li p {
    background: url("/support/pa_common/x-appli/faq/images/ico_square.jpg") no-repeat scroll 3px 4px;
    margin: 0;
    padding: 0 0 0 18px;
}

/*===========================================
	faq_list
=============================================*/
#faq_list {
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	margin-top: 15px;
	margin-bottom: 15px;
}
#faq_list ul {
	width: 710px;
	padding: 10px;
	margin-bottom: 0;
}
#faq_list ul li {
	width: 695px;
	height: auto;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	background: url(../../../images/repair/dot.gif) no-repeat  left 0.8em;
	float:none;
	margin:0;
	border-radius:0;
	cursor:default;
	transition:none;
	font-size:13px;
}
#faq_list ul li a{
	padding:0;
}
#faq_list ul li a:hover{
	color: #c41230;
	text-decoration: underline;
}
#faq_list ul li.top {
	padding-top: 0em;
	background-position: left 0.5em;
}
#faq_list ul li.last {
	padding-bottom: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mod-faq li.onlyText{
	_height:71px;
}
@media (max-width: 640px){
	#faq_list ul {
		width: auto;
		padding: 10px;
	}
	#faq_list ul li {
		width:auto;	
		min-height:0;
	}

}
/*===========================================
	キーワードから探す
=============================================*/
.box {
    background-color: #f9f9f9;
    border: 1px solid #bbb;
    margin-bottom: 25px;
    margin-left: 10px;
    padding: 6px;
}
.box .search_box_form {
    margin: 10px 15px;
}

.box p.search-title {
    display: inline-block;
    font-weight: bold;
    margin-right: 1em !important;
    width: 9.8em !important;
}
.box .search_box_form p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 !important;
}
.box p {
    margin-top: 1em;
}
.box .search_box_form input.search-text02 {
    min-width: 200px;
    width: 50%;
}
.box .search_box_form input.search-text01, 
.box .search_box_form input.search-text02 {
    border: 1px solid #adadaf;
    height: 1.5em;
    vertical-align: 0.1em;
}
button, input {
    line-height: normal;
}
.box .search_box_form input.search-img {
    margin-left: 0.5em;
    vertical-align: -0.35em;
}

#contents div#searchArea {
	border: none;
}

@media screen and (max-width: 640px) {
	.box { 
		margin-left: 0;
	}
	.box .search_box_form {
		line-height: 2.4;
	}
	#contents .section .box .search_box_form form p.search-title {
		padding-bottom: 10px;
	}	
	.box p.search-title {
		display: block;
	}
	.search-option {
		display: block;	
	}
}
@media screen and (max-width: 340px) {
	.box .search_box_form {
		line-height: 1;
	}
}

/*===========================================
	動画でサポート
=============================================*/
#contents #movie ul {
	margin-left: 0;
}
#contents #movie ul li {
    margin-bottom: 20px;
    width: 360px;
	list-style-type: none;
}
#contents #movie ul li.left {
    float: left;
}
#contents #movie ul li.right {
    float: right;
	margin-left: 0;
}
#contents #movie ul li.left a img {
    float: left;
    margin-right: 20px;
}
#contents #movie ul li.right a img {
    float: left;
    margin-right: 20px;
}
#contents #movie ul li p {
	text-indent: -1em;
}
@media screen and (max-width: 640px) {
	#contents #movie ul li {
		width: auto;
		display: block;
	}
	#contents #movie ul li.left,
	#contents #movie ul li.right {
		float: none;
		margin-left: 0;
	}
	#contents #movie ul li.right {
		margin-left: 0;
		margin-top: 50px;
	}
	#contents #movie ul li.right a img {
		clear: both;
	}
}

/*===========================================
	ソフトウェアから探す
=============================================*/
#contents #soft {
	overflow: hidden;
}
#contents #soft ul.txtlink {
	margin-bottom: 0;
}
#contents #soft ul.txtlink li {
	margin-left: 20px;
}
#contents #soft ul {
	margin-left: 0;
}
#contents #soft ul li {
	list-style-type: none;
	float: left;
	margin-left: 0;
	margin-right: 5px;
}
@media screen and (max-width: 640px) {
	#contents #soft ul.txtlink {
		margin-bottom: 15px;
	}
}



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