@charset "UTF-8";


/* FAQの表示部分(上位バージョン互換用） */
h2.faq-catname {
	font-size:0.875em;
	font-weight:bold;
	padding: 2px 0 2px 18px;
	margin: 0 0 10px;
	background-image:url(../images/button-triangle01.png);
	background-repeat:no-repeat;
	}
h3.qa-faq-title {
	margin:0 0 10px 0;
	}
h3.qa-faq-title a {
	font-size:0.813em;
	font-style:normal;
	font-weight:bold;
	background-image: url(../images/faq_q.png);
	background-repeat: no-repeat;
	background-position:0 1px;
	text-decoration:none;
	color: #b26e00;
	padding: 2px 0 3px 40px;
	}
div.qa-faq-answer {
	display: none;
	background-image: url(../images/faq_a.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	text-decoration:none;
	color:#666;
	padding:4px 0 5px 40px;
	margin:0;
	}
div.qa-faq-answer a {
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#888;
	}
div.qa-faq-answer ol li {
	font-size:0.813em;
	font-style:normal;
	text-decoration:none;
	}
div.qa-faq-answer ol li p {
	font-size:1em;
	margin-bottom:10px;
	}

div.qa-faq-answer .wp_social_bookmarking_light {
	display: none;
	}