div#main{
	width: 100%;
    max-width: 669px;
    margin: 0 auto 30px;
}

div#faq h3 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #990033;
  background-color: #F7F7F7;
  color: #333333;
  font-size: 1em;
  line-height: 2;
}

div#faq{
	padding-left: 0px;	
}

div#faqr dl{
	width: 570px;
	padding: 15px;
	clear: both;
}
div#faq dl dt{
	background: url(http://www.rakuten.ne.jp/gold/imagi/qa/img/q.png) no-repeat 2px 0px;
	margin: 10px 0 5px;
	padding-left: 30px;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
}
div#faq dl dd{
	background: url(http://www.rakuten.ne.jp/gold/imagi/qa/img/a.png) no-repeat 2px 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 10px 15px 30px;
	text-align: left;
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
	line-height: 1.8em;
	-webkit-margin-start: 0px;
}
div#faq dl dd p.answer{
	color: #F06000;
	font-weight: bold;
}


.souryou {
    margin-top: 10px;
    margin-bottom: 20px;
	background-color:#ccc;
	font-size:0.9em;
	width:100%;
}

.souryou th {
}
.souryou td{
	background-color:#fff;
	text-align:center;
}

.souryou tr.price td{
	background-color:#F8E9D1;
}

.area {
    background-color: #F8E9D1;
}

