@charset "utf-8";
/*
Layout
------------------------------------------------------------*/
.input_keywords {
	display: block;
	margin: 0 0 0.5rem;
}
.input_keywords input {
	font-size: 1rem;
	padding: 0.3rem;
	width: 70%;
	background-color: #ffffff;
}

.input_select {
	display: block;
	margin: 0 0 1rem;
	text-align: center;
}

.input_btn {
	display: block;
	margin: 0 0 1rem;
	text-align: center;
}
.input_btn input {
	font-size: 1rem;
	padding: 0.5rem 3rem;
	background-color: #e3e3e3;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.input_data_info {font-size: 0.8rem; margin: 0 0 2em;}
p.error_txt {text-align: center; color: #bb0000;}
p.search_word {font-size: 0.8rem;}

.pagination_navi {font-size: 0.9rem;}
.pagination_navi strong {padding: 5px 8px; margin-right: 6px; background-color: #eeede7;}
.pagination_navi a {padding: 5px 8px; margin-right: 6px; background-color: #e2e1dd;}
.pagination_navi a:link, .pagination_navi a:visited {color: #594742;}
.pagination_navi a:hover, .pagination_navi a:active {color: #f73d64;}
.pagination_navi a[rel="prev"],.pagination_navi a[rel="next"] {background-color: transparent;}

table.search_result_table {
	position:relative;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table.search_result_table tr:nth-child(4n+1) td,
table.search_result_table tr:nth-child(4n+2) td {
	background-color: #edede8;
}

table.search_result_table th {
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	background: #a39f97;
	padding: 8px 0;
	font-size: 0.8rem;
	white-space: nowrap;
	padding: 2px 4px;
}
table.search_result_table td {
	font-size: 0.8rem;
	word-wrap: break-word;
	padding: 2px 4px;
	background: #ffffff;
}
table.search_result_table .tr02 th,
table.search_result_table .tr02 td {
	border-bottom: 1px solid #cccccc;
}

table.search_result_table th.ajocc_code {
	border-right: 1px solid #dddddd;
}
table.search_result_table th.ajocc_category {
	border-right: 1px solid #cccccc;
}
table.search_result_table th.rider_name {
	border-top: 1px solid #dddddd;
}
table.search_result_table th.rider_name_kana{
	border-top: 1px solid #dddddd;
}
table.search_result_table th.rider_name_roman {
	white-space: nowrap;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
}
table.search_result_table th.rider_gender {
	white-space: nowrap;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
}
table.search_result_table th.rider_jcf_code {
	border-right: 1px solid #cccccc;

}
table.search_result_table th.rider_team {
	border-right: 1px solid #cccccc;

}
table.search_result_table th.rider_native_place {
	white-space: nowrap;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
}

table.search_result_table td.ajocc_code {
	white-space: nowrap;
	border-right: 1px solid #eaeaea;
}
table.search_result_table td.ajocc_category {
	border-right: 1px solid #cccccc;
}
table.search_result_table td.rider_name {
	white-space: nowrap;
	border-top: 1px solid #eaeaea;
}
table.search_result_table td.rider_name_kana{
	white-space: nowrap;
	border-top: 1px solid #eaeaea;
}
table.search_result_table td.rider_name_roman {
	white-space: nowrap;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #cccccc;
}
table.search_result_table td.rider_gender {
	white-space: nowrap;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #cccccc;
}
table.search_result_table td.rider_jcf_code {
	border-right: 1px solid #cccccc;

}
table.search_result_table td.rider_team {
	border-right: 1px solid #cccccc;

}
table.search_result_table td.rider_native_place {
	white-space: nowrap;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #cccccc;
}

		@media screen and (max-width:760px) {
.search_result_wrap {
	margin: 0 auto 20px auto;
	clear: both;
	overflow: scroll;
}
		}