@charset "UTF-8";
/*
	baby.saltwedding.jp
	個別ページ CSS
	
	MarkUp -> Noah:)
	Powered by SALTWORKS INC. 
	http://saltworks.jp
	
	ご出産おめでとうございます！
	
	
	LAST UPDATE
	
	- 2011.10.14 製作開始 (Pati)
	
--------------------------------------------------------------*/

div#main h2{
	height:64px;
	margin:30px 0 0; 
	padding:18px 0 0 30px;
	background:url(images/bg_title.png) no-repeat left top;
	font-size:0;
}


nav.faq_nav{
	padding:0 0 13px;
	background:url(images/bg_shadow.png) no-repeat bottom left;
}

nav.faq_nav ul{
	padding:20px 0 15px 20px;
	background:url(images/bg_nav.jpg) repeat top left;
}

nav.faq_nav ul li{
	float:left;
	width:300px;
	padding:0 10px 5px 25px;
	background:url(images/n_icon.gif) no-repeat left top;
}

div#main dl dt{
	min-height:34px;
	margin:10px 0 0 ;
	padding:30px 0 0 42px;
	background:url(images/icon_q2.gif) no-repeat left 10px;

}

	* html div#main dl dt{
		height:34px;
	}

div#main dl dt.top{
	min-height:34px;
	margin:0 0 0 ;
	padding:8px 0 0 42px;
	background:url(images/icon_q.gif) no-repeat left 0;
	border:none;
}

	* html div#main dl dt.top{
		height:34px;
	}

div#main dl dd{
	min-height:34px;
	padding: 0.5em 1em 0 42px;
	background:url(images/icon_a.gif) no-repeat left top;
	text-align:justify;
}

	* html div#main dl dd{
		height:34px;
	}


/*
---------------------------------claerfix */
nav.faq_nav ul{overflow: hidden;}

nav.faq_nav ul:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html nav.faq_nav ul{
	height: 1em;
	overflow: visible;
}

/**/

