@charset "utf-8";

/*------------------------------------------------------------
	よくいただく質問
------------------------------------------------------------*/
#conts h2 {
	margin: 0;
}

#conts .lead {
	margin-bottom: -10px;
}

#conts .lead img {
	vertical-align: top;
}

#conts h3 {
	margin: 30px 10px 10px;
}

#conts .qList {
	margin: 0 10px;
}

#conts .qList li {
	margin-bottom: 10px;
	padding: 4px 7px 11px;
	background: url(/assets/img/pc/faq/dotted_gray01.gif) repeat-x bottom;
}

#conts .qList li a {
	padding-left: 15px;
	background: url(/assets/img/pc/faq/icon_q.gif) no-repeat left top;
}

#conts .more {
	margin: 0 10px 30px;
	padding-top: 5px;

	text-align: right;
}

#conts .more a {
	padding-left: 15px;
	background: url(/assets/img/pc/faq/001.gif) no-repeat left 1px;
}

#conts .questTitle {
	margin: 0 10px 10px;
	padding: 7px 6px;
	background: url(/assets/img/pc/faq/h3_quest_title.gif) repeat-x left top;
	border: 1px solid #006400;
	border-top: none;
	border-bottom: none;

	line-height: 1.3;
}

#conts .questTitle span {
	padding-left: 10px;
	background: url(/assets/img/pc/faq/h3_quest_title_bg01.gif) no-repeat left bottom;
	display: block;

	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

#conts .entry {
	margin: 0 10px 5px;

	line-height: 1.7;
}

#conts .entry .quest {
	margin-bottom: 5px;
	padding-bottom: 3px;
	background: url(/assets/img/pc/faq/quest_bg02.png) no-repeat right bottom;
	zoom: 1;
}

#conts .entry .quest p {
	padding: 8px 10px 7px 72px;
	background: url(/assets/img/pc/faq/quest_bg01.png) no-repeat right top;
	zoom: 1;

	color: #008D3F;
	font-weight: bold;
}

#conts .pageTop {
	margin: 0 10px 40px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

#conts .pageTop img {
	margin-left: auto;
	display: block;

	position: relative;
	top: 1px;
}

#conts .mb10 {
	margin-bottom: 10px;
}

#conts .mb30 {
	margin-bottom: 30px;
}


	
