.detail_pankuzu{
	margin-left:4px;
	font-size:14px;
	font-weight:bold;
}

table.timeetc{
	background-color:#f0f0f0;
	margin:8px 8px 8px 8px;
	margin-left:8px;
	margin-top:8px;
	margin-bottom:16px;
	border:none;
}
table.timeetc td{
	line-height:110%;
}
.timeetc_midashi{
	margin-top:4px;
	margin-left:8px;
	font-size:14px;
	font-weight:normal;
}
table.qacode{
	background-color:#FFFFFF;
	margin:8px 8px 8px 8px;
	margin-left:8px;
	margin-top:8px;
	margin-bottom:16px;
	border:inset 1px #838B8B;
}
table.qacode th{
	background-image: none;
	background-color:#E0EEEE;
	font-size:12px;
	font-weight:bold;
	color:#8B8378;
	height: 20px;
}
table.qacode td{
	background-color:#F0FFFF;
	font-size:12px;
	font-weight:normal;
	color:#8B8378;
}

.linkPrev {
	margin-left: 8px;
	padding-left: 24px;
	background: url("icon_moveprev.gif") no-repeat left center;
}
.prevLink{
	margin-top:4px;
	position: relative;
	width:100%;
	text-align: right;
	font-size:82%;
}
div.qatext{
	line-height: 130%;
}
.balloon1{
  position: relative;
  margin-left:90px;
  margin-top:100px;
  padding: 20px;
  width: 300px;
  height: 120px;
  line-height: 110%;
  border-radius: 30px;
  text-align: left;
  color: black;
  letter-spacing: 0.2em;
  font-size: 12px;
  background-color: #fff;
  word-wrap: break-word;
}
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  bottom: 2px;
  border-right: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}
