@charset "UTF-8";
#search .main {
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	border: solid 6px #000;
	background: #fff;
}
#search .main > .form_temp:nth-child(even) {
	background: #ededed;
}
#search .main input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
#search .main a {
	color: #005eaa;
}
.select {
	position: relative;
	background: #fff url(../../img/img_u29/form/btn_pulldown.png) no-repeat right center;
	border: 1px solid #ccc;
	border-right: none;
	display: inline-block;
	z-index: 0;
	overflow: hidden;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: normal;
}
.select:after {
	position: absolute;
	width: 20px;
	top: 0;
	right: 0;
	background: #000;
	display: block;
	color: #fff;
	text-align: center;
}
.select-select {
	position: relative;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 3px 30px 3px 3px !important;
	font: inherit;
	z-index: 2;
	opacity: 0;
	-ms-filter: alpha(opacity=0);
	-webkit-appearance: none;
}
.select-select:focus {
	filter: none;
}
.select-value {
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px 40px 0 8px !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.select-select:focus, .select-value {
	outline: none;
	outline-offset: -2px;
}
.form_temp {
	position: relative;
	height: 68px;
	padding-left: 60px !important;
}
.form_temp p.ttl {
	display: flex;
	align-items: center;
	float: left;
	width: 107px;
	height: 68px;
	font-size: 14px;
}
.form_temp p.pd_large {
	float: left;
	width: 230px;
	height: 38px;
	padding: 15px 30px 0 0 !important;
}
.form_temp p.pd_large select {
	width: 229px;
}
.form_temp p.pd_short {
	float: left;
	width: 125px;
	height: 38px;
	padding: 15px 0 0 0 !important;
}
.form_temp p.pd_short select {
	width: 124px;
}
.form_temp p.str_to {
	float: left;
	padding: 0 2px !important;
	font-size: 14px;
	line-height: 68px;
}
.form_temp p.chkbox {
	float: left;
	font-size: 14px;
	line-height: 68px;
}
.form_temp p.chkbox input[type=checkbox] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 6px;
}
.form_temp p.txtbox {
	float: left;
	font-size: 12px;
	line-height: 68px;
}
.form_temp p.txtbox input[type=text] {
	width: 210px;
	height: 34px;
	padding: 0 8px !important;
	position: relative;
	top: 1px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
#form_maker {
	height: 179px;
	padding-left: 60px;
}
#form_maker p.ttl {
	height: 164px;
	line-height: 164px;
}
#form_maker ul li {
	float: left;
	width: 75px;
	height: 77px;
	margin: 0 13px 10px 0;
	padding: 6px 0;
	box-sizing: border-box;
	background: url(../../img/img_u29/form/btn_maker.png) no-repeat;
	text-align: center;
	cursor: pointer;
}
#form_maker ul li.actv {
	background: url(../../img/img_u29/form/btn_maker_on.png) no-repeat;
}
#form_maker ul li p.txt {
	color: #005eaa;
	font-size: 10px;
	line-height: 14px;
}
#form_maker ul li p.etc {
	line-height: 65px;
}
#form_maker ul li p.cat {
	margin-top: 2px;
}
#form_maker ul li hr {
	width: 70%;
	margin: 3px 15%;
	padding: 0;
	border: solid 1px #d7d7d7;
	border-width: 1px 0 0;
}
#dis_pd_nm {
	position: absolute;
	width: 230px;
	height: 38px;
	top: 15px;
	left: 167px;
	background: #fff;
	opacity: 0.4;
}
#form_detail {
	width: 100%;
	display: none;
}
#form_detail > .form_temp:nth-child(odd) {
	background: #ededed;
}
#form_detail .form_temp p.chkbox_clr {
	float: left;
	padding: 24px 16px 0 0;
}
#form_detail .form_temp p.chkbox_clr input[type=checkbox] {
	width: 20px;
	height: 20px;
}
#form_detail .form_temp p.chkbox_clr img {
	padding-left: 3px;
}
#form_opener {
	width: 100%;
	height: 32px;
	padding-left: 60px;
	box-sizing: border-box;
	background: #ededed;
}
#form_opener p.up {
	display: none;
}
#btn_opener {
	width: 240px;
	padding: 6px 0 7px 15px;
	color: #005eaa;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}
#btn_opener:hover {
	text-decoration: underline;
}
#btn_opener img.icon {
	padding-left: 8px;
}
#form_submit {
	width: 100%;
	height: 55px;
	position: relative;
}
#btn_search_clear {
	position: absolute;
	top: 33px;
	left: 265px;
	cursor: pointer;
}
#btn_search_submit {
	position: absolute;
	top: 18px;
	left: 385px;
	cursor: pointer;
}
span.btn_ma {
	margin-left: 15px !important;
	padding: 7px 15px !important;
	border: solid 1px #d7d7d7;
}