@charset "utf-8";

/*--------------------------------------
  search/index.html
---------------------------------------*/

div.section {
	padding: 1px;
	padding-bottom: 10px;
	background-color: #f8e9ec;
}

div.section h4 {
	border: none;
}

div.section input {
	margin-right: .3em;
}

div.section input.check {
	background: none;
	border: none;
}

div.section dl.nonType dd {
	margin: 0 5px;
}

div.section p {
	margin: 0 12px;
}

div.section p.map {
	margin: 0;
	text-align: center;
}

div.section dl {
	margin: 0 10px;
}

div.section dl dt {
	display: list-item;
	margin: 0 15px;
	color: #ef097c;
	list-style: outside square;
}

div.section dl dd {
	margin-bottom: .2em;
	margin-left: 15px;
}

div.section dl dd span,
div.section p span {
	margin-left: .3em;
	font-size: 87%;
}

p.btnArea {
	margin: 0;
	padding: 0;
}

p.btnArea input {
	width: 216px;
	height: 45px;
	border: none;
}

button {
	width: 216px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}

button p {
	width: 216px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(image/submitBtn.gif) no-repeat;
	border: none;
	text-indent: -1000px;
}

button p:hover {
	background: none;
}