@charset "UTF-8";
h1 {
	font-size: 1.4em;
	background-image: url(about/h1.jpg);	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 220px;
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	display: block;
}
h1 em {
	position: relative;
	z-index: -1;
}
h3.q {
	background-image: url(mechanism/h3q_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 38px;
}
ol.question li {
	background-image: url(../mechanism/img/h3q_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 34px;
	height: 36px;
	list-style: none;
	padding-top: 5px;
}

/*-------------------------------------------------
折りたたみ
-------------------------------------------------*/
#folding ul.open {
	display: block;
	margin: 0px;
	padding: 0px;
}
#folding ul.close {
	display: none;
}
#folding li.open {
	list-style-type: none;
	background-image: url(../mechanism/img/h3q_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 10px;
}
* html #folding li.open {
	padding-top: 7px;
}
#folding li.close {
	background-image: url(../mechanism/img/h3q_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 34px;
	height: 30px;
	list-style: none;
	padding-top: 10px;
	color: #0066CC;
	text-decoration: underline;
	cursor: help;
	clear: both;
}
#folding li.close:hover {
	list-style-type: none;
	background-image: url(../mechanism/img/h3q_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 34px;
	color: #0099FF;
	text-decoration: none;
	cursor: help;
}
#folding li.answer{
	list-style-type: none;
	background-image: none;
	padding: 0px 20px 20px 34px;
	margin: 10px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../mechanism/img/h3a_bg.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
}
#folding ul {
	margin: 0px 0px 0px 20px;
}

#kikoe_answer{
	margin-top: 3em;
}