@charset "UTF-8";


/*********************************************

                H3画像の下線

*********************************************/

div#contents h3{
	text-align: center;
	height: 18px;
	line-height: 18px;
	background: none;
	border-bottom: 2px dotted #aaccaa;
	padding: 0;
	margin: 0;
}


/*********************************************

               大きなジャンル

**********************************************/

div#faq-tent,div#faq-awning,div#faq-hanpu,
div#faq-sheet,div#faq-truck,div#faq-other{
	width: 270px;
}

div#faq-tent,
div#faq-hanpu,
div#faq-truck{/*   左側   */
	float: left;
}

div#faq-awning,
div#faq-sheet,
div#faq-other{/*   右側   */
	float: right;
}

div#faq-tent,
div#faq-awning{ /*   上段   */
	height: 130px;
}

div#faq-hanpu,
div#faq-sheet{  /*   中段   */
	height: 180px;
}

div#faq-truck,
div#faq-other{  /*   下段   */
}


div.faq-inner{ /*   H4の中の囲み   */
	margin: 5px 5px auto 1px;
}


div#faq-hanpu ul li,
div#faq-awning ul li,
div#faq-tent ul li,
div#faq-other ul li{
	font-size: 15px;
	display: inline;
	line-height: 1.8em;
	margin-left: 3px;
	padding-left: 15px;
	background: url("../images/common/list.gif") 0px 3px  no-repeat;
}
*html div#faq-hanpu ul li,
*html div#faq-awning ul li,
*html div#faq-tent ul li,
*html div#faq-other ul li{
	background: url("../images/common/list.gif") 0px 2px  no-repeat;
}




/********************************************

             １つの質問グループ

********************************************/

div#contents dl.faq {
	margin-left: 11px;
	margin-right: 12px;
}

     /*１つの質問グループの「Ｑ」*/

div#contents dl.faq dt {
	font-weight: bold;
	color: #336633;
	padding-top: 10px;
	margin-left: 39px;
	text-indent: -39px; 
}
*html div#contents dl.faq dt {
	margin-left: 37px;
}

     /*１つの質問グループの「Ａ」*/

div#contents dl.faq dd p.ans {
	font-weight: bold;
	margin-top: 5px;
	color: #333333;
	margin-bottom: 0.6em;
	margin-left: 40px;
	text-indent: -40px; 
}

     /*１つの質問グループの「Ａ」の細かい説明*/

div#contents dl.faq dd p.ansafter {
  line-height:1.4em;
  margin:0 1em 22px 33px;
}
div#contents dl.faq dd a {
	text-decoration: underline;
}

