/* ----------------------------------------------------------
    選択肢のCSS（後付のためcommon.cssとは別で設定）
----------------------------------------------------------- */
ul.choiceList{
	list-style-type: none;
	width: 605px;
	padding-bottom:15px;
}
ul.choiceList li{
	float:left;
	margin-right:21px;
	width:100px;
}
.choiceList img{
	padding:0 5px;
	margin-bottom:5px;
}
.choiceList input{
	margin-left:44px;
}
.choiceList p{
	width:99px;
	word-break: break-all;
}
.LineDashTop{
	border-top: dashed 1px #DDDDDD;
	padding-top:5px;
}
