@charset "utf-8";

/*========================================================================

siteName	: www.mintetsu.or.jp
fileName	: /common/css/knowledge/contents.css
description	: Contents modules CSS.
date		: 2010.03.01
update	: 2010.03.01

	---------------------LIST---------------------
	 01: Index
			 01-1: 質問一覧
			 01-2: カテゴリー検索
			 01-3: カテゴリー検索
	 02: Second - faq
			 02-1: Answer
	 03: Second - word
			 03-1: wordlist
	----------------------------------------------

========================================================================*/

/*====================================================
  01: Index
====================================================*/

/* 01-1: 質問一覧
 -------------------------------------------------- */
ul.questionList li{
	background:url(../../../knowledge/img/icon_quiestion.gif) no-repeat left center;
	padding:10px 10px 10px 25px;
	margin:0 15px;
}


/* 01-2: 用語検索
 -------------------------------------------------- */
ul.wordSearch{
	margin:0 15px 0px 15px;
}
ul.wordSearch li{
	display:inline;
	margin-right:15px;
	background:url(../../img/css_img/modules/icon_arrow_blue.gif) no-repeat left center;
	padding-left:15px;
	line-height: 180%;
}
ul.wordSearch li.select{
	font-weight: bold;
}
/* 01-3: カテゴリー検索
 -------------------------------------------------- */
.categoryList{
	background:url(../../../knowledge/img/bg_category_b.gif) no-repeat left bottom;
	margin-top:25px;
	padding-bottom:15px;
	margin-bottom:25px;
}
.categoryList h4{
	background:url(../../../knowledge/img/bg_category_t.gif) no-repeat left top;
	margin-bottom:5px
}

/*====================================================
  02: faq
====================================================*/

/* 02-1: Answer
 -------------------------------------------------- */
dl.answer{
	margin:0px 15px 25px 15px;
}
dl.answer dt{
	background:url(../../../knowledge/faq/img/icon_q.jpg) no-repeat left top;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding-left:50px;
	height:50px;
}
dl.answer dd{
	background:url(../../../knowledge/faq/img/icon_a.jpg) no-repeat left top;
	padding:0px 20px 20px 50px;
	height:50px;
	margin-top:15px;
}

/*====================================================
  03: word
====================================================*/
/* 03-1: WordList
 -------------------------------------------------- */

ul.wordList{
	margin:0 0 5px 15px;
}
ul.wordList li{
	float:left;
	width:135px;
	background:url(../../img/css_img/modules/icon_arrow_blue.gif) no-repeat left 3px;
	padding-left:15px;
}

