@charset "utf-8";
.q_and_a {
	width:603px;
	padding:10px;
	margin-bottom:15px;
	line-height:1.2em;
	border:1px solid #d2d2d2;
}
.q_and_a a {
	margin-top:5px;
	display:block;
}
/* よくあるご質問 */
.q_and_a div div.ans {
	background:url(/webedi/Img/fg/icon/answer.gif) no-repeat 1px 1px;
	background-color:#FFDAB9;
	padding-left:20px;
	margin:5px 0 15px 0;
}

/* 操作方法 */
.check {
	margin-top:20px;
	font-weight:bold;
}

.i_cat a {
	margin-top:5px;
	display:inline-block;
}

.q_and_a div.method {
	background-color:#E0EEEE;
	margin:5px 0 20px 0;
	padding:10px;
}
.q_and_a div.method ol {
	margin-top:5px;
}
.q_and_a div.method ol li {
	list-style-position:outside;
	margin-left:30px;
	margin-bottom:15px;
}
.q_and_a div.method ul{
/* HTML標準化 upd start 北海HISYS 2014/08/12 */
/*	margin:10px 0;*/
	margin:10px 0 10px -30px;
/* HTML標準化 upd end   北海HISYS 2014/08/12 */
	padding:5px;
	background:#FFFFCC;
}
.q_and_a div.method ul li {
	list-style:outside disc;
	margin-bottom:5px;
	color:#666666;
}
.q_and_a div.method ul li.conf {
	color:#FF0000;
	list-style:none;
	list-style-position:inherit;
}
.q_and_a div.method li.conf2 {
	color:#666666;
	list-style:none;
	list-style-position:inherit;
}
.q_and_a div.method img {
	margin:1px;
}
.q_and_a div.method hr{
	border:dotted #999999 2px;
}

.totop {
	text-align:right;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.subt {
	color:#006633;
}

.keyword tr td {
	line-height:1.3em;
	padding:4px;
}
.ktotop {
	margin:5px;
}