@charset "utf-8";

/* -----------------------------------------------------------------------------
**
** アパマンショップ faq CSS
**
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
** faq
----------------------------------------------------------------------------- */
/* パンくずリスト部分 */
div#topicPath {
	background: url(/images/help/common/bg_topicpath_01.gif) no-repeat left top;
	height: 30px;
	}
div#topicPath div.bgTitle {
	padding: 4px 0 0 10px;
	background: url(/images/help/common/bg_topicpath_02.gif) no-repeat right top;
	height: 26px;
	}
div#topicPath ol li {
	color: #ffffff;
	display: inline;
	}
/* 枠 */
div#faqBlock div.qBlock,
div#faqBlock div.relevantLink {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #cccccc;
	}
div#faqBlock div.qaBlock {
	margin: 15px 0;
	}
div#faqBlock div.qaBlock div.txtBlock {
	margin: 0 0 10px 0;
	}
/* タイトル・テキスト */
div#faqBlock {
	color: #666666;
	}
div#faqBlock h1 {
	font-size: 116%;
	font-weight: bold;
	color: #003399;
	border-bottom: 1px solid #003399;
	margin: 8px 0 15px 0;
	background: none;
	height: auto;
	}
div#faqBlock div.qBlock h2 {
	background: url(/images/help/common/icn_link1_blue.gif) no-repeat left center;
	padding: 0 0 0 18px;
	}
div#faqBlock div.qaBlock h2 {
	font-weight: bold;
	color: #ff6666;
	margin: 0 0 5px 0;
	}
div#faqBlock div.qaBlock h2 .qTitle {
	color: #666666;
	}
div#faqBlock div.qaBlock p,
div#faqBlock div.qaBlock ol {
	margin: 0 0 0 2.5em;
	}
div#faqBlock div.qaBlock ol li {
	font-weight: bold;
	padding: 0 0 5px 0;
	}
div#faqBlock div.qaBlock ol li .aTxt {
	font-weight: normal;
	}
div#faqBlock div.qaBlock ol li .aTxt .boldTxt {
	font-weight: bold;
	}
div#faqBlock div.qaBlock ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 0 2.5em;
	}
/* リンク */
div#faqBlock .link {
	background: url(/images/help/common/icn_link1_blue.gif) no-repeat left center;
	margin: 0 0 5px 2.5em;
	padding: 0 0 0 18px;
	}
div#faqBlock a {
	color: #434eb5;
	font-weight: bold;
	}
div#faqBlock div.qBlock ul li {
	font-weight: bold;
	color: #ff6666;
	}
div#faqBlock div.qBlock ul li a {
	margin: 0 0 0 5px;
	color: #666666;
	font-weight: normal;
	}
div#faqBlock .mail {
	background: url(/images/help/common/icn_mail.gif) no-repeat left center;
	margin: 0 0 0 5px;
	padding: 0 0 0 25px;
	font-weight: normal;
	color: #666666;
	}
div#faqBlock div.relevantLink a {
	background: url(/images/help/common/icn_link1_blue.gif) no-repeat left center;
	padding: 0 0 0 18px;
	}
div#faqBlock .faqList {
	background: #ededf3;
	padding: 3px 5px;
	font-size: 93%;
	}
div#faqBlock .faqList a {
	float: right;
	background: url(/images/help/common/icn_link1_blue.gif) no-repeat left center;
	text-align: right;
	padding: 0 0 0 18px;
	font-weight: normal;
	}
/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */
div#faqBlock .faqList {
	overflow: hidden;
	}
div#faqBlock .faqList:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
/*\*/
* html div#faqBlock .faqList {
	height: 1em;
	overflow: visible;
	}
/**/