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


/* index==========================

	1.for index style
	2.for detail style
	
*/
/* 追記
===============================================================*/
p.buttonc{
	margin:15px 5px 0 0;
	text-align:center;
}

/* 1.for index style
===============================================================*/
div.section{
	margin-bottom:30px;
}
h3{
	margin-bottom:15px;
}
h4{
	margin-bottom:15px;
	padding-left:10px;
	line-height:34px;
	font-weight:bold;
	background:url(../../common/image/hdbg.gif) repeat-x bottom;
}

/* 文章 */
p.qaTxt{
	margin:0 20px 20px;
	font-size:12px;
}
p.qaTxt a:link{
	color:#005fbe;
	font-weight:bold;
	text-decoration:underline;
}
p.qaTxt a:visited{
	color:#005fbe;
	font-weight:bold;
	text-decoration:underline;
}
p.qaTxt a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
p.qaTxt a:active{
	color:#005fbe;
	font-weight:bold;
	text-decoration:underline;
}

/* Q&A */
div.qaBox{
	margin:20px 0;
}
div.qaBox ul{
	margin:0 30px;
}
div.qaBox li{
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}
div.qaBox li span{
	color:#348901;
	font-weight:bold;
}
.qaBox li a:link{
	color:#005fbe;
	font-weight:bold;
	text-decoration:none;
}
.qaBox li a:visited{
	color:#005fbe;
	font-weight:bold;
	text-decoration:none;
}
.qaBox li a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
.qaBox li a:active{
	color:#005fbe;
	font-weight:bold;
	text-decoration:none;
}
p.qaSupport{
	margin-top:30px;
}

/* 2.for detail style
===============================================================*/
div#answer{
	padding-bottom:30px;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}
div#answer h3{
	margin-bottom:15px;
	padding-left:10px;
	line-height:34px;
	font-weight:bold;
	background:url(../../common/image/hdbg.gif) repeat-x bottom;
}
div#answer h4{
	margin-bottom:15px;
	padding-left:10px;
	line-height:34px;
	color:#039a00;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}

/* 一覧ページへ ==== */
p.linkList{
	font-size:0.8em;
	text-align:right;
}
p.linkList a{
	padding-left:15px;
	background:url(../../common/image/ico_green.gif) no-repeat 0 3px;
}

div#other dt{
	margin:0 10px 15px;
	font-weight:bold;
}
div#other dd{
	margin:0 10px 0 30px;
}
div#other li{
	line-height:2;
}
div#other li a{
	padding-left:10px;
	background:url(../../common/image/sitemapico.gif) no-repeat 0 6px;
}
div#qaBn ul{
	margin-left:10px;
}
div#qaBn li{
	float:left;
	display:inline;
	margin:0 20px 10px 0;
}

/* 個別ページ */
/*detail2-16*/
div.ansr ul{
    margin:0 20px 20px;
}

div.ansr li{
	padding-left:10px;
	background:url(../../common/image/sitemapico.gif) no-repeat 0 6px;"
}

