@charset "UTF-8";

.anchor {
	margin-bottom: 20px;
}

.anchor_list {
	border: 1px solid #ccc;
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.anchor_list > li {
	display: table-cell;
	border-right: 1px solid #ccc;
}

.anchor_list > li:last-child {
	border-right: 0;
}

.anchor_list > li a {
	display: block;
	text-align: center;
	padding: 15px 0;
}

.anchor_list > li a:before {
	content: "\e909";
	font-family: icomoon;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	color: #F07483;
}

.srch {
	border: 1px solid #CCC;
	margin-top: 40px;
}

.srch.-sec01 {
	margin-top: 0;
}

.srch_head {
	background: #FCE8EB;
	padding: 15px 15px 12px;
	line-height: 1.3;
}

.srch_head_ttl {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #F07383;
}

.srch_head_lead {
	display: inline-block;
	font-size: 13px;
	margin-left: 1em;
}

.srch_wrap {
	padding: 20px;
}

.srch_radio {
	margin-bottom: 20px;
	line-height: 1.8;
}

.srch_radio label {
	margin-right: 2em;
	display: inline-block;
}

.srch_key {
}

.srch_key_row {
	display: table;
	width: 100%;
}

.srch_key_col {
	display: table-cell;
	vertical-align: middle;
}

.srch_key_col.-input {
}

.srch_key_col.-btn {
	width: 120px;
	text-align: right;
}

.srch_key_col input {
	width: 100%;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}

.srch_key_col button {
	cursor: pointer;
	padding: 7px 0;
	border: 1px solid #E15466;
	border-radius: 5px;
	color: #FFF;
	background: #f694a0;
	background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
	font-size: 16px;
	font-weight: bold;
	width: 110px;
}

.srch_key_col button > span {
	font-size: 16px;
	line-height: 1;
	vertical-align: -1px;
	margin-right: 6px;
}

.srch_initial {
	background: #EEEEEE;
	padding: 20px;
}

.srch_initial_tbl {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.srch_initial_tbl td {
	text-align: center;
	padding: 10px 5px;
}

.srch_initial_tbl button {
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #E15466;
	border-radius: 5px;
	color: #FFF;
	background: #f694a0;
	background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
	line-height: 1;
	cursor: pointer;
	padding: 17px;
}

.srch_initial_tbl button.-disable {
	pointer-events: none;
	cursor: default;
	color: #999;
	background: #EAEAEA;
	border-color: #CCC;
}

.srch_class {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.srch_class > dl {
	width: 50%;
	float: left;
	display: table;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}

.srch_class > dl:nth-child(2n) {
}

.srch_class > dl:nth-child(2n+1) {
	clear: both;
}

.srch_class > dl dt,
.srch_class > dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 15px;
}

.srch_class > dl dt {
	width: 10em;
	background: #EEE;
}

.srch_class > dl dd {
}

.srch_class > dl dd a {
	color: #F07483;
	text-decoration: underline;
}

.result {
}

.result_radio {
	margin: 30px 0;
}

.result_tbl {
	width: 100%;
	line-height: 1.6;
}

.result_tbl th,
.result_tbl td {
	padding: 12px;
	border: 1px solid #ccc;
	text-align: left;
}

.result_tbl th {
	background: #FCE8EB;
}

.result_tbl td {
}

.result_tbl td a {
	color: #F07483;
	text-decoration: underline;
}

.result_tbl td a:hover {
	text-decoration: none;
}

.result_back {
	text-align: center;
	margin-top: 40px;
	padding: 20px 0;
}

.result_back a {
	color: #F07483;
	text-decoration: underline;
}

.result_back a:before {
	font-family: icomoon;
	content: "\e900";
	display: inline-block;
	margin-right: 5px;
}

.result_back a:hover {
	text-decoration: none;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
	.srch_wrap {
		padding: 15px;
	}

	.srch_radio {
		margin-bottom: 15px;
	}

	.srch_initial_tbl button {
		font-size: 20px;
		padding: 15px;
	}

	.srch_class > dl {
		float: none;
		width: 100%;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.anchor_list {
		display: block;
		background: none;
	}

	.anchor_list > li {
		border-right: 0;
		border-bottom: 1px solid #ccc;
		display: block;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
		background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
		background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	}

	.anchor_list > li:last-child {
		border-bottom: 0;
	}

	.anchor_list > li a {
		padding: 12px 15px;
		text-align: left;
	}

	.srch {
		margin-top: 20px;
	}

	.srch_head {
		padding: 12px;
	}

	.srch_head_ttl {
		font-size: 14px;
		display: block;
	}

	.srch_head_lead {
		display: block;
		margin-top: 5px;
		margin-left: 0;
		font-size: 12px;
	}

	.srch_radio {
		margin-bottom: 8px;
	}

	.srch_wrap {
		padding: 10px;
	}

	.srch_radio label {
		display: block;
		margin-right: 0;
	}

	.srch_key_col.-btn {
		width: 90px;
	}

	.srch_initial {
		padding: 5px;
	}

	.srch_initial_tbl td {
		padding: 2px;
	}

	.srch_initial_tbl button {
		font-size: 15px;
		padding: 10px 0;
		width: 100%;
	}

	.srch_key_col button {
		width: 80px;
		font-size: 15px;
	}

	.srch_key_col button > span {
		font-size: 14px;
	}

	.srch_class > dl dt,
	.srch_class > dl dd {
		padding: 10px;
	}

	.srch_class > dl dt {
		width: 90px;
	}

	.result_radio {
		margin-top: 15px;
	}

	.result_tbl th,
	.result_tbl td {
		padding: 10px;
	}

	.result_back {
		margin-top: 0;
	}

}