@charset "UTF-8";

/* ****************************************************
Title: pc_news.css
Created: 2011-02-02
Last Modified: 2011-03-14
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
# Sidebar

----------------------------------------*/


/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

#content #pageTitQuestion {
	background: url(../img/pc/bg_pagetit_question.gif) no-repeat left top;
	height: 29px;
	margin-bottom: 18px;
	width: 166px;
}

#content #qKeySearchSec {
	background: #24af5e url(../img/pc/bg_qkeysearch.gif) no-repeat left top;
	margin-bottom: 20px;
	padding-top: 3px;
}

#content #qKeySearchSecIn {
	background: url(../img/pc/bg_qkeysearch.gif) no-repeat left bottom;
	padding-bottom: 3px;
}

#content #qKeySearchSec h2,
#content #qKeySearchSec #qKeySearchBd {
	display: inline-block;
	*display: inline;
	line-height: 1;
	vertical-align: middle;
	*zoom: 1;
}

#content #qKeySearchSec h2 {
	background-color: transparent;
	color: #fff;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	width: 172px;
}

#content #qKeySearchSec #qKeySearchBd {
	padding: 30px 2px 30px 22px;
	width: 502px;
}

#content #qKeySearchSec #fmQKeySearchTxt {
	margin-right: 10px;
	width: 393px;
}

#content #qKeySearchSec #fmQKeySearchBtn {
	background: #fff url(../img/pc/btn_qkeysearch.gif) no-repeat left top;
	font-size: 0;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
	width: 77px;
}

#content #qCatSearchSecIn {
	background: #fff url(../img/pc/bg_qcatsearch.gif) no-repeat left bottom;
	padding: 0 0 16px 0;
}

#content #qCatSearchSecIn #SearchBox {
	padding: 16px;
	background: #fff url(../img/pc/bg_qcatside.gif) repeat-y left top;
	margin: 0 auto;
}

#content #qCatSearchSec h2 {
	background: #cde782 url(../img/pc/bg_mh_qcatsearch.gif) no-repeat left top;
	font-size: 114.28%;
	margin-bottom: 0;
	padding: 14px 15px;
	color: #fff;
}

div#CategoryList {
	/*-moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;*/
}

#content #qCatSearchSec #CategoryList ul {
}

#content #qCatSearchSec #CategoryList li {
	padding: 6px 10px;
	display: inline-block;
	*display: inline;
	background-color: #ffffff;
	border: 1px solid #DDD;
	/*width: 180px;*/
	margin: 6px;
	/*margin: 10px 20px 10px 0px;*/
	vertical-align: middle;
	*zoom: 1;
	cursor: pointer;
}

#content #qCatSearchSec #CategoryList li a{
}

#content #qCatSearchSec #CategoryList li:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#content #qCatSearchSec #CategoryList li a:hover{
	text-decoration: none;

}

#content #qCatSearchSec #FaqList ul {
}

#content #qCatSearchSec #FaqList li {
	list-style-position: outside;
	list-style-image: url(../img/pc/bg_qcatlist.gif);
	display: inline-block;
	*display: inline;
	line-height: 1;
	vertical-align: baseline;
	margin-bottom: 9px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	*zoom: 1;
}

#FaqList div.CatList {
	background-image: url(../../../common/std/img/pc/page/lnav_bg_li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

#FaqList div:nth-child(odd) {
	background-color:	#fff;
}
#FaqList div:nth-child(even) {
	background-color: #f4f4f0;
}
#FaqList .div_even {
	background-color: #f4f4f0;
}

#MainBox {
	margin-bottom: 20px;
}

#FaqDetail ul { margin: 1em 0; padding-left: 20px; list-style-type: disc;} 
#FaqDetail ol { margin: 1em 0; padding-left: 20px; list-style-type: decimal;} 

/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar #sQRanking li {
	padding: 10px;
}

#sidebar #sQRanking li dt {
	font-size: 107.2%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 4px 3px 4px 34px;
	zoom: 1;
}

#sidebar #sQRanking .rank01 dt { background: url(../img/pc/s_bg_ranking_01.gif) no-repeat left top; }
#sidebar #sQRanking .rank02 dt { background: url(../img/pc/s_bg_ranking_02.gif) no-repeat left top; }
#sidebar #sQRanking .rank03 dt { background: url(../img/pc/s_bg_ranking_03.gif) no-repeat left top; }

#sidebar #sQRanking li dd a {
	display: block;
}
