﻿@charset "utf-8";

/*------------------------------------------------------------------------------
BridgeSSL - CSS Modules Import
URL: http://bridge-ssl.jp/
Date: 2009-10-13
Copyright (C) Bridge Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/

body#Sec div#MainVisual {
	background: url(../img/faq/title_faq.png) center 0 no-repeat;
}

/* ----------------------------------------

ContentsStyle

---------------------------------------- */

body#Sec div#Content div#Main ul#QstList li {

	padding-bottom: 18px;
}

body#Sec div#Content div#Main ul#QstList li a {
	background: url(../img/faq/icon_question_mini.png) 0 50% no-repeat;
	padding-left: 18px;
}




body#Sec div#Content div#Main dl.faq {
	width: 735px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	background: url(../img/common/line_dot01.png) 0 bottom repeat-x;
}

body#Sec div#Content div#Main dl.faq dt {
	border-left: 5px solid #0b7edd;
	padding: 10px 45px;
	margin-bottom: 5px;
	background: url(../img/faq/icon_question.png) 5px 4px no-repeat;
	min-height: 25px;
	font-weight: 700;
	color: #006dd2;
}

body#Sec div#Content div#Main dl.faq dd {
	border-left: 5px solid #e5e5e5;
	padding: 10px 45px;
	background: url(../img/faq/icon_answer.png) 5px 4px no-repeat;
	min-height: 25px;
}

body#Sec div#Content div#Main p.QstTop a {
	background: url(../img/common/icon_link01.png) 0 50% no-repeat;
	padding-left: 12px;
}

