body {
	-webkit-text-size-adjust: 100%;  /* iPhoneで横にしたときの文字の大きさバグを回避　*/
	background-color:#FFF;
}
dl {
	width:100%;
	overflow:auto;
	font-size:90%;
}
dl dt {
	color:#f68634;
	line-height:1.6em;
}
dl dd {
	border-bottom:#a1cd59 dashed 1px;
	margin-bottom:6px;
	padding-bottom:5px;
	line-height:1.4em;
}

 @media only screen and (max-width: 600px) {
dl dt {
	color:#f68634;
	line-height:1.6em;
	padding-top:10px;
}
dl dd {
	border-bottom:#a1cd59 dashed 1px;
	margin-bottom:6px;
	padding-bottom:5px;
	line-height:1.4em;
}
}
