@charset "utf-8";
/* CSS Document */

#faq dl{
	line-height: 1.5;
}


@media screen and (max-width: 640px) {

#pageTitle:before{
	content: '電気を売りたいお客様';
}

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 14px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}

}

@media screen and (min-width: 641px) and (max-width: 1000px) {

#pageTitle{
	/*background: url(images/pagetitle.jpg) no-repeat cover;*/
	background: #ccc;
}

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 15px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}

}

@media screen and (min-width: 1001px){

#pageTitle{
	/*background: url(images/pagetitle.jpg) no-repeat cover;*/
	background: #ccc;
}

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 15px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}

}

