input[type=text],textarea{
	border: 1px solid #000;
}
input[type=text].inq{
	text-align: left;
}
.media td{
	padding: 1px 10px;
}
.thead{
	background: #ddd;
	margin-top: 10px;
}
.note{
	font-size: 85%;
	line-height: 1.4;
	margin: 5px 0 15px 0;
}
.note2{
	font-size: 85%;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.2;
}
.selact{
	background: #1d6bc1;
}
.selnon{
	background: #999;
	cursor: pointer;
}
.selnon:hover{
	background: #00f;
}
.selbtn{
	display: inline-block;
	width: 48.9%;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	transition: 0.3s;
	border-radius: 0.5em 0.5em 0 0;
}
.selbtn:hover{
	color: #fff;
}
.addinfo{
	line-height: 1.1;
	margin-bottom: 7px;
}
#sel_wrap{
	white-space: nowrap;
}