@charset "utf-8";

/*=====================================================================================
	
	Document    : faq.css
	Created on  : 2013/12/12
	Description : よくある質問
 
=====================================================================================*/

#faq tr:nth-child(3n+1) td {
	background:url(../glog/image/faq/q.gif) no-repeat 15px 13px,
			   url(../image/bg-blue-op70.png) repeat left top;
	color:#fff;
	font-weight:bold;
	padding:15px 15px 15px 60px;
}

.ie6 #faq tr:nth-child(3n+1) td,
.ie7 #faq tr:nth-child(3n+1) td,
.ie8 #faq tr:nth-child(3n+1) td {
	background:url(../glog/image/faq/q.gif) no-repeat 15px 13px;
	background-color:#004191;
}

#faq tr:nth-child(3n+2) td {
	background-color:#fff;
	padding:25px;
}

#faq tr:nth-child(3n+3) td {
	height:30px;
}


#faq tr:nth-child(3n+1) td td,
#faq tr:nth-child(3n+2) td td,
#faq tr:nth-child(3n+3) td td {
	background:inherit;
	font-weight:inherit;
	padding:inherit;
	height:inherit;
}

