@charset "shift_jis";
/*
-----------------------------------------------
カービューティープロブラッシュ faq CSS
author:	カービューティープロブラッシュ
web site: 
copyright(C) CARBEAUTYPRO Brash
All rights reserved.
-----------------------------------------------*/



#q_box {
	width: 570px;
	height: auto;
}
#faq_box  ul {
	margin-top: 20px;
	margin-left: 30px;
	border-bottom: 2px dotted #CCCCCC;
	padding-bottom: 30px;
}
#faq_box  li {
	background-image: url(../img/faq/q_icon.gif);
	margin-top: 10px;
	padding-left: 45px;
	margin-right: 10px;
	border-bottom: 1px dotted #CCCCCC;
	height: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
}
#faq_box  li  a {
	text-decoration: none;
	color: #0066CC;
}
#faq_box  li  a:hover {
	color: #999999;
}
#faq_box  dl {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#faq_box  dt {
	background-image: url(../img/faq/q_icon.gif);
	margin: 20px 0px 0px 30px;
	padding: 5px 0px 0px 45px;
	height: 25px;
	font-size: 14px;
}
#faq_box  dd {
	background-image: url(../img/faq/a_icon.gif);
	padding-left: 45px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
	font-size: 14px;
}
strong {
	color: #FF00FF;
}
.top_link {
	text-align: right;
}
