@charset "utf-8";

@import "http://www.kekkon-j.com/cgm/css/common.css";


/*
		list-category - カテゴリー一覧
 -------------------------------------------------- */

/* カテゴリータイトル */
#content .title {
	margin: 0px 30px 0px 15px;
}

/* Ｑ＋タイトル */
#content .title dl {
	margin: 0px 0px 0px 30px;
	line-height: 22px;
}

/* Ｑ文字画像 */
#content .title dt {
	float: left;
	margin: 5px 0px 0px 0px;
}

/* タイトル */
#content .title dd {
	float: left;
	margin: 5px 0px 0px 10px;
	display: inline;
	font-size: 20px;
	font-weight: bold;
}

/* 検索結果一覧 */
#content .title p {
	float: right;
	line-height: 30px;
}

/* 数字 */
#content .title p span.number {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 5px;
}

/* 一覧：大枠 */
#content .entry {
	margin: 15px 0px 15px 0px;
}

/* 一覧：質問タイトル */
#content .entry .q-ttl {
	height: 40px;
	padding: 0px 35px 0px 35px;
	margin: 0px 30px 0px 45px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #fce1ed url(http://www.kekkon-j.com/img/common/link-back.gif) no-repeat 20px 17px;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
}

/* 左：回答数、質問日、質問者 */
#content .entry ul {
	width: 120px;
	float: left;
	margin: 15px 0px 0px 55px;
	display: inline;
}

#content .entry ul li {
	margin: 0px 0px 5px 0px;
}

/* 左：回答数 */
#content .entry ul li.count {
	line-height: 30px;
}

/* 左：回答数 数字 */
#content .entry ul li span.number {
	font-size: 30px;
	font-weight: bold;
}

/* 左：質問日、質問者 */
#content .entry ul li.data,
#content .entry ul li.name {
	color: #777777;
}

/* 右：質問内容 */
#content .entry p.text {
	margin: 15px 40px 15px 190px;
	line-height: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}