@charset "utf-8";

.qanda{
	margin: 20px 0px;
}
#contents-in h2.categ{
	background-color: #B86622;
	border-radius: 10px;
	color: #FFF;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	padding: 10px;
	background-image: url("images/open.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 30px;
	cursor: pointer;
}
#contents-in h2.close{
	background-image: url("images/close.png");
}

#contents-in h3.toi{
	position: relative;
	margin-top: 40px;
	text-align: left;
	padding: 20px 5px 0 5px;
	background-color: transparent;
	margin-bottom: 10px;
	border:0
}
#contents-in h3.toi span{
	position: absolute;
	top:-1.6em;
	left: calc(50% - 1em);
	text-align: center;
	display: inline-block;
	background-color: #B86622;
	color: #FFF;
	font-size: 28px;
	width: 2em;
	height: 2em;
	box-sizing: border-box;
	border-radius: 50%;
	padding-top: 10px;
}
.categin{
	display: none;
}
.categin > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.categin > ul > li{
	border: solid 2px #B86622;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #F9F5E8;
}
.ans{
	position: relative;
	padding: 10px;
	padding-top: 70px;
	background-color: #FFF;
}
.marka{
	position: absolute;
	top:10px;
	left: calc(50% - 1em);
	display: block;
	background-color: #22AB38;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	padding-top: 10px;
	box-sizing: border-box;
}

.ans table,
.ans table tbody,
.ans table thead,
.ans table tr,
.ans table th,
.ans table td{
	display: block;
}
.ans tr{
	padding: 5px 0;
}
.ans table th{
	padding:10px;
	text-align:left;
	background-color:#EEE;
	vertical-align:middle;
	font-weight: normal;
	white-space: nowrap;
}
.ans table td{
	background-color: #FFF;
	padding:10px;
	text-align:left;
	vertical-align:top;
	empty-cells: show;
	vertical-align: middle;
}
.ans table td ul{
	list-style: disc;
	margin-left: 25px;
}
span.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	padding: 0;
}
strong.kome{
	display: block;
	color: #FF0000;
	margin-left: 1em;
	text-indent: -1em;
	padding: 0;
}