@charset "utf-8";

/* ------------------------------

            keywords 

---------------------------------*/

p.resultText {
	margin-bottom: 1.5em;
	font-size:108.4%;
}

#resultWaitArea {
    padding: 100px 0 200px 0;
    text-align:center;
}

#resultArea {
	border-bottom: 1px solid #ccc;
	background: url(../../img/jp/common/bg_listline.png) 196px bottom no-repeat;
}
	#resultArea:after {
		display: block;
		visibility: hidden;
		content: ".";
		clear: both;
		height: 0;
		font-size: 0;
		line-height: 0;
	}
	* html #resultArea { zoom: 1; } /* IE6 */
	*:first-child+html #resultArea { zoom: 1; } /* IE7 */
	

/* TAB
-----------------*/

#tabNav {
	float: left;
	width: 200px;
	margin-top: 10px;
	padding-bottom: 150px;
	border-top: 1px solid #ccc;
}

#tabNav li {
	border-bottom: 1px solid #ccc;
	background: url(../../img/jp/keywords/tab_bg.png) left bottom no-repeat;
	line-height: 1.1;
}

#tabNav li.selected {
	background: url(../../img/jp/keywords/tab_bg_on.png) left bottom no-repeat;
	background-color: #fff;
}

#tabNav li a {
	display: block;
	padding: 2em 0 1.8em 1em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	zoom: 1;
}

#tabNav li a:hover {
	color: #666;
}

#tabNav li a span {
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 83.4%;
}

/* SEARCH RESULT
-----------------*/

#searchResult {
	position: relative;
	float: left;
	width: 720px;
	padding-left: 30px;
}

#searchResult .result {
	margin-bottom: 2em;
}

/* TITLE ----- */

#searchResult .tit_result {
	margin: 0 0 15px;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-left: 3px solid #000;
}

#searchResult .tit_result strong {
	font-size: 116.7%;
	font-weight: bold;
	margin-right: 8px;
}
#searchResult .tit_result span {
	color: #CC0000;
	font-size: 108.4%;
	font-weight: bold;
	margin: 0 0.5em;
}

/* RESULT LIST ----- */

/*#searchResult .tit_result .chapter {
	margin: 0 5px 0 15px;
}*/

#searchResult .result ul,
#searchResult .result ul li {
	clear: both;
	zoom: 1;
}

#searchResult .result dl.result_list {
	clear: both;
	margin: 0 0 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	zoom: 1;
}
#searchResult .result dl dt img {
	float: left;
}
#searchResult .result dl dd.r_pro_txt {
	float: left;
	padding-left: 10px;
	width: 620px;
}
#searchResult .result dl dd.r_shop_txt {
	float: left;
	padding-left: 10px;
	width: 610px;
}
#searchResult .result dl dd.r_life_txt {
	float: left;
	padding-left: 10px;
	width: 490px;
}
#searchResult .result dl dd.r_news_txt {
	float: left;
	padding-left: 10px;
	width: 630px;
}
#searchResult p.caption a {
	color:#000;
	text-decoration:none;
}
#searchResult .result p.r_req {
	margin-top: 10px;
	text-align: right;
}
#searchResult .result p.noticeMsg {
	margin-left: 20px;
}

#searchResult #qaSection dl.result_list dt {
	margin-bottom: 0.3em;
}

#searchResult .result dl dt a.qaTit {
	display: block;
	margin-bottom: 0.3em;
	padding: 0.2em 0 0.2em 23px;
	background: url(../../../img/jp/support/qa/ico_q.png) no-repeat left top;
	text-decoration: none;
	min-height:20px;
}
#searchResult .products_d_list a.file {
	background: url(../../img/jp/products/ico_manual.png) no-repeat right center;
	padding-right:13px;
}
