@media only screen and (max-width:1024px) {
	/*フォーム*/
	.formM {
		width: 90%;
		min-width: 100px;
		max-width: 400px;
	}
	.formL {
		width: 100%;
	}
	.conditionBox .twoBtnsCenterBox .btn,
	.conditionBox .twoBtnsCenterBox .btnDisabled {
		width: 130px;
	}
	/*テーブル*/
	table#surveySearchFormBox{
		border-collapse: inherit;
	}
	th.survey-list-sp-label{
		background:	#e1e1e0;
		border: none;
		font-size: 139%;
		line-height: 1.4;
		font-weight: normal;
	}
	/*アンケート設定のテーブル*/
	table#settingEdit{
		max-width: 600px;
		margin: 0 auto 14px;
	}
	#settingEdit th,
	#settingEdit td{
		width: 100%;
		display: block;
	}
	#settingEdit textarea {
		width: 95%;
	}
}
@media only screen and (max-width:600px) {
	.survey-list-icon span {
    padding: 3px 10px;
	}
}
